Changeset 36828 for branches/eam_branches/ipp-20140423/psphot/src/psphot.h
- Timestamp:
- Jun 7, 2014, 5:38:26 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140423/psphot/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140423/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 36701,36718,36731,36734,36747,36754,36757,36759
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140423/psphot/src/psphot.h
r36623 r36828 432 432 433 433 typedef 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; 440 438 } psphotGalaxyShapeOptions; 441 439 … … 537 535 bool psphotGalaxyShape_Threaded (psThreadJob *job); 538 536 bool psphotGalaxyShapeGrid (pmSource *source, pmSourceFitOptions *fitOptions, psphotGalaxyShapeOptions *opt, psImageMaskType maskVal, int psfSize); 539 bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, p sImageMaskType maskVal, int psfSize, bool saveResults);537 bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, pmSourceGalaxyFits *galaxyFits, psImageMaskType maskVal, int psfSize, bool saveResults); 540 538 psphotGalaxyShapeOptions *psphotGalaxyShapeOptionsAlloc(); 539 bool psphotGalaxyShapeOptionsSet(pmSource *source, pmSourceGalaxyFits *galaxyFits, psphotGalaxyShapeOptions *defaultOptions); 541 540 542 541 bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
