IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2008, 4:37:03 PM (18 years ago)
Author:
Paul Price
Message:

Attempting to get image and source identifiers into headers.

File:
1 edited

Legend:

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

    r18163 r21022  
    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.11.36.1 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-12-17 02:37:03 $
    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                      psU64 imageId,    ///< Image identifier
     174                      psU64 sourceId    ///< Source identifier
     175    );
    169176
    170177/// @}
Note: See TracChangeset for help on using the changeset viewer.