GammaLib
2.1.0.dev
|
COMPTEL DRM model class. More...
#include <GCOMModelDRM.hpp>
Public Member Functions | |
GCOMModelDRM (void) | |
Void constructor. More... | |
GCOMModelDRM (const GXmlElement &xml) | |
XML constructor. More... | |
GCOMModelDRM (const GCOMModelDRM &model) | |
Copy constructor. More... | |
virtual | ~GCOMModelDRM (void) |
Destructor. More... | |
virtual GCOMModelDRM & | operator= (const GCOMModelDRM &model) |
Assignment operator. More... | |
virtual void | clear (void) |
Clear instance. More... | |
virtual GCOMModelDRM * | clone (void) const |
Clone instance. More... | |
virtual std::string | classname (void) const |
Return class name. More... | |
virtual std::string | type (void) const |
Return model type. More... | |
virtual bool | is_constant (void) const |
Signals if model is temporally constant. More... | |
virtual double | eval (const GEvent &event, const GObservation &obs, const bool &gradients=false) const |
Evaluate function. More... | |
virtual double | npred (const GEnergy &obsEng, const GTime &obsTime, const GObservation &obs) const |
Return spatially integrated DRM model. More... | |
virtual GCOMEventCube * | mc (const GObservation &obs, GRan &ran) const |
Return simulated list of events. More... | |
virtual void | read (const GXmlElement &xml) |
Read model from XML element. More... | |
virtual void | write (GXmlElement &xml) const |
Write model into XML element. More... | |
virtual std::string | print (const GChatter &chatter=NORMAL) const |
Print model information. More... | |
Public Member Functions inherited from GModelData | |
GModelData (void) | |
Void constructor. More... | |
GModelData (const GXmlElement &xml) | |
XML constructor. More... | |
GModelData (const GModelData &model) | |
Copy constructor. More... | |
virtual | ~GModelData (void) |
Destructor. More... | |
virtual GModelData & | operator= (const GModelData &model) |
Assignment operator. More... | |
virtual GVector | eval (const GObservation &obs, GMatrixSparse *gradients=NULL) const |
Return model values and gradients. More... | |
Public Member Functions inherited from GModel | |
GModel (void) | |
Void constructor. More... | |
GModel (const GXmlElement &xml) | |
XML constructor. More... | |
GModel (const GModel &model) | |
Copy constructor. More... | |
virtual | ~GModel (void) |
Destructor. More... | |
virtual GModel & | operator= (const GModel &model) |
Assignment operator. More... | |
virtual GModelPar & | operator[] (const int &index) |
Returns reference to model parameter by index. More... | |
virtual const GModelPar & | operator[] (const int &index) const |
Returns reference to model parameter by index (const version) More... | |
virtual GModelPar & | operator[] (const std::string &name) |
Returns reference to model parameter by name. More... | |
virtual const GModelPar & | operator[] (const std::string &name) const |
Returns reference to model parameter by name const version) More... | |
int | size (void) const |
Return number of parameters in model. More... | |
int | scales (void) const |
Return number of scale parameters in model. More... | |
GModelPar & | at (const int &index) |
Returns reference to model parameter by index. More... | |
const GModelPar & | at (const int &index) const |
Returns reference to model parameter by index (const version) More... | |
bool | has_par (const std::string &name) const |
Checks if parameter name exists. More... | |
bool | has_scales (void) const |
Signals that model has scales. More... | |
const std::string & | name (void) const |
Return parameter name. More... | |
void | name (const std::string &name) |
Set parameter name. More... | |
const double & | ts (void) const |
Return Test Statistic value. More... | |
void | ts (const double &ts) |
Set Test Statistic value. More... | |
const bool & | tscalc (void) const |
Return Test Statistic computation flag. More... | |
void | tscalc (const bool &tscalc) |
Set Test Statistic computation flag. More... | |
const bool & | has_ts (void) const |
Signals that model has Test Statistics value. More... | |
std::string | instruments (void) const |
Returns instruments to which model applies. More... | |
void | instruments (const std::string &instruments) |
Set instruments to which model applies. More... | |
GModelPar & | scale (const int &index) |
Returns reference to scale parameter by index. More... | |
const GModelPar & | scale (const int &index) const |
Returns reference to scale parameter by index (const version) More... | |
GModelPar | scale (const std::string &instrument) const |
Returns model scale factor for a given instrument. More... | |
void | scale (const GModelPar &par) |
Set model scale factor for a given instrument. More... | |
std::string | ids (void) const |
Returns observation identifiers to which model applies. More... | |
void | ids (const std::string &ids) |
Set observation identifiers to which model applies. More... | |
bool | is_valid (const std::string &instruments, const std::string &ids) const |
Verifies if model is valid for a given instrument and identifier. More... | |
const GModelAssociations & | associations (void) const |
Return model associations. More... | |
void | associations (const GModelAssociations &associations) |
Set model associations. More... | |
const bool & | has_eval_indices (void) const |
Signals that parameter indices updated by eval() method were set. More... | |
const std::vector< int > & | eval_indices (void) const |
Return vector of parameter indices updated by eval() method. More... | |
Public Member Functions inherited from GBase | |
virtual | ~GBase (void) |
Destructor. More... | |
Protected Member Functions | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GCOMModelDRM &model) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
Protected Member Functions inherited from GModelData | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GModelData &model) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
Protected Member Functions inherited from GModel | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GModel &model) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
void | read_attributes (const GXmlElement &xml) |
Read model attributes. More... | |
void | write_attributes (GXmlElement &xml) const |
Write model attributes. More... | |
std::string | print_attributes (void) const |
Print model attributes. More... | |
void | read_scales (const GXmlElement &xml) |
Read instrument scales from XML element. More... | |
void | write_scales (GXmlElement &xml) const |
Write instrument scales into XML element. More... | |
Protected Attributes | |
GModelPar | m_norm |
Normalisation. More... | |
GCOMDri | m_drm |
Model. More... | |
GFilename | m_filename |
Name of DRM FITS file. More... | |
Protected Attributes inherited from GModel | |
std::string | m_name |
Model name. More... | |
std::vector< std::string > | m_instruments |
Instruments to which model applies. More... | |
std::vector< GModelPar > | m_scales |
Model instrument scale factors. More... | |
std::vector< std::string > | m_ids |
Identifiers to which model applies. More... | |
std::vector< GModelPar * > | m_pars |
Pointers to all model parameters. More... | |
GModelAssociations | m_associations |
Model associations. More... | |
bool | m_has_ts |
Signals if TS is available. More... | |
bool | m_has_tscalc |
Signals if tscalc attribute is available. More... | |
bool | m_tscalc |
Signals if TS should be computed. More... | |
double | m_ts |
Test Statistic of the model. More... | |
bool | m_has_eval_inx |
std::vector< int > | m_eval_inx |
COMPTEL DRM model class.
This class implements a COMPTEL data space model. The model has a normalization parameters.
Definition at line 49 of file GCOMModelDRM.hpp.
GCOMModelDRM::GCOMModelDRM | ( | void | ) |
Void constructor.
Constructs an empty COMPTEL DRM model.
Definition at line 70 of file GCOMModelDRM.cpp.
References init_members().
Referenced by clone().
|
explicit |
XML constructor.
[in] | xml | XML element. |
Constructs a COMPTEL DRM model from the information that is found in an XML element. Please refer to the method GCOMModelDRM::read to learn more about the information that is expected in the XML element.
Definition at line 89 of file GCOMModelDRM.cpp.
References init_members(), and read().
GCOMModelDRM::GCOMModelDRM | ( | const GCOMModelDRM & | model | ) |
Copy constructor.
[in] | model | COMPTEL DRM model. |
Constructs a COMPTEL DRM model by copying information from an existing model. Note that the copy is a deep copy, so the original object can be destroyed after the copy without any loss of information.
Definition at line 111 of file GCOMModelDRM.cpp.
References copy_members(), and init_members().
|
virtual |
Destructor.
Destroys a COMPTEL DRM model.
Definition at line 129 of file GCOMModelDRM.cpp.
References free_members().
|
inlinevirtual |
Return class name.
Implements GModelData.
Definition at line 96 of file GCOMModelDRM.hpp.
|
virtual |
Clear instance.
Resets the object to a clean initial state. All information that resided in the object will be lost.
Implements GModelData.
Definition at line 192 of file GCOMModelDRM.cpp.
References free_members(), GModelData::free_members(), GModel::free_members(), init_members(), GModelData::init_members(), and GModel::init_members().
|
virtual |
Clone instance.
Clone a COMPTEL DRM model. Cloning performs a deep copy of the information, so the original object can be destroyed after cloning without any loss of information.
Implements GModelData.
Definition at line 218 of file GCOMModelDRM.cpp.
References GCOMModelDRM().
|
protected |
Copy class members.
[in] | model | Model. |
Definition at line 546 of file GCOMModelDRM.cpp.
References m_drm, m_filename, m_norm, and GModel::m_pars.
Referenced by GCOMModelDRM(), and operator=().
|
virtual |
Evaluate function.
[in] | event | Observed event. |
[in] | obs | Observation. |
[in] | gradients | Compute gradients? |
GException::invalid_argument | Observation is not a COMPTEL observation. Event is not a COMPTEL event bin. |
Evaluates the COMPTEL DRM model.
Implements GModelData.
Definition at line 238 of file GCOMModelDRM.cpp.
References GOptimizerPar::factor_gradient(), G_EVAL, GCOMEventBin::index(), GOptimizerPar::is_free(), gammalib::is_infinite(), gammalib::is_notanumber(), m_drm, m_norm, GCOMDri::map(), GModel::name(), GSkyMap::pixels(), GOptimizerPar::scale(), GCOMEventBin::size(), GModel::size(), and GOptimizerPar::value().
|
protected |
Delete class members.
Definition at line 565 of file GCOMModelDRM.cpp.
Referenced by clear(), operator=(), and ~GCOMModelDRM().
|
protected |
Initialise class members.
Definition at line 516 of file GCOMModelDRM.cpp.
References GCOMDri::clear(), GFilename::clear(), GOptimizerPar::clear(), GOptimizerPar::free(), GOptimizerPar::gradient(), GOptimizerPar::has_grad(), m_drm, m_filename, m_norm, GModel::m_pars, GOptimizerPar::name(), GOptimizerPar::range(), GOptimizerPar::scale(), and GOptimizerPar::value().
Referenced by clear(), GCOMModelDRM(), and operator=().
|
inlinevirtual |
Signals if model is temporally constant.
Signals if the model is temporally constant. By definition, a DRM model is always temporally constant.
Implements GModelData.
Definition at line 125 of file GCOMModelDRM.hpp.
|
virtual |
Return simulated list of events.
[in] | obs | Observation. |
[in] | ran | Random number generator. |
GException::feature_not_implemented | Method is not implemented. |
Draws a sample of events from the COMPTEL DRM model using a Monte Carlo simulation.
Implements GModelData.
Definition at line 360 of file GCOMModelDRM.cpp.
References G_MC.
|
virtual |
Return spatially integrated DRM model.
[in] | obsEng | Measured event energy. |
[in] | obsTime | Measured event time. |
[in] | obs | Observation. |
GException::feature_not_implemented | Method is not implemented. |
Spatially integrates the DRM model for a given measured event energy and event time.
Implements GModelData.
Definition at line 329 of file GCOMModelDRM.cpp.
References G_NRED.
|
virtual |
Assignment operator.
[in] | model | COMPTEL DRM model. |
Assigns the information from a COMPTEL DRM model to the actual object. Note that a deep copy of the information is performed, so the original object can be destroyed after the assignment without any loss of information.
Definition at line 156 of file GCOMModelDRM.cpp.
References copy_members(), free_members(), init_members(), and GModelData::operator=().
Print model information.
[in] | chatter | Chattiness. |
Implements GModelData.
Definition at line 477 of file GCOMModelDRM.cpp.
References m_filename, GModel::m_pars, gammalib::parformat(), GModel::print_attributes(), SILENT, GModel::size(), and gammalib::str().
|
virtual |
Read model from XML element.
[in] | xml | XML element. |
Read the COMPTEL DRM model from an XML element.
The model has the following XML file syntax:
<source name="Model" type="DRM" file="drm.fits" instrument="COM"> <parameter name="Normalization" ../> </source>
Implements GModelData.
Definition at line 387 of file GCOMModelDRM.cpp.
References GXmlElement::attribute(), G_READ, GCOMDri::load(), m_drm, m_filename, m_norm, GOptimizerPar::name(), norm(), GModelPar::read(), GModel::read_attributes(), gammalib::xml_check_parnum(), gammalib::xml_file_expand(), and gammalib::xml_get_par().
Referenced by GCOMModelDRM().
|
inlinevirtual |
Return model type.
Returns the type of the model. The type for a DRM model is "DRM".
Implements GModelData.
Definition at line 110 of file GCOMModelDRM.hpp.
Referenced by write().
|
virtual |
Write model into XML element.
[in] | xml | XML element. |
Write the COMPTEL DRM model into an XML element.
The model has the following XML file syntax:
<source name="Model" type="DRM" file="drm.fits" instrument="COM"> <parameter name="Normalization" ../> </source>
Implements GModelData.
Definition at line 425 of file GCOMModelDRM.cpp.
References GXmlNode::append(), GXmlElement::attribute(), GXmlNode::element(), GXmlNode::elements(), G_WRITE, GModel::instruments(), m_filename, m_norm, GModel::name(), GOptimizerPar::name(), norm(), type(), GModelPar::write(), GModel::write_attributes(), gammalib::xml_check_type(), gammalib::xml_file_reduce(), and gammalib::xml_need_par().
|
protected |
Model.
Definition at line 85 of file GCOMModelDRM.hpp.
Referenced by copy_members(), eval(), init_members(), and read().
|
protected |
Name of DRM FITS file.
Definition at line 86 of file GCOMModelDRM.hpp.
Referenced by copy_members(), init_members(), print(), read(), and write().
|
protected |
Normalisation.
Definition at line 84 of file GCOMModelDRM.hpp.
Referenced by copy_members(), eval(), init_members(), read(), and write().