HELP on Simulator


INDEX:

Future improvements



The BeppoSAX SDC Simulator


The BeppoSAX SDC X-ray event simulator is a Fortran program derived from the simulation software included in the XIMAGE package. This new version is a major evolution of the original code; it was prepared and it is maintained by Paolo Giommi and Fabrizio Fiore at the BeppoSAX SDC as part of a set of on-line tools designed to support BeppoSAX and Jet-X AO's.
This program is not designed to support extreme calibration detail as some ray-tracing programs do. Its purpose is rather to be fast, flexible and multi-mission but still provide sufficient technical and astrophysical accuracy to support the user in planning proposals and in comparing real data with the expectations to quickly detect unexpected features.
The on-line WEB interface collects the user input and passes it on to the simulator that runs on an DEC-Alpha machine located at the BeppoSAX Science Data Center in Rome.
The main features of this program are listed below.


The method


Source positions and intensities can be simulated from a LogN-LogS or can be taken as input from a file provided by the user or generated on the fly by the system (e.g. when simulating ROSAT fields from a source catalog).

For each source the number of counts to be generated is calculated from its flux and from its spectral shape; each source is treated separately. Photon energies are then drawn taking ito account of the source spectrum and of calibration files. Each photon is subsequently convolved with a PSF that depends on the expected position and energy of the photon. The resulting position and energy is then written to a record of the fits event file.



Source positions, fluxes and specral shapes


There are several ways to tell the simulator where to simulate sources and which spectral shape to use.


The LogN-LogS used to simulate random sources


Currently the LOGN-LogS used to generate random sources is a broken power law with slope at bright fluxes that is based on the ASCA results of Cagnoni et al. 1997 (alpha =1.63) and with a slope at fluxes fainter than 5.e-14 (cgs, 2-10keV) set equal to 1.3. This is consistent with the ASCA results of Georgantopulous et al. 1997 and with the BeppoSAX deep surveys (Giommi et al. 1997).


BeppoSAX LECS -- Calibration files

Field size : 160 (8arcsec) pixels, radius
Response matrix /dat1/calib/lecs/lecs.rmf, /dat1/calib/lecs/lecs_99.arf
Spectral shape and parameters of LogN-LogS sources
wabs powerlaw 3.E20 1.7 (50% of the sources)
wabs powerlaw 3.E22 2.0 (20% of the sources)
wabs powerlaw 3.E23 2.0 (20% of the sources)
wabs powerlaw 3.E24 2.0 (10% of the sources)
Further details can be found in the parameter file (if you are an expert)

BeppoSAX MECS (three units) -- Calibration files

Field size : 200 (8 arcsec) pixels, radius
Response matrix /dat1/calib/mecs/mecs.rmf, /dat1/calib/mecs/mecs_99.arf
Spectral shape and parameters of LogN-LogS sources
wabs powerlaw 3.E20 1.7 (50% of the sources)
wabs powerlaw 3.E22 2.0 (20% of the sources)
wabs powerlaw 3.E23 2.0 (20% of the sources)
wabs powerlaw 3.E24 2.0 (10% of the sources)

Further details can be found in the parameter file (if you are an expert)

BeppoSAX MECS (two units) -- Calibration files

Field size : 200 (8 arcsec) pixels, radius
Response matrix /dat1/calib/mecs23/mecs23.rmf, /dat1/calib/mecs23/mecs23_99.arf
Spectral shape and parameters of LogN-LogS sources
wabs powerlaw 3.E20 1.7 (50% of the sources)
wabs powerlaw 3.E22 2.0 (20% of the sources)
wabs powerlaw 3.E23 2.0 (20% of the sources)
wabs powerlaw 3.E24 2.0 (10% of the sources)

Further details can be found in the parameter file (if you are an expert)

Jet-X CCD -- Calibration files

Field size : 430x320 (4 arcsec) pixels
Response matrix /dat1/calib/jetx/rmf4.rsp
Spectral shape and parameters of LogN-LogS sources
wabs powerlaw 3.E20 1.7 (50% of the sources)
wabs powerlaw 3.E22 2.0 (20% of the sources)
wabs powerlaw 3.E23 2.0 (20% of the sources)
wabs powerlaw 3.E24 2.0 (10% of the sources)

Further details can be found in the parameter file (if you are an expert)

XMM EPIC -- Calibration files

Field size : 400x400 (4 arcsec) pixels
Response matrix /dat1/calib/xmm/epic.rmf, /dat1/calib/xmm/epic_mos00.arf
Spectral shape and parameters of LogN-LogS sources
wabs powerlaw 3.E20 1.7 (50% of the sources)
wabs powerlaw 3.E22 2.0 (20% of the sources)
wabs powerlaw 3.E23 2.0 (20% of the sources)
wabs powerlaw 3.E24 2.0 (10% of the sources)

Further details can be found in the parameter file (if you are an expert)


AXAF ACIS -- Calibration files

Field size : 512x512 (1 arcsec) pixels
Response matrix /dat1/calib/axaf/acis1.rsp
Spectral shape and parameters of LogN-LogS sources
wabs powerlaw 3.E20 1.7 (50% of the sources)
wabs powerlaw 3.E22 2.0 (20% of the sources)
wabs powerlaw 3.E23 2.0 (20% of the sources)
wabs powerlaw 3.E24 2.0 (10% of the sources)

Further details can be found in the parameter file (if you are an expert)


Future improvements