|
Manticore
Version 1.0
Physics of Molecular Clouds
|
Observation fitting data structure. More...

Public Member Functions | |
| GrayData (Graybody *g, std::vector< mapDataType > *o, size_t n) | |
| Constructor. More... | |
Public Attributes | |
| std::vector< long > | axes |
| Image dimensions. More... | |
| std::vector< const Detector * > | band |
| Band detectors. More... | |
| std::vector< double > | dnu0 |
| Effective bandwidth. More... | |
| std::vector< double > | Ferr |
| Flux uncertainty in each band. More... | |
| std::vector< double > | Fobs |
| Observed flux in each band. More... | |
| Graybody * | gray |
| Graybody emission model. More... | |
| std::vector< mapDataType > * | outMap |
| Output maps. More... | |
|
inline |
| std::vector<long> manticore::GrayData::axes |
| std::vector<const Detector*> manticore::GrayData::band |
Band detectors.
Definition at line 46 of file solve.cc.
Referenced by manticore::df_gray(), manticore::f_gray(), GrayData(), and manticore::solve().
| std::vector<double> manticore::GrayData::dnu0 |
| std::vector<double> manticore::GrayData::Ferr |
Flux uncertainty in each band.
Definition at line 41 of file solve.cc.
Referenced by manticore::df_gray(), manticore::f_gray(), and GrayData().
| std::vector<double> manticore::GrayData::Fobs |
Observed flux in each band.
Definition at line 41 of file solve.cc.
Referenced by manticore::f_gray(), and GrayData().
| Graybody* manticore::GrayData::gray |
Graybody emission model.
Definition at line 37 of file solve.cc.
Referenced by manticore::df_gray(), manticore::f_gray(), and manticore::solveStage1().
| std::vector<mapDataType>* manticore::GrayData::outMap |
1.8.14