Struct
NumCosmoGalaxyPositionFactorIntegrand
Description
struct NcGalaxyPositionFactorIntegrand {
NcGalaxyPositionFactorIntegrandFunc func;
NcGalaxyPositionFactorIntegrandFreeData callback_data_free;
NcGalaxyPositionFactorIntegrandCopyData callback_data_copy;
NcGalaxyPositionFactorIntegrandPrepareData callback_data_prepare;
gpointer callback_data;
}
No description available.
Structure members
func:NcGalaxyPositionFactorIntegrandFuncNo description available.
callback_data_free:NcGalaxyPositionFactorIntegrandFreeDataNo description available.
callback_data_copy:NcGalaxyPositionFactorIntegrandCopyDataNo description available.
callback_data_prepare:NcGalaxyPositionFactorIntegrandPrepareDataNo description available.
callback_data:gpointerNo description available.
Constructors
nc_galaxy_position_factor_integrand_new
Creates a new integrand for the galaxy position data. The integrand takes the
per-galaxy data and returns the position density (or its natural logarithm)
at the galaxy’s stored (ra, dec).