https://github.com/deshima-dev/deshima-sensitivity
:mag_right: Sensitivity calculator for DESHIMA-type spectrometers
https://github.com/deshima-dev/deshima-sensitivity
astronomy deshima submillimeter
Last synced: 10 months ago
JSON representation
:mag_right: Sensitivity calculator for DESHIMA-type spectrometers
- Host: GitHub
- URL: https://github.com/deshima-dev/deshima-sensitivity
- Owner: deshima-dev
- License: mit
- Created: 2019-02-19T09:35:18.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:31:08.000Z (about 1 year ago)
- Last Synced: 2025-03-20T19:51:00.624Z (11 months ago)
- Topics: astronomy, deshima, submillimeter
- Language: Jupyter Notebook
- Homepage: https://deshima-dev.github.io/deshima-sensitivity
- Size: 15.6 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# deshima-sensitivity
[](https://pypi.org/pypi/deshima-sensitivity/)
[](https://pypi.org/pypi/deshima-sensitivity/)
[](https://pepy.tech/project/deshima-sensitivity)
[](https://doi.org/10.5281/zenodo.3966839)
[](https://github.com/deshima-dev/deshima-sensitivity/actions/tests.yml)
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](http://deshima.ewi.tudelft.nl) 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](http://colab.research.google.com/) (a Google account is necessary to re-run it).
### Stable version (recommended)
[](https://colab.research.google.com/github/deshima-dev/deshima-sensitivity/blob/v0.4.2/sensitivity.ipynb)
### Latest version
[](https://colab.research.google.com/github/deshima-dev/deshima-sensitivity/blob/main/sensitivity.ipynb)
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](https://github.com/deshima-dev/deshima-sensitivity/blob/main/pyproject.toml)
## Installation
```shell
$ pip install deshima-sensitivity
```
## Development environment
The following steps can create a standalone development environment (VS Code + Python).
1. Install [VS Code] and [Docker Desktop], and launch them
1. Install the [Remote Containers] extension to VS Code
1. Clone this repository
1. Open the repository by VS Code
1. Choose `Reopen in Container` from the [Command Palette]
[Command Palette]: https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
[Docker Desktop]: https://www.docker.com/products/docker-desktop
[Remote Containers]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
[VS Code]: https://code.visualstudio.com