Closed LuisOlivaresJ closed 3 months ago
Here are the additions:
c
The code I used for tesitng (in Anaconda Powershell) was:
from omg_dosimetry.calibration import LUT from pathlib import Path import matplotlib.pyplot as plt from omg_dosimetry import calibration my_path = calibration.from_demo_image() doses = [0.0, 100.0, 200.0, 400.0, 650.0, 950.0] lut = LUT(my_path, doses, crop_top_bottom = 650, film_detect=False)
That looks great Luis. Very nice addition!
I'll let you go ahead and merge it.
Here are the additions:
c
is pressed.The code I used for tesitng (in Anaconda Powershell) was: