Changeset 25768 for trunk/psModules/src/camera/pmFPAfileFitsIO.c
- Timestamp:
- Oct 5, 2009, 12:38:57 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.c
r23428 r25768 178 178 pmChip *chip = pmFPAviewThisChip(view, fpa); // Chip of interest, or NULL 179 179 pmCell *cell = pmFPAviewThisCell(view, fpa); // Cell of interest, or NULL 180 if (!pmFPAUpdateNames(fpa, chip, cell, file->imageId, file->sourceId)) {181 psError(PS_ERR_UNKNOWN, false, "Unable to update names in header.");182 return false;183 }184 185 180 if (cell) { 186 181 if (!pmConceptsWriteCell(cell, true, config)) { … … 195 190 } else if (!pmConceptsWriteFPA(fpa, true, config)) { 196 191 psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n"); 192 return false; 193 } 194 195 if (!pmFPAUpdateNames(fpa, chip, cell, file->imageId, file->sourceId)) { 196 psError(PS_ERR_UNKNOWN, false, "Unable to update names in header."); 197 197 return false; 198 198 }
Note:
See TracChangeset
for help on using the changeset viewer.
