IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2009, 4:39:36 PM (17 years ago)
Author:
Paul Price
Message:

Moving in some stuff from pap_branch_20081216 to set the image and source identifiers in FITS files.

File:
1 edited

Legend:

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

    r18163 r21279  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-06-17 22:16:38 $
     6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2009-02-04 02:39:36 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    165165                   );
    166166
    167 // XXX better name, please
    168 bool pmFPAUpdateNames(pmFPA *fpa, pmChip *chip, pmCell *cell);
     167// Update the header before writing to be consistent
     168//
     169// XXX Would like a better name
     170bool pmFPAUpdateNames(pmFPA *fpa,       ///< FPA
     171                      pmChip *chip,     ///< Chip, or NULL
     172                      pmCell *cell,     ///< Cell, or NULL
     173                      psS64 imageId,    ///< Image identifier
     174                      psS64 sourceId    ///< Source identifier
     175    );
    169176
    170177/// @}
Note: See TracChangeset for help on using the changeset viewer.