Skip to content

Commit

Permalink
#23 Merge pull request from deshima-dev/astropenguin/issue22
Browse files Browse the repository at this point in the history
Add raw data of chop-and-nod (pswsc) observation
  • Loading branch information
astropenguin authored Apr 20, 2024
2 parents 59fb665 + 0aab387 commit 233f998
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ repository-code: 'https://github.com/deshima-dev/rawdata/'
url: 'https://pypi.org/project/deshima-rawdata/'
abstract: DESHIMA raw data and downloader package
license: MIT
version: 2024.4.0
version: 2024.4.1
date-released: '2024-04-20'
Binary file added data/cosmos_20231117042946.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion deshima_rawdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["cli", "download", "list", "version"]
__version__ = "2024.4.0"
__version__ = "2024.4.1"


# submodules
Expand Down
1 change: 1 addition & 0 deletions deshima_rawdata/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Observation ID,File name,Source name,Observation type
20231108052231,cosmos_20231108052231.tar.gz,Jupiter,raster
20231109015146,cosmos_20231109015146.tar.gz,Jupiter,zscan
20231109060113,cosmos_20231109060113.tar.gz,Blank sky,skydip
20231117042946,cosmos_20231117042946.tar.gz,Jupiter,pswsc
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deshima-rawdata"
version = "2024.4.0"
version = "2024.4.1"
description = "DESHIMA raw data and downloader package"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
license = "MIT"
Expand Down

0 comments on commit 233f998

Please sign in to comment.