DeinterlaceFitsFile
CameraAPI.DeinterlaceFitsFile( filename, algorithm ); CameraAPI.DeinterlaceFitsFile( 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 file using the specified algorithm. The data in the file is permanently modified. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.