Thanks for visiting 'fluoscenepy' project page!

The main information about the project scope and examples could be found in the Readme file.

For getting information about implemented methods ("API Dictionary") click the link 'API Reference' on the Navigation Bar above, it will be opened in the new tab.

Below are a few examples of figures and images related to the calculation methods implemented in the project.

Precisely projected circle on pixel grid
Precisely projected circle with R = 4.8 pixels on a grid or the generated 'precise' 'round' object by the class FluorObj().
Precisely projected ellipse on pixel grid
Precisely projected ellipse with typical_size=(4.8, 3.3, np.pi/6) parameter or the generated 'precise' 'ellipse' object by the class FluorObj().
Scene with placed fluorescent objects, without additional noise
Scene with placed fluorescent objects without additional noise, generated by methods get_random_objects(...), set_random_places(...), put_objects_on(...) of the UscopeScene() class.
Scene with placed fluorescent objects, without additional noise
Same scene as from above but with added by the method add_noise() called with default parameters.