Main
Status:
Develop
Status:
Mission: To make ionospheric calibration faster, easier, and more powerful
What is it?
Bayes is:
- a set of tools for Bayesian inference of Jones matrices using JAXNS as the engine;
- coded in JAX in a manner that allows lowering the entire inference algorithm to XLA primitives, which are JIT-compiled for high performance
Documentation
You can read the documentation here.
Install
Notes:
- BayesJones requires >= Python 3.8.
- It is always highly recommended to use a unique virtual environment for each project.
To use
miniconda, have it installed, and run
# To create a new env, if necessary
conda create -n bayes_jones_py python=3.11
conda activate bayes_jones_py
For end users
Install directly from PyPi,
pip install bayes_jones
For development
Clone repo git clone https://www.github.com/JoshuaAlbert/bayes_jones.git, and install:
cd bayes_jones
pip install -r requirements.txt
pip install -r requirements-tests.txt
pip install -r requirements-examples.txt
pip install .
Quick start
Checkout the examples here.
Change Log
14 Dec, 2023 -- BayesJones 0.0.1 released for SaLF 9 conference.
Star History
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bayes_jones-0.0.1.tar.gz
(17.9 kB
view details)
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 bayes_jones-0.0.1.tar.gz.
File metadata
- Download URL: bayes_jones-0.0.1.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2731eb4ad632c4bfad7ec5a8df43e8a08c2579166ace489cadbf28d151d10853
|
|
| MD5 |
3ed518650abddd2f9165fa8841d22832
|
|
| BLAKE2b-256 |
8e2eee9779b9c4182b273d08670150fcd8c6c382b2d4c5fca528938357234c87
|
File details
Details for the file bayes_jones-0.0.1-py3-none-any.whl.
File metadata
- Download URL: bayes_jones-0.0.1-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
679bf0521eaae36976e15de78ab6444ae6ed907f9decee539f659b1c281b11d6
|
|
| MD5 |
657139b2919a9c5ea26b5b7b46ea35a9
|
|
| BLAKE2b-256 |
8313ab184a3b41765e0d2325a94da0a169788defb43c006e9c11f354db699863
|