Changeset 7518
- Timestamp:
- Jun 11, 2006, 11:06:45 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r7339 r7518 21 21 22 22 // load input data (config and images (signal, noise, mask) 23 psphotParseCamera (config); 23 if (!psphotParseCamera (config)) { 24 psErrorStackPrint(stderr, ""); 25 exit(1); 26 } 24 27 25 28 // call psphot for each readout … … 28 31 psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete")); 29 32 30 psFree (config); 31 psphotCleanup (); 32 33 exit (0); 33 psphotCleanup (config); 34 exit (EXIT_SUCCESS); 34 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
