- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/camera/pmFPAfileFitsIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/psModules/src/camera/pmFPAfileFitsIO.c
r25168 r25870 179 179 pmChip *chip = pmFPAviewThisChip(view, fpa); // Chip of interest, or NULL 180 180 pmCell *cell = pmFPAviewThisCell(view, fpa); // Cell of interest, or NULL 181 if (!pmFPAUpdateNames(fpa, chip, cell, file->imageId, file->sourceId)) {182 psError(PS_ERR_UNKNOWN, false, "Unable to update names in header.");183 return false;184 }185 186 181 if (cell) { 187 182 if (!pmConceptsWriteCell(cell, true, config)) { … … 196 191 } else if (!pmConceptsWriteFPA(fpa, true, config)) { 197 192 psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n"); 193 return false; 194 } 195 196 if (!pmFPAUpdateNames(fpa, chip, cell, file->imageId, file->sourceId)) { 197 psError(PS_ERR_UNKNOWN, false, "Unable to update names in header."); 198 198 return false; 199 199 }
Note:
See TracChangeset
for help on using the changeset viewer.
