Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
3 of 6 committers (50.0%) from academic institutions -
✓Institutional organization owner
Organization deshima-dev has institutional domain (deshima.ewi.tudelft.nl) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
:zap: DESHIMA code for data analysis
Basic Info
- Host: GitHub
- Owner: deshima-dev
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://deshima-dev.github.io/decode/
- Size: 9.86 MB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 11
- Releases: 81
Topics
Metadata Files
README.md
de:code
DESHIMA code for data analysis
Installation
shell
pip install decode==2025.8.0
Quick look
de:code ships with a quick look command decode-qlook, which will be available from the CUI after installation. It has several subcommands for each observation type. For example, to quick-look at a raster observation:
shell
$ decode-qlook raster /path/to/dems.zarr.zip
where dems.zarr.zip is the merged observation data (DESHIMA measurement set: DEMS) to be checked. By default, it will output an image of the result plots by a simple analysis (e.g. continuum map, etc). You can also get the result data themselves by changing the output format:
shell
$ decode-qlook raster /path/to/dems.zarr.zip --format zarr.zip
See the command help for all available options:
```shell
list of the subcommands and descriptions
$ decode-qlook --help
list of the available command options
$ decode-qlook raster --help ```
If you are not sure about the observation type, the auto subcommand may be useful to automatically select the appropriate command to use:
shell
$ decode-qlook auto /path/to/dems.zarr.zip
Finally, all subcommands are available as functions in the qlook submodule. For example, the raster command corresponds to decode.qlook.raster and the following Python code is equivalent to the CUI:
```python
import decode
decode.qlook.raster("/path/to/dems.zarr.zip") ``` See the qlook module documentation for more information.
Owner
- Name: DESHIMA
- Login: deshima-dev
- Kind: organization
- Website: http://deshima.ewi.tudelft.nl
- Repositories: 7
- Profile: https://github.com/deshima-dev
Deep Spectroscopic High-redshift Mapper
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: decode
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Akio
family-names: Taniguchi
affiliation: Kitami Institute of Technology
orcid: 'https://orcid.org/0000-0002-9695-6183'
- given-names: Juri
family-names: Yamanaka
affiliation: Nagoya University
- given-names: Shinji
family-names: Fujita
affiliation: The Institute of Statistical Mathematics
orcid: 'https://orcid.org/0000-0002-6375-7065'
identifiers:
- type: doi
value: 10.5281/zenodo.3384216
repository-code: 'https://github.com/deshima-dev/decode'
url: 'https://deshima-dev.github.io/decode'
abstract: DESHIMA code for data analysis
keywords:
- python
- astronomy
- data-analysis
- deshima
- spectroscopy
- submillimeter
license: MIT
version: 2025.8.0
date-released: '2025-08-18'
GitHub Events
Total
- Create event: 18
- Release event: 5
- Issues event: 19
- Watch event: 1
- Delete event: 10
- Issue comment event: 13
- Push event: 49
- Pull request review event: 11
- Pull request event: 21
Last Year
- Create event: 18
- Release event: 5
- Issues event: 19
- Watch event: 1
- Delete event: 10
- Issue comment event: 13
- Push event: 49
- Pull request review event: 11
- Pull request event: 21
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Akio Taniguchi | t****i@a****p | 454 |
| Tsuyoshi Ishida | t****a@i****p | 72 |
| ShinjiFujita | f****8@g****m | 20 |
| hapipapijuris | “****0@s****” | 14 |
| daisukenaito | n****o@n****m | 12 |
| dependabot[bot] | 4****] | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 117
- Total pull requests: 127
- Average time to close issues: 3 months
- Average time to close pull requests: 11 days
- Total issue authors: 9
- Total pull request authors: 6
- Average comments per issue: 0.08
- Average comments per pull request: 0.24
- Merged pull requests: 101
- Bot issues: 0
- Bot pull requests: 21
Past Year
- Issues: 17
- Pull requests: 24
- Average time to close issues: 12 days
- Average time to close pull requests: 12 days
- Issue authors: 4
- Pull request authors: 4
- Average comments per issue: 0.06
- Average comments per pull request: 0.38
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- astropenguin (106)
- ShinjiFujita (4)
- tjlcbakx (2)
- Hoshock (1)
- matusrybak (1)
- chin-kw (1)
- hapipapijuris (1)
- daisukenaito (1)
- Cladge (1)
Pull Request Authors
- astropenguin (104)
- dependabot[bot] (20)
- ShinjiFujita (17)
- hapipapijuris (15)
- daisukenaito (2)
- Hoshock (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 2,443 last-month
- Total dependent packages: 0
- Total dependent repositories: 19
- Total versions: 87
- Total maintainers: 2
pypi.org: decode
DESHIMA code for data analysis
- Documentation: https://decode.readthedocs.io/
- License: MIT License Copyright (c) 2018-2025 DESHIMA Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
Latest release: 2025.8.0
published 6 months ago
Rankings
Maintainers (2)
Dependencies
- alabaster 0.7.12 develop
- appnope 0.1.3 develop
- atomicwrites 1.4.0 develop
- attrs 21.4.0 develop
- babel 2.10.1 develop
- backcall 0.2.0 develop
- beautifulsoup4 4.11.1 develop
- black 22.3.0 develop
- certifi 2022.5.18.1 develop
- charset-normalizer 2.0.12 develop
- click 8.1.3 develop
- decorator 5.1.1 develop
- docutils 0.18.1 develop
- idna 3.3 develop
- imagesize 1.3.0 develop
- iniconfig 1.1.1 develop
- ipython 7.34.0 develop
- jedi 0.18.1 develop
- jinja2 3.1.2 develop
- markdown-it-py 2.1.0 develop
- markupsafe 2.1.1 develop
- matplotlib-inline 0.1.3 develop
- mdit-py-plugins 0.3.0 develop
- mdurl 0.1.1 develop
- mypy-extensions 0.4.3 develop
- myst-parser 0.18.0 develop
- parso 0.8.3 develop
- pathspec 0.9.0 develop
- pexpect 4.8.0 develop
- pickleshare 0.7.5 develop
- platformdirs 2.5.2 develop
- pluggy 1.0.0 develop
- prompt-toolkit 3.0.29 develop
- ptyprocess 0.7.0 develop
- py 1.11.0 develop
- pydata-sphinx-theme 0.8.0 develop
- pygments 2.12.0 develop
- pytest 7.1.2 develop
- pyyaml 6.0 develop
- requests 2.28.0 develop
- snowballstemmer 2.2.0 develop
- soupsieve 2.3.2.post1 develop
- sphinx 5.0.1 develop
- sphinxcontrib-applehelp 1.0.2 develop
- sphinxcontrib-devhelp 1.0.2 develop
- sphinxcontrib-htmlhelp 2.0.0 develop
- sphinxcontrib-jsmath 1.0.1 develop
- sphinxcontrib-qthelp 1.0.3 develop
- sphinxcontrib-serializinghtml 1.1.5 develop
- traitlets 5.2.2.post1 develop
- typed-ast 1.5.4 develop
- urllib3 1.26.9 develop
- wcwidth 0.2.5 develop
- astropy 5.1
- astropy 4.3.1
- cftime 1.6.0
- colorama 0.4.4
- cycler 0.11.0
- fonttools 4.33.3
- importlib-metadata 4.11.4
- joblib 1.1.0
- kiwisolver 1.4.2
- matplotlib 3.5.2
- morecopy 0.2.4
- netcdf4 1.5.8
- numpy 1.21.6
- packaging 21.3
- pandas 1.3.5
- pillow 9.1.1
- pyerfa 2.0.0.1
- pyparsing 3.0.9
- python-dateutil 2.8.2
- pytz 2022.1
- scikit-learn 1.0.2
- scipy 1.7.3
- setuptools-scm 6.4.2
- six 1.16.0
- threadpoolctl 3.1.0
- tomli 2.0.1
- tqdm 4.64.0
- typing-extensions 3.10.0.2
- xarray 0.20.2
- xarray-dataclasses 1.2.0
- zipp 3.8.0
- black ^22.3 develop
- ipython ^7.32 develop
- myst-parser ^0.18 develop
- pydata-sphinx-theme ^0.8 develop
- pytest ^7.1 develop
- sphinx ^5.0 develop
- astropy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^4.3" python: ">=3.7.1, <3.8" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^5.1" python: ">=3.8, <3.10"
- matplotlib ^3.5
- morecopy ^0.2
- netcdf4 ^1.5
- numpy ^1.21
- python >=3.7.1, <3.10
- scikit-learn ^1.0
- scipy ^1.7
- tomli ^2.0
- tqdm ^4.64
- typing-extensions ^3.10
- xarray ^0.20
- xarray-dataclasses ^1.2
- actions/checkout v2 composite
- actions/setup-python v2 composite
- peaceiris/actions-gh-pages v3 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- python 3.9-slim build