Skip to content

Commit 61c9f2c

Browse files
committed
S2C/D in parameter files
1 parent 648ee6b commit 61c9f2c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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:14:09
1+
3.7.12-dev:::2024-12-20_10:18:04

src/modules/aux-level/param-aux.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@ void write_par_hl_sensor(FILE *fp, bool verbose){
865865
fprintf(fp, "# Sensors to be used in the analysis. Multi-sensor analyses are restricted\n");
866866
fprintf(fp, "# to the overlapping bands. Following sensors are available: LND04 (6-band\n");
867867
fprintf(fp, "# Landsat 4 TM), LND05 (6-band Landsat 5 TM), LND07 (6-band Landsat 7 ETM+),\n");
868-
fprintf(fp, "# LND08/09 (6-band Landsat 8-9 OLI), SEN2A (10-band Sentinel-2A), SEN2B (10-band\n");
869-
fprintf(fp, "# Sentinel-2B), sen2a (4-band Sentinel-2A), sen2b (4-band Sentinel-2B),\n");
868+
fprintf(fp, "# LND08/09 (6-band Landsat 8-9 OLI), SEN2[A-D] (10-band Sentinel-2[A-D])\n");
869+
fprintf(fp, "# sen2[a-d] (4-band Sentinel-2[A-D])\n");
870870
fprintf(fp, "# S1AIA (2-band VV-VH Sentinel-1A IW ascending), S1BIA (2-band VV-VH Senti-\n");
871871
fprintf(fp, "# nel-1B IW ascending), S1AID (2-band VV-VH Sentinel-1A IW descending), S1BID\n");
872872
fprintf(fp, "# (2-band VV-VH Sentinel-1B IW descending), MOD01 (7-band Terra MODIS), MOD02.\n");
@@ -878,9 +878,9 @@ void write_par_hl_sensor(FILE *fp, bool verbose){
878878
fprintf(fp, "# BAP Composites with such a band designation can be input again (e.g. \n");
879879
fprintf(fp, "# SENSORS = LNDLG).\n");
880880
fprintf(fp, "# Type: Character list. Valid values: {LND04,LND05,LND07,LND08,LND09,SEN2A,\n");
881-
fprintf(fp, "# SEN2B,sen2a,sen2b,S1AIA,S1BIA,S1AID,S1BID,MOD01,MOD02,LNDLG,SEN2L,SEN2H,R-G-B,VVVHP,MODIS}\n");
881+
fprintf(fp, "# SEN2B,SEN2C,SEN2D,sen2a,sen2b,sen2c,sen2d,S1AIA,S1BIA,S1AID,S1BID,MOD01,MOD02,LNDLG,SEN2L,SEN2H,R-G-B,VVVHP,MODIS}\n");
882882
}
883-
fprintf(fp, "SENSORS = LND08 LND09 SEN2A SEN2B\n");
883+
fprintf(fp, "SENSORS = LND08 LND09 SEN2A SEN2B SEN2C\n");
884884

885885
if (verbose){
886886
fprintf(fp, "# Main product type to be used. Usually, this is a reflectance product like BOA.\n");
@@ -905,7 +905,7 @@ void write_par_hl_sensor(FILE *fp, bool verbose){
905905

906906
if (verbose){
907907
fprintf(fp, "# Perform a spectral adjustment to Sentinel-2?\n");
908-
fprintf(fp, "# This method can only be used with following sensors: SEN2A, SEN2B, LND04, LND05, LND07, \n");
908+
fprintf(fp, "# This method can only be used with following sensors: SEN2A, SEN2B, SEN2C, SEN2D,LND04, LND05, LND07, \n");
909909
fprintf(fp, "# LND08, LND09, MOD01, MOD02.\n");
910910
fprintf(fp, "# A material-specific spectral harmonization will be performed, which will convert the \n");
911911
fprintf(fp, "# spectral response of any of these sensors to Sentinel-2A. Non-existent bands will be \n");
@@ -2071,7 +2071,7 @@ void write_par_hl_l2i(FILE *fp, bool verbose){
20712071
fprintf(fp, "# Sentinel-2, it is recommended to use \"SENSORS = sen2a sen2b\", and\n");
20722072
fprintf(fp, "# \"SENSORS_LOWRES = LND07 LND08 LND09\"\n");
20732073
fprintf(fp, "# Type: Character list. Valid values: {LND04,LND05,LND07,LND08,LND09,SEN2A,\n");
2074-
fprintf(fp, "# SEN2B,sen2a,sen2b,S1AIA,S1BIA,S1AID,S1BID}\n");
2074+
fprintf(fp, "# SEN2B,SEN2C,SEN2D,sen2a,sen2b,sen2c,sen2d,S1AIA,S1BIA,S1AID,S1BID}\n");
20752075
}
20762076
fprintf(fp, "SENSORS_LOWRES = LND07 LND08 LND09\n");
20772077

0 commit comments

Comments
 (0)