|
Triumvirate C++ API 0.5.0.post1.dev301+g026f21751
Three-point clustering measurements in large-scale structure analyses.
|
Three-point correlation function window measurements. More...
#include <dataobjs.hpp>
Collaboration diagram for trv::ThreePCFWindowMeasurements: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 window shot noise | |
Three-point correlation function window measurements.
Definition at line 288 of file dataobjs.hpp.
| int trv::ThreePCFWindowMeasurements::dim = 0 |
dimension of data vector
Definition at line 289 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFWindowMeasurements::r1_bin |
first central separation in bins
Definition at line 290 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFWindowMeasurements::r2_bin |
second central separation in bins
Definition at line 291 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFWindowMeasurements::r1_eff |
first effective separation in bins
Definition at line 292 of file dataobjs.hpp.
| std::vector<double> trv::ThreePCFWindowMeasurements::r2_eff |
second effective separation in bins
Definition at line 293 of file dataobjs.hpp.
| std::vector<int> trv::ThreePCFWindowMeasurements::npairs_1 |
number of first separation vectors in bins
Definition at line 295 of file dataobjs.hpp.
| std::vector<int> trv::ThreePCFWindowMeasurements::npairs_2 |
number of second separation vectors in bins
Definition at line 297 of file dataobjs.hpp.
| std::vector< std::complex<double> > trv::ThreePCFWindowMeasurements::zeta_raw |
three-point correlation function window raw measurements (with normalisation and shot noise)
Definition at line 300 of file dataobjs.hpp.
| std::vector< std::complex<double> > trv::ThreePCFWindowMeasurements::zeta_shot |
three-point correlation function window shot noise
Definition at line 302 of file dataobjs.hpp.