![]() |
SatAndLight
2.2.2-hubble
Simulation toolkit for space telescopes
|
This program is designed to produce a telescope PSF object. More...

Functions | |
| int | main (int argc, char *argv[]) |
| Generate the PSF object and save it in a ROOT file. | |
This program is designed to produce a telescope PSF object.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Generate the PSF object and save it in a ROOT file.
The PSF object is represented by a three-dimensional histogram binned in energy (Z axis). Each energy bin is binned in the Y and Z directions. Each bin is filled with the PSF value. For more details about the PSF description, see telescope psf.
The user must provide a list of FITS files containing the image of the PSF at a given energy. The list of energies must also be provided.
| [in] | argc | Number of arguments. |
| [in] | argv | List of arguments. |