IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18727


Ignore:
Timestamp:
Jul 24, 2008, 4:03:25 PM (18 years ago)
Author:
eugene
Message:

drop FPA.OBS from dontCopyConceptsFPA; minor spacing changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/psModules/src/concepts/pmConcepts.c

    r18622 r18727  
    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.