Changeset 7677 for trunk/psphot/src/psphot.c
- Timestamp:
- Jun 23, 2006, 5:33:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r7518 r7677 5 5 psTimerStart ("complete"); 6 6 7 psphotErrorRegister(); // register our error codes/messages7 psphotErrorRegister(); // register our error codes/messages 8 8 9 9 // basic pslib options … … 14 14 15 15 // load command-line arguments, options, and system config data 16 pmConfig *config = psphotArguments ( &argc, argv);16 pmConfig *config = psphotArguments (argc, argv); 17 17 if (config == NULL) { 18 psErrorStackPrint(stderr, "");19 exit(1);18 psErrorStackPrint(stderr, ""); 19 exit(1); 20 20 } 21 21 22 22 // load input data (config and images (signal, noise, mask) 23 23 if (!psphotParseCamera (config)) { 24 psErrorStackPrint(stderr, "");25 exit(1);24 psErrorStackPrint(stderr, ""); 25 exit(1); 26 26 } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.
