Commit b55c18b811e33297709187c09b52c65f4b0f0718
1 parent
e4bbd6c4
Exists in
master
and in
7 other branches
Fix Geotail LEP parameters
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
gtl_lep_espec.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <param xml:id="gtl_lep_espec"> |
3 | 3 | <info> |
4 | 4 | <table> |
5 | - <centerAutoTable dim="1" name="Energy" centerName="Energy_E" units="eV"/> | |
5 | + <centerAutoTable dim="1" name="Energy" centerName="Energy_E" units="eV" log="true"/> | |
6 | 6 | <centerTable dim="0" name="Direction" centerName="Sector_Angle" size="90" units="deg"/> |
7 | 7 | </table> |
8 | 8 | </info> |
... | ... |
gtl_lep_ispec.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <param xml:id="gtl_lep_ispec"> |
3 | 3 | <info> |
4 | 4 | <table> |
5 | - <centerAutoTable dim="1" name="Energy" centerName="Energy_P" units="eV"/> | |
5 | + <centerAutoTable dim="1" name="Energy" centerName="Energy_P" units="eV" log="true"/> | |
6 | 6 | <centerTable dim="0" name="Direction" centerName="Sector_Angle" size="90" units="deg"/> |
7 | 7 | </table> |
8 | 8 | </info> |
... | ... |