NuRadioReco.modules.io.coreas.readCoREASStation module

class NuRadioReco.modules.io.coreas.readCoREASStation.readCoREASStation[source]

Bases: object

Methods

begin(input_files, station_id[, debug])

begin method

run(detector)

Reads in all observers in the CoREAS files and returns a new simulated event for each observer with respect to a given detector with a single station.

end

begin(input_files, station_id, debug=False)[source]

begin method

initialize readCoREAS module

Parameters:
input_files: input files

list of coreas hdf5 files

station_id: station id

id number of the radio station as defined in detector

run(detector)[source]

Reads in all observers in the CoREAS files and returns a new simulated event for each observer with respect to a given detector with a single station.

Parameters:
detector: Detector object

Detector description of the detector that shall be simulated containing one station

end()[source]