|
| 1 | +# pylint: disable=too-many-lines |
| 2 | + |
| 3 | +# Copyright 2024 CS Group |
| 4 | +# |
| 5 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | +# you may not use this file except in compliance with the License. |
| 7 | +# You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, software |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +# See the License for the specific language governing permissions and |
| 15 | +# limitations under the License. |
| 16 | + |
| 17 | +types: |
| 18 | + - productType: S01SIWRAWS |
| 19 | + mission: S1 |
| 20 | + instrumentMode: IW |
| 21 | + processingLevel: RAW |
| 22 | + legacyType: IW_RAW__0S |
| 23 | + |
| 24 | + - productType: S01SIWRAW |
| 25 | + mission: S1 |
| 26 | + instrumentMode: IW |
| 27 | + processingLevel: RAW |
| 28 | + legacyType: IW_RAW__0N |
| 29 | + |
| 30 | + - productType: S01SEWRAW |
| 31 | + mission: S1 |
| 32 | + instrumentMode: EW |
| 33 | + processingLevel: RAW |
| 34 | + legacyType: EW_RAW__0S |
| 35 | + |
| 36 | + - productType: S01SSMRAW |
| 37 | + mission: S1 |
| 38 | + instrumentMode: SM |
| 39 | + processingLevel: RAW |
| 40 | + legacyType: SM_RAW__0S |
| 41 | + |
| 42 | + - productType: S01SWVRAW |
| 43 | + mission: S1 |
| 44 | + instrumentMode: WV |
| 45 | + processingLevel: RAW |
| 46 | + legacyType: WV_RAW__0S |
| 47 | + |
| 48 | + - productType: S01SIWANC |
| 49 | + mission: S1 |
| 50 | + instrumentMode: IW |
| 51 | + processingLevel: ANC |
| 52 | + legacyType: IW_RAW__0A |
| 53 | + |
| 54 | + - productType: S01SEWANC |
| 55 | + mission: S1 |
| 56 | + instrumentMode: EW |
| 57 | + processingLevel: ANC |
| 58 | + legacyType: EW_RAW__0C |
| 59 | + |
| 60 | + - productType: S01SWVANC |
| 61 | + mission: S1 |
| 62 | + instrumentMode: WV |
| 63 | + processingLevel: ANC |
| 64 | + legacyType: WV_RAW__0N |
| 65 | + |
| 66 | + - productType: S01SEWGRD |
| 67 | + mission: S1 |
| 68 | + instrumentMode: EW |
| 69 | + processingLevel: GRD |
| 70 | + legacyType: EW_GRDH_1S |
| 71 | + |
| 72 | + - productType: S01SIWGRD |
| 73 | + mission: S1 |
| 74 | + instrumentMode: IW |
| 75 | + processingLevel: GRD |
| 76 | + legacyType: IW_GRDH_1S |
| 77 | + |
| 78 | + - productType: S01SIWOCN |
| 79 | + mission: S1 |
| 80 | + instrumentMode: IW |
| 81 | + processingLevel: OCN |
| 82 | + legacyType: IW_OCN__2S |
| 83 | + |
| 84 | + - productType: S01SSMOCN |
| 85 | + mission: S1 |
| 86 | + instrumentMode: SM |
| 87 | + processingLevel: OCN |
| 88 | + legacyType: SM_OCN__2S |
| 89 | + |
| 90 | + - productType: S01SEWSLC |
| 91 | + mission: S1 |
| 92 | + instrumentMode: EW |
| 93 | + processingLevel: SLC |
| 94 | + legacyType: EW_SLC__1S |
| 95 | + |
| 96 | + - productType: S01SIWSLC |
| 97 | + mission: S1 |
| 98 | + instrumentMode: IW |
| 99 | + processingLevel: SLC |
| 100 | + legacyType: IW_SLC__1S |
| 101 | + |
| 102 | + - productType: S01SWVOCN |
| 103 | + mission: S1 |
| 104 | + instrumentMode: WV |
| 105 | + processingLevel: OCN |
| 106 | + legacyType: WV_OCN__2S |
| 107 | + |
| 108 | + - productType: S01GPSRAW |
| 109 | + mission: S1 |
| 110 | + instrumentMode: GPS |
| 111 | + processingLevel: RAW |
| 112 | + legacyType: GP_RAW__0_ |
| 113 | + |
| 114 | + - productType: S01HKMRAW |
| 115 | + mission: S1 |
| 116 | + instrumentMode: HKTM |
| 117 | + processingLevel: RAW |
| 118 | + legacyType: HK_RAW__0_ |
| 119 | + |
| 120 | + - productType: S01AISRAW |
| 121 | + mission: S1 |
| 122 | + instrumentMode: AIS |
| 123 | + processingLevel: RAW |
| 124 | + legacyType: RAW |
| 125 | + |
| 126 | + - productType: S02MSIL0_ |
| 127 | + mission: S2 |
| 128 | + instrumentMode: MSI |
| 129 | + processingLevel: L0 |
| 130 | + legacyType: MSI_L0__DS |
| 131 | + |
| 132 | + - productType: S02MSIL1A |
| 133 | + mission: S2 |
| 134 | + instrumentMode: MSI |
| 135 | + processingLevel: L1A |
| 136 | + legacyType: MSI_L1A_DS |
| 137 | + |
| 138 | + - productType: S02MSIL1B |
| 139 | + mission: S2 |
| 140 | + instrumentMode: MSI |
| 141 | + processingLevel: L1B |
| 142 | + legacyType: MSI_L1B_DS |
| 143 | + |
| 144 | + - productType: S02MSIL1C |
| 145 | + mission: S2 |
| 146 | + instrumentMode: MSI |
| 147 | + processingLevel: L1C |
| 148 | + legacyType: MSI_L1C_DS |
| 149 | + |
| 150 | + - productType: S02MSIL2A |
| 151 | + mission: S2 |
| 152 | + instrumentMode: MSI |
| 153 | + processingLevel: L2A |
| 154 | + legacyType: MSI_L2A_DS |
| 155 | + |
| 156 | + - productType: S02MSISCA |
| 157 | + mission: S2 |
| 158 | + instrumentMode: ABSR |
| 159 | + processingLevel: Sun Calibration |
| 160 | + legacyType: |
| 161 | + |
| 162 | + - productType: S02MSIDCA |
| 163 | + mission: S2 |
| 164 | + instrumentMode: DASC |
| 165 | + processingLevel: Dark Calibration |
| 166 | + legacyType: |
| 167 | + |
| 168 | + - productType: S03SRAL0_ |
| 169 | + mission: S3 |
| 170 | + instrumentMode: SRAL |
| 171 | + processingLevel: L0 observation |
| 172 | + legacyType: SR_0_SRA___ |
| 173 | + |
| 174 | + - productType: S03SRAL0C |
| 175 | + mission: S3 |
| 176 | + instrumentMode: SRAL |
| 177 | + processingLevel: L0 calibration |
| 178 | + legacyType: SR_0_CAL___ |
| 179 | + |
| 180 | + - productType: S03ALT1A |
| 181 | + mission: S3 |
| 182 | + instrumentMode: HR |
| 183 | + processingLevel: L1A |
| 184 | + legacyType: SR_1_SRA_A_ |
| 185 | + |
| 186 | + - productType: S03ALT1B |
| 187 | + mission: S3 |
| 188 | + instrumentMode: HR |
| 189 | + processingLevel: L1B |
| 190 | + legacyType: SR_1_SRA_BS |
| 191 | + |
| 192 | + - productType: S03ALT2H |
| 193 | + mission: S3 |
| 194 | + instrumentMode: HR |
| 195 | + processingLevel: Hydrology |
| 196 | + legacyType: SR_2_LAN_HY |
| 197 | + |
| 198 | + - productType: S03ALTCAL |
| 199 | + mission: S3 |
| 200 | + instrumentMode: SRAL |
| 201 | + processingLevel: CAL1/CAL2 |
| 202 | + legacyType: SR_1_CAL |
| 203 | + |
| 204 | + - productType: S03MWRL0_ |
| 205 | + mission: S3 |
| 206 | + instrumentMode: MWR |
| 207 | + processingLevel: L0 |
| 208 | + legacyType: MW_0_MWR |
| 209 | + |
| 210 | + - productType: S03MWRL1_ |
| 211 | + mission: S3 |
| 212 | + instrumentMode: MWR |
| 213 | + processingLevel: L1 |
| 214 | + legacyType: MW_1_MWR |
| 215 | + |
| 216 | + - productType: S03MWRCAL |
| 217 | + mission: S3 |
| 218 | + instrumentMode: MWR |
| 219 | + processingLevel: CAL |
| 220 | + legacyType: MW_1_CAL |
| 221 | + |
| 222 | + - productType: S03OLCL0_ |
| 223 | + mission: S3 |
| 224 | + instrumentMode: OLCI |
| 225 | + processingLevel: L0 |
| 226 | + legacyType: OL_0_EFR |
| 227 | + |
| 228 | + - productType: S03OLCEFR |
| 229 | + instrumentMode: OLCI |
| 230 | + processingLevel: EFR |
| 231 | + legacyType: OL_1_EFR |
| 232 | + |
| 233 | + - productType: S03OLCERR |
| 234 | + instrumentMode: OLCI |
| 235 | + processingLevel: ERR |
| 236 | + legacyType: OL_1_ERR |
| 237 | + |
| 238 | + - productType: S03OLCRAC |
| 239 | + mission: S3 |
| 240 | + instrumentMode: OLCI |
| 241 | + processingLevel: RAC |
| 242 | + legacyType: OL_1_RAC |
| 243 | + |
| 244 | + - productType: S03OLCSPC |
| 245 | + mission: S3 |
| 246 | + instrumentMode: OLCI |
| 247 | + processingLevel: SPC |
| 248 | + legacyType: OL_1_SPC |
| 249 | + |
| 250 | + - productType: S03OLCLFR |
| 251 | + mission: S3 |
| 252 | + instrumentMode: OLCI |
| 253 | + processingLevel: LFR |
| 254 | + legacyType: OL_2_LFR |
| 255 | + |
| 256 | + - productType: S03OLCLRR |
| 257 | + mission: S3 |
| 258 | + instrumentMode: OLCI |
| 259 | + processingLevel: LRR |
| 260 | + legacyType: OL_2_LRR |
| 261 | + |
| 262 | + - productType: S03SLSL0_ |
| 263 | + mission: S3 |
| 264 | + instrumentMode: SLSTR |
| 265 | + processingLevel: L0 |
| 266 | + legacyType: SL_0_SLT |
| 267 | + |
| 268 | + - productType: S03SLSRBT |
| 269 | + mission: S3 |
| 270 | + instrumentMode: SLSTR |
| 271 | + processingLevel: RBT |
| 272 | + legacyType: SL_1_RBT |
| 273 | + |
| 274 | + - productType: S03SLSLST |
| 275 | + mission: S3 |
| 276 | + instrumentMode: SLSTR |
| 277 | + processingLevel: LST |
| 278 | + legacyType: SL_2_LST |
| 279 | + |
| 280 | + - productType: S03SLSFRP |
| 281 | + mission: S3 |
| 282 | + instrumentMode: SLSTR |
| 283 | + processingLevel: FRP |
| 284 | + legacyType: SL_2_FRP |
| 285 | + |
| 286 | + - productType: S03SYNSDR |
| 287 | + mission: S3 |
| 288 | + instrumentMode: SYNERGY |
| 289 | + processingLevel: L2 |
| 290 | + legacyType: SY_2_SYN |
| 291 | + |
| 292 | + - productType: S03SYNAOD |
| 293 | + mission: S3 |
| 294 | + instrumentMode: SYNERGY |
| 295 | + processingLevel: L2 |
| 296 | + legacyType: SY_2_AOD |
| 297 | + |
| 298 | + - productType: S03SYNVGT |
| 299 | + mission: S3 |
| 300 | + instrumentMode: SYNERGY |
| 301 | + processingLevel: L2 |
| 302 | + legacyType: SY_2_VGT |
| 303 | + |
| 304 | + - productType: S03SYNVGK |
| 305 | + mission: S3 |
| 306 | + instrumentMode: SYNERGY |
| 307 | + processingLevel: L2 |
| 308 | + legacyType: SY_2_VGK |
| 309 | + |
| 310 | + - productType: S03SYNV01 |
| 311 | + mission: S3 |
| 312 | + instrumentMode: SYNERGY |
| 313 | + processingLevel: L2 |
| 314 | + legacyType: SY_2_VG1 |
| 315 | + |
| 316 | + - productType: S03SYNV10 |
| 317 | + mission: S3 |
| 318 | + instrumentMode: SYNERGY |
| 319 | + processingLevel: L2 |
| 320 | + legacyType: SY_2_V10 |
| 321 | + |
| 322 | + - productType: SXXACQREP |
| 323 | + mission: S3 |
| 324 | + instrumentMode: XX=01,02,03,etc |
| 325 | + processingLevel: L0 acquisition report |
| 326 | + legacyType: REP_PASS |
| 327 | + |
| 328 | + - productType: OPER_MSI |
| 329 | + mission: S2 |
| 330 | + instrumentMode: MSI |
| 331 | + processingLevel: L2 |
| 332 | + legacyType: OPER_MSI_L2A |
| 333 | + |
| 334 | + - productType: OPER_MSI |
| 335 | + mission: S2 |
| 336 | + instrumentMode: MSI |
| 337 | + processingLevel: L0 |
| 338 | + legacyType: OPER_MSI_L0 |
| 339 | + |
| 340 | + - productType: OPER_MSI |
| 341 | + mission: S2 |
| 342 | + instrumentMode: MSI |
| 343 | + processingLevel: L1 |
| 344 | + legacyType: OPER_MSI |
0 commit comments