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
  • trunk/ppStats/src/ppStatsChip.c

    r14561 r18137  
    3838        // extract from existing headers
    3939        if (chip->hdu) {
    40             if (fits && !pmChipReadHeader(chip, fits)) {
     40            if (fits && !pmChipReadHeader(chip, fits, config->database)) {
    4141                psError (PS_ERR_IO, false, "trouble reading chip header\n");
    4242                psFree(chipResults);
     
    5454    // Extract Concept values
    5555    if (psListLength(data->concepts) > 0) {
    56         if (fits && chip->hdu && !pmChipReadHeader(chip, fits)) {
     56        if (fits && chip->hdu && !pmChipReadHeader(chip, fits, config->database)) {
    5757            psError (PS_ERR_IO, false, "trouble reading chip header\n");
    5858            psFree(chipResults);
Note: See TracChangeset for help on using the changeset viewer.