Changeset 14610
- Timestamp:
- Aug 22, 2007, 2:50:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/psModules/src/camera/pmFPAfileIO.c
r14206 r14610 26 26 #include "pmMoments.h" 27 27 #include "pmResiduals.h" 28 #include "pmGrowthCurve.h" 29 #include "pmPSF.h" 28 30 #include "pmModel.h" 29 31 #include "pmSource.h" 30 32 #include "pmSourceIO.h" 31 #include "pmGrowthCurve.h"32 33 #include "pmResiduals.h" 33 #include "pmPSF.h"34 34 #include "pmPSF_IO.h" 35 35 #include "pmFPA_JPEG.h" … … 188 188 break; 189 189 case PM_FPA_FILE_PSF: 190 status = pm FPAviewReadPSFmodel(view, file, config);190 status = pmPSFmodelReadForView (view, file, config); 191 191 break; 192 192 case PM_FPA_FILE_JPEG: … … 335 335 // (existing) fpa 336 336 if (file->type == PM_FPA_FILE_PSF) { 337 if (!pm FPAviewCheckDataStatusForPSFmodel(view, file)) {337 if (!pmPSFmodelCheckDataStatusForView (view, file)) { 338 338 psTrace("psModules.camera", 6, "skip write for %s, no data for this entry", file->name); 339 339 return true; … … 402 402 403 403 case PM_FPA_FILE_PSF: 404 status = pm FPAviewWritePSFmodel(view, file, config);404 status = pmPSFmodelWriteForView (view, file, config); 405 405 break; 406 406 … … 757 757 return false; 758 758 } 759 file->formatName = psStringCopy(config->formatName); 760 759 761 } else { 760 762 bool valid; … … 798 800 break; 799 801 case PM_FPA_FILE_PSF: 800 status = pmPSF _WritePHU (view, file, config);802 status = pmPSFmodelWritePHU (view, file, config); 801 803 break; 802 804 case PM_FPA_FILE_SX:
Note:
See TracChangeset
for help on using the changeset viewer.
