IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7735


Ignore:
Timestamp:
Jun 28, 2006, 10:26:09 AM (20 years ago)
Author:
Paul Price
Message:

More fixing up following API change last night.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r7734 r7735  
    110110            if (cell->hdu) {
    111111                psTrace(__func__, 5, "Writing out cell HDU.\n");
    112                 pmCellWrite(cell, data->outFile, config->database, true);
     112                pmCellWrite(cell, data->outFile, config->database, false);
    113113                pmCellFreeData(cell);
    114114            }
     
    125125        if (chip->hdu) {
    126126            psTrace(__func__, 5, "Writing out chip HDU.\n");
    127             pmChipWrite(chip, data->outFile, config->database, true, false);
     127            pmChipWrite(chip, data->outFile, config->database, false, false);
    128128            pmChipFreeData(chip);
    129129        }
     
    133133        // Write the pixels
    134134        psTrace(__func__, 5, "Writing out FPA HDU.\n");
    135         pmFPAWrite(data->out, data->outFile, config->database, true, false);
     135        pmFPAWrite(data->out, data->outFile, config->database, false, false);
    136136    }
    137137
Note: See TracChangeset for help on using the changeset viewer.