type=str,default=None,help='Directory to store the output')
parser.add_argument('--tcuname',
default=None,dest='tcuname',type=str,
help='Apply run selection based on TCU source name')
@@ -46,9 +59,7 @@ def parse_arguments(description, add_run=False, add_irf=False, add_job=False, ad
help='File with a list of run and the associated night to be analysed')
parser.add_argument('--distance','-dis',
type=float,dest='distance',default=-1,
help='Max distance in degrees between the target position and the run pointing \
position for the run selection, negative value means no selection using \
this parameter (default: %(default)s).')
help='Max distance in degrees between the target position and the run pointing position for the run selection. Negative value means no selection using this parameter (default: %(default)s).')
parser.add_argument('--ra',
type=float,dest='ra',default=-1,
help='RA coordinate of the target. To add if you want to use custom position')
@@ -56,17 +67,6 @@ def parse_arguments(description, add_run=False, add_irf=False, add_job=False, ad
type=float,dest='dec',default=-91,
help='Dec coordinate of the target. To add if you want to use custom position')