File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 0.22.2 (2025-xx-xx)
4+
5+ - FIX: Fixed TSX and TDX Products Regex to properly identify Staring Spotlight products as ` TsxProduct ` and ` TdxProduct ` - by @guillemc23
6+
7+
38## 0.22.1 (2025-04-04)
49
510- FIX: Correct the logic behind saving a stack in uint16 in ` product.stack `
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ def is_real_constellation(cls, const: Constellation):
319319 r"CSG_SSAR\d_(RAW|SCS|DGM|GEC|GTC)_([UBF]|FQLK_B)_\d{4}_(S2[ABC]|D2[RSJ]|OQ[RS]|STR|SC[12]|PPS|QPS)_\d{3}"
320320 r"_(HH|VV|VH|HV)_[LR][AD]_[DPFR]_\d{14}_\d{14}\_\d_[FC]_\d{2}[NS]_Z\d{2}_[NFB]\d{2}.h5" ,
321321 ],
322- Constellation .TSX : r"TSX1_SAR__(SSC|MGD|GEC|EEC)_([SR]E|__)___[SH][MCLS ]_[SDTQ]_[SD]RA_\d{8}T\d{6}_\d{8}T\d{6}" ,
322+ Constellation .TSX : r"TSX1_SAR__(SSC|MGD|GEC|EEC)_([SR]E|__)___[SH][MCLST ]_[SDTQ]_[SD]RA_\d{8}T\d{6}_\d{8}T\d{6}" ,
323323 Constellation .TDX : r"TDX1_SAR__(SSC|MGD|GEC|EEC)_([SR]E|__)___[SH][MCLS]_[SDTQ]_[SD]RA_\d{8}T\d{6}_\d{8}T\d{6}" ,
324324 Constellation .PAZ : r"PAZ1_SAR__(SSC|MGD|GEC|EEC)_([SR]E|__)___[SH][MCLST]_[SD]_[SD]RA_\d{8}T\d{6}_\d{8}T\d{6}" ,
325325 Constellation .RS2 : r"RS2_(OK\d+_PK\d+_DK\d+_.{2,}_\d{8}_\d{6}|\d{8}_\d{6}_\d{4}_.{1,5})"
You can’t perform that action at this time.
0 commit comments