CARMA C++
sza::util::RegCal::RegCalSlot Struct Reference

The calibration of a scalar register is: More...

#include <carma/szautil/RegCal.h>

Public Member Functions

void reset ()
 

Public Attributes

double cosPhi_
 
double factor_
 
double imagGain_
 
double offset_
 
double sinPhi_
 

Detailed Description

The calibration of a scalar register is:

reg[i] = offset + factor * reg[i].

The calibration of a complex register is:

real = reg[i] imag = reg[i+1] reg[i] = offset + factor * real; reg[i+1] = offset + factor * (imag/imag_gain + real*sin(phi))/cos(phi);

Definition at line 144 of file RegCal.h.


The documentation for this struct was generated from the following file: