imageStds
Return to directory of Todd's CASA extensions
Calls
imageStd on a list of images.
Usage:
au.imageStds(images, blc=None, trc=None, applymask=False, sort=False)
Inputs:
- images: a list of strings, or a comma-delimited string, or a single string with the wildcard character (*)
- blc: an integer tuple describing the bottom left corner of the region in which to compute the standard deviation
- trc: an integer tuple describing the top right corner of the region in which to compute the standard deviation
- applymask: if True, then don't consider the values of masked pixels
- sort: if True, then sort in order of increasing value
Example:
CASA <17>: au.imageStds('Juno*.ms.cal.R1.image',blc=[375,550],trc=[625,650])
Juno0.ms.cal.R1.image: 0.000231
Juno1.ms.cal.R1.image: 0.000222
Juno2.ms.cal.R1.image: 0.000358
Juno3.ms.cal.R1.image: 0.000311
Juno4.ms.cal.R1.image: 0.000517
Juno5.ms.cal.R1.image: 0.000418
Juno6.ms.cal.R1.image: 0.000421
Juno7.ms.cal.R1.image: 0.000614
Juno8.ms.cal.R1.image: 0.001011
Juno9.ms.cal.R1.image: 0.000596
--
ToddHunter - 2014-10-23