Sensitivity calculator for DESHIMA-type spectrometers
deshima-sensitivity is a Python package which enables to calculate observation sensitivity of DESHIMA-type spectrometers. Currently it is mainly used to estimate the observation sensitivity of DESHIMA and its successors.
An online Jupyter notebook is available for DESHIMA collaborators to calculate the sensitivity and the mapping speed of the DESHIMA 2.0 by themselves. Click the budge below to open it in Google colaboratory (a Google account is necessary to re-run it).
In the case of running it in a local Python environment, please follow the requirements and the installation guide below.
- Python: 3.7, 3.8, or 3.9 (tested by the authors)
- Dependencies: See pyproject.toml
$ pip install deshima-sensitivity
The following steps can create a standalone development environment (VS Code + Python).
- Install VS Code and Docker Desktop, and launch them
- Install the Remote Containers extension to VS Code
- Clone this repository
- Open the repository by VS Code
- Choose
Reopen in Container
from the Command Palette