DESHIMA code for data analysis
Project description
de:code
DESHIMA code for data analysis
Installation
pip install decode==2024.9.2
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:
$ 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:
$ decode-qlook raster /path/to/dems.zarr.zip --format zarr.zip
See the command help for all available options:
# 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:
$ 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:
import decode
decode.qlook.raster("/path/to/dems.zarr.zip")
See the qlook module documentation for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file decode-2024.9.2.tar.gz
.
File metadata
- Download URL: decode-2024.9.2.tar.gz
- Upload date:
- Size: 303.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf1e01b1c833634f8dcbe847199affaca579edbcba0102e8bda6c20ec5751f87 |
|
MD5 | d40a4e811da38d05cfc1600d9af4e8e4 |
|
BLAKE2b-256 | 19b1223a59e911c9465659ed912388583d411526728bacf537621b1a5a39557c |
File details
Details for the file decode-2024.9.2-py3-none-any.whl
.
File metadata
- Download URL: decode-2024.9.2-py3-none-any.whl
- Upload date:
- Size: 307.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b551ee9ecdb1c2eb818b8d517cfecee4393cc36266d67fa8ebb50f797ab2ac5 |
|
MD5 | e1654c73315fe6293c87b9f5825ee6de |
|
BLAKE2b-256 | bd6d68098ac814cf9f64cd302885651421c007017e874050c761ff19695fc6a5 |