Changeset 6713 for branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c
- Timestamp:
- Mar 27, 2006, 4:16:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c
r6673 r6713 184 184 view->cell = -1; 185 185 view->readout = -1; 186 view->fpa = psMemIncrRefCounter(fpa);187 186 if (strcasecmp(phuType, "FPA") == 0) { 188 187 if (fpa->hdu) { … … 194 193 fpa->hdu = phdu; 195 194 pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER, NULL); 195 pmFPASetFileStatus (fpa, true); 196 196 } else { 197 197 // Get the chip … … 215 215 chip->hdu = phdu; 216 216 pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER, true, NULL); 217 pmChipSetFileStatus (chip, true); 217 218 } else if (strcasecmp(phuType, "CELL") == 0) { 218 219 psError(PS_ERR_IO, true, "Not yet sure how to handle PHU=CELL.\n"); … … 239 240 cell->hdu = phdu; 240 241 pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER, true, NULL); 242 pmCellSetFileStatus (cell, true); 241 243 #endif 242 244
Note:
See TracChangeset
for help on using the changeset viewer.
