Changeset 6575 for branches/rel10_ifa/psModules/src/astrom/pmFPARead.c
- Timestamp:
- Mar 13, 2006, 4:23:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPARead.c
r6552 r6575 189 189 } 190 190 191 pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER, NULL); 192 191 193 // Having read the cell, we now have to cut it up 192 194 psRegion *trimsec = psMetadataLookupPtr(NULL, cell->concepts, "CELL.TRIMSEC"); … … 218 220 return false; 219 221 } 222 pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER, NULL); 220 223 } 221 224 … … 236 239 return false; 237 240 } 241 pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER, NULL); 238 242 } 239 243
Note:
See TracChangeset
for help on using the changeset viewer.
