hipercam.ccd

Classes & methods to represent CCDs and multi-CCDs

A CCD is built as a Group of Window objects, while a multi-CCD of MCCD is built as a Group of CCD objects.

Functions

get_ccd_info(fname)

Routine to return some useful basic information from an MCCD file without reading the whole thing in.

trim_ultracam(mccd, ncol, nrow)

Trims columns and rows from an MCCD.

Classes

CCD(winds, nxtot, nytot[, nxpad, nypad, copy])

Represents a single CCD as a Group of Window.

MCCD(ccds[, head, copy])

Class representing a multi-CCD as a Group of CCD objects plus a FITS header.