Skip to content

Commit ae1839a

Browse files
committed
Merge branch 'master' into staging
2 parents a5f324a + f2ae317 commit ae1839a

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

docs/release_notes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ Release notes
44
Change log
55
----------
66

7-
Changes from 0.15.0 to 0.16.0
7+
Changes from 0.15.1 to 0.16.0
88
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99

1010
- Fix usage of ``reshape=True`` when using ``AUX_OBSH`` collection (via creating an additional ``SiteCode`` data variable)
1111

12+
Changes from 0.15.0 to 0.15.1
13+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14+
15+
- Completed transition to new ``EFIx_LP`` products version 07 (now supporting the FAST variants)
16+
1217
Changes from 0.14.1 to 0.15.0
1318
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1419

src/viresclient/_client_swarm.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,6 @@ class SwarmRequest(ClientRequest):
546546
],
547547
"EFI": [
548548
*(f"SW_OPER_EFI{x}_LP_1B" for x in "ABC"),
549-
],
550-
"EFI:B06": [
551549
*(f"SW_FAST_EFI{x}_LP_1B" for x in "ABC"),
552550
],
553551
"EFI_IDM": [f"SW_PREL_EFI{x}IDM_2_" for x in "ABC"],
@@ -767,7 +765,6 @@ class SwarmRequest(ClientRequest):
767765
"MAG": "PT1S",
768766
"MAG_HR": "PT0.019S", # approx 50Hz (the sampling is not exactly 50Hz)
769767
"EFI": "PT0.5S",
770-
"EFI:B06": "PT0.5S",
771768
"EFI_IDM": "PT0.5S",
772769
"EFI_TIE": "PT0.5S",
773770
"EFI_TCT02": "PT0.5S",
@@ -885,19 +882,6 @@ class SwarmRequest(ClientRequest):
885882
"Gamma1",
886883
"Gamma2",
887884
],
888-
"EFI:B06": [
889-
"U_orbit",
890-
"Ne",
891-
"Ne_error",
892-
"Te",
893-
"Te_error",
894-
"Vs",
895-
"Vs_error",
896-
"Flags_LP",
897-
"Flags_Ne",
898-
"Flags_Te",
899-
"Flags_Vs",
900-
],
901885
"EFI_IDM": [
902886
"Latitude_GD",
903887
"Longitude_GD",

0 commit comments

Comments
 (0)