-
Notifications
You must be signed in to change notification settings - Fork 2
Dark value
Image processing in PyPOLAR includes the subtraction of the dark signal—the electronic noise produced by the camera sensor even when no photons are present. This value depends on your camera temperature, gain, and exposure time.
By default, PyPOLAR estimates the dark signal using the following method:
- The first image in the stack is tiled into 20x20 pixel cells.
- The software identifies the cell with the lowest mean intensity.
- The average of this cell across all polarization angles is defined as the
Calculated dark value.
If your sample fills the entire Field of View (FOV), the automatic method will mistakenly treat the darkest part of your sample as "dark noise," leading to over-subtraction.
To set a manual value:
- Go to the Advanced Options tab.
- Activate the "Dark" toggle.
- Enter your measured value (e.g., 480 for the Institut Fresnel spinning disk setup).
Caution
If your FOV is entirely filled with sample (e.g., tissue slices or dense monolayers), do not use the automatic calculation. You must provide a manual dark value to avoid losing real data signal.
PyPOLAR is developed under the BSD 2-Clause License, Copyright © 2021 • cristel.chandre@cnrs.fr
Tutorials
- Tutorial 1 (basic analysis)
- Tutorial 2 (mask and ROI)
- Tutorial 3 (batch analysis)
- Tutorial 4 (reference angle and boundary)
- Tutorial 5 (figures and colorbars)