imagePeaks

Return to directory of Todd's CASA extensions

Runs imagePeak on a list of images.

Usage:

au.imagePeaks(images, pixelRadius=None, returnPosition=None, applymask=False, sort=False, 
    verbose=True)
Inputs:
  • images: a list of strings, or a comma-delimited string, or a single string with the wildcard character (*)
  • pixelRadius: limit the region searched to a box of this radius (in pixels)
  • returnPosition: None, 'pixel', 'radec', 'arcsec', 'mas' the latter two are relative to the reference pixel
  • applymask: if True, then don't consider the values of masked pixels
  • sort: if True, then sort in order of increasing value

Example:

CASA <2>: au.imagePeaks('Juno*.apcal_R1.image.imsmooth/',pixelRadius=None)
Juno0.apcal_R1.image.imsmooth/:  0.028327
Juno1.apcal_R1.image.imsmooth/:  0.027990
Juno2.apcal_R1.image.imsmooth/:  0.027648
Juno3.apcal_R1.image.imsmooth/:  0.027486
Juno4.apcal_R1.image.imsmooth/:  0.027194
Juno5.apcal_R1.image.imsmooth/:  0.027095
Juno6.apcal_R1.image.imsmooth/:  0.026346
Juno7.apcal_R1.image.imsmooth/:  0.026024
Juno8.apcal_R1.image.imsmooth/:  0.026410
Juno9.apcal_R1.image.imsmooth/:  0.027060

-- ToddHunter - 2014-10-22

This topic: ALMA > TWikiUsers > ToddHunter > CasaExtensions > ImagePEAKs
Topic revision: 2016-02-19, ToddHunter
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding NRAO Public Wiki? Send feedback