Skip to content

Commit 233f998

Browse files
authored
#23 Merge pull request from deshima-dev/astropenguin/issue22
Add raw data of chop-and-nod (pswsc) observation
2 parents 59fb665 + 0aab387 commit 233f998

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ repository-code: 'https://github.com/deshima-dev/rawdata/'
2020
url: 'https://pypi.org/project/deshima-rawdata/'
2121
abstract: DESHIMA raw data and downloader package
2222
license: MIT
23-
version: 2024.4.0
23+
version: 2024.4.1
2424
date-released: '2024-04-20'

data/cosmos_20231117042946.tar.gz

41.7 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", "version"]
2-
__version__ = "2024.4.0"
2+
__version__ = "2024.4.1"
33

44

55
# submodules

deshima_rawdata/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Observation ID,File name,Source name,Observation type
33
20231108052231,cosmos_20231108052231.tar.gz,Jupiter,raster
44
20231109015146,cosmos_20231109015146.tar.gz,Jupiter,zscan
55
20231109060113,cosmos_20231109060113.tar.gz,Blank sky,skydip
6+
20231117042946,cosmos_20231117042946.tar.gz,Jupiter,pswsc

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 = "2024.4.0"
3+
version = "2024.4.1"
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)