IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25954


Ignore:
Timestamp:
Oct 27, 2009, 1:21:38 PM (17 years ago)
Author:
Paul Price
Message:

Record renormalisation of variance so it can be used elsewhere.

Location:
branches/pap/psModules/src/camera
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/camera/pmFPAMaskWeight.c

    r25379 r25954  
    444444    }
    445445
    446     return true;
     446    return psMetadataAddF32(readout->analysis, PS_LIST_TAIL, PM_READOUT_ANALYSIS_RENORM,
     447                            "Renormalisation of variance", PS_SQR(correction));
    447448}
    448449
  • branches/pap/psModules/src/camera/pmFPAMaskWeight.h

    r25372 r25954  
    1515/// @addtogroup Camera Camera Layout
    1616/// @{
     17
     18#define PM_READOUT_ANALYSIS_RENORM "READOUT.RENORM" // Name on analysis metadata for renormalisation
    1719
    1820/// Set a temporary readout mask using CELL.SATURATION and CELL.BAD
Note: See TracChangeset for help on using the changeset viewer.