#include <ssInstrumentParameters.h>
Public Member Functions | |
ssInstrumentParameters () | |
Ctor. | |
ssInstrumentParameters (const ssInstrumentParameters &rhs) | |
Copy ctor. | |
ssInstrumentParameters (int n_beams, double delta_theta) | |
Ctor. | |
virtual | ~ssInstrumentParameters () |
Dtor. | |
ssInstrumentParameters & | operator= (const ssInstrumentParameters &rhs) |
Copy operator. | |
bool | operator== (const ssInstrumentParameters &rhs) |
Equivalence operator. | |
bool | operator!= (const ssInstrumentParameters &rhs) |
Inequivalence operator. | |
void | numberOfBeams (int n) |
Specify the number of beams per swath. | |
int | numberOfBeams () const |
Give the number of beams per swath. | |
void | deltaTheta (double arg) |
Specify the angular spacing between beams. | |
double | deltaTheta () const |
Give the angular spacing between beams. | |
void | halfPowerBeamWidth (double arg) |
Specify the 3dB beam width od each beam. | |
double | halfPowerBeamWidth () const |
Give the 3dB beam width of each beam. |
Definition at line 13 of file ssInstrumentParameters.h.
ssInstrumentParameters::ssInstrumentParameters | ( | ) |
Ctor.
ssInstrumentParameters::ssInstrumentParameters | ( | const ssInstrumentParameters & | rhs | ) |
Copy ctor.
rhs | The reference object. |
ssInstrumentParameters::ssInstrumentParameters | ( | int | n_beams, | |
double | delta_theta | |||
) |
Ctor.
n_beams | The number of beams per swath. | |
delta_theta | The angle spacing between each beam in radians. |
virtual ssInstrumentParameters::~ssInstrumentParameters | ( | ) | [virtual] |
Dtor.
ssInstrumentParameters& ssInstrumentParameters::operator= | ( | const ssInstrumentParameters & | rhs | ) |
Copy operator.
rhs | The reference object. |
bool ssInstrumentParameters::operator== | ( | const ssInstrumentParameters & | rhs | ) |
Equivalence operator.
rhs | The reference object. |
bool ssInstrumentParameters::operator!= | ( | const ssInstrumentParameters & | rhs | ) |
Inequivalence operator.
rhs | The reference object. |
void ssInstrumentParameters::numberOfBeams | ( | int | n | ) |
Specify the number of beams per swath.
n | The number of beams. |
int ssInstrumentParameters::numberOfBeams | ( | ) | const |
Give the number of beams per swath.
void ssInstrumentParameters::deltaTheta | ( | double | arg | ) |
Specify the angular spacing between beams.
arg | The spacing between deams in radians. |
double ssInstrumentParameters::deltaTheta | ( | ) | const |
Give the angular spacing between beams.
void ssInstrumentParameters::halfPowerBeamWidth | ( | double | arg | ) |
Specify the 3dB beam width od each beam.
arg | The width in radians. |
double ssInstrumentParameters::halfPowerBeamWidth | ( | ) | const |
Give the 3dB beam width of each beam.