atlas_of_planets_topography

Форк
0
86 строк · 4.1 Кб
1
{
2
    "venus":{
3
        "cmap": ["#e6dfcf", "#f1896e", "#cb2855", "#5f2742"],
4
        "levels": [-2400, 4800, 400],
5
        "levels_small": [-2000, 6000, 1000],
6
        "file_large": "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat30_lon90_downsampled.tif",
7
        "file_small": [ "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat90_lon90_downsampled.tif",
8
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat-90_lon90_downsampled.tif",
9
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat0_lon270_downsampled.tif"],
10
        "save_head": "A:/ATLAS_OF_SPACE/image_outputs/topography/",
11
        "labelfile": "./data/planetary_features/venus.csv",
12
        "limit": 200,
13
        "limit_small": 200,
14
        "gauss": 10,
15
        "gauss_small": 30,
16
        "ortho": [90, 30]
17
    },
18
    
19
    "venus_outline":{
20
        "cmap": ["#000000", "#000000"],
21
        "levels": [-1000, 1000, 1000],
22
        "levels_small": [-1000, 1000, 1000],
23
        "file_large": "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat30_lon90_downsampled.tif",
24
        "file_small": [ "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat90_lon90_downsampled.tif",
25
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat-90_lon90_downsampled.tif",
26
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/venus_lat0_lon270_downsampled.tif"],
27
        "save_head": "A:/ATLAS_OF_SPACE/image_outputs/topography/",
28
        "labelfile": "./data/planetary_features/venus.csv",
29
        "limit": "NaN",
30
        "limit_small": "NaN",
31
        "gauss": 0,
32
        "gauss_small": 0,
33
        "ortho": [90, 30]
34
    },
35
    
36
    "moon":{
37
        "cmap": ["#e6dfcf", "#ef9f30", "#638b71", "#24293c"],
38
        "levels": [-10000, 10000, 1000],
39
        "levels_small": [-20000, 20000, 5000],
40
        "file_large": "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/moon_lat30_lon0_downsampled.tif",
41
        "file_small": [ "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/moon_lat90_lon0_downsampled.tif",
42
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/moon_lat-90_lon0_downsampled.tif",
43
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/moon_lat0_lon180_downsampled.tif"],
44
        "save_head": "A:/ATLAS_OF_SPACE/image_outputs/topography/",
45
        "labelfile": "./data/planetary_features/moon.csv",
46
        "limit": 10,
47
        "limit_small": 10,
48
        "gauss": 10,
49
        "gauss_small": 30,
50
        "ortho": [0, 30]
51
    },
52
    
53
    "mars":{
54
        "cmap": ["#e6dfcf", "#c2bda9", "#d32026", "#21333d"],
55
        "levels": [-9200, 8000, 400],
56
        "levels_small": [-8800, 8000, 800],
57
        "file_large": "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mars_lat30_lon90_downsampled.tif",
58
        "file_small": [ "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mars_lat90_lon90_downsampled.tif",
59
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mars_lat-90_lon90_downsampled.tif",
60
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mars_lat0_lon270_downsampled.tif"],
61
        "save_head": "A:/ATLAS_OF_SPACE/image_outputs/topography/",
62
        "labelfile": "./data/planetary_features/mars.csv",
63
        "limit": "NaN",
64
        "limit_small": "NaN",
65
        "gauss": 10,
66
        "gauss_small": 30,
67
        "ortho": [90, 30]
68
    },
69
    
70
    "mercury":{
71
        "cmap": ["#e6dfcf", "#b6a764", "#d04d19", "#24293c"],
72
        "levels": [-8000, 8000, 1000],
73
        "levels_small": [-9000, 9000, 3000],
74
        "file_large": "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mercury_lat30_lon90_downsampled.tif",
75
        "file_small": [ "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mercury_lat90_lon90_downsampled.tif",
76
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mercury_lat-90_lon90_downsampled.tif",
77
                        "A:/ATLAS_OF_SPACE/image_outputs/ortho_DEMs/mercury_lat0_lon270_downsampled.tif"],
78
        "save_head": "A:/ATLAS_OF_SPACE/image_outputs/topography/",
79
        "labelfile": "./data/planetary_features/mercury.csv",
80
        "limit": 200,
81
        "limit_small": 200,
82
        "gauss": 10,
83
        "gauss_small": 30,
84
        "ortho": [90, 30]
85
    }
86
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.