CTA

CTA simulaitons

This service provides simulaiton of observations with Cherenkov Telescope Array (CTA) observatory (now in construction), based on the Instrument Response Funcitons (IRF) from Monte-Carlo Production 5: DOI. The simulation is done using Gammapy package.

The data analysis can be launched either using the MMODA fronend interface or through a Python API from e.g. a Jupyter notebook on a user laptop. The main parameter panel generic for all analysis services allows to select the source of interest, based on its name or coordinates:

The time interval informaton is not used, since CTA is not yet operaitonal. The sky coordinates are used to estimate zenith angle at which the source may be observable with CTA in the North or South hemispheres.

The instrument specific parameter panel allow to select parameters of the simulation

Parameters that can be adjusted are the off-axis angle in the telescope field-of-view, OffAxis angle, Radius of the sky image around the source position, Radius sky image (used in the image preview), the exposure time in hours, Texp, source redshift z, the powerlaw flux normalisation F0 and the reference energy of normalisation E0 (in TeV), the slope of the powerlaw spectrum Gamma, radius of the spectral extraction region Radius spectral extraction used in the count-spectrum preview.

Two possibilities for defining the sky model are available: pre-defined model and model cube file. The "pre-defined model" option provides a possibility to simulate a source with a power-law spectrum, dN/dE=F0 (E/E0)^{-Gamma}, considering also the effect of absorption on the Extragalactic Backgorund Light (EBL, based on Franceschini et al. (2017) model. In the "model cube file" approach, the sky model is loaded from a datacube file (to be uploaded from an URL to be given in the parameter box). The model cube describes source counts as a function of RA, DEC and energy E. Hence, both the source position on the sky and the model source spectrum are encoded directly in the data cube, the parameters from the dedicated RA, DEC, F0, E0, Gamma fields are not used.

For the sources visible from both South and North CTA sites, it is possible to choose between South and North sites. It is also possible to simulate observations with different CTA sub-arrays: Large Size Telescopes (LST), Medium Size Telescopes (MST), Small Size Telescopes (SST). Note that in the "Production 5" Monte-Carlo simulations of the telescope responses it was assumed that the Northern site will host only LST and MST sub-arrays (no SST available), while the Southern site will have MST and SST sub-arrays (no LST available).

Pushing the "Submit" button launches the simulation. Upon completion of the simulaiton, the product display panel appears. It shows a list of the data products available for inspection and download:

Four data products are generated: event list (a FITS file), a sky image, a "theta-square plot" showsing distribution of gamma-like events around the the source position, and the count-spectrum showing the excess counts as a funciton of energy. The image, spectrum and theta-square plot are for "preview" of the event set, further analysis of the simulated events can be done with deticated imaging and spectral analysis tools.

The "Query parameters" button provides the metadata with the analysis parameters. The "API code" button displays the Python API code that can be copy-pasted into a python code (e.g. on the user laptop) to request the data product. The same API code can also be launched in an online Jupyter lab environment on a collaborative data science platform renkulab.io, using the "View on Renku" button.