Astro_tools

erwans3.Astro_tools Module

Functions

change_map_style(mapp, new_class, **kwargs)

Change the style of a map object to a different map class.

is_map(x)

Check if the input object represents a map.

Classes

HpxMap(value, **kwargs)

Represents a map of pixels in Healpix format.

HpxPart(value, nside, indices)

Object representing a subpart of a Healpix map.

PixList(value)

This super class represents the objects containing a list of pixel values.

PixMap(value, coordinates)

This object represents a list of pixels on the sky, including both values and coordinates.

SHCoeff(blm[, lmax, mmax])

Object containing spherical harmonic coefficient that represent a full sky map.

SHCoeff2(clm[, lmax, mmax, unit])

Object containing spherical harmonic coefficient that represent a full sky map.

SkyModel([skymodel])

Container for managing a list of SourceModel objects representing a sky model.

Skymap(map, ~erwans3.Astro_tools.SHCoeff, ...)

Represents a map of the sky with contextual information such as time, frequency, polarization, and frame.

SourceModel(source_name[, simu_type, ...])

Abstract base class representing a source model for generating simulated Skymaps.