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
- Host: GitHub
- URL: https://github.com/simonsobs/bandpass_sampler
- Owner: simonsobs
- License: gpl-3.0
- Created: 2024-11-05T07:52:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:10:10.000Z (over 1 year ago)
- Last Synced: 2025-07-27T02:26:04.735Z (11 months ago)
- Language: Jupyter Notebook
- Size: 6.02 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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" ] )
```