- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/psphot/src
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/psphot/src/psphot.h
r36680 r37403 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); … … 572 571 bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index); 573 572 573 bool psphotChipParams(pmConfig *config, const pmFPAview *view, const char *filerule); 574 bool psphotChipParams_Threaded(psThreadJob *job); 575 574 576 const char * psphotGetFilerule(const char *baseRule); 575 577 extern bool psphotINpsphotStack; 576 578 579 577 580 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
