Skip to content

Commit

Permalink
Correcting collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Aug 8, 2023
1 parent 0e74835 commit c5149f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/viresclient/_client_swarm.py
Expand Up @@ -602,9 +602,7 @@ class SwarmRequest(ClientRequest):
"PPI_FAC": [f"SW_OPER_PPI{x}FAC_2F" for x in "ABC"],
"PPI_FAC:ID": [f"SW_OPER_PPI{x}FAC_2F:ID" for x in "ABC"],
# Multi-mission magnetic products
"MAG_CS": [
"CS_OPER_MAG",
],
"MAG_CS": ["CS_OPER_MAG"],
"MAG_GRACE": ["GRACE_A_MAG", "GRACE_B_MAG"],
"MAG_GFO": ["GF1_OPER_FGM_ACAL_CORR", "GF2_OPER_FGM_ACAL_CORR"],
"MAG_GOCE": ["GO_MAG_ACAL_CORR"],
Expand All @@ -621,7 +619,8 @@ class SwarmRequest(ClientRequest):
"SW_OPER_VOBS_4M_2_",
"CH_OPER_VOBS_1M_2_",
"CR_OPER_VOBS_1M_2_",
"OR_OPER_VOBS_1M_2_" "CO_OPER_VOBS_1M_2_",
"OR_OPER_VOBS_1M_2_",
"CO_OPER_VOBS_1M_2_",
"OR_OPER_VOBS_4M_2_",
"CH_OPER_VOBS_4M_2_",
"CR_OPER_VOBS_4M_2_",
Expand Down

0 comments on commit c5149f5

Please sign in to comment.