Calibration support for our new products and plugin

Hi all,

Kindly we developed our own plug-in to read ICEYE product.
All functionality is working however when try to use calibration functionality in snap desktop application from reader menu it give "Message: Mission ICEYE-X2 is currently not supported for calibration.
"
After investigation in your s1tbx source code, I can see that you deepened on org.esa.s1tbx.calibration.gpf.support.CalibrationFactory class which is something not related to the plug-in.
Please provide guide or support how we can activate this functionality.

What is the calibration-formula for your data?

calibrated=K * DN2, calibrated_dB=10*log10(calibrated), DN2=square(S_I)+square(S_Q)
where s_i and s_q is a channels of SLC data, K is calibration factor from metadata

1 Like