IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2008, 4:02:08 PM (18 years ago)
Author:
Paul Price
Message:

Adding recipe value PSF.FAKE.ALLOW which specifies whether fake PSFs are allowed (when fitting the PSF fails).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r17870 r17954  
    1212
    1313#define PSPHOT_RECIPE "PSPHOT" // Name of the recipe to use
     14
     15#define PSPHOT_RECIPE_PSF_FAKE_ALLOW "PSF.FAKE.ALLOW" // Name for recipe component permitting fake PSFs
     16
    1417
    1518// top-level psphot functions
     
    126129
    127130bool            psphotRadialProfile (pmSource *source, psMetadata *recipe, psMaskType maskVal);
    128 bool            psphotPetrosian (pmSource *source, psMetadata *recipe, psMaskType maskVal);
    129 bool            psphotIsophotal (pmSource *source, psMetadata *recipe, psMaskType maskVal);
    130 bool            psphotAnnuli (pmSource *source, psMetadata *recipe, psMaskType maskVal);
    131 bool            psphotKron (pmSource *source, psMetadata *recipe, psMaskType maskVal);
     131bool            psphotPetrosian (pmSource *source, psMetadata *recipe, psMaskType maskVal);
     132bool            psphotIsophotal (pmSource *source, psMetadata *recipe, psMaskType maskVal);
     133bool            psphotAnnuli (pmSource *source, psMetadata *recipe, psMaskType maskVal);
     134bool            psphotKron (pmSource *source, psMetadata *recipe, psMaskType maskVal);
    132135
    133136// structures & functions to support psf-convolved model fitting
Note: See TracChangeset for help on using the changeset viewer.