parser.add_argument('--scale',type=int,default=0,help='Scale telemetry to fit on target system/partition (currently only suupported for marconi100 data)')
parser.add_argument('--system',type=str,default='frontier',help='System config to use')
choices=[policy.valueforpolicyinPolicyType]
parser.add_argument('-s','--schedule',type=str,choices=choices,default=choices[0],help='Schedule policy to use')