simtools-simulate-flasher#

Simulate flasher devices using the light emission package.

Run the application in the command line.

Example Usage#

  1. Simulate flashers for a telescope:

    simtools-simulate-flasher --telescope MSTN-04 --site North \
    --flasher FLSN-01 --model_version 6.0.0
    

Command Line Arguments#

telescope (str, required)

Telescope model name (e.g. LSTN-01, MSTN-04, SSTS-04, …)

site (str, required)

Site name (North or South).

flasher (str, required)

Flasher device in array, e.g., FLSN-01.

number_of_events (int, optional):

Number of events to simulate (default: 1).

output_prefix (str, optional):

Prefix for output files (default: empty).

model_version (str, optional)

Version of the simulation model.

Example#

Simulate flashers for MSTN-04:

simtools-simulate-flasher --telescope MSTN-04 --site North \
--flasher FLSN-01 --model_version 6.0.0
Expected Output:

The simulation will run the light emission package for the flasher devices and produce the output files.

simulate_flasher.flasher_configs()[source]#

Return default setup for flasher runs (no distances).

simulate_flasher.main()[source]#

Run the application.