From 134edc25cc995ccca381dd4339eb6383534ead89 Mon Sep 17 00:00:00 2001 From: Richard Hitier Date: Fri, 27 Oct 2023 16:07:52 +0200 Subject: [PATCH] Fix sta/stb parameters for earth --- config.yml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/config.yml b/config.yml index 7fbdec2..6e3dfb9 100644 --- a/config.yml +++ b/config.yml @@ -286,7 +286,7 @@ targets: - slug: 'omni-hour-all' parameters: pdyn: 'omni_sw_ram' -# xy_b: 'omni_imf' + # xy_b: 'omni_imf' - slug: 'ace-swepam-real-1h' parameters: vtot: 'sw_v_real' @@ -297,23 +297,25 @@ targets: #atse: '' #btan: 'Bgsm' # /!. VECTOR2 (actually, does not exist) sa: - - slug: 'omni_hour_all' + - slug: 'omni-hour-all' parameters: - pdyn: 'RamP' - - slug: 'ace_swepam_real_1h' + pdyn: 'omni_sw_ram' + - slug: 'ace-swepam-real-1h' parameters: - dens: 'Dens' - vtot: 'Vel' - temp: 'Temp' + vtot: 'sw_v_real' + temp: 'sw_n_real' + dens: 'sw_t_real' + xy_b: 'imf_real_gse' sb: - - slug: 'omni_hour_all' + - slug: 'omni-hour-all' parameters: - pdyn: 'RamP' - - slug: 'ace_swepam_real_1h' + pdyn: 'omni_sw_ram' + - slug: 'ace-swepam-real-1h' parameters: - dens: 'Dens' - vtot: 'Vel' - temp: 'Temp' + vtot: 'sw_v_real' + temp: 'sw_n_real' + dens: 'sw_t_real' + xy_b: 'imf_real_gse' locked: false default: true - type: 'planet' -- libgit2 0.21.2