Public Member Functions | |
| ProcessingInformation () | |
| Default constructor. | |
| ProcessingInformation (const ProcessingInformation &proc) | |
| Copy constructor. More... | |
| ProcessingInformation & | operator= (const ProcessingInformation &proc) |
| Deep assignment operator. More... | |
| const std::valarray< double > & | slantRange () const |
| Get read-only slant range coordinates. | |
| void | slantRange (const std::valarray< double > &r) |
| Set slant range coordinates. | |
| const std::valarray< double > & | zeroDopplerTime () const |
| Get read-only zero Doppler time coordinates. | |
| void | zeroDopplerTime (const std::valarray< double > &t) |
| Set zero Doppler time coordinates. | |
|
const isce3::core::LUT2d < double > & | effectiveVelocity () const |
| Get read-only look-up-table for effective velocity. | |
| void | effectiveVelocity (const isce3::core::LUT2d< double > &lut) |
| Set look-up-table for effective velocity. | |
|
const std::map< char, isce3::core::LUT2d< double > > & | azimuthFMRateMap () const |
| Get read-only map for azimuth FM rate tables. | |
|
const isce3::core::LUT2d < double > & | azimuthFMRate (char freq) const |
| Get read-only look-up-table for azimuth FM rate. | |
| void | azimuthFMRate (const isce3::core::LUT2d< double > &lut, char freq) |
| Set look-up-table for azimuth FM rate. | |
|
const std::map< char, isce3::core::LUT2d< double > > & | dopplerCentroidMap () const |
| Get read-only map for Doppler centroid tables. | |
|
const isce3::core::LUT2d < double > & | dopplerCentroid (char freq) const |
| Get read-only look-up-table for Doppler centroid. | |
| void | dopplerCentroid (const isce3::core::LUT2d< double > &lut, char freq) |
| Set look-up-table for azimuth FM rate. | |
|
inline |
Copy constructor.
| [in] | proc | ProcessingInformation |
|
inline |
Deep assignment operator.
| [in] | proc | ProcessingInformation |
1.8.5.