Changeset 21473
- Timestamp:
- Feb 13, 2009, 12:46:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/detrend/tap_pmShutterCorrection.c
r15990 r21473 359 359 skip_start(guess == NULL, 0, "Skipping tests because pmShutterCorrectionGuess() failed"); 360 360 pmShutterCorrection *full = pmShutterCorrectionFullFit (exptime, counts, cntErr, guess); 361 pmShutterCorrection *pars = pmShutterCorrectionLinFit (exptime, counts, cntErr, NULL, full->offref, 1,5, 0);361 pmShutterCorrection *pars = pmShutterCorrectionLinFit (exptime, counts, cntErr, NULL, full->offref, 5, 0); 362 362 363 363 // with fine log-spaced times well-sampling TO and TK, … … 405 405 skip_start(guess == NULL, 0, "Skipping tests because pmShutterCorrectionGuess() failed"); 406 406 pmShutterCorrection *full = pmShutterCorrectionFullFit (exptime, counts, cntErr, guess); 407 pmShutterCorrection *pars = pmShutterCorrectionLinFit (exptime, counts, cntErr, NULL, full->offref, 1,5, 0);407 pmShutterCorrection *pars = pmShutterCorrectionLinFit (exptime, counts, cntErr, NULL, full->offref, 5, 0); 408 408 409 409 // with fine log-spaced times well-sampling TO and TK,
Note:
See TracChangeset
for help on using the changeset viewer.
