|
216 | 216 | "WND_ACC_GRACE": ("https://swarmhandbook.earth.esa.int/catalogue/GR_WNDxACC_2_",),
|
217 | 217 | "WND_ACC_GFO": ("https://swarmhandbook.earth.esa.int/catalogue/GF_WNDxACC_2_",),
|
218 | 218 | "MM_CON_EPH_2_": ("https://swarmhandbook.earth.esa.int/catalogue/MM_CON_EPH_2_",),
|
| 219 | + "NIX_TMS": ("https://swarmhandbook.earth.esa.int/catalogue/SW_NIX_TMS_2F",), |
| 220 | + "TIX_TMS": ("https://swarmhandbook.earth.esa.int/catalogue/SW_TIX_TMS_2F",), |
219 | 221 | "TEC_TIRO": (
|
220 | 222 | "https://swarmhandbook.earth.esa.int/catalogue/CH_TEC_TMS_2F",
|
221 | 223 | "https://swarmhandbook.earth.esa.int/catalogue/GR_TECxTMS_2F",
|
@@ -669,6 +671,8 @@ class SwarmRequest(ClientRequest):
|
669 | 671 | # TOLEOS conjunctions
|
670 | 672 | "MM_CON_EPH_2_:crossover": ["MM_OPER_CON_EPH_2_:crossover"],
|
671 | 673 | "MM_CON_EPH_2_:plane_alignment": ["MM_OPER_CON_EPH_2_:plane_alignment"],
|
| 674 | + "NIX_TMS": ["SW_OPER_NIX_TMS_2F"], |
| 675 | + "TIX_TMS": ["SW_OPER_TIX_TMS_2F"], |
672 | 676 | # ULF and PC1 products
|
673 | 677 | "ULF_MAG": [f"SW_OPER_ULF{spacecraft}MAG_2F" for spacecraft in "ABC"],
|
674 | 678 | "ULF_MAG:event": [
|
@@ -773,6 +777,8 @@ class SwarmRequest(ClientRequest):
|
773 | 777 | "WND_ACC_GFO": "PT10S",
|
774 | 778 | "MM_CON_EPH_2_:crossover": "PT20M",
|
775 | 779 | "MM_CON_EPH_2_:plane_alignment": "P1D",
|
| 780 | + "NIX_TMS": "PT8S", |
| 781 | + "TIX_TMS": "PT8S", |
776 | 782 | "TEC_TIRO": "PT1S", # Actually more complicated - non-unique samples
|
777 | 783 | "NE_TIRO": "PT5S",
|
778 | 784 | "ULF_MAG": "PT1M",
|
@@ -1339,6 +1345,40 @@ class SwarmRequest(ClientRequest):
|
1339 | 1345 | "satellite_1",
|
1340 | 1346 | "satellite_2",
|
1341 | 1347 | ],
|
| 1348 | + "NIX_TMS": [ |
| 1349 | + "Distance", |
| 1350 | + "Azimuth", |
| 1351 | + "Negix_X", |
| 1352 | + "Negix_X_Sigma", |
| 1353 | + "Negix_X_P95", |
| 1354 | + "Negix_Y", |
| 1355 | + "Negix_Y_Sigma", |
| 1356 | + "Negix_Y_P95", |
| 1357 | + "Negix_Total", |
| 1358 | + "Negix_Sigma", |
| 1359 | + "Negix_P95", |
| 1360 | + "N_Measurements", |
| 1361 | + "Flag_Negix", |
| 1362 | + "Orbit_Label", |
| 1363 | + ], |
| 1364 | + "TIX_TMS": [ |
| 1365 | + "Longitude_Swarm", |
| 1366 | + "Latitude_Swarm", |
| 1367 | + "Distance", |
| 1368 | + "Azimuth", |
| 1369 | + "Tegix_X", |
| 1370 | + "Tegix_X_Sigma", |
| 1371 | + "Tegix_X_P95", |
| 1372 | + "Tegix_Y", |
| 1373 | + "Tegix_Y_Sigma", |
| 1374 | + "Tegix_Y_P95", |
| 1375 | + "Tegix_Total", |
| 1376 | + "Tegix_Sigma", |
| 1377 | + "Tegix_P95", |
| 1378 | + "N_Measurements", |
| 1379 | + "Flag_Tegix", |
| 1380 | + "Orbit_Label", |
| 1381 | + ], |
1342 | 1382 | "ULF_MAG": [
|
1343 | 1383 | "Timestamp",
|
1344 | 1384 | "Latitude",
|
|
0 commit comments