Changeset 32347 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Sep 6, 2011, 1:02:53 PM (15 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pmSource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/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
-
- Property svn:ignore
-
trunk/psModules/src/objects/pmSource.h
r31670 r32347 36 36 PM_SOURCE_TMPF_MOMENTS_MEASURED = 0x0010, 37 37 PM_SOURCE_TMPF_CANDIDATE_PSFSTAR = 0x0020, 38 PM_SOURCE_TMPF_STACK_KEEP = 0x0040, 39 PM_SOURCE_TMPF_STACK_SKIP = 0x0080, 38 40 } pmSourceTmpF; 39 41 … … 76 78 pmModel *modelEXT; ///< EXT Model fit used for subtraction (parameters and type) 77 79 psArray *modelFits; ///< collection of extended source models (best == modelEXT) 80 psArray *extFitPars; ///< extra extended fit parameters 78 81 pmSourceType type; ///< Best identification of object. 79 82 pmSourceMode mode; ///< analysis flags set for object.
Note:
See TracChangeset
for help on using the changeset viewer.
