IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2006, 3:50:43 PM (20 years ago)
Author:
magnier
Message:

updates from day when MHPCC CVS was down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r7530 r7589  
    101101    if ((!pixels && hdu->phu && !hdu->images) || // Data-less PHU
    102102            (pixels && (hdu->images || (!hdu->images && pmHDUGenerateForCell(cell) && hdu->images)))) { // Data
     103        psMetadataPrint (stdout, cell->concepts, 0);
    103104        success &= pmConceptsWriteCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CAMERA |
    104105                                       PM_CONCEPT_SOURCE_DEFAULTS, false, NULL);
     
    151152        if (blankSegment || imageSegment) {
    152153            pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CAMERA | PM_CONCEPT_SOURCE_DEFAULTS;
     154            for (int i = 0; i < chip->cells->n; i++) {
     155                pmCell *cell = chip->cells->data[i];
     156                psMetadataPrint (stdout, cell->concepts, 0);
     157            }
    153158            if (!pmConceptsWriteChip(chip, source, false, true, NULL)) {
    154159                psError(PS_ERR_IO, false, "Unable to write Concepts for Chip.\n");
Note: See TracChangeset for help on using the changeset viewer.