Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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