- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/psModules
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/objects (modified) (1 prop)
-
src/objects/pmSourceFitModel.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/psModules
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/psModules/src/objects
- Property svn:ignore
-
old new 12 12 pmSourceIO_CMF_PS1_V1.v1.c 13 13 pmSourceIO_CMF_PS1_V4.c 14 pmSourceIO_CMF_PS1_V5.c 14 15 pmSourceIO_CMF_PS1_SV1.c 15 16 pmSourceIO_CMF_PS1_SV2.c 17 pmSourceIO_CMF_PS1_SV3.c 16 18 pmSourceIO_CMF_PS1_DV1.c 17 19 pmSourceIO_CMF_PS1_DV2.c 18 20 pmSourceIO_CMF_PS1_DV3.c 19 21 pmSourceIO_CMF_PS1_DV4.c
-
- Property svn:ignore
-
branches/eam_branches/ipp-ops-20130712/psModules/src/objects/pmSourceFitModel.h
r35768 r37066 21 21 PM_SOURCE_FIT_EXT_AND_SKY, 22 22 PM_SOURCE_FIT_INDEX, 23 PM_SOURCE_FIT_SHAPE, 23 24 PM_SOURCE_FIT_NO_INDEX, 24 25 PM_SOURCE_FIT_TRAIL, … … 33 34 float weight; ///< use this weight for constant-weight fits 34 35 float covarFactor; ///< covariance factor for calculating the chisq 36 float nsigma; ///< how far out to convolve 35 37 bool poissonErrors; ///< use poisson errors for fits? 36 38 bool saveCovariance; 37 39 int gainFactorMode; 38 40 bool chisqConvergence; 41 bool isInteractive; 39 42 } pmSourceFitOptions; 40 43
Note:
See TracChangeset
for help on using the changeset viewer.
