pyrocko.scenario.targets.insar¶
Synthetic InSAR data generator.
Classes
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
- class ScenePatch(*args, **kwargs)[source]¶
Bases:
ObjectUndocumented.
- ♦ center_lat¶
floatCenter latitude anchor.
- ♦ center_lon¶
floatcenter longitude anchor.
- ♦ time_master¶
pyrocko.util.get_time_float (
pyrocko.guts.Timestamp)Timestamp of the master.
- ♦ time_slave¶
pyrocko.util.get_time_float (
pyrocko.guts.Timestamp)Timestamp of the slave.
- ♦ inclination¶
floatOrbital inclination towards the equatorial plane [deg].
- ♦ apogee¶
floatApogee of the satellite in [m].
- ♦ swath_width¶
floatSwath width in [m].
- ♦ track_length¶
floatTrack length in [m].
- ♦ incident_angle¶
floatGround incident angle in [deg].
- ♦ resolution¶
tupleofpyrocko.guts.Anyobjects, default:()Resolution of raster in east x north [px].
- ♦ orbital_node¶
str(pyrocko.guts.StringChoice)Orbit heading.
- ♦ mask_water¶
bool, default:TrueMask water bodies.
- class SatelliteGeneratorTarget(scene_patch, *args, **kwargs)[source]¶
Bases:
SatelliteTargetUndocumented.
- class AtmosphericNoiseGenerator(**kwargs)[source]¶
Bases:
NoiseGeneratorUndocumented.
- ♦ amplitude¶
float, default:1.0Amplitude of the atmospheric noise.
- class InSARGenerator(**kwargs)[source]¶
Bases:
TargetGeneratorUndocumented.
- ♦ store_id¶
str, default:'ak135_static'Store ID for these stations.
- ♦ inclination¶
float, default:98.2Inclination of the satellite orbit towards equatorial plane in [deg]. Defaults to Sentinel-1 (98.1 deg).
- ♦ apogee¶
float, default:693000.0Apogee of the satellite in [m]. Defaults to Sentinel-1 (693 km).
- ♦ swath_width¶
float, default:250000.0Swath width in [m]. Defaults to Sentinel-1 Interfeometric Wide Swath Mode (IW). (IW; 250 km).
- ♦ track_length¶
float, default:250000.0Track length in [m]. Defaults to 200 km.
- ♦ incident_angle¶
float, default:29.1Near range incident angle in [deg]. Defaults to 29.1 deg; Sentinel IW mode (29.1 - 46.0 deg).
- ♦ resolution¶
tupleofpyrocko.guts.Anyobjects, default:(250, 250)Resolution of raster in east x north [px].
- ♦ mask_water¶
bool, default:TrueMask out water bodies.
- ♦ noise_generator¶
pyrocko.scenario.targets.base.NoiseGenerator, default:AtmosphericNoiseGenerator()Add atmospheric noise model after Hansen, 2001.