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 will also install the minimal dependencies for XRADIO.
Note that if only the minimal dependencies are installed, the functionality to convert MSv2 to MSv4 will not be available.
This requires installing python-casacore (also included in the all group, see below), or alternatively the
casatools backend, as explained in the casatools I/O backend guide.
To install the minimal dependencies and the interactive components (JupyterLab) use:
pip install "xradio[interactive]"
To enable conversion from MSv2 to MSv4 use (this only works for Linux):
pip install "xradio[python-casacore]"
To be able to run tests:
pip install "xradio[test]"
Multiple-dependencies can be installed using:
pip install "xradio[interactive,python-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.
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.0.1.tar.gz.
File metadata
- Download URL: xradio-1.0.1.tar.gz
- Upload date:
- Size: 173.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63ef56dc8a9b9700b13e409eb9f936b875ed9fd59382a300a9d0684a30343bef
|
|
| MD5 |
a7dd41f1e56e4d963efa652fa70629bd
|
|
| BLAKE2b-256 |
4653b0d942839e44335c619387e4d20e51173374b66a21d2d121de93594bcd17
|
File details
Details for the file xradio-1.0.1-py3-none-any.whl.
File metadata
- Download URL: xradio-1.0.1-py3-none-any.whl
- Upload date:
- Size: 194.7 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 |
12efe95b294c2d965006a9f50ba3906c5dceeeb638c2db98f9887af361577d2e
|
|
| MD5 |
6d18d6f06bdb8c2f48d67fb49514e59d
|
|
| BLAKE2b-256 |
4b8354ba3e5601ce21180433b306ccb0fdec4daf1705cd7926177ca73d8fa6d7
|