Commit fe5adac0 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

ENH: coded S2 L3A THEIA Prototype.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -6,7 +6,7 @@ class S2L3ATheiaTilePipeline(S2TheiaTilePipeline):
NAME = 'S2-L3A-THEIA'
PTRN_10m = ['*_FRC_B2.tif', '*_FRC_B3.tif', '*_FRC_B4.tif', '*_FRC_B8.tif']
PTRN_20m = ['*_FRC_B5.tif', '*_FRC_B6.tif', '*_FRC_B7.tif', '*_FRC_B8A.tif', '*_FRC_B11.tif', '*_FRC_B12.tif']
PTRN_msk = ['MASKS/*_WGT_R1.tif']
PTRN_msk = ['MASKS/*_WGT_R1.tif', 'MASKS/*_FLG_R1.tif', 'MASKS/*_DTS_R1.tif']
PTRN_ful = PTRN_10m[0:3] + PTRN_20m[0:3] + [PTRN_10m[3]] + PTRN_20m[3:]
class S2L3ATheiaPipeline(S2TheiaPipeline):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment