huntsman.drp.utils.fits

Functions

image_cutout(data[, x, y, length])

Take an array and produce a square cutout centred on supplied coordinates (normalised by array size) and a slide length (given in units of pixels).

parse_fits_header(header, **kwargs)

Use the translator class to parse the FITS header.

read_fits_data(filename[, dtype])

Read fits image into numpy array.

read_fits_header(filename, **kwargs)

Read the FITS header for a given filename.