- Timestamp:
- Oct 2, 2009, 5:10:19 PM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmSource.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/psModules/src/objects/pmSource.h
r24579 r25766 38 38 39 39 typedef enum { 40 PM_SOURCE_TMPF_MODEL_GUESS = 0x0001, 41 PM_SOURCE_TMPF_SUBTRACTED = 0x0002, 40 PM_SOURCE_TMPF_MODEL_GUESS = 0x0001, 41 PM_SOURCE_TMPF_SUBTRACTED = 0x0002, 42 PM_SOURCE_TMPF_SIZE_MEASURED = 0x0004, 42 43 } pmSourceTmpF; 43 44 … … 81 82 float extNsigma; ///< Nsigma deviation from PSF to EXT 82 83 float sky, skyErr; ///< The sky and its error at the center of the object 84 float apRadius; 83 85 psRegion region; ///< area on image covered by selected pixels 84 86 pmSourceExtendedPars *extpars; ///< extended source parameters … … 98 100 float Y; 99 101 float dY; 102 int nStars; 103 float nSigma; 100 104 } 101 105 pmPSFClump;
Note:
See TracChangeset
for help on using the changeset viewer.
