IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2010, 3:53:34 PM (16 years ago)
Author:
Paul Price
Message:

Failure to have a reasonable variance renormalisation factor is now a data quality issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r28043 r28121  
    119119
    120120    // Perform Variance correction (rescale within a modest range)
    121     if (!ppSubVarianceRescale(config)) {
     121    if (!ppSubVarianceRescale(config, data)) {
    122122        psError(psErrorCodeLast(), false, "Unable to rescale variance.");
    123123        return false;
     124    }
     125
     126    if (data->quality) {
     127        // Done all we can do up to this point
     128        return true;
    124129    }
    125130
Note: See TracChangeset for help on using the changeset viewer.