Module azcam.image
Contains the Image class.
Classes
class Image (filename='')
-
Class to create and manipulate the standard azcam image object.
Methods
def assemble(self, trim=-1)
-
Assemble .data into .buffer.
def read_file(self, filename)
-
Read FITS image file (standard or MEF).
def set_scaling(self, gains=None, offsets=None)
-
Set gains and offsets for image assembly. Use None for no scaling.
def write_file(self, filename, filetype=-1)
-
Write image to disk file. filetype is 0 for FITS, 1 for MEF, 2 for BIN, 6 for assembled.