imap-processing 0.14.0__py3-none-any.whl → 0.15.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of imap-processing might be problematic. Click here for more details.
- imap_processing/_version.py +2 -2
- imap_processing/cdf/config/imap_codice_global_cdf_attrs.yaml +60 -35
- imap_processing/cdf/config/imap_codice_l1a_variable_attrs.yaml +765 -287
- imap_processing/cdf/config/imap_codice_l1b_variable_attrs.yaml +1577 -288
- imap_processing/cdf/config/imap_codice_l2_variable_attrs.yaml +1004 -0
- imap_processing/cdf/config/imap_enamaps_l2-common_variable_attrs.yaml +28 -0
- imap_processing/cdf/config/imap_enamaps_l2-healpix_variable_attrs.yaml +1 -1
- imap_processing/cdf/config/imap_enamaps_l2-rectangular_variable_attrs.yaml +18 -0
- imap_processing/cdf/config/imap_glows_l2_variable_attrs.yaml +39 -3
- imap_processing/cdf/config/imap_ialirt_global_cdf_attrs.yaml +18 -0
- imap_processing/cdf/config/imap_ialirt_l1_variable_attrs.yaml +370 -0
- imap_processing/cdf/config/imap_idex_l1a_variable_attrs.yaml +7 -0
- imap_processing/cdf/config/imap_idex_l1b_variable_attrs.yaml +11 -0
- imap_processing/cdf/config/imap_idex_l2a_variable_attrs.yaml +4 -0
- imap_processing/cdf/config/imap_idex_l2c_variable_attrs.yaml +7 -3
- imap_processing/cdf/config/imap_lo_global_cdf_attrs.yaml +6 -0
- imap_processing/cdf/config/imap_mag_l2_variable_attrs.yaml +114 -0
- imap_processing/cdf/config/imap_swe_global_cdf_attrs.yaml +11 -5
- imap_processing/cdf/config/imap_swe_l1b_variable_attrs.yaml +23 -1
- imap_processing/cdf/config/imap_ultra_l1b_variable_attrs.yaml +4 -0
- imap_processing/cdf/config/imap_ultra_l1c_variable_attrs.yaml +2 -2
- imap_processing/cli.py +144 -76
- imap_processing/codice/codice_l1a.py +53 -22
- imap_processing/codice/codice_l1b.py +91 -18
- imap_processing/codice/codice_l2.py +89 -0
- imap_processing/codice/constants.py +62 -5
- imap_processing/ena_maps/ena_maps.py +43 -1
- imap_processing/glows/l2/glows_l2_data.py +3 -6
- imap_processing/ialirt/l0/process_swe.py +2 -2
- imap_processing/ialirt/utils/constants.py +48 -0
- imap_processing/ialirt/utils/create_xarray.py +87 -0
- imap_processing/idex/idex_l2c.py +9 -9
- imap_processing/lo/l1b/lo_l1b.py +6 -1
- imap_processing/lo/l1c/lo_l1c.py +22 -13
- imap_processing/lo/l2/lo_l2.py +213 -0
- imap_processing/mag/l1c/mag_l1c.py +8 -1
- imap_processing/mag/l2/mag_l2.py +6 -2
- imap_processing/mag/l2/mag_l2_data.py +7 -5
- imap_processing/swe/l1a/swe_l1a.py +6 -6
- imap_processing/swe/l1b/swe_l1b.py +70 -11
- imap_processing/ultra/l0/decom_ultra.py +1 -1
- imap_processing/ultra/l0/ultra_utils.py +0 -4
- imap_processing/ultra/l1b/badtimes.py +7 -3
- imap_processing/ultra/l1b/cullingmask.py +7 -2
- imap_processing/ultra/l1b/de.py +26 -12
- imap_processing/ultra/l1b/lookup_utils.py +8 -7
- imap_processing/ultra/l1b/ultra_l1b.py +59 -48
- imap_processing/ultra/l1b/ultra_l1b_culling.py +50 -18
- imap_processing/ultra/l1b/ultra_l1b_extended.py +4 -4
- imap_processing/ultra/l1c/helio_pset.py +53 -0
- imap_processing/ultra/l1c/spacecraft_pset.py +20 -12
- imap_processing/ultra/l1c/ultra_l1c.py +49 -26
- imap_processing/ultra/l1c/ultra_l1c_pset_bins.py +40 -2
- imap_processing/ultra/l2/ultra_l2.py +47 -2
- imap_processing/ultra/lookup_tables/Angular_Profiles_FM90_RightSlit.csv +524 -526
- imap_processing/ultra/utils/ultra_l1_utils.py +47 -8
- {imap_processing-0.14.0.dist-info → imap_processing-0.15.0.dist-info}/METADATA +2 -2
- {imap_processing-0.14.0.dist-info → imap_processing-0.15.0.dist-info}/RECORD +61 -52
- {imap_processing-0.14.0.dist-info → imap_processing-0.15.0.dist-info}/LICENSE +0 -0
- {imap_processing-0.14.0.dist-info → imap_processing-0.15.0.dist-info}/WHEEL +0 -0
- {imap_processing-0.14.0.dist-info → imap_processing-0.15.0.dist-info}/entry_points.txt +0 -0
imap_processing/_version.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# These version placeholders will be replaced later during substitution.
|
|
2
|
-
__version__ = "0.
|
|
3
|
-
__version_tuple__ = (0,
|
|
2
|
+
__version__ = "0.15.0"
|
|
3
|
+
__version_tuple__ = (0, 15, 0)
|
|
@@ -13,114 +13,113 @@ instrument_base: &instrument_base
|
|
|
13
13
|
distributions and advance understanding of the acceleration of particles in the heliosphere.
|
|
14
14
|
Instrument_type: Particles (space)
|
|
15
15
|
|
|
16
|
+
|
|
16
17
|
# L1a
|
|
17
18
|
imap_codice_l1a_hskp:
|
|
18
19
|
<<: *instrument_base
|
|
19
|
-
Data_type: L1A_hskp
|
|
20
|
+
Data_type: L1A_hskp>Level-1A Housekeeping Data
|
|
20
21
|
Logical_source: imap_codice_l1a_hskp
|
|
21
22
|
Logical_source_description: IMAP Mission CoDICE Instrument Level-1A Housekeeping Data.
|
|
22
23
|
|
|
23
24
|
imap_codice_l1a_hi-counters-aggregated:
|
|
24
25
|
<<: *instrument_base
|
|
25
|
-
Data_type: L1A_hi-counters-aggregated
|
|
26
|
+
Data_type: L1A_hi-counters-aggregated>Level-1A Hi Aggregated Instrument Counts Data
|
|
26
27
|
Logical_source: imap_codice_l1a_hi-counters-aggregated
|
|
27
28
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1A Aggregated Instrument Counts Data.
|
|
28
29
|
|
|
29
30
|
imap_codice_l1a_hi-counters-singles:
|
|
30
31
|
<<: *instrument_base
|
|
31
|
-
Data_type: L1A_hi-counters-singles
|
|
32
|
+
Data_type: L1A_hi-counters-singles>Level-1A Hi Single Instrument Counts Data
|
|
32
33
|
Logical_source: imap_codice_l1a_hi-counters-singles
|
|
33
34
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1A Single Instrument Counts Data.
|
|
34
35
|
|
|
35
36
|
imap_codice_l1a_hi-omni:
|
|
36
37
|
<<: *instrument_base
|
|
37
|
-
Data_type: L1A_hi-omni
|
|
38
|
+
Data_type: L1A_hi-omni>Level-1A Hi Omnidirectional Data
|
|
38
39
|
Logical_source: imap_codice_l1a_hi-omni
|
|
39
40
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1A Omnidirectional Data.
|
|
40
41
|
|
|
41
42
|
imap_codice_l1a_hi-priority:
|
|
42
43
|
<<: *instrument_base
|
|
43
|
-
Data_type: L1A_hi-priority
|
|
44
|
+
Data_type: L1A_hi-priority>Level-1A Hi Priority Data
|
|
44
45
|
Logical_source: imap_codice_l1a_hi-priority
|
|
45
46
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1A Priority Data.
|
|
46
47
|
|
|
47
48
|
imap_codice_l1a_hi-sectored:
|
|
48
49
|
<<: *instrument_base
|
|
49
|
-
Data_type: L1A_hi-sectored
|
|
50
|
+
Data_type: L1A_hi-sectored>Level-1A Hi Sectored Data
|
|
50
51
|
Logical_source: imap_codice_l1a_hi-sectored
|
|
51
52
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1A Sectored Data.
|
|
52
53
|
|
|
53
54
|
imap_codice_l1a_hi-pha:
|
|
54
55
|
<<: *instrument_base
|
|
55
|
-
Data_type: L1A_hi-pha
|
|
56
|
+
Data_type: L1A_hi-pha>Level-1A Hi Event Data
|
|
56
57
|
Logical_source: imap_codice_l1a_hi-pha
|
|
57
58
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1A Event Data.
|
|
58
59
|
|
|
59
60
|
imap_codice_l1a_hi-ialirt:
|
|
60
61
|
<<: *instrument_base
|
|
61
|
-
|
|
62
|
-
Data_type: L1A_hi-ialirt->Level-1A Hi I-ALiRT Data
|
|
62
|
+
Data_type: L1A_hi-ialirt>Level-1A Hi I-ALiRT Data
|
|
63
63
|
Logical_source: imap_codice_l1a_hi-ialirt
|
|
64
64
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1A I-ALiRT Data.
|
|
65
65
|
|
|
66
66
|
imap_codice_l1a_lo-counters-aggregated:
|
|
67
67
|
<<: *instrument_base
|
|
68
|
-
Data_type: L1A_lo-counters-aggregated
|
|
68
|
+
Data_type: L1A_lo-counters-aggregated>Level-1A Lo Aggregated Instrument Counts Data
|
|
69
69
|
Logical_source: imap_codice_l1a_lo-counters-aggregated
|
|
70
70
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Aggregated Instrument Counts Data.
|
|
71
71
|
|
|
72
72
|
imap_codice_l1a_lo-counters-singles:
|
|
73
73
|
<<: *instrument_base
|
|
74
|
-
Data_type: L1A_lo-counters-singles
|
|
74
|
+
Data_type: L1A_lo-counters-singles>Level-1A Lo Single Instrument Counts Data
|
|
75
75
|
Logical_source: imap_codice_l1a_lo-counters-singles
|
|
76
76
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Single Instrument Counts Data.
|
|
77
77
|
|
|
78
78
|
imap_codice_l1a_lo-sw-angular:
|
|
79
79
|
<<: *instrument_base
|
|
80
|
-
Data_type: L1A_lo-sw-angular
|
|
80
|
+
Data_type: L1A_lo-sw-angular>Level-1A Lo Sunward Angular Counts Data
|
|
81
81
|
Logical_source: imap_codice_l1a_lo-sw-angular
|
|
82
82
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Sunward Angular Counts Data.
|
|
83
83
|
|
|
84
84
|
imap_codice_l1a_lo-nsw-angular:
|
|
85
85
|
<<: *instrument_base
|
|
86
|
-
Data_type: L1A_lo-nsw-angular
|
|
86
|
+
Data_type: L1A_lo-nsw-angular>Level-1A Lo Non-Sunward Angular Counts Data
|
|
87
87
|
Logical_source: imap_codice_l1a_lo-nsw-angular
|
|
88
88
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Non-Sunward Angular Counts Data.
|
|
89
89
|
|
|
90
90
|
imap_codice_l1a_lo-sw-priority:
|
|
91
91
|
<<: *instrument_base
|
|
92
|
-
Data_type: L1A_lo-sw-priority
|
|
92
|
+
Data_type: L1A_lo-sw-priority>Level-1A Lo Sunward Priority Counts Data
|
|
93
93
|
Logical_source: imap_codice_l1a_lo-sw-priority
|
|
94
94
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Sunward Priority Counts Data.
|
|
95
95
|
|
|
96
96
|
imap_codice_l1a_lo-nsw-priority:
|
|
97
97
|
<<: *instrument_base
|
|
98
|
-
Data_type: L1A_lo-nsw-priority
|
|
98
|
+
Data_type: L1A_lo-nsw-priority>Level-1A Lo Non-Sunward Priority Counts Data
|
|
99
99
|
Logical_source: imap_codice_l1a_lo-nsw-priority
|
|
100
100
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Non-Sunward Priority Counts Data.
|
|
101
101
|
|
|
102
102
|
imap_codice_l1a_lo-sw-species:
|
|
103
103
|
<<: *instrument_base
|
|
104
|
-
Data_type: L1A_lo-sw-species
|
|
104
|
+
Data_type: L1A_lo-sw-species>Level-1A Lo Sunward Species Counts Data
|
|
105
105
|
Logical_source: imap_codice_l1a_lo-sw-species
|
|
106
106
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Sunward Species Counts Data.
|
|
107
107
|
|
|
108
108
|
imap_codice_l1a_lo-nsw-species:
|
|
109
109
|
<<: *instrument_base
|
|
110
|
-
Data_type: L1A_lo-nsw-species
|
|
110
|
+
Data_type: L1A_lo-nsw-species>Level-1A Lo Non-Sunward Species Counts Data
|
|
111
111
|
Logical_source: imap_codice_l1a_lo-nsw-species
|
|
112
112
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Non-Sunward Species Counts Data.
|
|
113
113
|
|
|
114
114
|
imap_codice_l1a_lo-pha:
|
|
115
115
|
<<: *instrument_base
|
|
116
|
-
Data_type: L1A_lo-pha
|
|
116
|
+
Data_type: L1A_lo-pha>Level-1A Lo Event Data
|
|
117
117
|
Logical_source: imap_codice_l1a_lo-pha
|
|
118
118
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A Event Data.
|
|
119
119
|
|
|
120
120
|
imap_codice_l1a_lo-ialirt:
|
|
121
121
|
<<: *instrument_base
|
|
122
|
-
|
|
123
|
-
Data_type: L1A_lo-ialirt->Level-1A Lo I-ALiRT Data
|
|
122
|
+
Data_type: L1A_lo-ialirt>Level-1A Lo I-ALiRT Data
|
|
124
123
|
Logical_source: imap_codice_l1a_lo-ialirt
|
|
125
124
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1A I-ALiRT Data.
|
|
126
125
|
|
|
@@ -128,84 +127,110 @@ imap_codice_l1a_lo-ialirt:
|
|
|
128
127
|
# L1b
|
|
129
128
|
imap_codice_l1b_hskp:
|
|
130
129
|
<<: *instrument_base
|
|
131
|
-
Data_type: L1B_hskp
|
|
130
|
+
Data_type: L1B_hskp>Level-1B Housekeeping Data
|
|
132
131
|
Logical_source: imap_codice_l1b_hskp
|
|
133
132
|
Logical_source_description: IMAP Mission CoDICE Instrument Level-1B Housekeeping Data.
|
|
134
133
|
|
|
135
134
|
imap_codice_l1b_hi-counters-aggregated:
|
|
136
135
|
<<: *instrument_base
|
|
137
|
-
Data_type: L1B_hi-counters-aggregated
|
|
136
|
+
Data_type: L1B_hi-counters-aggregated>Level-1B Hi Aggregated Instrument Rates Data
|
|
138
137
|
Logical_source: imap_codice_l1b_hi-counters-aggregated
|
|
139
138
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1B Aggregated Instrument Rates Data.
|
|
140
139
|
|
|
141
140
|
imap_codice_l1b_hi-counters-singles:
|
|
142
141
|
<<: *instrument_base
|
|
143
|
-
Data_type: L1B_hi-counters-singles
|
|
142
|
+
Data_type: L1B_hi-counters-singles>Level-1B Hi Single Instrument Rates Data
|
|
144
143
|
Logical_source: imap_codice_l1b_hi-counters-singles
|
|
145
144
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1B Single Instrument Rates Data.
|
|
146
145
|
|
|
146
|
+
imap_codice_l1b_hi-ialirt:
|
|
147
|
+
<<: *instrument_base
|
|
148
|
+
Data_type: L1B_hi-ialirt>Level-1B Hi I-ALiRT Data
|
|
149
|
+
Logical_source: imap_codice_l1b_hi-ialirt
|
|
150
|
+
Logical_source_description: IMAP Mission CoDICE Hi Level-1B I-ALiRT Data.
|
|
151
|
+
|
|
147
152
|
imap_codice_l1b_hi-omni:
|
|
148
153
|
<<: *instrument_base
|
|
149
|
-
Data_type: L1B_hi-omni
|
|
154
|
+
Data_type: L1B_hi-omni>Level-1B Hi Omnidirectional Data
|
|
150
155
|
Logical_source: imap_codice_l1b_hi-omni
|
|
151
156
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1B Omnidirectional Data.
|
|
152
157
|
|
|
153
158
|
imap_codice_l1b_hi-priority:
|
|
154
159
|
<<: *instrument_base
|
|
155
|
-
Data_type: L1B_hi-priority
|
|
160
|
+
Data_type: L1B_hi-priority>Level-1B Hi Priority Data
|
|
156
161
|
Logical_source: imap_codice_l1b_hi-priority
|
|
157
162
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1B Priority Data.
|
|
158
163
|
|
|
159
164
|
imap_codice_l1b_hi-sectored:
|
|
160
165
|
<<: *instrument_base
|
|
161
|
-
Data_type: L1B_hi-sectored
|
|
166
|
+
Data_type: L1B_hi-sectored>Level-1B Hi Sectored Data
|
|
162
167
|
Logical_source: imap_codice_l1b_hi-sectored
|
|
163
168
|
Logical_source_description: IMAP Mission CoDICE Hi Level-1B Sectored Data.
|
|
164
169
|
|
|
165
170
|
imap_codice_l1b_lo-counters-aggregated:
|
|
166
171
|
<<: *instrument_base
|
|
167
|
-
Data_type: L1B_lo-counters-aggregated
|
|
172
|
+
Data_type: L1B_lo-counters-aggregated>Level-1B Lo Aggregated Instrument Rates Data
|
|
168
173
|
Logical_source: imap_codice_l1b_lo-counters-aggregated
|
|
169
174
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Aggregated Instrument Rates Data.
|
|
170
175
|
|
|
171
176
|
imap_codice_l1b_lo-counters-singles:
|
|
172
177
|
<<: *instrument_base
|
|
173
|
-
Data_type: L1B_lo-counters-
|
|
178
|
+
Data_type: L1B_lo-counters-singles>Level-1B Lo Single Instrument Rates Data
|
|
174
179
|
Logical_source: imap_codice_l1b_lo-counters-singles
|
|
175
180
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Single Instrument Rates Data.
|
|
176
181
|
|
|
177
182
|
imap_codice_l1b_lo-sw-angular:
|
|
178
183
|
<<: *instrument_base
|
|
179
|
-
Data_type: L1B_lo-sw-angular
|
|
184
|
+
Data_type: L1B_lo-sw-angular>Level-1B Lo Sunward Angular Rates Data
|
|
180
185
|
Logical_source: imap_codice_l1b_lo-sw-angular
|
|
181
186
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Sunward Angular Rates Data.
|
|
182
187
|
|
|
183
188
|
imap_codice_l1b_lo-nsw-angular:
|
|
184
189
|
<<: *instrument_base
|
|
185
|
-
Data_type: L1B_lo-nsw-angular
|
|
190
|
+
Data_type: L1B_lo-nsw-angular>Level-1B Lo Non-Sunward Angular Rates Data
|
|
186
191
|
Logical_source: imap_codice_l1b_lo-nsw-angular
|
|
187
192
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Non-Sunward Angular Rates Data.
|
|
188
193
|
|
|
189
194
|
imap_codice_l1b_lo-sw-priority:
|
|
190
195
|
<<: *instrument_base
|
|
191
|
-
Data_type: L1B_lo-sw-priority
|
|
196
|
+
Data_type: L1B_lo-sw-priority>Level-1B Lo Sunward Priority Rates Data
|
|
192
197
|
Logical_source: imap_codice_l1b_lo-sw-priority
|
|
193
198
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Sunward Priority Rates Data.
|
|
194
199
|
|
|
195
200
|
imap_codice_l1b_lo-nsw-priority:
|
|
196
201
|
<<: *instrument_base
|
|
197
|
-
Data_type: L1B_lo-nsw-priority
|
|
202
|
+
Data_type: L1B_lo-nsw-priority>Level-1B Lo Non-Sunward Priority Rates Data
|
|
198
203
|
Logical_source: imap_codice_l1b_lo-nsw-priority
|
|
199
204
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Non-Sunward Priority Rates Data.
|
|
200
205
|
|
|
201
206
|
imap_codice_l1b_lo-sw-species:
|
|
202
207
|
<<: *instrument_base
|
|
203
|
-
Data_type: L1B_lo-sw-species
|
|
208
|
+
Data_type: L1B_lo-sw-species>Level-1B Lo Sunward Species Rates Data
|
|
204
209
|
Logical_source: imap_codice_l1b_lo-sw-species
|
|
205
210
|
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Sunward Species Rates Data.
|
|
206
211
|
|
|
207
212
|
imap_codice_l1b_lo-nsw-species:
|
|
208
213
|
<<: *instrument_base
|
|
209
|
-
Data_type: L1B_lo-nsw-species
|
|
214
|
+
Data_type: L1B_lo-nsw-species>Level-1B Lo Non-Sunward Species Rates Data
|
|
210
215
|
Logical_source: imap_codice_l1b_lo-nsw-species
|
|
211
|
-
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Non-Sunward Species Rates Data.
|
|
216
|
+
Logical_source_description: IMAP Mission CoDICE Lo Level-1B Non-Sunward Species Rates Data.
|
|
217
|
+
|
|
218
|
+
imap_codice_l1b_lo-ialirt:
|
|
219
|
+
<<: *instrument_base
|
|
220
|
+
Data_type: L1B_lo-ialirt>Level-1B Lo I-ALiRT Data
|
|
221
|
+
Logical_source: imap_codice_l1b_lo-ialirt
|
|
222
|
+
Logical_source_description: IMAP Mission CoDICE Lo Level-1B I-ALiRT Data.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
# L2
|
|
226
|
+
imap_codice_l2_lo-direct-events:
|
|
227
|
+
<<: *instrument_base
|
|
228
|
+
Data_type: L2_lo-direct-events>Level-2 Lo Event Data
|
|
229
|
+
Logical_source: imap_codice_l2_lo-direct-events
|
|
230
|
+
Logical_source_description: IMAP Mission CoDICE Lo Level-2 Event Data.
|
|
231
|
+
|
|
232
|
+
imap_codice_l2_hi-direct-events:
|
|
233
|
+
<<: *instrument_base
|
|
234
|
+
Data_type: L2_hi-direct-events>Level-2 Hi Event Data
|
|
235
|
+
Logical_source: imap_codice_l2_hi-direct-events
|
|
236
|
+
Logical_source_description: IMAP Mission CoDICE Hi Level-2 Event Data.
|