Changeset 41444
- Timestamp:
- Dec 1, 2020, 3:35:59 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippconfig/recipes/psphot.config (modified) (1 diff)
-
psphot/src/psphotFitSourcesLinear.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/psphot.config
r41291 r41444 337 337 # it overrides). 338 338 LINEAR_FIT_VARIANCE_MODE STR CONSTANT 339 340 # Use the covariance factor in the linear fit (true) or set factor to 1.0 (false) 341 LINEAR_FIT_COVAR_FACTOR BOOL TRUE 339 342 340 343 PCM_BOX_SIZE S32 8 -
trunk/psphot/src/psphotFitSourcesLinear.c
r40035 r41444 203 203 // XXX do not apply covarFactor for the moment... 204 204 // covarFactor = 1.0; 205 206 bool use_covarfactor = psMetadataLookupBool(&status, recipe, "LINEAR_FIT_COVAR_FACTOR"); 207 if (!status) { 208 use_covarfactor = true; 209 } 210 211 if (!use_covarfactor) { 212 covarFactor = 1.0; 213 psLogMsg ("psphot.ensemble", PS_LOG_MINUTIA, "Manually reset covariance factor: %f\n", covarFactor); 214 215 } 205 216 206 217 int Nsat = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
