IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2014, 2:40:41 PM (12 years ago)
Author:
bills
Message:

change psphotFullForce galaxy shapes analysis to use different radius
trial values based on the signal to nosie of the source as measured
by psphotStack

File:
1 edited

Legend:

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

    r36718 r36747  
    432432
    433433typedef struct {
     434    float   Q;
     435    float   NSigma;
     436    float   clampSN;
     437#ifdef notdef
    434438    float fRmajorMin;
    435439    float fRmajorMax;
     
    438442    float fRminorMax;
    439443    float fRminorDel;
     444    float snMinAllTrials;
     445    float reduceTrialsFactor;
     446    bool  reducedTrials;
     447#endif
    440448} psphotGalaxyShapeOptions;
    441449
     
    539547bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, pmSourceGalaxyFits *galaxyFits, psImageMaskType maskVal, int psfSize, bool saveResults);
    540548psphotGalaxyShapeOptions *psphotGalaxyShapeOptionsAlloc();
     549void psphotGalaxyShapeOptionsSet(pmSource *source, pmSourceGalaxyFits *galaxyFits, psphotGalaxyShapeOptions *defaultOptions);
    541550
    542551bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule);
Note: See TracChangeset for help on using the changeset viewer.