Skip to content

Commit 3f48308

Browse files
authored
#15 Merge pull request from deshima-dev/astropenguin/issue14
Add raw data for testing demerge
2 parents 529e4e5 + 9d28b66 commit 3f48308

6 files changed

Lines changed: 7 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ message: "If you use this software, please cite it as below."
33

44
title: "deshima-rawdata"
55
abstract: "DESHIMA raw data and downloader package"
6-
version: 2023.11.2
6+
version: 2023.11.3
77
date-released: 2023-11-16
88
license: "MIT"
9+
doi: "10.5281/zenodo.10145185"
910
url: "https://github.com/deshima-dev/rawdata"
1011
authors:
1112
- given-names: "Akio"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Release](https://img.shields.io/pypi/v/deshima-rawdata?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/)
44
[![Python](https://img.shields.io/pypi/pyversions/deshima-rawdata?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/)
55
[![Downloads](https://img.shields.io/pypi/dm/deshima-rawdata?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/deshima-rawdata)
6+
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.10145185-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.10145185)
67
[![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)
78

89
DESHIMA raw data and downloader package
@@ -32,6 +33,7 @@ $ deshima-rawdata list
3233

3334
| Observation ID | File name | Source name | Observation type |
3435
|-----------------:|:-----------------------------|:--------------|:-------------------|
36+
| 20171103184436 | cosmos_20171103184436.tar.gz | Saturn | zscan |
3537
| 20231108052231 | cosmos_20231108052231.tar.gz | Jupiter | raster |
3638
| 20231109015146 | cosmos_20231109015146.tar.gz | Jupiter | zscan |
3739
| 20231109060113 | cosmos_20231109060113.tar.gz | Blank sky | skydip |

data/cosmos_20171103184436.tar.gz

2.92 MB
Binary file not shown.

deshima_rawdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["cli", "download", "list"]
2-
__version__ = "2023.11.2"
2+
__version__ = "2023.11.3"
33

44

55
# submodules

deshima_rawdata/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Observation ID,File name,Source name,Observation type
2+
20171103184436,cosmos_20171103184436.tar.gz,Saturn,zscan
23
20231108052231,cosmos_20231108052231.tar.gz,Jupiter,raster
34
20231109015146,cosmos_20231109015146.tar.gz,Jupiter,zscan
45
20231109060113,cosmos_20231109060113.tar.gz,Blank sky,skydip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deshima-rawdata"
3-
version = "2023.11.2"
3+
version = "2023.11.3"
44
description = "DESHIMA raw data and downloader package"
55
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
66
license = "MIT"

0 commit comments

Comments
 (0)