Changeset 12832 for trunk/psModules/src/camera/pmFPAfileIO.c
- Timestamp:
- Apr 13, 2007, 5:22:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileIO.c
r12810 r12832 498 498 case PM_FPA_FILE_CMF: 499 499 psTrace ("psModules.camera", 5, "NOT freeing %s (%s) : save for further analysis\n", file->filename, file->name); 500 return true;500 return true; 501 501 case PM_FPA_FILE_PSF: 502 502 case PM_FPA_FILE_JPEG: 503 503 case PM_FPA_FILE_KAPA: 504 504 psTrace ("psModules.camera", 5, "nothing to free for %s (%s)\n", file->filename, file->name); 505 return true;505 return true; 506 506 default: 507 507 psError(PS_ERR_IO, true, "warning: type mismatch; saw type %d", file->type); … … 719 719 psMetadata *phu = psFitsReadHeader (NULL, file->fits); 720 720 if (!file->format) { 721 // XXX do we need to read the recipe here? these files are supplemental, and probably 722 // do not need to re-load the recipes721 // 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 723 file->format = pmConfigCameraFormatFromHeader (config, phu, false); 724 724 if (!file->format) { … … 748 748 749 749 // XXX this function is only called from pmFPAfileWrite 750 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config)750 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, const pmConfig *config) 751 751 { 752 752 PS_ASSERT_PTR_NON_NULL(file, false);
Note:
See TracChangeset
for help on using the changeset viewer.
