Skip to main content

DESHIMA code for data analysis

Project description

de:code

Release Python Downloads DOI Tests

DESHIMA code for data analysis

Installation

pip install decode==2.10.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:

$ 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

decode-2.10.0.tar.gz (301.0 kB view hashes)

Uploaded Source

Built Distribution

decode-2.10.0-py3-none-any.whl (305.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page