IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2009, 11:07:14 AM (17 years ago)
Author:
Paul Price
Message:

Wasn't triggering the writing of covariance matrices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/psModules/src/camera/pmFPAWrite.h

    r21211 r21287  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.11.44.1 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2009-01-29 00:33:51 $
     6 * @version $Revision: 1.11.44.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2009-02-04 21:07:14 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    165165    );
    166166
     167/// Write covariance matrix to a FITS file
     168///
     169/// The covariance matrices for a cell are written to an independent extension, named after the chip and cell
     170/// name.
     171bool pmCellWriteCovariance(psFits *fits,///< FITS file to which to write
     172                           const pmCell *cell ///< Cell for which to write covariance
     173    );
     174
     175bool pmChipWriteCovariance(psFits *fits,///< FITS file to which to write
     176                           const pmChip *chip ///< Chip for which to write covariance
     177    );
     178
     179bool pmFPAWriteCovariance(psFits *fits,///< FITS file to which to write
     180                          const pmFPA *fpa ///< FPA for which to write covariance
     181    );
     182
    167183// XXX better name, please
    168184bool pmFPAUpdateNames(pmFPA *fpa, pmChip *chip, pmCell *cell);
Note: See TracChangeset for help on using the changeset viewer.