Goniometric imaging software
GonioImsoft is a Python program designed to control
goniometric imaging experiments where
It was developed for the need of imaging 200 distinct
rotations (ie. eye locations) per specimen fast, requiring
only the spacebar to be pressed between the rotations.
Windows (and Linux to some extent) tested.
For full description of the used hardware in a research setting,
please see
the GHS-DPP imaging methods article
Rotary encoders (attached to their respective rotation stages)
monitor the rotation of the imaged specimen.
Their state is digitally read out using an Arduino microcontroller.
The default system uses 1024-step rotary encoders attached on
two perpendicular rotation stages.
To replicate this system, flasharduino/angle_sensors/angle_sensors.ino
and use the Arduino IDE’s
Serial Monitor to confirm that everything works.
Different rotation encoders may require modifications to
the Arduino ino
file. Each change in rotation should send
“pos1,pos2\n” (pos1 and pos2 are the absolute rotation steps
of the two encoders).
Requirements
Installing
pip install gonio-imsoft
python -m gonioimsoft.tui