Changeset 36747 for trunk/psphot/src/psphot.h
- Timestamp:
- May 13, 2014, 2:40:41 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r36718 r36747 432 432 433 433 typedef struct { 434 float Q; 435 float NSigma; 436 float clampSN; 437 #ifdef notdef 434 438 float fRmajorMin; 435 439 float fRmajorMax; … … 438 442 float fRminorMax; 439 443 float fRminorDel; 444 float snMinAllTrials; 445 float reduceTrialsFactor; 446 bool reducedTrials; 447 #endif 440 448 } psphotGalaxyShapeOptions; 441 449 … … 539 547 bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, pmSourceGalaxyFits *galaxyFits, psImageMaskType maskVal, int psfSize, bool saveResults); 540 548 psphotGalaxyShapeOptions *psphotGalaxyShapeOptionsAlloc(); 549 void psphotGalaxyShapeOptionsSet(pmSource *source, pmSourceGalaxyFits *galaxyFits, psphotGalaxyShapeOptions *defaultOptions); 541 550 542 551 bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
