src.main
Attributes
Functions
|
Tarlan file plotter. |
Module Contents
- src.main.logger
- src.main.c_handler
- src.main.f_handler
- src.main.c_format
- src.main.f_format
- src.main.main(path, radar, subcycle, savepath, phaseplot=False)
Tarlan file plotter.
Plots EISCAT KST experiment specified with a .tlan file
- Parameters:
path (str) – Path to tlan file which to plot
radar (str) – Which radar to plot for. It might be that experiment doesnt exist for that radar.
subcycle (int) – Subcycle to plot. Zero means plot all. Default is 1
savepath (str) – Path of where to save the figure. If given, figure will
phaseplot (bool)
not be shown, only saved. If empty, figure will be shown, not saved. Default is empty (show, not save) :param bool phaseplot: Plot phases of experiment? Phases of all subcycles will be plotted. Default is False.