Manticore
Version 1.5.3
Physics of Molecular Clouds
|
Observation fitting data structure. More...
Public Member Functions | |
GrayData (Graybody *g, std::vector< mapDataType > *o, size_t numBands) | |
Constructor. More... | |
Public Attributes | |
std::vector< long > | axis |
Image dimensions. More... | |
std::vector< const Detector * > | band |
Band detectors. More... | |
std::vector< double > | dnu0 |
Effective bandwidth. More... | |
std::vector< double > | fixed |
Fixed parameters (optional). More... | |
std::vector< double > | Fobs |
Observed flux in each band. More... | |
Graybody * | gray |
Graybody emission model. More... | |
std::vector< double > | iFerr |
Inverse flux uncertainty in each band. More... | |
unsigned | nBands |
Number of observation bands. More... | |
std::vector< mapDataType > * | outMap |
Output maps. More... | |
|
inline |
std::vector<long> manticore::GrayData::axis |
std::vector<const Detector *> manticore::GrayData::band |
Band detectors.
Definition at line 63 of file solve.cc.
Referenced by manticore::Fcost_gray< NB, NP >::Evaluate(), manticore::findParameters(), GrayData(), and manticore::makeModelMap().
std::vector<double> manticore::GrayData::dnu0 |
Effective bandwidth.
Definition at line 57 of file solve.cc.
Referenced by manticore::makeModelMap().
std::vector<double> manticore::GrayData::fixed |
Fixed parameters (optional).
Definition at line 57 of file solve.cc.
Referenced by manticore::Fcost_gray< NB, NP >::Evaluate().
std::vector<double> manticore::GrayData::Fobs |
Observed flux in each band.
Definition at line 57 of file solve.cc.
Referenced by manticore::Fcost_gray< NB, NP >::Evaluate(), and GrayData().
Graybody* manticore::GrayData::gray |
Graybody emission model.
Definition at line 53 of file solve.cc.
Referenced by manticore::Fcost_gray< NB, NP >::Evaluate(), manticore::findParameters(), and manticore::makeModelMap().
std::vector<double> manticore::GrayData::iFerr |
Inverse flux uncertainty in each band.
Definition at line 57 of file solve.cc.
Referenced by manticore::Fcost_gray< NB, NP >::Evaluate(), and GrayData().
unsigned manticore::GrayData::nBands |
Number of observation bands.
Definition at line 68 of file solve.cc.
Referenced by manticore::findParameters(), and GrayData().
std::vector<mapDataType>* manticore::GrayData::outMap |