Usage of getuvrange

Return to directory of Todd's CASA extensions

Returns the minimum uv spacing, maximum uv spacing and number of visibility points for the specified ms, regardless of source. See also getBaselineLengths, which can compute the projected baseline lengths toward a specific target.

Usage:

uvmin, uvmax, nvis = au.getuvrange(vis='', innerFraction=1.0, verbose=True)
If innerFraction is specified to be less than 1.0 (default), then the calculation is performed only over the fraction of the data starting from the innermost uv points.

Example:

CASA <10>: au.getuvrange('sma_345model2_12m.alma_cycle1_2.ms')
  UVrange: 15.112 to 303.599 m (computed over 100% of the data)
  Out[10]: (15.112217840520019, 303.5985721955181, 24304)

CASA <11>: au.getuvrange('sma_345model2_12m.alma_cycle1_2.ms',innerFraction=0.5) 
  UVrange: 15.112 to 105.467 m (computed over the inner 50% of the data)
  Out[11]: (15.112217840520019, 105.46650480504701, 12152)

-- ToddHunter - 2012-12-20

This topic: ALMA > TWikiUsers > ToddHunter > CasaExtensions > Getuvrange
Topic revision: 2013-06-27, 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