Skip to content

Commit

Permalink
Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
kmhess committed Jun 7, 2024
1 parent 854a224 commit 5eecc10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/image_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def main():

parser.add_argument('-s', '--surveys', default=[], nargs='*', type=str,
help='Specify SkyView surveys to retrieve from astroquery on which to overlay HI contours. These\n'
' additional non-SkyView options are also available: \'decals\',\'decals-dr9\',\'panstarrs\',\'hst\'.\n'
' \'hst\' only refers to COSMOS HST (e.g. for CHILES). Default is "DSS2 Blue" if no user provided\n'
' image.')
' additional non-SkyView options are also available: \'decals\',\'decals-dr9\',\'decaps\',\n'
' \'panstarrs\',\'hst\'. \'hst\' only refers to COSMOS HST (e.g. for CHILES). Default is "DSS2 Blue"\n'
' if no user provided image.')

parser.add_argument('-m', '--imagemagick', nargs='?', type=str, default='', const='convert',
help='Optional: combine the main plots into single large image file using the IMAGEMAGICK CONVERT task.\n'
Expand All @@ -76,7 +76,8 @@ def main():
help='Optional: Percentile range used when displaying the user image (see "-ui"). Default is [10,99].')

parser.add_argument('-line', '--spectral-line', default=None,
help='Optional: Provide name of spectral line such as "CO(1-0)". Default is "HI".')
help='Optional: Provide name of spectral line such as "CO" for "CO(1-0)". Default is "HI".\n'
'Work in progress.')

###################################################################

Expand Down

0 comments on commit 5eecc10

Please sign in to comment.