Skip to content

Commit 266b319

Browse files
committed
JNIE - CoDICE: update scaling attributes for other Lo L3a
* lo-sw-charge-state-distributions * lo-sw-ratios
1 parent b1739cc commit 266b319

2 files changed

Lines changed: 27 additions & 9 deletions

File tree

imap_l3_processing/cdf/config/imap_codice_l3a_lo-sw-charge-state-distributions_variable_attrs.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ oxygen_charge_state_distribution:
6363
DATA_TYPE: CDF_REAL4
6464
DEPEND_1: oxygen_charge_state
6565
LABLAXIS: O dist.
66-
SCALETYP: linear
66+
SCALEMAX: 3
67+
SCALEMIN: 0.001
68+
SCALETYP: log
6769
DISPLAY_TYPE: spectrogram
6870
UNITS: ' '
6971

@@ -76,7 +78,9 @@ carbon_charge_state_distribution:
7678
DATA_TYPE: CDF_REAL4
7779
DEPEND_1: carbon_charge_state
7880
LABLAXIS: C dist.
79-
SCALETYP: linear
81+
SCALEMAX: 3
82+
SCALEMIN: 0.001
83+
SCALETYP: log
8084
DISPLAY_TYPE: spectrogram
8185
UNITS: ' '
8286

imap_l3_processing/cdf/config/imap_codice_l3a_lo-sw-ratios_variable_attrs.yaml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ c_to_o_ratio:
6262
FIELDNAM: Ratio C to O
6363
DATA_TYPE: CDF_REAL4
6464
LABLAXIS: C/O
65-
SCALETYP: linear
65+
SCALEMAX: 10
66+
SCALEMIN: 0.1
67+
SCALETYP: log
6668
UNITS: ' '
6769

6870
mg_to_o_ratio:
@@ -73,7 +75,9 @@ mg_to_o_ratio:
7375
FIELDNAM: Ratio Mg to O
7476
DATA_TYPE: CDF_REAL4
7577
LABLAXIS: Mg/O
76-
SCALETYP: linear
78+
SCALEMAX: 10
79+
SCALEMIN: 0.1
80+
SCALETYP: log
7781
UNITS: ' '
7882

7983
fe_to_o_ratio:
@@ -84,7 +88,9 @@ fe_to_o_ratio:
8488
FIELDNAM: Ratio Fe to O
8589
DATA_TYPE: CDF_REAL4
8690
LABLAXIS: Fe/O
87-
SCALETYP: linear
91+
SCALEMAX: 100
92+
SCALEMIN: 0.1
93+
SCALETYP: log
8894
UNITS: ' '
8995

9096
c6_to_c5_ratio:
@@ -95,7 +101,9 @@ c6_to_c5_ratio:
95101
FIELDNAM: Ratio C6 to C5
96102
DATA_TYPE: CDF_REAL4
97103
LABLAXIS: C6/C5
98-
SCALETYP: linear
104+
SCALEMAX: 1
105+
SCALEMIN: .01
106+
SCALETYP: log
99107
UNITS: ' '
100108

101109
c6_to_c4_ratio:
@@ -106,7 +114,9 @@ c6_to_c4_ratio:
106114
FIELDNAM: Ratio C6 to C4
107115
DATA_TYPE: CDF_REAL4
108116
LABLAXIS: C6/C4
109-
SCALETYP: linear
117+
SCALEMAX: 1
118+
SCALEMIN: .01
119+
SCALETYP: log
110120
UNITS: ' '
111121

112122
o7_to_o6_ratio:
@@ -117,7 +127,9 @@ o7_to_o6_ratio:
117127
FIELDNAM: Ratio 07 to O6
118128
DATA_TYPE: CDF_REAL4
119129
LABLAXIS: O7/O6
120-
SCALETYP: linear
130+
SCALEMAX: 1
131+
SCALEMIN: 0.01
132+
SCALETYP: log
121133
UNITS: ' '
122134

123135
felo_to_fehi_ratio:
@@ -128,5 +140,7 @@ felo_to_fehi_ratio:
128140
FIELDNAM: Ratio FeLo to FeHi
129141
DATA_TYPE: CDF_REAL4
130142
LABLAXIS: FeLo/FeHi
131-
SCALETYP: linear
143+
SCALEMAX: 100
144+
SCALEMIN: 1
145+
SCALETYP: log
132146
UNITS: ' '

0 commit comments

Comments
 (0)