Changeset 12716 for trunk/psModules/src/camera/pmFPAfileIO.c
- Timestamp:
- Apr 3, 2007, 10:28:26 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileIO.c
r12696 r12716 719 719 psMetadata *phu = psFitsReadHeader (NULL, file->fits); 720 720 if (!file->format) { 721 file->format = pmConfigCameraFormatFromHeader (config, phu); 721 // XXX do we need to read the recipe here? these files are supplemental, and probably 722 // do not need to re-load the recipes 723 file->format = pmConfigCameraFormatFromHeader (config, phu, false); 722 724 if (!file->format) { 723 725 psError(PS_ERR_IO, false, "Failed to read CCD format from %s\n", file->filename);
Note:
See TracChangeset
for help on using the changeset viewer.
