cobi.simulation.SATsky

class SATsky(libdir, nside, cb_model='iso', beta=0.35, mass=1.5, Acb=1e-06, lensing=True, dust_model=10, sync_model=5, bandpass=True, alpha=0.0, alpha_err=0.0, miscal_samples=None, noise_model='NC', atm_noise=True, nsplits=2, gal_cut=0, hilc_bins=10, deconv_maps=False, fldname_suffix='', sht_backend='healpy', verbose=True)[source]
Parameters:
__init__(libdir, nside, cb_model='iso', beta=0.35, mass=1.5, Acb=1e-06, lensing=True, dust_model=10, sync_model=5, bandpass=True, alpha=0.0, alpha_err=0.0, miscal_samples=None, noise_model='NC', atm_noise=True, nsplits=2, gal_cut=0, hilc_bins=10, deconv_maps=False, fldname_suffix='', sht_backend='healpy', verbose=True)[source]

Initialize the SkySimulation.

See class docstring for detailed parameter descriptions.

Parameters:

Methods

HILC_obsEB(idx[, ret])

SaveObsQUs(idx[, apply_mask, bands])

__init__(libdir, nside[, cb_model, beta, ...])

Initialize the SkySimulation.

checkObsQU(idx[, overwrite, what, bands])

get_alpha(idx, band)

obsQU(idx, band)

obsQUfname(idx, band)

obsQUwAlpha(idx, band, fwhm, alpha[, ...])

signalOnlyQU(idx, band)

Attributes

freqs

fwhm

tube

freqs = ['27', '39', '93', '145', '225', '280']
fwhm = [91, 63, 30, 17, 11, 9]
tube = ['S1', 'S1', 'S2', 'S2', 'S3', 'S3']
__init__(libdir, nside, cb_model='iso', beta=0.35, mass=1.5, Acb=1e-06, lensing=True, dust_model=10, sync_model=5, bandpass=True, alpha=0.0, alpha_err=0.0, miscal_samples=None, noise_model='NC', atm_noise=True, nsplits=2, gal_cut=0, hilc_bins=10, deconv_maps=False, fldname_suffix='', sht_backend='healpy', verbose=True)[source]

Initialize the SkySimulation.

See class docstring for detailed parameter descriptions.

Parameters: