IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2008, 10:47:50 AM (18 years ago)
Author:
Paul Price
Message:

Adding multi-darks --- fitting dark current with multi-dimensional polynomial. This allows the dark current to be a function of temperature, or time since PON. To do this, added new file type, DARK. A DARK file is just like an IMAGE, except that it has a table per FITS file that contains the parameters to use in applying the dark. It's kinda like a FRINGE, but there's only one table per file, instead of one table per extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileFitsIO.h

    r14205 r16841  
    55 * @author PAP, IfA
    66 *
    7  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-07-14 03:19:01 $
     7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-03-06 20:47:50 $
    99 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1010 */
     
    3030                            );
    3131
     32/// Read a dark into the current view
     33bool pmFPAviewReadFitsDark(const pmFPAview *view,  ///< View specifying level of interest
     34                           pmFPAfile *file ///< FPA file into which to read
     35    );
     36
    3237/// Read an image header into the current view
    3338bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view,  ///< View specifying level of interest
     
    5257                              const pmConfig *config ///< Configuration
    5358                             );
     59
     60/// Write the dark for the specified view
     61bool pmFPAviewWriteFitsDark(const pmFPAview *view, ///< View specifying level of interest
     62                            pmFPAfile *file, ///< FPA file to write
     63                            const pmConfig *config ///< Configuration
     64    );
    5465
    5566/// Write a PHU for a fits image if needed
Note: See TracChangeset for help on using the changeset viewer.