- Timestamp:
- Jun 27, 2008, 1:56:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080620/psModules/src/camera/pmFPAfileIO.c
r18177 r18350 433 433 pmChip *chip = pmFPAviewThisChip(view, file->fpa); // Chip of interest, or NULL 434 434 pmCell *cell = pmFPAviewThisCell(view, file->fpa); // Cell of interest, or NULL 435 pmFPAUpdateNames(fpa, chip, cell); 435 if (!pmFPAUpdateNames(fpa, chip, cell)) { 436 psError(PS_ERR_UNKNOWN, false, "Unable to update names in header."); 437 return false; 438 } 436 439 437 440 pmConceptSource sources = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | … … 918 921 // XXX this function is only called from pmFPAfileWrite 919 922 // XXX for each data type, there should be a function which writes the PHU, if needed 920 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, constpmConfig *config)923 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config) 921 924 { 922 925 PS_ASSERT_PTR_NON_NULL(file, false);
Note:
See TracChangeset
for help on using the changeset viewer.
