matvis.coordinates¶
Functions for converting coordinates.
Functions
|
Convert alt/az coordinates as given by Astropy, into ENU coordinates. |
|
Build rotation matrix via Rodrigues’ formula. |
|
Compute the rotation matrix needed for time-dependent coherency calculation. |
|
3x3 transformation matrix to rotate ECI to ENU coordinates. |
|
Convert angle cosines in ENU coordinates into azimuth and zenith angle. |
|
3x3 transformation matrix to rotate ENU to ECI coordinates. |
|
Convert RA and Dec coordinates into the ECI system used by matvis. |
|
Return numpy as the array module. |
|
Return the unit vector phi_hat in Cartesian coords for spherical angles. |
|
Coordinate transform of source locations from equatorial to Cartesian. |
Get the rotation matrix for vectors in theta/phi basis to a new reference frame. |
|
|
Return the unit vector theta_hat in Cartesian coords for spherical angles. |
|
Construct an axis-angle rotation matrix R that carries vector r1 to r2. |