IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2008, 12:16:38 PM (18 years ago)
Author:
Paul Price
Message:

Changing use of psDB* to pmConfig* so that the database handle only has to be set up when required.

File:
1 edited

Legend:

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

    r18137 r18163  
    11/*  @file pmFPAHeader.h
    22 *  @brief Functions read FITS headers for FPA components
    3  * 
     3 *
    44 *  @author Paul Price, IfA
    5  * 
    6  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-06-14 02:15:05 $
     5 *
     6 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-06-17 22:16:38 $
    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                      psDB *db
     23                     pmConfig *config   ///< Configuration
    2424                    );
    2525
     
    3030bool pmChipReadHeader(pmChip *chip,     ///< Chip for which to read header
    3131                      psFits *fits,      ///< FITS file handle
    32                      psDB *db
     32                     pmConfig *config   ///< Configuration
    3333                     );
    3434
     
    3939bool pmCellReadHeader(pmCell *cell,     ///< Cell for which to read header
    4040                      psFits *fits,      ///< FITS file handle
    41                      psDB *db
     41                     pmConfig *config   ///< Configuration
    4242                     );
    4343/// @}
Note: See TracChangeset for help on using the changeset viewer.