Download HyperGUI by clicking the green 'Clone or Download' button and downloading and unpacking the .zip file.
To install Python, go to python.org/downloads/ and download version 3.7.4.
To install the required packages, navigate to terminal and type in pip3 install --user -r /path/requirements.txt
, where 'path' refers to the path of directories required to reach the file requirements.txt
(for example, 'Users/joe/downloads/HyperGui-master'). Alternatively, type the following into the terminal as separate commands:
pip3 install --user certifi
pip3 install --user cycler
pip3 install --decorator
pip3 install --imageio
pip3 install --kiwisolver
pip3 install --matplotlib
pip3 install --networkx
pip3 install --numpy
pip3 install --Pillow
pip3 install --pyparsing
pip3 install --python-dateutil
pip3 install --PyWavelets
pip3 install --scikit-image
pip3 install --scipy
pip3 install --six
Correct versions are: certifi==2019.6.16, cycler==0.10.0, decorator==4.4.0, imageio==2.5.0, kiwisolver==1.1.0, matplotlib==3.1.1, networkx==2.3, numpy==1.17.0, Pillow==6.1.0, pyparsing==2.4.2, python-dateutil==2.8.0, PyWavelets==1.0.3, scikit-image==0.15.0, scipy==1.3.0, six==1.12.0
Navigate to terminal and type in cd
(with space at the end). Then click the HyperGui folder in your Finder and drag and drop it into the terminal. Press enter and type in python3 HyperGui.py
and press enter again. The software should launch now.
Download HyperGUI by clicking the green 'Clone or Download' button and downloading and unpacking the .zip file.
To install Python, go to python.org/downloads/ and download version 3.7.4.
To instal pip, go to https://pip.pypa.io/en/stable/installing/ and download get-pip.py. Then, navigate to Command Prompt and type in cd path
where 'path' refers to the path of directories required to get to where get-pip.py is. Then, type python get-pip.py
.
To install the required packages, navigate to Command Prompt and type in cd path
where 'path' refers to the path of directories that finished with HyperGui-master
. Once in the HyperGUI directory, type pip3 install --user -r requirements.txt
. Alternatively, type the following into Command Prompt as separate commands:
pip3 install --user certifi
pip3 install --user cycler
pip3 install --decorator
pip3 install --imageio
pip3 install --kiwisolver
pip3 install --matplotlib
pip3 install --networkx
pip3 install --numpy
pip3 install --Pillow
pip3 install --pyparsing
pip3 install --python-dateutil
pip3 install --PyWavelets
pip3 install --scikit-image
pip3 install --scipy
pip3 install --six
Correct versions are: certifi==2019.6.16, cycler==0.10.0, decorator==4.4.0, imageio==2.5.0, kiwisolver==1.1.0, matplotlib==3.1.1, networkx==2.3, numpy==1.17.0, Pillow==6.1.0, pyparsing==2.4.2, python-dateutil==2.8.0, PyWavelets==1.0.3, scikit-image==0.15.0, scipy==1.3.0, six==1.12.0
Navigate to Command Prompt and type in cd
(with space at the end). Then click the HyperGui folder in your downloads folder and drag and drop it into the Command Prompt window. Press enter and type in python HyperGui.py
and press enter again. The software should launch now.
For every folder uploaded, it's scanned for a data cube, and that data cube is processed fully for all of the analysis patterns. Similarly, for every change in mode (Normal vs Original, Masked vs. Whole, etc.), every data cube will be updated accordingly. Also, when switching between data cubes, all the images will be re-rendered, which also takes time.
You can see the progress of the calculations in the logs.
Currently, it's not advisable to run more than ~10 data cube directories at a time.
If the program hangs or bugs out, press Ctrl-C
in the console to shut it down.