https://github.com/pklaus/mimosis_unpacker
Unpacker Software for the MIMOSIS-0 CMOS Monolithic Active Pixel Sensor
https://github.com/pklaus/mimosis_unpacker
Last synced: 3 months ago
JSON representation
Unpacker Software for the MIMOSIS-0 CMOS Monolithic Active Pixel Sensor
- Host: GitHub
- URL: https://github.com/pklaus/mimosis_unpacker
- Owner: pklaus
- Created: 2018-05-14T08:39:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T11:55:11.000Z (almost 7 years ago)
- Last Synced: 2024-12-28T15:48:47.152Z (5 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## mimosis\_unpacker
### Setting up the software
1. Make sure python3 is installed.
2. Set up Python virtual environment (venv), especially if on Linux as user w/ limited permissions.
3. Install the package (along with dependencies).For example:
python3 -V
python3 -m venv ~/.pyvenv/py34 # <- Linux only
source ~/.pyvenv/py34/bin/activate # <- Linux only
pip install --upgrade https://github.com/pklaus/mimosis_unpacker/archive/master.zip
# or if you have the repository downloaded or cloned to a local directory:
pip install --upgrade .The JTAG control part of the software works on Windows only as it relies on
inter-process communication (COM) with the respective GUI tool.### Running the software
source ~/.pyvenv/py34/bin/activate # <- Linux only
mimosis_unpacker --host 192.168.0.103 timed_stats --interval 0.5
# or to get a time-integrated image of the matrix:
mimosis_unpacker --host 192.168.0.103 matrix_image --filename test_0021.png