IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2008, 11:22:45 AM (18 years ago)
Author:
Paul Price
Message:

If we shouldn't have copied FPA.NAME, we shouldn't copy FPA.OBS either.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r18364 r18711  
    217217
    218218    if (cell && (cell->conceptsRead == PM_CONCEPT_SOURCE_NONE)) {
    219         pmConceptsBlankCell(cell);
    220         cell->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
     219        pmConceptsBlankCell(cell);
     220        cell->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
    221221    }
    222222    if (chip && (chip->conceptsRead == PM_CONCEPT_SOURCE_NONE)) {
    223         pmConceptsBlankChip(chip);
    224         chip->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
     223        pmConceptsBlankChip(chip);
     224        chip->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
    225225    }
    226226    if (fpa && (fpa->conceptsRead == PM_CONCEPT_SOURCE_NONE)) {
    227         pmConceptsBlankFPA(fpa);
    228         fpa->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
     227        pmConceptsBlankFPA(fpa);
     228        fpa->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
    229229    }
    230230
     
    665665// List of concepts not to copy, for each level.
    666666// Must be NULL-terminated
    667 static const char *dontCopyConceptsFPA[] = { "FPA.NAME", "FPA.CAMERA", 0 };
     667static const char *dontCopyConceptsFPA[] = { "FPA.OBS", "FPA.NAME", "FPA.CAMERA", 0 };
    668668static const char *dontCopyConceptsChip[] = { "CHIP.NAME", 0 };
    669669static const char *dontCopyConceptsCell[] = { "CELL.NAME", "CELL.TRIMSEC", "CELL.BIASSEC", 0 };
Note: See TracChangeset for help on using the changeset viewer.