parallacticAngleForField

Return to directory of Todd's CASA extensions

Computes the range of parallactic angles for a specified field in a measurement set. See also parallacticAngle, plotParallacticAngle, and hourAngleForField.

Usage:

au.parallacticAngleForField(vis, field, verbose=True)
Inputs:
  • vis: measurement set
  • field: field ID or string name
  • verbose: if True, then print the derived time range
Returns: a dictionary of parallactic angles (in degrees), keyed by 'min', 'max', and 'mean'

Example:

CASA <3>: au.parallacticAngleForField('uid___A002_X5f231a_Xfb0.ms',0)
MJD: 56378.328515-56378.334303 = 07:53:04-08:01:24 UT
  Out[3]:
{'max': 47.678577285326384,
 'mean': 45.68147761977729,
 'min': 43.97178714193907}

-- ToddHunter - 2015-08-22
Topic revision: r1 - 2015-08-22, 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