Commit 221a5483f549119b8bbc17834eff77b9a8ac8e93

Authored by Benjamin Renard
1 parent 2c4e465b

Fix jrm09 & jrm33 info defined in parameters files

PARAM_DEF/b_jrm09_can.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="b_jrm09_can_##sampling##_##can##_##orbit##">
  3 + <info>
  4 + <name>b_jrm09 @@orbit@@</name>
  5 + <short_name>b_jrm09 @@orbit@@</short_name>
  6 + <components>bx,by,bz</components>
  7 + <units>nT</units>
  8 + <coordinates_system>IAU</coordinates_system>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table/>
  12 + <fill_value/>
  13 + <ucd/>
  14 + <dataset_id/>
  15 + <instrument_id/>
  16 + </info>
3 17 <get>
4 18 <amdaParam name="##orbit##"/>
5 19 </get>
... ...
PARAM_DEF/b_jrm09_can_tot.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="b_jrm09_can_tot_##sampling##_##can##_##orbit##">
  3 + <info>
  4 + <name>|b_jrm09| @@orbit@@</name>
  5 + <short_name>|b_jrm09|</short_name>
  6 + <components/>
  7 + <units>nT</units>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table/>
  12 + <fill_value/>
  13 + <ucd/>
  14 + <dataset_id/>
  15 + <instrument_id/>
  16 + </info>
3 17 <get>
4 18 <amdaParam name="##orbit##"/>
5 19 </get>
... ...
PARAM_DEF/b_jrm33_con.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="b_jrm33_con_##sampling##_##con##_##orbit##">
  3 + <info>
  4 + <name>b_jrm33 @@orbit@@</name>
  5 + <short_name>b_jrm33 @@orbit@@</short_name>
  6 + <components>bx,by,bz</components>
  7 + <units>nT</units>
  8 + <coordinates_system>IAU</coordinates_system>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table/>
  12 + <fill_value/>
  13 + <ucd/>
  14 + <dataset_id/>
  15 + <instrument_id/>
  16 + </info>
3 17 <get>
4 18 <amdaParam name="##orbit##"/>
5 19 </get>
... ...
PARAM_DEF/b_jrm33_con_tot.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="b_jrm33_con_tot_##sampling##_##con##_##orbit##">
  3 + <info>
  4 + <name>|b_jrm33| @@orbit@@</name>
  5 + <short_name>|b_jrm33|</short_name>
  6 + <components/>
  7 + <units>nT</units>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table/>
  12 + <fill_value/>
  13 + <ucd/>
  14 + <dataset_id/>
  15 + <instrument_id/>
  16 + </info>
3 17 <get>
4 18 <amdaParam name="##orbit##"/>
5 19 </get>
... ...