Skip to main content

A Python-based data manager for working with tabulated data from publications of observational surveys of cosmic magnetic fields.

Project description

Deploy magUniverse Page CI Build Wheel, Manifest, Website, and Services Pypi Release PyPI version

Magnetic Field in the Universe

A Python‑based data manager for working with tabulated data from publications of observational surveys of cosmic magnetic fields. Instead of hosting large data files, this repo gives you the scripts, parsers, and notebooks you need to download, standardize, and compare datasets from the literature (dust polarimetry, Zeeman splitting, Faraday rotation, and more).


Goals

  • Provide reproducible Python pipelines that turn publication data products into clean, science‑ready tables on your own machine.
  • Make it simple to build your data collection and keep it in sync with new survey releases.
  • Enable cross‑comparison between magnetic‑field-related quantities from different publications or surveys.
  • Serve as a lightweight, community‑maintained magnetic-field-in-the-universe research knowledge base.

Download all the Data You Want In Your Browser

magUniverse now offers browser-based data downloads powered by Pyodide. This eliminates the need for local Python installation or environment setup.

Technical Details

  • WebAssembly Python through Pyodide
  • Automatic magUniverse installation via Pypi or the latest CI build wheel
  • Direct file downloads inside your browser

Quick Start Notebook

github installation of magUniverse is available:

Logo Platform Command
GitHub logo GitHub python -m pip install https://github.com/xli2522/magUniverse/archive/refs/heads/main.zip
Pypi logo Pypi python pip install maguniverse

Or setup the development repo via setup.py

$ cd ./magUniverse
$ python setup.py install

After installation, go through the examples in notebooks\00_quickstart.ipynb for a quick start.


Repository layout (subject to change)

magUniverse-master
├── .github/workflows          # Github workflow files
│   ├── main.yml               # Auto update manifest, CI build, and magUniverse Paper Collection Website
│   ├── python-publish.yml     # Auto publish to Pypi on release
│   └── deploy_gh_pages.yml    # Auto deploy magUniverse Paper Collection Website
│
│── maguniverse/
│   ├── data/                  # Get raw data and convert to tidy CSV, TXT, … 
│   │   ├── polarization/      # CSO, JCMT, ALMA, Planck, …
│   │   ├── zeeman/            # Crutcher catalog, OH/NH3, …
│   │   ├── faraday/           # RM grids, LOFAR, ASKAP, …
│   │   └── gas/               # NRAO, Haystack, Effelsberg, …
│   │
│   ├── utils/                 # Python helpers
│   │   ├── fetch_ascii.py     # Scripts to fetch raw ASCII data from online repositories
│   │   └── ...                # other advanced tools
│   │
│   ├── service/               # Simplified minimalistic data table methods
│   │   └── get.py             # Minimalistic data table getters (wrappers of data/**/getters)
│   │
│   └── datafiles/             # User copy of data
│
├── notebooks/                 # Jupyter demo notebooks
│   └── 00_quickstart.ipynb    # 15‑min tour of the toolbox
│
├── docs/                      # Longer‑form docs & rendered HTML
│   ├── manifest.json/         # JSON of magUniverse metadata and getter methods
│   ├── **.whl                 # CI build latest wheel
│   ├── latest_wheel.txt       # text file containing the full name of the latest wheel
│   └── index.html             # Main magUniverse website
│
├── examples/                  # Mini‑projects / tutorials
│   └── generate_manifest.py   # Manifest of all magUniverse getter methods
│
├── tests/                     # Unit tests for parsers
├── requirements.txt           # Lists the Python dependencies for the project
├── CONTRIBUTING.md            # How to add code or docs
├── LICENSE                    # MIT
├── setup.py                   # Allow pip-install via ZIP
└── README.md                  # ← you are here

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

maguniverse-0.1.4.tar.gz (22.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

maguniverse-0.1.4-py3-none-any.whl (28.8 kB view details)

Uploaded Python 3

File details

Details for the file maguniverse-0.1.4.tar.gz.

File metadata

  • Download URL: maguniverse-0.1.4.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for maguniverse-0.1.4.tar.gz
Algorithm Hash digest
SHA256 08f2fb55e9a10df6611fabef106c86f0cfd8fe8e3624f6ed9a611dceec421fff
MD5 d293d413d9388ed086640e96f9323647
BLAKE2b-256 9b6d5cdb6a30c7c669c5b039de09c46746eb290163ed884c137860a4dc172a5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for maguniverse-0.1.4.tar.gz:

Publisher: python-publish.yml on xli2522/magUniverse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file maguniverse-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: maguniverse-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 28.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for maguniverse-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8ae4a188ee56eb5655a22bb9ee8e81c06b21bca7bc5b81ed0b2036fdd3d161b7
MD5 005c1c77dd203dce7dd66ab1bd0975b3
BLAKE2b-256 6e108028cbf18d160cbe64afb175696b01bdf8ab2d481b51ee7a2a84bdffff99

See more details on using hashes here.

Provenance

The following attestation bundles were made for maguniverse-0.1.4-py3-none-any.whl:

Publisher: python-publish.yml on xli2522/magUniverse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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