-
Notifications
You must be signed in to change notification settings - Fork 0
Description
cc @RainerHeintzmann @BioTurboNick
Hey all,
I was wondering whether it makes sense to introduce different microscopy types, objectives and sensors.
I'm thinking about composing microscopes from different parts which return resolution criteria, DoF, etc.
Additionally, we could adapt packages like PSF.jl to such a package. Hopefully, other will integrate as well (if possible).
We could built a nice show method which (based on Unitful.jl) would print the physical properties in a nice way.
Something like this (of course manually adding a NA should be possible as well).
julia> Microscope(objective=1JuliaManufacturerPlanFluorite10x, sensor=JuliaManufacturerHighPerformanceCamera, mode=Widefield)
Microscope
NA = 0.25
Δx (according abbe) = 1.1µm
...What do you think about that?
Does it make sense to introduce as many objectives and camera sensors as we can?
So literally having dozen of Zeiss, Nikon, Olympus, .. types? The same for camera sensors.
Is there a common database somewhere similar to glass catalogues in Optic design tools?
Cheers,
Felix