|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <VariablePsf.h>

Public Attributes | |
| std::string | name |
| int | group_id |
| double | offset |
| double | scale |
A component belongs to one single group, and is scaled before being used:
\(x_i = (V_i - offset) / scale \)
Definition at line 56 of file VariablePsf.h.
| int SourceXtractor::VariablePsf::Component::group_id |
Definition at line 58 of file VariablePsf.h.
| std::string SourceXtractor::VariablePsf::Component::name |
Definition at line 57 of file VariablePsf.h.
| double SourceXtractor::VariablePsf::Component::offset |
Definition at line 59 of file VariablePsf.h.
| double SourceXtractor::VariablePsf::Component::scale |
Definition at line 59 of file VariablePsf.h.
Referenced by sourcextractor.config.model_fitting.ComputeGraphModel::get_params().