forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvicar.json
52 lines (51 loc) · 2.35 KB
/
vicar.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
{
"GDAL_AUTOTEST":
{
"size": 29,
"fields": [
{ "name": "unsigned_char", "type": "unsigned char" },
{ "name": "unsigned_short", "type": "unsigned short" },
{ "name": "unsigned_int", "type": "unsigned int" },
{ "name": "unsigned_int_hidden", "type": "unsigned int", "hidden": true },
{ "name": "short", "type": "short" },
{ "name": "int", "type": "int" },
{ "name": "float", "type": "float" },
{ "name": "double", "type": "double" }
]
},
"M94_HRSC":
{
"size": 68,
"documentation" : "http://europlanet.dlr.de/Mars/PDS_PHOBOS_MAPS/DOCUMENT/HRSC_LABEL_HEADER.PDF",
"fields": [
{ "name": "EphTime", "type": "double" },
{ "name": "Exposure", "type": "float" },
{ "name": "COT", "type": "int" },
{ "name": "FEETemp", "type": "int" },
{ "name": "FPMTemp", "type": "int" },
{ "name": "OBTemp", "type": "int" },
{ "name": "FERT", "type": "int" },
{ "name": "LERT", "type": "int" },
{ "name": "reserved1", "type": "int", "hidden": true },
{ "name": "CmpDataLen", "type": "unsigned short" },
{ "name": "FrameCount", "type": "unsigned short" },
{ "name": "Pischel", "type": "unsigned short" },
{ "name": "ActPixel", "type": "unsigned short" },
{ "name": "RSHits", "type": "unsigned short" },
{ "name": "reserved2", "type": "unsigned short", "hidden": true },
{ "name": "DceInput", "type": "unsigned char" },
{ "name": "DceOutput", "type": "unsigned char" },
{ "name": "FrameErr1", "type": "unsigned char" },
{ "name": "FrameErr2", "type": "unsigned char" },
{ "name": "Gob1", "type": "unsigned char" },
{ "name": "Gob2", "type": "unsigned char" },
{ "name": "Gob3", "type": "unsigned char" },
{ "name": "DSS", "type": "unsigned char" },
{ "name": "DecmpErr1", "type": "unsigned char" },
{ "name": "DecmpErr2", "type": "unsigned char" },
{ "name": "DecmpErr3", "type": "unsigned char" },
{ "name": "FillerFlag", "type": "unsigned char" },
{ "name": "reserved3", "type": "unsigned int", "hidden": true }
]
}
}