Skip to content

Commit

Permalink
HL fix when using SEN2C or SEN2D
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Feb 19, 2025
1 parent caeed96 commit 3080d3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.00-dev:::2025-02-18_08:23:09
3.8.00-dev:::2025-02-19_20:01:22
10 changes: 5 additions & 5 deletions src/modules/cross-level/enum-cl.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ const tagged_enum_t _TAGGED_ENUM_SEN_[_SEN_LENGTH_] = {
{ _SEN_LND04_, "LND04" }, { _SEN_LND05_, "LND05" },
{ _SEN_LND07_, "LND07" }, { _SEN_LND08_, "LND08" },
{ _SEN_LND09_, "LND09" }, { _SEN_SEN2A_, "SEN2A" },
{ _SEN_SEN2B_, "SEN2B" }, { _SEN_sen2a_, "sen2a" },
{ _SEN_sen2b_, "sen2b" }, { _SEN_LNDLG_, "LNDLG" },
{ _SEN_SEN2B_, "SEN2B" }, { _SEN_SEN2C_, "SEN2C" },
{ _SEN_SEN2D_, "SEN2D" }, { _SEN_sen2a_, "sen2a" },
{ _SEN_sen2b_, "sen2b" }, { _SEN_sen2c_, "sen2c" },
{ _SEN_sen2d_, "sen2d" }, { _SEN_LNDLG_, "LNDLG" },
{ _SEN_SEN2L_, "SEN2L" }, { _SEN_SEN2H_, "SEN2H" },
{ _SEN_RGB_, "R-G-B" }, { _SEN_S1AIA_, "S1AIA" },
{ _SEN_S1AID_, "S1AID" }, { _SEN_S1BIA_, "S1BIA" },
{ _SEN_S1BID_, "S1BID" }, { _SEN_VVVHP_, "VVVHP" },
{ _SEN_MOD01_, "MOD01" }, { _SEN_MOD02_, "MOD02" },
{ _SEN_MOD02_, "MODIS" }, { _SEN_SEN2B_, "SEN2C" },
{ _SEN_sen2c_, "sen2c" }, { _SEN_SEN2B_, "SEN2D" },
{ _SEN_sen2a_, "sen2d" }};
{ _SEN_MOD02_, "MODIS" }};

const tagged_enum_t _TAGGED_ENUM_QAI_[_QAI_LENGTH_] = {
{ _QAI_OFF_, "NODATA" }, { _QAI_CLD_OPQ_, "CLOUD_OPAQUE" },
Expand Down
8 changes: 4 additions & 4 deletions src/modules/cross-level/enum-cl.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ enum { OPEN_FALSE, // do not write

// sensors
enum { _SEN_LND04_, _SEN_LND05_, _SEN_LND07_, _SEN_LND08_, _SEN_LND09_,
_SEN_SEN2A_, _SEN_SEN2B_, _SEN_sen2a_, _SEN_sen2b_, _SEN_LNDLG_,
_SEN_SEN2L_, _SEN_SEN2H_, _SEN_RGB_, _SEN_S1AIA_, _SEN_S1AID_,
_SEN_S1BIA_, _SEN_S1BID_, _SEN_VVVHP_, _SEN_MOD01_, _SEN_MOD02_,
_SEN_MODIS_, _SEN_SEN2C_, _SEN_sen2c_, _SEN_SEN2D_, _SEN_sen2d_,
_SEN_SEN2A_, _SEN_SEN2B_, _SEN_SEN2C_, _SEN_SEN2D_, _SEN_sen2a_,
_SEN_sen2b_, _SEN_sen2c_, _SEN_sen2d_, _SEN_LNDLG_, _SEN_SEN2L_,
_SEN_SEN2H_, _SEN_RGB_, _SEN_S1AIA_, _SEN_S1AID_, _SEN_S1BIA_,
_SEN_S1BID_, _SEN_VVVHP_, _SEN_MOD01_, _SEN_MOD02_, _SEN_MODIS_,
_SEN_LENGTH_ };

// wavelength domains
Expand Down

0 comments on commit 3080d3c

Please sign in to comment.