- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/camera/pmFPAfileFitsIO.c
r23428 r27840 162 162 hdu->header = psMetadataAlloc(); 163 163 } 164 164 165 pmConfigConformHeader(hdu->header, file->format); 165 166 … … 178 179 pmChip *chip = pmFPAviewThisChip(view, fpa); // Chip of interest, or NULL 179 180 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 181 if (cell) { 186 182 if (!pmConceptsWriteCell(cell, true, config)) { … … 195 191 } else if (!pmConceptsWriteFPA(fpa, true, config)) { 196 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."); 197 198 return false; 198 199 }
Note:
See TracChangeset
for help on using the changeset viewer.
