IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14749


Ignore:
Timestamp:
Sep 5, 2007, 10:54:39 AM (19 years ago)
Author:
Paul Price
Message:

Get PSF from the chip, not the readout.

File:
1 edited

Legend:

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

    r13529 r14749  
    99
    1010    // check if a PSF model is supplied by the user
    11     pmPSF *psf = psMetadataLookupPtr (NULL, readout->analysis, "PSPHOT.PSF");
     11    pmPSF *psf = psMetadataLookupPtr (NULL, readout->parent->parent->analysis, "PSPHOT.PSF");
    1212    if (psf == NULL) {
    1313        psLogMsg ("psphot", 3, "no psf supplied for this readout");
Note: See TracChangeset for help on using the changeset viewer.