Metadata-Version: 2.1
Name: skala-lab-package
Version: 0.1.2
Summary: A package for redox feature analysis, CSV generation, and SDT file handling.
Home-page: https://github.com/monatopotato
Author: Manato Ogawa
Author-email: maogawa@wisc.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy

# 🔬 reset

**reset** is a Python package for redox feature extraction and structured CSV generation from scientific image or folder data. It includes tools to parse directory names, extract experimental metadata, analyze fluorescence decay, and process `.sdt` files from Bruker microscopy systems.

---

## 📦 Features

- 🔹 Extract metadata from folder names and export to CSV
- 🔹 Allows input for CSV file columns like `dish`, `channel_type`, and `condition`
- 🔹 Load `.sdt` files and convert to NumPy arrays
- 🔹 Utilities for redox decay and PCA-based analysis

---

## 🛠 Installation

Install from PyPI (if published):

```bash
pip install skala-lab-package==0.1.0
