Xarray Radio Astronomy Data IO
Project description
xradio
Xarray Radio Astronomy Data IO is still in development.
Installing
XRADIO can be installed in virtual environments via pip. It is recommended to use the conda environment manager from miniforge to create a clean, self-contained runtime where XRADIO and all its dependencies can be installed, for example:
conda create --name xradio python=3.13 --no-default-packages
conda activate xradio
📝 On macOS, if one wants to use the functions to convert MSv2=>MSv4, it is required to pre-install
python-casacore. That can be done usingconda install -c conda-forge python-casacore. See more alternatives below.
XRADIO can now be installed using:
pip install xradio
This installs only the minimal dependencies for XRADIO, which allow you to use the schema checker and export schemas to JSON. Note that if only the minimal dependencies are installed, the functionality to open data stored using zarr and to convert MSv2 to MSv4 will not be available.
To install the zarr backend use:
pip install "xradio[zarr]"
This allows for opening data stored using zarr.
To install the zarr backend and the interactive components (JupyterLab) use:
pip install "xradio[interactive]"
To install the casacore backend along with the zarr backend which enables conversion from MSv2 to MSv4 use (this only works for Linux):
pip install "xradio[casacore]"
To installs all the needed packages to run the unit tests:
pip install "xradio[test]"
This also installs the zarr backend and the casacore backend on Linux. Note the tests will fail on MacOS if python-casacore is not installed separately using conda.
Multiple-dependencies can be installed using:
pip install "xradio[interactive,casacore,test]"
To install a more complete set of dependencies:
pip install "xradio[all]"
This will include the dependencies required to run the interactive Jupyter notebooks, run tests, build documentation, and python-casacore to enable MSv2=>MSv4 functionality on Linux.
Instruction of how to setup a developer environment can be found at Development.
Instruction of how to setup a developer environment using casatools instead of python-casacore can be found at casatools I/O backend guide.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xradio-1.1.0.tar.gz.
File metadata
- Download URL: xradio-1.1.0.tar.gz
- Upload date:
- Size: 199.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19f0811f80342c0c4a452f970b786c9d376151aa1cd8cfd79a2ca4c1223ea4cb
|
|
| MD5 |
ee0fbc1151cc8b3e00222160c5363ac8
|
|
| BLAKE2b-256 |
66f8e0ce9cf6874ccede0403895e299867cb2ca18f6a45f7255d8e452967b4bc
|
File details
Details for the file xradio-1.1.0-py3-none-any.whl.
File metadata
- Download URL: xradio-1.1.0-py3-none-any.whl
- Upload date:
- Size: 223.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3263333cdfd6db67301bd47e879e1bef7815e4f1734bc8d7fb43e2a7ff87dd15
|
|
| MD5 |
77adb478e447de5f1664906346b51684
|
|
| BLAKE2b-256 |
c1e93def9c857063a47b9deb7ba31668b01ca3bfb6ac21cb53fa30491bb40c2a
|