|
Triumvirate C++ API 0.5.0.post1.dev301+g026f21751
Three-point clustering measurements in large-scale structure analyses.
|
Functions | |
| void | print_measurement_header_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::ParticleCatalogue &catalogue_data, trv::ParticleCatalogue &catalogue_rand, double norm_factor_part, double norm_factor_mesh, double norm_factor_meshes) |
| Print the pre-measurement header to a file including information about the catalogue(s) and mesh grid assignment. | |
| void | print_measurement_header_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::ParticleCatalogue &catalogue, double norm_factor_part, double norm_factor_mesh, double norm_factor_meshes) |
| Print the pre-measurement header to a file including information about the catalogue(s) and mesh grid assignment. | |
| void | print_binned_vectors_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::BinnedVectors &binned_vectors) |
| Print binned vectors to a file. | |
| void | print_measurement_datatab_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::PowspecMeasurements &meas_powspec) |
| Print measurements as a data table to a file. | |
| void | print_measurement_datatab_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::TwoPCFMeasurements &meas_2pcf) |
| Print measurements as a data table to a file. | |
| void | print_measurement_datatab_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::TwoPCFWindowMeasurements &meas_2pcf_win) |
| Print measurements as a data table to a file. | |
| void | print_measurement_datatab_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::BispecMeasurements &meas_bispec) |
| Print measurements as a data table to a file. | |
| void | print_measurement_datatab_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::ThreePCFMeasurements &meas_3pcf) |
| Print measurements as a data table to a file. | |
| void | print_measurement_datatab_to_file (std::FILE *fileptr, trv::ParameterSet ¶ms, trv::ThreePCFWindowMeasurements &meas_3pcf_win) |
| Print measurements as a data table to a file. | |
| void trv::io::print_measurement_header_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::ParticleCatalogue & | catalogue_data, | ||
| trv::ParticleCatalogue & | catalogue_rand, | ||
| double | norm_factor_part, | ||
| double | norm_factor_mesh, | ||
| double | norm_factor_meshes ) |
Print the pre-measurement header to a file including information about the catalogue(s) and mesh grid assignment.
| fileptr | File to print to. |
| params | Parameter set. |
| catalogue_data | (Data-source) particle catalogue. |
| catalogue_rand | (Random-source) particle catalogue. |
| norm_factor_part | Particle-based normalisation factor. |
| norm_factor_mesh | Mesh-based normalisation factor. |
| norm_factor_meshes | Normalisation factor based on mixed meshes. |
Definition at line 102 of file io.cpp.
Here is the caller graph for this function:| void trv::io::print_measurement_header_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::ParticleCatalogue & | catalogue, | ||
| double | norm_factor_part, | ||
| double | norm_factor_mesh, | ||
| double | norm_factor_meshes ) |
Print the pre-measurement header to a file including information about the catalogue(s) and mesh grid assignment.
| fileptr | File to print to. |
| params | Parameter set. |
| catalogue | Particle catalogue. |
| norm_factor_part | Particle-based normalisation factor. |
| norm_factor_mesh | Mesh-based normalisation factor. |
| norm_factor_meshes | Normalisation factor based on mixed meshes. |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| void trv::io::print_binned_vectors_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::BinnedVectors & | binned_vectors ) |
| void trv::io::print_measurement_datatab_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::PowspecMeasurements & | meas_powspec ) |
| void trv::io::print_measurement_datatab_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::TwoPCFMeasurements & | meas_2pcf ) |
Print measurements as a data table to a file.
| fileptr | File to print to. |
| params | Parameter set. |
| meas_2pcf | Two-point correlation function measurements. |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| void trv::io::print_measurement_datatab_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::TwoPCFWindowMeasurements & | meas_2pcf_win ) |
Print measurements as a data table to a file.
| fileptr | File to print to. |
| params | Parameter set. |
| meas_2pcf_win | Two-point correlation function window measurements. |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| void trv::io::print_measurement_datatab_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::BispecMeasurements & | meas_bispec ) |
Print measurements as a data table to a file.
| fileptr | File to print to. |
| params | Parameter set. |
| meas_bispec | Bispectrum measurements. |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| void trv::io::print_measurement_datatab_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::ThreePCFMeasurements & | meas_3pcf ) |
Print measurements as a data table to a file.
| fileptr | File to print to. |
| params | Parameter set. |
| meas_3pcf | Three-point correlation function measurements. |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| void trv::io::print_measurement_datatab_to_file | ( | std::FILE * | fileptr, |
| trv::ParameterSet & | params, | ||
| trv::ThreePCFWindowMeasurements & | meas_3pcf_win ) |
Print measurements as a data table to a file.
| fileptr | File to print to. |
| params | Parameter set. |
| meas_3pcf_win | Three-point correlation function window measurements. |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.