icebear.plotting¶
icebear.plotting.plot¶
-
icebear.plotting.plot.imaging_4plot(filepath, title, datetime, doppler, rng, snr, az, el)[source]¶ - Parameters
filepath –
title –
datetime –
doppler –
rng –
snr –
az –
el –
- Returns
Todo –
this will break when i move level 2 data to hdf5 format.
-
icebear.plotting.plot.quick_look(config, time)[source]¶ Creates a standard Quick Look plot of level 1 data for the specified time frame.
- Parameters
config (Class Object) – Config class instantiation which contains plotting settings.
time (Class Object) – Time class instantiation for start, stop, step deceleration.
- Returns
None
Notes
Typically a Quick Look plot should be one day of data with a step size equal to the incoherent averages time length used to generate the level 1 data used.
- Todo
The plt.colorbar() is currently not working.
-
icebear.plotting.plot.range_doppler_snr(config, time, spacing)[source]¶ Creates a standard range-Doppler SNR plot of level 1 data for the specified time frame.
- Parameters
config (Class Object) – Config class instantiation which contains plotting settings.
time (Class Object) – Time class instantiation for start, stop, step deceleration.
spacing (int) – The amount of time in seconds to plot in one image.
- Returns
None
Notes
Typically a Quick Look plot should be one day of data with a step size equal to the incoherent averages time length used to generate the level 1 data used.