- Timestamp:
- Dec 16, 2008, 4:37:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20081216/psModules/src/camera/pmFPAfileFitsIO.c
r18601 r21022 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 )) {180 if (!pmFPAUpdateNames(fpa, chip, cell, file->imageId, file->sourceId)) { 181 181 psError(PS_ERR_UNKNOWN, false, "Unable to update names in header."); 182 182 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
