module documentation
Helper functions to operate on FITS headers.
Class |
|
Put a dictionary into a format that we can insert into a FITS header file. Make all uppercase, replace dots with spaces, turn everything into a string and hope it's not over 80 characters long. Will need to use HIERARCH keys to have long parameter names, see ... |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Get intermediate world coordinate matrix (CDi_j or PCi_j matrix with scaling applied) |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Gets the world coordiates of an axis |
Function | is_ |
Undocumented |
Function | remove |
Undocumented |
Function | set |
Undocumented |
Function | set |
Undocumented |
Variable | _lgr |
Undocumented |
Get intermediate world coordinate matrix (CDi_j or PCi_j matrix with scaling applied)
IRAF does things differently, see <https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.46.2794&rep=rep1&type=pdf>
def get_world_coords_of_axis(hdr, ax_idx, wcsaxes_label='', squeeze=True, wcs_unit_to_return_value_conversion_factor=1):
¶
Gets the world coordiates of an axis
def set_axes_transform(hdr, axis=None, unit=None, reference_value=None, delta_value=None, n_values=None, reference_pixel=None):
¶
Undocumented