~i-martividal/casa-poltools/trunk

« back to all changes in this revision

Viewing changes to CCextract_cli.py

  • Committer: imarvi2 at uv
  • Date: 2020-11-09 12:44:34 UTC
  • Revision ID: imarvi2@uv.es-20201109124434-fq032a47q8rz0udy
Update the xml file with new help text

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                model_image: CASA model image.
46
46
                   Default Value: 
47
47
 
48
 
                regions: List of regions (one per CC subcomponent). Follows the CASA region format (e.g. "circle[[64pix,64pix],16pix]"). Default (empty list) means to take all CLEAN components as one (sub)component.
 
48
                regions: List of regions (one per CC subcomponent). Follows the CASA region format (e.g. "circle[[64pix,64pix],16pix]"). Default (empty list) means to take all CLEAN components as one (sub)component. Also supports a region file in DS9 format (in pixel units). If set to "manual", a graphical interface will open to generate the regions manually.
49
49
                   Default Value: []
50
50
 
51
51
                make_plot: If True, a figure will be created with the source image (in greyscale) and the locations of the CLEAN models (different sub-components in different colors).
287
287
    def description(self, key='CCextract', subkey=None):
288
288
        desc={'CCextract': 'Version 1.0b - Extracts CC components from CASA model images, using CASA regions.\n\n',
289
289
               'model_image': 'CASA model image.',
290
 
               'regions': 'List of regions (one per CC subcomponent). Follows the CASA region format (e.g. "circle[[64pix,64pix],16pix]"). Default (empty list) means to take all CLEAN components as one (sub)component.',
 
290
               'regions': 'List of regions (one per CC subcomponent). Follows the CASA region format (e.g. "circle[[64pix,64pix],16pix]"). Default (empty list) means to take all CLEAN components as one (sub)component. Also supports a region file in DS9 format (in pixel units). If set to "manual", a graphical interface will open to generate the regions manually.',
291
291
               'make_plot': 'If True, a figure will be created with the source image (in greyscale) and the locations of the CLEAN models (different sub-components in different colors).',
292
292
 
293
293
              }