Metadata-Version: 2.1
Name: deshima-rawdata
Version: 2024.4.0
Summary: DESHIMA raw data and downloader package
License: MIT
Author: Akio Taniguchi
Author-email: taniguchi@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fire (>=0.5,<0.6)
Requires-Dist: packaging (>=23.0,<24.0)
Requires-Dist: pandas[output-formatting] (>=1.5,<3.0)
Requires-Dist: requests (>=2.30,<3.0)
Requires-Dist: tqdm (>=4.65,<5.0)
Description-Content-Type: text/markdown

# deshima-rawdata

[![Release](https://img.shields.io/pypi/v/deshima-rawdata?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/)
[![Python](https://img.shields.io/pypi/pyversions/deshima-rawdata?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/)
[![Downloads](https://img.shields.io/pypi/dm/deshima-rawdata?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/deshima-rawdata)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.10145185-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.10145185)
[![Tests](https://img.shields.io/github/actions/workflow/status/deshima-dev/rawdata/tests.yaml?label=Tests&style=flat-square)](https://github.com/deshima-dev/rawdata/actions)

DESHIMA raw data and downloader package

## Use of the data

Please contact [@astropenguin](https://github.com/astropenguin) before using the data.

## Download the data

```shell
$ pip install deshima-rawdata
$ deshima-rawdata download <observation ID>
```

See the command help for more information.

```shell
$ deshima-rawdata download --help
```

## List of the data

```shell
$ deshima-rawdata list
```

|   Observation ID | File name                    | Source name   | Observation type   |
|-----------------:|:-----------------------------|:--------------|:-------------------|
|   20171103184436 | cosmos_20171103184436.tar.gz | Saturn        | zscan              |
|   20231108052231 | cosmos_20231108052231.tar.gz | Jupiter       | raster             |
|   20231109015146 | cosmos_20231109015146.tar.gz | Jupiter       | zscan              |
|   20231109060113 | cosmos_20231109060113.tar.gz | Blank sky     | skydip             |

