- Timestamp:
- Apr 30, 2022, 4:30:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraArguments.c
r42183 r42186 11 11 fpcameraErrorRegister(); // register our error codes/messages 12 12 pmModelClassInit(); // model inits are needed in pmSourceIO 13 psphotInit(); 13 14 14 15 if (argc == 1) ESCAPE(FPCAMERA_ERR_ARGUMENTS, "No arguments supplied"); … … 72 73 if (!status) ESCAPE(FPCAMERA_ERR_ARGUMENTS, "Missing -astrom-file (input) : provide an smf or similar"); 73 74 75 // specify the input images to process 76 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT.PSF", "-psf", "-psflist"); 77 // user-supplied psf model is optional 78 74 79 if (argc != 2) ESCAPE(FPCAMERA_ERR_ARGUMENTS, "Incorrect number of arguments supplied"); 75 80
Note:
See TracChangeset
for help on using the changeset viewer.
