Changeset 23594 for branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPAfileFitsIO.c
- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed
/trunk/psModules merged: 23354,23358,23370,23374,23378,23404-23405,23428,23432,23447,23450-23452,23476,23487,23498,23535,23574,23576-23577,23587
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPAfileFitsIO.c
r22699 r23594 183 183 } 184 184 185 pmConceptSource sources = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |186 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; // Concept sources to write187 185 if (cell) { 188 if (!pmConceptsWriteCell(cell, sources,true, config)) {186 if (!pmConceptsWriteCell(cell, true, config)) { 189 187 psError(PS_ERR_IO, false, "Unable to write concepts for cell.\n"); 190 188 return false; 191 189 } 192 190 } else if (chip) { 193 if (!pmConceptsWriteChip(chip, sources,true, true, config)) {191 if (!pmConceptsWriteChip(chip, true, true, config)) { 194 192 psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n"); 195 193 return false; 196 194 } 197 } else if (!pmConceptsWriteFPA(fpa, sources,true, config)) {195 } else if (!pmConceptsWriteFPA(fpa, true, config)) { 198 196 psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n"); 199 197 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
