Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

SoftmatterLMU-RaedlerGroup/pyama_squares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create square ROIs for PyAMA

Installation

Clone or download this repository, open a command prompt inside it and run:

mkdir env
python -m venv env
source env/bin/activate
pip install -r requirements.txt

Windows or Anaconda users may need to adapt the commands.

When using Anaconda in Windows, the script pyama_squares.cmd may be used to open a command window with the alias pyama_squares defined. In this case, you may need to adjust the script to match your Anaconda installation path.

Usage

Input

*.pickle file exported using PyAMA’s “Pickle maximum bounding box” command

Output

numpy file suitable for import in PyAMA as segmentation/binary stack

Details on usage

See python pyama_squares.py -h for more information.

About

Generate squared ROIs for use in PyAMA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published