Skip to main content

Companion workflow engine for xraylarch.

Project description

Hollowfoot

PyPI badge

A work-flow engine for performing analysis of experimental X-ray data using xraylarch and other domain-specific frameworks.

A hollowfoot analysis is:

Declarative: A typical analysis workflow in hollowfoot is best thought of as a series of steps to be performed on some underlying data. The analysis engine is responsible for executing the steps for you when needed.

Jupyter-first: Many analysis frameworks, like xraylarch, provide tools that are used as part of some larger analysis application. Hollowfoot aims to extend these tools so that they can be used as first-class objects in a jupyter notebook environment.

Documentation

Sphinx-generated documentation for this project can be found here: https://spc-group.github.io/hollowfoot/

Usage

An example workflow for XAFS analysis might look like:

import hollowfoot as hf

analysis = (
    XAFSAnalysis  # What kind of analysis are we doing?
        .from_aps_20bmb("my_data_folder/")  # Load data from disk
        .to_mu("mono-energy", "It", "I0", is_transmission=True)  # Apply reference correction
        .plot_mu()  # Plot all data sets together
        .merge()  # Merge data sets into a single group
        .fit_edge_jump()  # Do some normalization, etc
        .subtract_background()  # Convert from µ(E) to χ(E)
        .plot_mu()  # Plot the single, corrected dataset
    	.summarize()  # Print out a summary of the steps that have been taken
)

Notice how each line of the previous code snippet describes a concise step of analysis. These steps can be re-ordered or commented out, making for easy comparisons between analysis strategies.

Installation

The following will download the package and load it into the python environment.

$ pip install hollowfoot

Running the Tests


$ uv run --dev pytest

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

hollowfoot-0.2.0.tar.gz (622.1 kB view details)

Uploaded Source

Built Distribution

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

hollowfoot-0.2.0-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file hollowfoot-0.2.0.tar.gz.

File metadata

  • Download URL: hollowfoot-0.2.0.tar.gz
  • Upload date:
  • Size: 622.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.13

File hashes

Hashes for hollowfoot-0.2.0.tar.gz
Algorithm Hash digest
SHA256 16f238b09362ec934647d018b6124fa2c84ad57bf2f32f3f3fd28430dc1c6833
MD5 971d7b56341cfebcdb49cc1e03042576
BLAKE2b-256 2e9845388890827a2fdeaa76473c39e13f9966768b04ecde2541d50ae43a40c1

See more details on using hashes here.

File details

Details for the file hollowfoot-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: hollowfoot-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.13

File hashes

Hashes for hollowfoot-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0bb8c4bb48cb78948a5344b2db88e521332f1f567fc9cd95c207cfd582afd22a
MD5 afaa473da27dc736c320cd71a278f07f
BLAKE2b-256 ab1478dcc41ab600c842d9db8a7cb5f3f53d2e7a7d7265a7319afa9beef23c1b

See more details on using hashes here.

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