- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psModules (modified) (1 prop)
-
psModules/src/objects (modified) (1 prop)
-
psModules/src/objects/pmSource.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo set to
-
branches/meh_branches/ppstack_test/psModules/src/objects
- Property svn:ignore
-
old new 5 5 *.la 6 6 *.lo 7 pmSourceIO_CMF_PS1_V1.c 8 pmSourceIO_CMF_PS1_V2.c 9 pmSourceIO_CMF_PS1_V3.c 10 pmSourceIO_CMF_PS1_V4.c 11 pmSourceIO_CMF_PS1_V3.v1.c 12 pmSourceIO_CMF_PS1_V1.v1.c 13 pmSourceIO_CMF_PS1_V2.v1.c 14
-
- Property svn:ignore
-
branches/meh_branches/ppstack_test/psModules/src/objects/pmSource.h
r31670 r33415 36 36 PM_SOURCE_TMPF_MOMENTS_MEASURED = 0x0010, 37 37 PM_SOURCE_TMPF_CANDIDATE_PSFSTAR = 0x0020, 38 PM_SOURCE_TMPF_RADIAL_KEEP = 0x0040, 39 PM_SOURCE_TMPF_RADIAL_SKIP = 0x0080, 40 PM_SOURCE_TMPF_PETRO_KEEP = 0x0100, 41 PM_SOURCE_TMPF_PETRO_SKIP = 0x0200, 38 42 } pmSourceTmpF; 39 43 … … 76 80 pmModel *modelEXT; ///< EXT Model fit used for subtraction (parameters and type) 77 81 psArray *modelFits; ///< collection of extended source models (best == modelEXT) 82 psArray *extFitPars; ///< extra extended fit parameters 78 83 pmSourceType type; ///< Best identification of object. 79 84 pmSourceMode mode; ///< analysis flags set for object. … … 91 96 float apFlux; ///< apFlux corresponding to psfMag or extMag (depending on type) 92 97 float apFluxErr; ///< apFluxErr corresponding to psfMag or extMag (depending on type) 98 99 float windowRadius; ///< size of box used for full analysis 100 float skyRadius; ///< radius at which profile hits local sky (or goes flat) 101 float skyFlux; ///< mean flux per pixel in aperture at which profile hits local sky (or goes flat) 102 float skySlope; ///< mean flux slope at which profile hits local sky (or goes flat) 93 103 94 104 float pixWeightNotBad; ///< PSF-weighted coverage of unmasked (not BAD) pixels
Note:
See TracChangeset
for help on using the changeset viewer.
