Skip to content

Commit

Permalink
Use AZELGEO frame to match astropy code.
Browse files Browse the repository at this point in the history
But this breaks agreements with MeqTrees...
  • Loading branch information
sjperkins committed Jul 6, 2017
1 parent c57ec69 commit 768ca67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion montblanc/util/parallactic_angles.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parallactic_angles(times, antenna_positions, field_centre):

try:
# Create direction measure for the zenith
zenith = pm.direction('AZEL','0deg','90deg')
zenith = pm.direction('AZELGEO','0deg','90deg')
except AttributeError as e:
if pm is None:
raise ImportError("python-casacore import failed")
Expand Down

0 comments on commit 768ca67

Please sign in to comment.