Skip to content

Commit b16cd5e

Browse files
authored
#6 Merge pull request from deshima-dev/astropenguin/issue5
Release v2023.11.0
2 parents 39a83d7 + 2b403cc commit b16cd5e

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CITATION.cff

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
4+
title: "deshima-rawdata"
5+
abstract: "DESHIMA raw data and downloader package"
6+
version: 2023.11.0
7+
date-released: 2023-11-10
8+
license: "MIT"
9+
url: "https://github.com/deshima-dev/rawdata"
10+
authors:
11+
- given-names: "Akio"
12+
family-names: "Taniguchi"
13+
affiliation: "Nagoya University"
14+
orcid: "https://orcid.org/0000-0002-9695-6183"

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# rawdata
2+
3+
[![Release](https://img.shields.io/pypi/v/deshima-rawdata?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/)
4+
[![Python](https://img.shields.io/pypi/pyversions/deshima-rawdata?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/)
5+
[![Downloads](https://img.shields.io/pypi/dm/deshima-rawdata?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/deshima-rawdata)
6+
[![Tests](https://img.shields.io/github/actions/workflow/status/deshima-dev/deshima-rawdata/tests.yaml?label=Tests&style=flat-square)](https://github.com/deshima-dev/deshima-rawdata/actions)
7+
28
DESHIMA raw data and downloader package
39

410
# Usage
@@ -8,10 +14,16 @@ $ pip install deshima-rawdata
814
$ deshima-rawdata download <obsid>
915
```
1016

17+
See the command help for more information.
18+
19+
```
20+
$ deshima-rawdata download --help
21+
```
22+
1123
# List of raw data
1224

1325
| Observation ID | File name | Source | Observation type |
1426
| --- | --- | --- | --- |
15-
| 20231108052231 | 20231108052231.tar.gz | Jupiter | contmap |
27+
| 20231108052231 | 20231108052231.tar.gz | Jupiter | raster |
1628
| 20231109015146 | 20231109015146.tar.gz | Jupiter | zscan |
1729
| 20231109060113 | 20231109060113.tar.gz | Blank sky | skydip |

0 commit comments

Comments
 (0)