|
isce3 0.25.0
|
Public Member Functions | |
| ProcessingInformation () | |
| Default constructor. | |
| ProcessingInformation (const ProcessingInformation &proc) | |
| Copy constructor. | |
| ProcessingInformation & | operator= (const ProcessingInformation &proc) |
| Deep assignment operator. | |
| 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.13.2.