deshima-sensitivity#
Sensitivity calculator for DESHIMA-type spectrometers
Overview#
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).
Stable version (recommended)#
Latest version#
In the case of running it in a local Python environment, please follow the requirements and the installation guide below.
Requirements#
Python: 3.7, 3.8, or 3.9 (tested by the authors)
Dependencies: See pyproject.toml
Installation#
$ pip install deshima-sensitivity
Development environment#
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