IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24486


Ignore:
Timestamp:
Jun 18, 2009, 10:44:43 AM (17 years ago)
Author:
eugene
Message:

update variance generation API for noiseMap

Location:
trunk/ppSim/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimLoop.c

    r23465 r24486  
    121121                // build one here
    122122                if (!readout->variance) {
    123                     if (!pmReadoutGenerateVariance(readout, true)) {
     123                    if (!pmReadoutGenerateVariance(readout, NULL, true)) {
    124124                        psError (PS_ERR_UNKNOWN, false, "trouble creating variance");
    125125                        return false;
  • trunk/ppSim/src/ppSimMergeReadouts.c

    r21365 r24486  
    1515
    1616    if (!inReadout->variance) {
    17       if (!pmReadoutGenerateVariance(inReadout, true)) {
     17        if (!pmReadoutGenerateVariance(inReadout, NULL, true)) {
    1818        psError (PS_ERR_UNKNOWN, false, "trouble creating variance");
    1919        return false;
Note: See TracChangeset for help on using the changeset viewer.