Source code for NuRadioReco.framework.sim_emitter
import NuRadioReco.framework.parameters as parameters
import NuRadioReco.framework.parameter_serialization
import pickle
import logging
logger = logging.getLogger('NuRadioReco.SimEmitter')
[docs]class SimEmitter(NuRadioReco.framework.emitter.Emitter):
def __init__(self, emitter_id=0, station_ids=None):
NuRadioReco.framework.emitter.Emitter.__init__(self, emitter_id, station_ids)