IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 4:16:47 PM (18 years ago)
Author:
eugene
Message:

supplying db handle to concept loading functions

File:
1 edited

Legend:

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

    r18136 r18137  
    44 *  @author Paul Price, IfA
    55 *
    6  *  @version $Revision: 1.3.42.1 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-06-14 01:52:05 $
     6 *  @version $Revision: 1.3.42.2 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-06-14 02:14:35 $
    88 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2121bool pmFPAReadHeader(pmFPA *fpa,        ///< FPA for which to read header
    2222                     psFits *fits,       ///< FITS file handle
    23                      pmConfig *config
     23                     psDB *db
    2424                    );
    2525
     
    3030bool pmChipReadHeader(pmChip *chip,     ///< Chip for which to read header
    3131                      psFits *fits,      ///< FITS file handle
    32                      pmConfig *config
     32                     psDB *db
    3333                     );
    3434
     
    3939bool pmCellReadHeader(pmCell *cell,     ///< Cell for which to read header
    4040                      psFits *fits,      ///< FITS file handle
    41                      pmConfig *config
     41                     psDB *db
    4242                     );
    4343/// @}
Note: See TracChangeset for help on using the changeset viewer.