You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p=argparse.ArgumentParser(description='Provider for services involving convolution of simulated S(Q,E) with a model beamline. Available services are: lowTresolution, modelBEC, modelB_EC_C, modelB_freeE_C.')
406
406
p.add_argument('service', help='name of the service to invoke')
p=argparse.ArgumentParser(description='Provider for services involving convolution of simulated S(Q,E) with a model beamline. Available services are: lowTresolution.')
109
109
p.add_argument('service', help='name of the service to invoke')
110
110
p.add_argument('-explain', action='store_true', help='print message explaining the arguments to pass for the particular service')
p=argparse.ArgumentParser(description='Provider for services involving initialization of model beamline parameters. Available models are: modelB_freeE_C')
85
85
p.add_argument('service', help='name of the service to invoke')
p=argparse.ArgumentParser(description='Provider for services involving the production of a resolution function. Available services are: elasticLineLowTemp')
38
38
p.add_argument('service', help='name of the service to invoke')
39
39
p.add_argument('-explain', action='store_true', help='print message explaining the arguments to pass for the particular service')
0 commit comments