We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9714ab4 commit 2107e5fCopy full SHA for 2107e5f
misc/force-version.txt
@@ -1 +1 @@
1
-3.7.12-dev:::2024-12-20_10:07:38
+3.7.12-dev:::2024-12-20_10:10:56
src/modules/lower-level/meta-ll.c
@@ -751,6 +751,16 @@ int svgrid = 5000;
751
b_rsr = _RSR_START_SEN2A_;
752
} else if (strcmp(sensor, "SEN2B") == 0){
753
b_rsr = _RSR_START_SEN2B_;
754
+ } else if (strcmp(sensor, "SEN2C") == 0){
755
+ #ifdef FORCE_DEBUG
756
+ printf("SEN2C: using SEN2A RSR. Adjust later!\n");
757
+ #endif
758
+ b_rsr = _RSR_START_SEN2A_;
759
+ } else if (strcmp(sensor, "SEN2D") == 0){
760
761
+ printf("SEN2D: using SEN2A RSR. Adjust later!\n");
762
763
764
} else {
765
printf("unknown/unsupported Sentinel-2! "); return FAILURE;
766
}
0 commit comments