GammaLib
2.0.0
|
Definition of support function used by CTA classes. More...
#include <string>
#include <vector>
#include "GFunction.hpp"
#include "GEnergy.hpp"
#include "GTime.hpp"
Go to the source code of this file.
Namespaces | |
gammalib | |
Functions | |
GCTARoi | gammalib::read_ds_roi (const GFitsHDU &hdu) |
Extract ROI from data sub-space keywords. More... | |
GEbounds | gammalib::read_ds_ebounds (const GFitsHDU &hdu) |
Read energy boundary data sub-space keywords. More... | |
GPhases | gammalib::read_ds_phase (const GFitsHDU &hdu) |
Read phase boundary data sub-space keywords. More... | |
std::string | gammalib::read_ds_gti_extname (const GFitsHDU &hdu) |
Return Good Time Intervals extension name from data sub-space keywords. More... | |
std::string | gammalib::gadf_hduclas4 (const GFits &fits, const std::string &hduclas4) |
Return extension name for GADF response table of given HDU class 4. More... | |
int | gammalib::iter_rho (const double &rho_max, const double &resolution, const int &iter_min, const int &iter_max) |
Determine number of radial Romberg iterations. More... | |
int | gammalib::iter_phi (const double &rho, const double &resolution, const int &iter_min, const int &iter_max) |
Determine number of azimuthal Romberg iterations. More... | |
const GCTAObservation & | gammalib::cta_obs (const std::string &origin, const GObservation &obs) |
Retrieve CTA observation from generic observation. More... | |
const GCTAPointing & | gammalib::cta_pnt (const std::string &origin, const GObservation &obs) |
Retrieve CTA pointing from generic observation. More... | |
const GCTAResponse * | gammalib::cta_rsp (const std::string &origin, const GResponse &rsp) |
Retrieve CTA response from generic observation. More... | |
const GCTAResponseIrf & | gammalib::cta_rsp_irf (const std::string &origin, const GObservation &obs) |
Retrieve CTA IRF response from generic observation. More... | |
const GCTAResponseCube & | gammalib::cta_rsp_cube (const std::string &origin, const GObservation &obs) |
Retrieve CTA cube response from generic observation. More... | |
const GCTAAeff & | gammalib::cta_rsp_aeff (const std::string &origin, const GObservation &obs) |
Retrieve CTA effective area response from generic observation. More... | |
const GCTABackground & | gammalib::cta_rsp_bkg (const std::string &origin, const GObservation &obs) |
Retrieve CTA background response from generic observation. More... | |
const GCTAEventList & | gammalib::cta_event_list (const std::string &origin, const GObservation &obs) |
Retrieve CTA event list from generic observation. More... | |
const GCTAEventCube & | gammalib::cta_event_cube (const std::string &origin, const GObservation &obs) |
Retrieve CTA event cube from generic observation. More... | |
const GCTAInstDir & | gammalib::cta_dir (const std::string &origin, const GEvent &event) |
Retrieve CTA instrument direction from generic event. More... | |
const GModelSpectral * | gammalib::cta_model_spectral (const GModelData &model) |
Retrieve spectral component from CTA background model. More... | |
const GModelTemporal * | gammalib::cta_model_temporal (const GModelData &model) |
Retrieve temporal component from CTA background model. More... | |
Definition of support function used by CTA classes.
Definition in file GCTASupport.hpp.