-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_dates_example.json
More file actions
30 lines (30 loc) · 1.03 KB
/
index_dates_example.json
File metadata and controls
30 lines (30 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"variables": [
{
"variable_name": "probability_of_survival",
"catalog_description": "Survival probabilities for IMAP-Lo",
"display_type": "spectrogram",
"units": " "
}
],
"file_timeranges": [
{
"start_time": "2025-05-30T00:00:00+00:00",
"end_time": "2025-05-31T00:00:00+00:00",
"filename": "https://api.dev.imap-mission.com/download/imap/glows/l3e/2025/05/imap_glows_l3e_survival-probability-lo_20250530_v007.cdf"
},
{
"start_time": "2025-05-31T00:00:00+00:00",
"end_time": "2025-06-01T00:00:00+00:00",
"filename": "https://api.dev.imap-mission.com/download/imap/glows/l3e/2025/05/imap_glows_l3e_survival-probability-lo_20250531_v003.cdf"
}
],
"logical_source": "imap_glows_l3e_survival-probability-lo",
"logical_source_description": "IMAP Mission GLOWS L3e Lo Survival Probability",
"generation_date": "2025-04-24",
"instrument": "GLOWS",
"mission": "IMAP",
"file_cadence": "daily"
}
]