IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21473


Ignore:
Timestamp:
Feb 13, 2009, 12:46:33 PM (17 years ago)
Author:
giebink
Message:

Changed args to pmShutterCorrectionLinFit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/detrend/tap_pmShutterCorrection.c

    r15990 r21473  
    359359        skip_start(guess == NULL, 0, "Skipping tests because pmShutterCorrectionGuess() failed");
    360360        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);
    362362
    363363        // with fine log-spaced times well-sampling TO and TK,
     
    405405        skip_start(guess == NULL, 0, "Skipping tests because pmShutterCorrectionGuess() failed");
    406406        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);
    408408
    409409        // with fine log-spaced times well-sampling TO and TK,
Note: See TracChangeset for help on using the changeset viewer.