IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2014, 5:38:26 AM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20140423/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/psphot/src

  • branches/eam_branches/ipp-20140423/psphot/src/psphot.h

    r36623 r36828  
    432432
    433433typedef struct {
    434     float fRmajorMin;
    435     float fRmajorMax;
    436     float fRmajorDel;
    437     float fRminorMin;
    438     float fRminorMax;
    439     float fRminorDel;
     434    float   Q;
     435    float   NSigma;
     436    float   clampSN;
     437    int     extModelType;
    440438} psphotGalaxyShapeOptions;
    441439
     
    537535bool psphotGalaxyShape_Threaded (psThreadJob *job);
    538536bool psphotGalaxyShapeGrid (pmSource *source, pmSourceFitOptions *fitOptions, psphotGalaxyShapeOptions *opt, psImageMaskType maskVal, int psfSize);
    539 bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, psImageMaskType maskVal, int psfSize, bool saveResults);
     537bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, pmSourceGalaxyFits *galaxyFits, psImageMaskType maskVal, int psfSize, bool saveResults);
    540538psphotGalaxyShapeOptions *psphotGalaxyShapeOptionsAlloc();
     539bool psphotGalaxyShapeOptionsSet(pmSource *source, pmSourceGalaxyFits *galaxyFits, psphotGalaxyShapeOptions *defaultOptions);
    541540
    542541bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule);
Note: See TracChangeset for help on using the changeset viewer.