CoordinateGrid([obstime, ut1_utc, L, phi]) | Coordinate grid for images. |
Shower([ws, parfile]) | Making all sorts of plots to understand the shower. |
Task([ws, parfile]) | Base class from which all tasks should be derived. |
Module author: Anna Nelles <a.nelles@astro.ru.nl>
Making all sorts of plots to understand the shower.
Usage (minimal variables):
LDF = cr.trun(“Shower”,positions=positions, signals=signals, signals_uncertainties=signals_uncertainties, core=core,direction=direction,core_uncertainties=core_uncertainties,direction_uncertainties=direction_uncertainties, ldf_enable=True)
Task can be run without giving uncertainties. The resulting plot will then also not contain any uncertainties.
FOOTPRINT = cr.trun(“Shower”, positions=positions, signals=signals, timelags = timelags, direction=direction, core = core, footprint_enable=True)
SKYPLOT = cr.trun(“Shower”,all_directions=all_directions,all_stations=all_stations,lora_direction=lora_direction)
Input parameters
Output parameters
Run the task.