[][src]Module cdshealpix::nested

Module containing NESTED scheme methods

Modules

bmoc

Definition of a BMOC, i.e. a MOC storing an additional flag telling if a cell is fully or partially covered by the MOC.

Structs

Layer

Defines an HEALPix layer in the NESTED scheme. A layer is simply an utility structure containing all constants and methods related to a given depth.

Functions

center

Conveniency function simply calling the center method of the Layer of the given depth.

cone_coverage_approx

Conveniency function simply calling the cone_coverage_approx method of the Layer of the given depth.

cone_coverage_approx_custom

Conveniency function simply calling the cone_coverage_approx_custom method of the Layer of the given depth.

cone_coverage_approx_flat

Conveniency function simply calling the cone_coverage_flat method of the Layer of the given depth and retrieving a flat array.

get_or_create

Lazy factory method: instantiate a new Layer at the first call for a given depth; after the first call, returns an already instantiated Layer.

hash

Conveniency function simply calling the hash method of the Layer of the given depth.

neighbours

Conveniency function simply calling the neighbours method of the Layer of the given depth.

polygon_coverage

Conveniency function simply calling the polygon_coverage_approx method of the Layer of the given depth.

to_range
vertices

Conveniency function simply calling the vertices method of the Layer of the given depth.