Skip to content

Commit

Permalink
Add FAC FAST to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Jul 20, 2024
1 parent ceb5b94 commit 6b3c8e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/available_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ See the `Swarm Data Handbook`_ for details about the products and `Swarm Product
- ``SW_FAST_MAGx_HR_1B``
- ``SW_FAST_EFIx_LP_1B``
- ``SW_FAST_MODx_SC_1B``
- ``SW_FAST_FACxTMS_2F``

Collections are grouped according to a type containing similar measurements (i.e. the same product from different spacecraft). The collection type can be given to :py:meth:`viresclient.SwarmRequest.available_collections` to retrieve the full collection names. These cover the Swarm data products as below (replace x with A, B, or C for Alpha, Bravo, or Charlie):

Expand Down
5 changes: 5 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Release notes
Change log
----------

Changes from 0.11.7 to 0.11.8
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Added FAC FAST dataset ``SW_FAST_FACxTMS_2F``

Changes from 0.11.6 to 0.11.7
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion src/viresclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
from ._config import ClientConfig, set_token
from ._data_handling import ReturnedData, ReturnedDataFile

__version__ = "0.11.7"
__version__ = "0.11.8"

0 comments on commit 6b3c8e3

Please sign in to comment.