|
Triumvirate C++ API 0.5.0
Three-point clustering measurements in large-scale structure analyses.
|
Three-point correlation function measurements. More...
#include <dataobjs.hpp>
Collaboration diagram for trv::ThreePCFMeasurements:Public Attributes | |
| int | dim = 0 |
| dimension of data vector | |
| std::vector< double > | r1_bin |
| first central separation in bins | |
| std::vector< double > | r2_bin |
| second central separation in bins | |
| std::vector< double > | r1_eff |
| first effective separation in bins | |
| std::vector< double > | r2_eff |
| std::vector< int > | npairs_1 |
| number of first separation vectors in bins | |
| std::vector< int > | npairs_2 |
| number of second separation vectors in bins | |
| std::vector< std::complex< double > > | zeta_raw |
| std::vector< std::complex< double > > | zeta_shot |
| three-point correlation function shot noise | |
Three-point correlation function measurements.
Definition at line 265 of file dataobjs.hpp.
| int trv::ThreePCFMeasurements::dim = 0 |
dimension of data vector
Definition at line 266 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFMeasurements::r1_bin |
first central separation in bins
Definition at line 267 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFMeasurements::r2_bin |
second central separation in bins
Definition at line 268 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFMeasurements::r1_eff |
first effective separation in bins
Definition at line 269 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFMeasurements::r2_eff |
second effective separation in bins
Definition at line 270 of file dataobjs.hpp.
| std::vector<int> trv::ThreePCFMeasurements::npairs_1 |
number of first separation vectors in bins
Definition at line 272 of file dataobjs.hpp.
| std::vector<int> trv::ThreePCFMeasurements::npairs_2 |
number of second separation vectors in bins
Definition at line 274 of file dataobjs.hpp.
| std::vector< std::complex<double> > trv::ThreePCFMeasurements::zeta_raw |
three-point correlation function raw measurements (with normalisation and shot noise)
Definition at line 277 of file dataobjs.hpp.
| std::vector< std::complex<double> > trv::ThreePCFMeasurements::zeta_shot |
three-point correlation function shot noise
Definition at line 279 of file dataobjs.hpp.