forked from mfacorcoran/ogip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta_einstein.json
79 lines (79 loc) · 1.92 KB
/
meta_einstein.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"ignore": {
"directories": [
],
"suffixes": [
".jpg",
".txt",
".gif",
".dat",
".ps",
".html",
".par",
".png",
".pdf",
".htm",
".log",
"readme"
]
},
"root_data_directory": "/FTP/einstein/data/",
"dicts": {
"COMMENTS":"This seems to work for Einstein pspc and hri.",
"TIMING" : {
"COMMENTS": "Note that hri event files start with a GTI and are not automatically recognized. Use ogip_check_dir --default_type=TIMING.",
"EVENTS": {
"KEYWORDS":{
"TIMESYS": {"level":2},
"TSTOP": {"level":2},
"HDUCLASS":{"level":2},
"TIMEUNIT":{"level":2},
"DATE-END":{"level":2},
"HDUCLAS1":{"level":2},
"TSTART": {"level":2}
}
},
"GTI": {
"KEYWORDS":{
"TELESCOP":{"level":2},
"INSTRUME":{"level":2}
}
}
},
"SPECTRAL": {
"COMMENTS": "Einstein spectral files have extensions named SPECTABLE instead of the OGIP-defined SPECTRUM. They are also missing the error information in the form defined by OGIP.",
"EXTENSIONS": { "REQUIRED":["SPECTRUM","SPECTABLE"] },
"SPECTRUM": {
"KEYWORDS": {
"POISSERR": {"level":2},
"CORRFILE": {"level":2},
"EXPOSURE": {"level":2},
"RESPFILE": {"level":2},
"CHANTYPE": {"level":2},
"ANCRFILE": {"level":2},
"CORRSCAL": {"level":2},
"HDUCLASS": {"level":2},
"DETCHANS": {"level":2},
"HDUCLAS1": {"level":2},
"BACKFILE": {"level":2},
"FILTER": {"level":2}
},
"COLUMNS": {
"SYS_ERR": {"level":2},
"BACKSCAL": {"level":2},
"AREASCAL": {"level":2},
"QUALITY": {"level":2},
"CHANNEL": {"level":2},
"GROUPING": {"level":2}
}
}
},
"IMAGE": {
"IMAGE": {
"KEYWORDS": {
"HDUCLASS": {"level":2}
}
}
}
}
}