Skip to content

Commit

Permalink
add perpandicular and parallel ion temperature (fast/burst, full/part…
Browse files Browse the repository at this point in the history
…ial) to mms_keys.json
  • Loading branch information
louis-richard committed Nov 17, 2023
1 parent a8c2daa commit 0c1280d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pyrfu/mms/mms_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,22 @@
"dtype": "dis-moms",
"cdf_name": "dis_temptensor_dbcs_brst"
},
"tperpi_fpi_brst_l2": {
"dtype": "dis-moms",
"cdf_name": "dis_tempperp_brst"
},
"tparai_fpi_brst_l2": {
"dtype": "dis-moms",
"cdf_name": "dis_temppara_brst"
},
"parttperpi_fpi_brst_l2": {
"dtype": "dis-partmoms",
"cdf_name": "dis_tempperp_part_brst"
},
"parttparai_fpi_brst_l2": {
"dtype": "dis-partmoms",
"cdf_name": "dis_temppara_part_brst"
},
"te_dbcs_fpi_brst_l2": {
"dtype": "des-moms",
"cdf_name": "des_temptensor_dbcs_brst"
Expand All @@ -402,6 +418,22 @@
"dtype": "dis-moms",
"cdf_name": "dis_temptensor_dbcs_fast"
},
"tperpi_fpi_fast_l2": {
"dtype": "dis-moms",
"cdf_name": "dis_tempperp_fast"
},
"tparai_fpi_fast_l2": {
"dtype": "dis-moms",
"cdf_name": "dis_temppara_fast"
},
"parttperpi_fpi_fast_l2": {
"dtype": "dis-partmoms",
"cdf_name": "dis_tempperp_part_fast"
},
"parttparai_fpi_fast_l2": {
"dtype": "dis-partmoms",
"cdf_name": "dis_temppara_part_fast"
},
"te_dbcs_fpi_fast_l2": {
"dtype": "des-moms",
"cdf_name": "des_temptensor_dbcs_fast"
Expand Down

0 comments on commit 0c1280d

Please sign in to comment.