#include "hmpdf_object.h"Enumerations | |
| enum | hmpdf_Cell_mode_e { hmpdf_onehalo, hmpdf_twohalo, hmpdf_total } |
Functions | |
| int | hmpdf_get_Cell (hmpdf_obj *d, int Nell, double elledges[Nell+1], double Cell[Nell], hmpdf_Cell_mode_e mode) |
| int | hmpdf_get_Cphi (hmpdf_obj *d, int Nphi, double phi[Nphi], double Cphi[Nphi], hmpdf_Cell_mode_e mode) |
| enum hmpdf_Cell_mode_e |
| int hmpdf_get_Cell | ( | hmpdf_obj * | d, |
| int | Nell, | ||
| double | elledges[Nell+1], | ||
| double | Cell[Nell], | ||
| hmpdf_Cell_mode_e | mode | ||
| ) |
Returns the angular power spectrum.
| [in,out] | d | hmpdf_init() must have been called on d |
| [in] | Nell | number of ell-values the power spectrum is to be output at |
| [in] | ell | array of length Nell |
| [out] | Cell | output array, at least Nell long |
| [in] | mode | one of hmpdf_Cell_mode_e |
| int hmpdf_get_Cphi | ( | hmpdf_obj * | d, |
| int | Nphi, | ||
| double | phi[Nphi], | ||
| double | Cphi[Nphi], | ||
| hmpdf_Cell_mode_e | mode | ||
| ) |
Returns the angular correlation function.
| [in,out] | d | hmpdf_init() must have been called on d |
| [in] | Nphi | number of phi-values the correlation function is to be output at |
| [in] | phi | array of length Nphi (in arcmin) |
| [out] | Cphi | output array, at least Nphi long |
| [in] | mode | one of hmpdf_Cell_mode_e |