BartSmeets / zscan_fit

Fitting Code for Z-Scan Measurement
Other
0 stars 0 forks source link

.ipynb to exe #22

Closed BartSmeets closed 1 year ago

BartSmeets commented 1 year ago

Prepare the code to be packaged in an .exe.

Every part now has a window.py and main.py

window.py

Opens a control window for file/directory selection and initiase a run of main() in main.py.

main.py

Contains main() function that runs all code and exports all results as the .ipynb would.