Changeset 13462 for trunk/ppSub/src/ppSubCamera.c
- Timestamp:
- May 21, 2007, 6:24:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r13371 r13462 6 6 #include <pslib.h> 7 7 #include <psmodules.h> 8 #include <psphot.h> 8 9 9 10 #include "ppSub.h" … … 97 98 } 98 99 100 // psPhot input 101 pmFPAfile *psphot = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.INPUT"); 102 if (!psphot) { 103 psError(PS_ERR_IO, false, "Failed to build FPA from PSPHOT.INPUT"); 104 return false; 105 } 106 if (input->type != PM_FPA_FILE_IMAGE) { 107 psError(PS_ERR_IO, true, "PSPHOT.INPUT is not of type IMAGE"); 108 return false; 109 } 110 111 if (!psphotDefineFiles(config, psphot)) { 112 psError(PS_ERR_UNKNOWN, false, "Unable to set up psphot files."); 113 return false; 114 } 115 99 116 return true; 100 117 }
Note:
See TracChangeset
for help on using the changeset viewer.
