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/fpcameraCleanup.c

    r42178 r42186  
    33/* \brief this loop saves the photometry/astrometry data files */
    44void fpcameraCleanup (pmConfig *config, psMetadata *stats) {
     5
     6    psMemCheckCorruption (stderr, true);
    57
    68    psFree (stats);
     
    1012
    1113    psTimerStop ();
    12     psMemCheckCorruption (stderr, true);
     14    psphotVisualClose();
     15
    1316    pmModelClassCleanup ();
    1417    psTimeFinalize ();
    1518    pmConceptsDone ();
    1619    pmConfigDone ();
     20
     21    pmSourceFitSetDone ();
     22    psLibFinalize();
     23
    1724    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "fpcamera");
    1825    return;
Note: See TracChangeset for help on using the changeset viewer.