An open API service indexing awesome lists of open source software.

https://github.com/simonsobs/bandpass_sampler

This repo store the bandpasses drawn from the SO LAT wafer measurements
https://github.com/simonsobs/bandpass_sampler

Last synced: 5 months ago
JSON representation

This repo store the bandpasses drawn from the SO LAT wafer measurements

Awesome Lists containing this project

README

          

# bandpass_sampler
This repo store the bandpasses drawn from the SO LAT wafer measurements

We provide a notebook to reproduce the bands. together with bands files in the `QTable` format.

to open bandpass file:

```
from astropy.table import QTable
QTable.read('resampled_bpasses_MF1_w0.tbl', format='ascii.ipac')

plt.plot(tab ["bandpass_frequency" ] ,tab ["bandpass_weights" ] )
```