public interface ImageProcessing
| Modifier and Type | Method and Description |
|---|---|
void |
ioException(IOException atread)
Signals that an I/O Exception has occurred.
|
boolean |
processFits(MFits ccd,
Rectangle readout,
Dimension bin,
double expt,
Date dateobs,
int count)
Reduces a fits image.
|
boolean processFits(MFits ccd, Rectangle readout, Dimension bin, double expt, Date dateobs, int count)
MImageHDU, i.e. with a filled buffer
The readout frame is always in unbinned pixel. The exposure time is in milliseconds.
ccd - The non-null, data-carrying FITS object from the camera.readout - Unbinned readout window, if null entire CCD read.bin - The binning used, if null 1x1 binning.expt - The applied exposure time in milliseconds.dateobs - The actual date of the exposure, if null use system time.void ioException(IOException atread)
atread -