IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 3:52:05 PM (18 years ago)
Author:
eugene
Message:

adding elements to APIs to pass the db handle around

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080613/psModules/src/camera/pmFPAHeader.h

    r11253 r18136  
    44 *  @author Paul Price, IfA
    55 *
    6  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-01-24 02:54:14 $
     6 *  @version $Revision: 1.3.42.1 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-06-14 01:52:05 $
    88 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2020/// was already there.  No iteration to lower levels is performed.
    2121bool pmFPAReadHeader(pmFPA *fpa,        ///< FPA for which to read header
    22                      psFits *fits       ///< FITS file handle
     22                     psFits *fits,       ///< FITS file handle
     23                     pmConfig *config
    2324                    );
    2425
     
    2829/// was already there.  No iteration to lower levels is performed.
    2930bool pmChipReadHeader(pmChip *chip,     ///< Chip for which to read header
    30                       psFits *fits      ///< FITS file handle
     31                      psFits *fits,      ///< FITS file handle
     32                     pmConfig *config
    3133                     );
    3234
     
    3638/// was already there.  No iteration to lower levels is performed.
    3739bool pmCellReadHeader(pmCell *cell,     ///< Cell for which to read header
    38                       psFits *fits      ///< FITS file handle
     40                      psFits *fits,      ///< FITS file handle
     41                     pmConfig *config
    3942                     );
    4043/// @}
Note: See TracChangeset for help on using the changeset viewer.