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/detrend/pmDark.h

    r16949 r18163  
    55#include <pmHDU.h>
    66#include <pmFPA.h>
     7#include <pmConfig.h>
    78
    89#define PM_DARK_ANALYSIS_ORDINATES "DARK.ORDINATES" // Name for dark ordinates in the cell analysis metadata
     
    4546bool pmFPAWriteDark(pmFPA *fpa,         // FPA to write
    4647                    psFits *fits,       // FITS file to which to write
    47                     psDB *db,           // Database, for concepts
     48                    pmConfig *config,   // Configuration
    4849                    bool blank,         // Write a blank only?
    4950                    bool recurse        // Recurse to lower levels?
     
    5354bool pmChipWriteDark(pmChip *chip,      // Chip to write
    5455                     psFits *fits,      // FITS file to which to write
    55                      psDB *db,          // Database, for concepts
     56                     pmConfig *config,  // Configuration
    5657                     bool blank,        // Write a blank only?
    5758                     bool recurse       // Recurse to lower levels?
     
    6162bool pmCellWriteDark(pmCell *cell,      // Cell containing dark information
    6263                     psFits *fits,      // FITS file to which to write
    63                      psDB *db,          // Database, for concepts
     64                     pmConfig *config,  // Configuration
    6465                     bool blank         // Write a blank only?
    6566    );
     
    6869bool pmFPAReadDark(pmFPA *fpa,          // FPA for which to read
    6970                   psFits *fits,        // FITS file to read
    70                    psDB *db             // Database, for concepts
     71                   pmConfig *config     // Configuration
    7172    );
    7273
     
    7475bool pmChipReadDark(pmChip *chip,       // Chip for which to read
    7576                    psFits *fits,       // FITS file to read
    76                     psDB *db            // Database, for concepts
     77                    pmConfig *config    // Configuration
    7778    );
    7879
     
    8081bool pmCellReadDark(pmCell *cell,       // Cell for which to read
    8182                    psFits *fits,       // FITS file to read
    82                     psDB *db            // Database, for concepts
     83                    pmConfig *config    // Configuration
    8384    );
    8485
Note: See TracChangeset for help on using the changeset viewer.