IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2007, 5:09:39 PM (19 years ago)
Author:
eugene
Message:

fixed the psf I/O functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotLoadPSF.c

    r13416 r13529  
    1616
    1717    if (!psphotPSFstats (readout, recipe, psf)) psAbort("cannot measure PSF shape terms");
     18
     19    psLogMsg ("psphot", 3, "using externally supplied PSF model for this readout");
     20
     21    // we return a psf which can be free (and which may be removed from the metadata)
     22    psMemIncrRefCounter (psf);
    1823    return psf;
    1924}
Note: See TracChangeset for help on using the changeset viewer.