Skip to main content

Tools for loading, visualizing, and analyzing pulsed-laser-deposition plume dynamics.

Project description

PlumeDynamics is a Python package for loading, visualizing, aligning, and analyzing pulsed-laser-deposition (PLD) plume image stacks. The canonical import namespace is plume_dynamics.

Installation

Install from a local checkout:

git clone https://github.com/yig319/PlumeDynamics.git
cd PlumeDynamics
python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e .

Optional feature groups:

pip install -e ".[ml]"
pip install -e ".[xrd]"

Quick Start

import numpy as np
from plume_dynamics.plume_io import extract_frame_metrics, plot_sample_frames

frames = np.random.random((24, 128, 192))
metrics = extract_frame_metrics(frames, frame_interval_us=10, direction="right")
fig, axes = plot_sample_frames(frames, n_frames=8)

Core Modules

  • plume_dynamics.alignment: perspective alignment for plume frame stacks.

  • plume_dynamics.datasets: HDF5 plume dataset loading helpers.

  • plume_dynamics.metrics: connected-component area and centroid metrics.

  • plume_dynamics.velocity: plume-front distance and velocity extraction.

  • plume_dynamics.plume_io: plume frame I/O and starter metrics.

  • plume_dynamics.visualization and plume_dynamics.plotting: image grids, labels, colorbars, and publication plotting helpers.

  • plume_dynamics.ml: optional model, dataset, and training utilities.

Versioning And Publishing

This repository follows the AFM-tools release convention:

  • Versions are generated from Git tags with setuptools_scm.

  • The GitHub Actions workflow builds and checks distributions on PRs and pushes.

  • A push to main or master with #major, #minor, or #patch in the commit message creates the next vX.Y.Z tag and publishes to PyPI by Trusted Publishing.

License

This project is licensed under the MIT License. See LICENSE.txt.

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

plumedynamics-0.1.0.tar.gz (40.1 kB view details)

Uploaded Source

Built Distribution

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

plumedynamics-0.1.0-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

Details for the file plumedynamics-0.1.0.tar.gz.

File metadata

  • Download URL: plumedynamics-0.1.0.tar.gz
  • Upload date:
  • Size: 40.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for plumedynamics-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6ed82e2fd2dc3fba4a5bed9cef31bc59fe8192187ffadb62864a1364371284bc
MD5 b6f325f30902e27c3c74a3d8162c839e
BLAKE2b-256 c0bcff0495804d7acae66757ddf4501e3aa9f90ab1e6fbde79ef85013309b3a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for plumedynamics-0.1.0.tar.gz:

Publisher: main.yml on yig319/PlumeDynamics

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

File details

Details for the file plumedynamics-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: plumedynamics-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for plumedynamics-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aec4cdfdb591be626b2fb751456298313fcf5e81dd180809eadba8819f4377c8
MD5 40686c1c09defcd751de3f7a257dfce7
BLAKE2b-256 427cc149ac96a8b9eea9acfa4806c164139b7bb2614feafc5493fe189229f8b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for plumedynamics-0.1.0-py3-none-any.whl:

Publisher: main.yml on yig319/PlumeDynamics

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