|
Jpp 20.0.0
the software that should make you happy
|
Implementation of 2D-Gaussian source morphology. More...
#include <JMorphology.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual std::istream & | read (std::istream &in) override |
| Read source morphology from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const override |
| Write source morphology to output stream. | |
| virtual JSourceLocation | get () const override |
| Get location on sky. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
Public Attributes | |
| double | sigmaX_deg |
| double | sigmaY_deg |
Implementation of 2D-Gaussian source morphology.
Note that all input angles are in degrees.
Definition at line 239 of file JMorphology.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlineoverridevirtual |
Read source morphology from input stream.
| in | input stream |
Definition at line 248 of file JMorphology.hh.
|
inlineoverridevirtual |
Write source morphology to output stream.
| out | output stream |
Definition at line 261 of file JMorphology.hh.
|
inlineoverridevirtual |
Get location on sky.
Definition at line 273 of file JMorphology.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
| double JASTRONOMY::JMorphologyGauss2D::sigmaX_deg |
Definition at line 296 of file JMorphology.hh.
| double JASTRONOMY::JMorphologyGauss2D::sigmaY_deg |
Definition at line 297 of file JMorphology.hh.