- Timestamp:
- Feb 28, 2011, 2:46:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotExtendedSourceFits.c
r30707 r30764 275 275 // Define source fitting parameters for extended source fits 276 276 pmSourceFitOptions *fitOptions = pmSourceFitOptionsAlloc(); 277 fitOptions->mode = PM_SOURCE_FIT_EXT;277 fitOptions->mode = PM_SOURCE_FIT_EXT; 278 278 fitOptions->saveCovariance = true; // XXX make this a user option? 279 fitOptions->covarFactor = psImageCovarianceFactorForAperture(readout->covariance, 10.0); // Covariance matrix 279 280 280 281 // XXX for now, use the defaults for the rest:
Note:
See TracChangeset
for help on using the changeset viewer.
