SOChannel

class mapsims.SOChannel(telescope, band)[source] [edit on github]

Bases: mapsims.Channel

Single Simons Observatory frequency channel

Simple way of referencing a frequency band, this will be replaced in the future by a common metadata handling package

Parameters
telescopestr

LA or SA for Large and Small Aperture telescope

bandstr

Band name, e.g. LF1 or frequency, e.g. 93

Attributes Summary

bandpass

Returns tophat bandpass

beam

Returns the beam in arcminutes for a band

tag

Attributes Documentation

bandpass

Returns tophat bandpass

10 points between minimun and maximum with equal weights

Returns
frequencyastropy.units.Quantity

array of 10 frequency points equally spaced between min and max bandpass

weightsnp.array

array of ones

beam

Returns the beam in arcminutes for a band

Returns
beamastropy.units.Quantity

Full width half max in arcmin

tag