A PyQt6 GUI toolbox for processing two-photon phasor imaging data
Project description
Phasor-Handler (Windows)
Phasor Handler is a toolbox for processing raw two-photon phasor imaging data: convert → register → explore → extract calcium traces.
It provides a PyQt6 GUI for viewing registered or raw stacks (Ch1/Ch2), z-projections (std/max/mean), drawing/storing ROIs, overlaying stimulated ROIs from metadata, and exporting ROI traces.
⚠️ Platform: Windows 10/11 only
🚀 Version 3.0 — Latest stable release
Features
- Load registered TIFF (
Ch1-reg.tif,Ch2-reg.tif) or raw NPY fallbacks (ImageData_Ch0_TP0000000.npy,ImageData_Ch1_TP0000000.npy) - Linear and non-linear motion-correct TIFF images using Suite2p
- Automated cell detection using Suite2p
- Channel switching (Ch1/Ch2) and Composite (G/R)
- Z-projections: standard deviation, max, mean
- Brightness & Contrast (BnC): adjust image display settings
- ROI tools: draw elliptical ROIs, freehand drawing tool, translate or rotate ROIs, move multiple ROIs, save/load as JSON, quick-select saved ROIs
- Metadata viewer: inspect experiment metadata directly in the application
- Second-level analysis viewer: explore and visualize second-level analysis results
- Stimulus overlay: show stimulated ROI locations from experiment metadata and add to the saved ROIs
- Trace plotting: configurable formula, custom y-limits, frame/time (s) x-axis
- Export: write per-ROI traces for all frames to
.txt(tab-separated) - Keyboard:
Rsave/add ROI,Deleteremove selected ROI,Escclear selection,Alt+Sload stimulated ROIs,Right Click + dragtranslate selected ROI,Ytoggle right click to rotation mode
Input data layout
For each dataset directory, Phasor Handler looks for any of:
- Ch1-reg.tif
- Ch2-reg. tif # optional
- ImageData_Ch0_TP0000000.npy # raw fallback for Ch1
- ImageData_Ch1_TP0000000.npy # optional raw fallback for Ch2
- experiment_summary.pkl # optional metadata (or .json)
Registered TIFFs are preferred when available; raw NPYs are used as fallback.
Installation
Phasor Handler is now available on PyPI and can be installed via pip or from source using Conda/Mamba.
Option 1: Install via pip (Recommended)
The easiest way to install Phasor Handler is through pip:
pip install phasor-handler
After installation, you can run the application:
phasor-handler
PyPI Package: https://pypi.org/project/phasor-handler/
Option 2: Install from source (Windows, Conda)
This project provides an environment.yml for Windows. The environment is large (GUI, image I/O, napari/suite2p), so mamba is recommended, but conda works too.
1) Install Conda/Mamba (if needed)
- Install Miniconda or Mambaforge on Windows.
- (Optional) Add mamba for faster solves:
conda install -n base -c conda-forge mamba
2) Get the code
- Clone the repo and change into it:
git clone https://github.com/joshemuel/Phasor-Handler.git cd Phasor-Handler
- Alternatively, you can download the entire project as a zip file, unzip it, then open that directory in Miniconda
3) Create the environment
- Using mamba:
mamba env create -f environment.yml
- Using conda:
conda env create -f environment.yml
4) Activate and run
- Before running the toolbox, activate the environment:
conda activate suite2p python app.py
Update (Windows, Conda)
If installed via pip:
pip install --upgrade phasor-handler
If installed from source:
1) Go to your local repo and pull the latest code from the branch you use
cd Phasor-Handler
git pull --ff-only
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 phasor_handler-3.1.1.tar.gz.
File metadata
- Download URL: phasor_handler-3.1.1.tar.gz
- Upload date:
- Size: 119.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
934a7534d557ae1aa6a33f7d766283b53101467fc9ea8dddf58f25f4c301851d
|
|
| MD5 |
cbd48cb2ce9a92918288347c3c59d48f
|
|
| BLAKE2b-256 |
a63c783bf9d633495a929eda453ee4a20e7a10abfe303270f35d3860b6bbd809
|
File details
Details for the file phasor_handler-3.1.1-py3-none-any.whl.
File metadata
- Download URL: phasor_handler-3.1.1-py3-none-any.whl
- Upload date:
- Size: 125.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bac61b4026264fa330e57c5406a039fb8532ede1652ec36e163ab192219e789a
|
|
| MD5 |
035dd2d5a0619d35eade047a2588b486
|
|
| BLAKE2b-256 |
1daef1de389afdd3bf53d8b238af0a8391119b4d5cecaf658bb858ffaab5f813
|