sbm.Configlation#

class sbm.Configlation(imo, channel)[source]#

Configuration class for the simulation.

Parameters:
  • imo (str) – imo instance given by the litebird_sim

  • channel (str) – The name of the channel

lbs_base_path#

The base path of the litebird_sim

Type:

str

imo_version#

The version of the imo

Type:

str

nside#

The nside of the healpix map

Type:

int

mdim#

The dimension to perform the map-making

Type:

int

parallel#

If True, the simulation is performed in thread parallel

Type:

bool

The threshold of the cross-linking. The pixel with the value less than this threshold is ignored when the map-making is performed.

Type:

float

only_iqu#

If True, only P, Q, and U are returned after the map-making

Type:

bool

__init__(imo, channel)[source]#

Methods

__init__(imo, channel)