IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2022, 4:30:17 PM (4 years ago)
Author:
eugene
Message:

added -psf option; fpcamera seems to work quite well now if supplied the psf file measured for the chip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraArguments.c

    r42183 r42186  
    1111    fpcameraErrorRegister();            // register our error codes/messages
    1212    pmModelClassInit();                 // model inits are needed in pmSourceIO
     13    psphotInit();
    1314
    1415    if (argc == 1) ESCAPE(FPCAMERA_ERR_ARGUMENTS, "No arguments supplied");
     
    7273    if (!status) ESCAPE(FPCAMERA_ERR_ARGUMENTS, "Missing -astrom-file (input) : provide an smf or similar");
    7374
     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   
    7479    if (argc != 2) ESCAPE(FPCAMERA_ERR_ARGUMENTS, "Incorrect number of arguments supplied");
    7580
Note: See TracChangeset for help on using the changeset viewer.