API Reference#
madcubapy.coordinates Package#
The madcubapy.coordinates package provides functions to help the user
work with coordinates and transformations.
Functions#
|
Convert a length value (or values) in angular units to data pixels. |
|
Simple function to convert one or more points from FITS coordinates to python coordinates (numpy and matplotlib image). |
|
Get offset coordinates of a point or set of points, with respect to a reference point in angular units. |
|
Get separation between a point or set of points, and a reference pixel in angular units. |
|
Get offset coordinates of a point or set of points, with respect to a reference point in physical distance units. |
|
Get separation between a point or set of points, and a reference pixel in physical distance units. |
|
Convert a set of points in pixel coordinates (python or FITS) to world coordinates. |
|
Convert an angle value (or values) in pixels to an angular quantity. |
|
Simple function to convert one or more points from python coordinates (numpy and matplotlib image) to FITS coordinates. |
|
Transform the pixel coordinates of one or more points between two |
|
Transform the pixel coordinates of one or more points between two maps. |
|
Convert a set of points in world coordinates to pixel coordinates (python or FITS). |
Classes#
|
Wrapper for |