Deinterlace3DFitsFile
CameraAPI.Deinterlace3DFitsFile( filename, algorithm ); CameraAPI.Deinterlace3DFitsFile( filename, algorithm, arg );
String filename The filename of the FITS image to deinterlace.
int algorithm The deinterlacing algorithm to use: CameraAPI.DEINTERLACE_NONE, CameraAPI.DEINTERLACE_PARALLEL, CameraAPI.DEINTERLACE_SERIAL, CameraAPI.DEINTERLACE_CCD_QUAD, CameraAPI.DEINTERLACE_IR_QUAD, CameraAPI.DEINTERLACE_CDS_IR_QUAD, CameraAPI.DEINTERLACE_HAWAII_RG, CameraAPI.DEINTERLACE_STA1600.
int arg (optional) An argument to the deinterlace routine. Currently only used by CameraAPI.DEINTERLACE_HAWAII_RG, where it is used to specify the number of column sections in the image.
None
Deinterlaces the FITS data cube using the specified algorithm. Each image in the data cube is deinterlaced with the same algorithm and the data in each image is permanently modified. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.