IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2006, 12:44:16 PM (20 years ago)
Author:
magnier
Message:

various fixes

File:
1 edited

Legend:

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

    r7589 r7618  
    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);
    104103        success &= pmConceptsWriteCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CAMERA |
    105104                                       PM_CONCEPT_SOURCE_DEFAULTS, false, NULL);
     
    152151        if (blankSegment || imageSegment) {
    153152            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             }
    158153            if (!pmConceptsWriteChip(chip, source, false, true, NULL)) {
    159154                psError(PS_ERR_IO, false, "Unable to write Concepts for Chip.\n");
Note: See TracChangeset for help on using the changeset viewer.