Spatial motion analysis program
Project description
Goniometric Analysis suite
Specialised spatial motion analysis software for Gonio Imsoft data.In general, can be used for data that follows hierarchy
data_directory
├── specimen_01
│ ├── experiment_01
│ │ ├── image_001.tif
│ │ └── image_002.tif
│ └── ...
└── ...
Installing
There are two supported installation ways at the moment. On Windows, the stand-alone installer is possibly the best option unless you feel familiar with Python. On other platforms, use pip.
Installer on Windows (easiest)
A Windows installer that bundles together the Gonio Analysis suite and all its depencies, including a complete Python runtime, is provided at Releases.
The installer creates a start menu shorcut called Gonio Analysis, which can be used to launch the program.
To uninstall, use Add or Remove programs feature in Windows.
Using pip (the python standard way)
The latest version from PyPi can be installed with the command
pip install gonio-analysis
This should install all the required dependencies, except when on Windows, OpenCV may require Visual C++ Runtime 2015 to be installed.
Afterwards, to upgrade an existing installation to the latest version
pip install --upgrade gonio-analysis
In case of regressions, a specific version of the suite (for example 0.1.2) can be installed
pip install gonio-analysis==0.1.2
Finally, to open the program
python -m gonioanalysis.tkgui
How to use
First, open a data directory (containing the folders containing the images). Next, select the regions of interest (ROIs) and then run the motion analysis. The ROIs and movements are saved on disk (C:\Users\USER\GonioAnalysis or /home/USER/.gonioanalysis), so these steps are needed only once per specimen.
After the initial steps you, can perform further analyses in the program or export the data by
- copy-pasting to your favourite spread sheet or plotting program or 2) exporting CSV files.
Notes
This is still an early development version (expect rough edges).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
Built Distribution
File details
Details for the file gonio-analysis-0.6.0.tar.gz
.
File metadata
- Download URL: gonio-analysis-0.6.0.tar.gz
- Upload date:
- Size: 6.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14428e687134e42f2557ad42f3d6d3c52c8413b87d0fe030e223c84003c735df |
|
MD5 | af4aff265504bdbd2d055bd6fd7c65a7 |
|
BLAKE2b-256 | 2518f4a7e83a2a538eb675ce899c840400f1a062711c61b0ed432a0566bfb9ec |
File details
Details for the file gonio_analysis-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: gonio_analysis-0.6.0-py3-none-any.whl
- Upload date:
- Size: 144.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0181b137b46dd6b87418d71a95479a2eb60992bdb3fefaede71c62ee0c5242ba |
|
MD5 | cfb80f43deecaa5f57b2020fbf18841d |
|
BLAKE2b-256 | 4c247affb239dcd4162dd9c72d0458d79cc42c7cbadd3e05efa95fa820419db4 |