You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Didn't look hard enough at what was supported when trying to build.
~~
PyInstaller 3.4 (9 Sep 2018 release) isn't compatible with Python 3.7 at this
point in time, so pip installed from github, develop branch, at this commit: pyinstaller/pyinstaller@5edb4f7
~~
Use Python 3.6 and PyInstaller 3.4, and it should 'just work'.
Improvements
Things I know should be better but aren't.
Would be really nice to have the 1D slices overlaid on the image itself but
I haven't figured out how to do this yet. When the plot is added directly,
it only appears at the edge of the image.
Implement ROI selection
add icon! The following works for apps launched from Python, but not
PyInstaller:
Fixed. BUG The image fitting works great, but the lines appear half a
pixel above and to the left of where they should. This is because the pixel
is drawn to the bottom right of its index
Camera interfacing
At the moment uses a random person's interface to the camera DLL. Thorlabs
cameras are rebranded IDS uEye cameras - there is a pyuEye package available
from IDS which may prove useful, as interfacing with C is a little annoying.
The text was updated successfully, but these errors were encountered:
NOTE: Moving this topic to an issue, prior to submitting PR.
Additional Notes
There are some dependencies not currently included:
These are used in the test scripts for 3D plotting, but this
is not necessary for actual operation
Saving images
This requires
pypng
.I haven't implemented this yet.
DLL Location
Failed to install python properly so I had some issues getting the DLL loaded.
This is the install location so I don't have to look for it again.
C:\Program Files\Thorlabs\Scientific Imaging\uc480_64.dll
Building with PyInstaller
Didn't look hard enough at what was supported when trying to build.
~~
PyInstaller 3.4 (9 Sep 2018 release) isn't compatible with Python 3.7 at this
point in time, so pip installed from github, develop branch, at this commit:
pyinstaller/pyinstaller@5edb4f7
~~
Use Python 3.6 and PyInstaller 3.4, and it should 'just work'.
Improvements
Things I know should be better but aren't.
I haven't figured out how to do this yet. When the plot is added directly,
it only appears at the edge of the image.
PyInstaller:
BUG The image fitting works great, but the lines appear half apixel above and to the left of where they should. This is because the pixel
is drawn to the bottom right of its index
Camera interfacing
At the moment uses a random person's interface to the camera DLL. Thorlabs
cameras are rebranded IDS uEye cameras - there is a pyuEye package available
from IDS which may prove useful, as interfacing with C is a little annoying.
The text was updated successfully, but these errors were encountered: