Reference

CryoFaBs.CryoFaBsModule

This module implements functions to create your own fabulous basis functions, primarily for the analysis of galaxy redshift surveys.

source
CryoFaBs.CryoFaBType

The abstract type CryoFaB defines a common interface for the bases defined in this module.

        δnlm = cfb \ δθϕr[:]
source
CryoFaBs.calc_numgals_per_cell_v1Method

calcnumgalsper_cell(rθϕ, cfb::CryoFaB)

Calculate the number of galaxies in rθϕ in each pixel or voxel in the survey that cfb can act on. The radial coordinates are in rθϕ[1,:], etc.

source