IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2009, 4:46:52 PM (17 years ago)
Author:
Paul Price
Message:

Got sense of correction wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.c

    r25372 r25377  
    421421    psFree(signoise);
    422422
    423     float correction = stats->robustStdev; // Correction factor
     423    float correction = 1.0 / stats->robustStdev; // Correction factor
    424424    psFree(stats);
    425425    psLogMsg("psModules.camera", PS_LOG_DETAIL, "Variance renormalisation factor is %f", correction);
Note: See TracChangeset for help on using the changeset viewer.