Calibration Imagery Post Processing
6X Multispectral Calibration Imagery Post Processing
Last updated
6X Multispectral Calibration Imagery Post Processing
Last updated
Sentera 6X Series Sensors
6X Product PagePurchase 6X MultispectralPurchase 6X ThermalPurchase 6X Thermal ProSentera Calibrated Reflectance Panel
Purchase Reflectance PanelWhen using a reflectance panel with the 6X sensor, raw images should first be run through the Sentera 6X Calibration script.
Follow the detailed usage instructions found in the README file.
Choose the correct option for your computer.
This creates an imgcorrect-venv environment that all scripts should be run in and installs the analyticstest library for the scripts to reference. If no errors appear, the imgcorrect library should be installed correctly.
you may need to add --user at the end of the install command.
The imagery correction in this repository can be used via:
Importing the various library functions defined in the package.
Running the pre-defined scripts with a Python installation of version 3.6 or above.
Running the standalone executable on the command line.
Path to image files taken from supported sensors. Choose the session folder of your images. This will cause the script to correct the images in each subfolders for all 5 multispectral band and ignore the rgb folder.
Identifier in the name of the image that denotes it is from the calibration set. If not specified, defaults to "CAL".
Path to output folder at which the corrected images will be stored. If not supplied, corrected images will be placed into the input directory.
If selected, Incident Light Sensor correction will not be applied to the images.
If selected, reflectance correction will not be applied to the images.
Overwrite original 12-bit images with the corrected versions. If selected, corrected images are renamed to their original names. If not, an extension is added.
Path to ExifTool executable. ExifTool is required for the conversion; if not passed, the script will use a bundled ExifTool executable.
If selected, scale of output values will be adjusted to 0-65535 and dtype will be changed to uint16.
The correction is done in 3 steps:
Autoexposure correction.
Incident Light Sensor correction.
Reflectance correction.
Sensors simulate longer exposures and wider apertures for subjects with lower upwelling radiance. These scripts correct by dividing pixel values by EXIF ISOSpeedRatings
* EXIF ExposureTime
Downwelling radiance may change over the course of a flight as clouds pass overhead. These scripts correct by dividing pixel values by a rolling average of Incident Light Sensor readings (Camera:SunSensor) on images taken within 3 seconds of the corrected image. Correcting for ILS will standardize the DN (digital number) of your images based on the differences in incident light.
Sensors measure upwelling radiance, not reflectance. Radiance is dependent on unpredictable environmental conditions, and without a reference point with known reflectance, it is impossible to calculate. By beginning a flight with a photo of a panel with known reflectance, that panel's upwelling radiance can be used to standardize measurements.
These scripts correct by multiplying pixel values by slope coefficient (calculated based on known calibration panel reflectance values).
Use local data folders when running the proceesing scripts.