Skip to content

Commit 648ee6b

Browse files
committed
S2C/D RSR point to S2A. Adjust Later!!!, Btw, L9 RSR still points to L8!
1 parent daa0527 commit 648ee6b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-12-20_10:12:18
1+
3.7.12-dev:::2024-12-20_10:14:09

src/modules/lower-level/table-ll.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ const int _RSR_START_LND08_ = 21;
109109
const int _RSR_START_LND09_ = 21; // quick fix
110110
const int _RSR_START_SEN2A_ = 30;
111111
const int _RSR_START_SEN2B_ = 43;
112+
const int _RSR_START_SEN2C_ = 30; // quick fix
113+
const int _RSR_START_SEN2D_ = 30; // quick fix
112114

113115

114116
/** Relative Spectral Response @1nm [410-2400], courtesy of USGS/ESA

src/modules/lower-level/table-ll.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ extern const int _RSR_START_LND08_;
4444
extern const int _RSR_START_LND09_;
4545
extern const int _RSR_START_SEN2A_;
4646
extern const int _RSR_START_SEN2B_;
47+
extern const int _RSR_START_SEN2C_;
48+
extern const int _RSR_START_SEN2D_;
4749
extern const float _RSR_[56][1991];
4850
extern const int _RSR_DIM_;
4951
extern const int _AERO_WATERLIB_DIM_[2];

0 commit comments

Comments
 (0)