IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14966


Ignore:
Timestamp:
Sep 20, 2007, 4:48:27 PM (19 years ago)
Author:
eugene
Message:

generate flux scale for successful psf

File:
1 edited

Legend:

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

    r14940 r14966  
    212212    }
    213213
     214    // build a PSF residual image
     215    if (!psphotMakeFluxScale (readout->image, recipe, try->psf)) {
     216        psError(PSPHOT_ERR_PSF, false, "Unable to construct flux scale for PSF");
     217        psFree (models);
     218        return NULL;
     219    }
     220
    214221    // XXX test dump of psf star data and psf-subtracted image
    215222    if (psTraceGetLevel("psphot.psfstars") > 5) {
Note: See TracChangeset for help on using the changeset viewer.