File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,16 @@ Release notes
44Change 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+
1217Changes from 0.14.1 to 0.15.0
1318^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1419
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments