Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed scipy deprecating interp2 function, create animations using CPU multithreading, save as image, encode with ffmpeg, Python 3.12 code convention... #57

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

LtqxWYEG
Copy link

  • Fixed scipy deprecating interp2 function
  • Added script for creating animations of phase holograms using CPU multithreading via ThreadPoolExecutor, and encoding them with ffmpeg automatically
  • Added save_plot function to plot_colors.py to save images directly
  • Added the other light spectra from the data folder to colour_functions.py
  • Some Python 3.12 related code convention changes here and there. (ie. if xlim != None: to if xlim is not None: or if something = True: to if something: and such)

Code convention changes have not been done for all files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant