Galaxy Angular Corelation Function

Galaxy Angular Corelation Function — FIXME

Synopsis

struct              NcGalaxyAcf;
struct              NcGalaxyAcfClass;
NcGalaxyAcf *       nc_galaxy_acf_new                   (NcGrowthFunc *gf,
                                                         NcDistance *dist,
                                                         NcTransferFunc *tf);
void                nc_galaxy_acf_prepare_psi           (NcGalaxyAcf *acf,
                                                         NcHICosmo *model,
                                                         guint l);
gdouble             nc_galaxy_acf_psi                   (NcGalaxyAcf *acf,
                                                         NcHICosmo *model,
                                                         gdouble k,
                                                         guint l);

Object Hierarchy

  GObject
   +----NcGalaxyAcf

Description

FIXME

Details

struct NcGalaxyAcf

struct NcGalaxyAcf;

struct NcGalaxyAcfClass

struct NcGalaxyAcfClass {
};

nc_galaxy_acf_new ()

NcGalaxyAcf *       nc_galaxy_acf_new                   (NcGrowthFunc *gf,
                                                         NcDistance *dist,
                                                         NcTransferFunc *tf);

nc_galaxy_acf_prepare_psi ()

void                nc_galaxy_acf_prepare_psi           (NcGalaxyAcf *acf,
                                                         NcHICosmo *model,
                                                         guint l);

nc_galaxy_acf_psi ()

gdouble             nc_galaxy_acf_psi                   (NcGalaxyAcf *acf,
                                                         NcHICosmo *model,
                                                         gdouble k,
                                                         guint l);