public interface ImageReducing
| Modifier and Type | Method and Description |
|---|---|
float[] |
getBias(MImageHDU raw)
Returns a bias frame as a one-dimensional float.
|
float[] |
getDark(MImageHDU raw,
double exptime)
Returns a dark frame as a one-dimensional float.
|
float[] |
getFlat(MImageHDU raw,
String filter)
Returns a flat frame for the specified filter name as a one-dimensional
float.
|
float[] getBias(MImageHDU raw) throws BasicFitsException
raw - The raw image to check geometry.BasicFitsExceptionfloat[] getDark(MImageHDU raw, double exptime) throws BasicFitsException
raw - The raw image to check geometry.exptime - The exposure time of the raw image in secondsBasicFitsExceptionfloat[] getFlat(MImageHDU raw, String filter) throws BasicFitsException
raw - The raw image to check geometry.filter - Name of filter or null if only white light or singled-filter
system.BasicFitsException