lime-stable 2.0.dev1__tar.gz → 2.0.dev2__tar.gz
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.
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/MANIFEST.in +1 -1
- {lime_stable-2.0.dev1/src/lime_stable.egg-info → lime_stable-2.0.dev2}/PKG-INFO +1 -1
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/pyproject.toml +1 -1
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/lime.toml +1 -1
- lime_stable-2.0.dev2/src/lime/plotting/theme_lime.toml +131 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2/src/lime_stable.egg-info}/PKG-INFO +1 -1
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime_stable.egg-info/SOURCES.txt +1 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/LICENSE.rst +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/README.rst +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/setup.cfg +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/__init__.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/archives/__init__.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/archives/read_fits.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/archives/tables.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/changelog.txt +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/fitting/__init__.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/fitting/lines.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/fitting/redshift.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/inference/detection.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/inference/intensity_threshold.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/io.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/observations.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/plotting/__init__.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/plotting/bokeh_plots.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/plotting/format.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/plotting/plots.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/plotting/plots_interactive.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/plotting/utils.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/resources/__init__.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/resources/lines_database_formatting.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/resources/lines_database_v2.0.0.txt +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/resources/logo.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/resources/types_params.txt +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/retrieve/__init__.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/retrieve/peaks.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/tools.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/transitions.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/workflow.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime_stable.egg-info/dependency_links.txt +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime_stable.egg-info/requires.txt +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime_stable.egg-info/top_level.txt +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_astro.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_cube.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_io.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_line.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_model.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_read_fits.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_sample.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_spectrum.py +0 -0
- {lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/tests/test_tools.py +0 -0
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
[matplotlib] # Figure format
|
|
2
|
+
default."figure.dpi" = 200
|
|
3
|
+
default."figure.figsize" = [4.85, 3]
|
|
4
|
+
default."axes.titlesize" = 9
|
|
5
|
+
default."axes.labelsize" = 9
|
|
6
|
+
default."legend.fontsize" = 7
|
|
7
|
+
default."xtick.labelsize" = 8
|
|
8
|
+
default."ytick.labelsize" = 8
|
|
9
|
+
default."font.size" = 5
|
|
10
|
+
|
|
11
|
+
[matplotlib.size] # Figure elements size
|
|
12
|
+
default."single_width" = '1'
|
|
13
|
+
default."comp_width" = '0.75'
|
|
14
|
+
default."err_width" = '2'
|
|
15
|
+
default."cont_width" = '0.5'
|
|
16
|
+
default."spectrum_width" = '0.75'
|
|
17
|
+
default."textsize_notes" = 4
|
|
18
|
+
|
|
19
|
+
[matplotlib.colors] # Theme format
|
|
20
|
+
"figure.facecolor" = "bg"
|
|
21
|
+
"axes.facecolor" = "bg"
|
|
22
|
+
"axes.edgecolor" = "fg"
|
|
23
|
+
"axes.labelcolor" = "fg"
|
|
24
|
+
"xtick.labelcolor" = "fg"
|
|
25
|
+
"ytick.labelcolor" = "fg"
|
|
26
|
+
'xtick.color'= "fg"
|
|
27
|
+
'ytick.color'= "fg"
|
|
28
|
+
"text.color" = "fg"
|
|
29
|
+
"legend.edgecolor" = "inherit"
|
|
30
|
+
"legend.facecolor" = "inherit"
|
|
31
|
+
|
|
32
|
+
[matplotlib.figure.bands] # Individual figure format
|
|
33
|
+
"axes.labelsize" = 8
|
|
34
|
+
"legend.fontsize" = 5
|
|
35
|
+
|
|
36
|
+
[matplotlib.figure.cube_interactive] # Individual figure format
|
|
37
|
+
'figure.figsize' = [6.85, 3]
|
|
38
|
+
'axes.titlesize' = 6
|
|
39
|
+
'legend.fontsize' = 6
|
|
40
|
+
'axes.labelsize' = 6
|
|
41
|
+
'xtick.labelsize' = 4
|
|
42
|
+
'ytick.labelsize' = 4
|
|
43
|
+
"contour.linewidth" = 0.75
|
|
44
|
+
"axes.labelpad" = 1
|
|
45
|
+
|
|
46
|
+
[matplotlib.figure.grid] # Individual figure format
|
|
47
|
+
"axes.titlesize" = 6
|
|
48
|
+
"axes.titlepad" = 1
|
|
49
|
+
|
|
50
|
+
[matplotlib.figure.cube]
|
|
51
|
+
"legend.fontsize" = 5
|
|
52
|
+
"axes.titlesize" = 6
|
|
53
|
+
"axes.labelsize" = 6
|
|
54
|
+
"xtick.labelsize" = 4
|
|
55
|
+
"ytick.labelsize" = 4
|
|
56
|
+
|
|
57
|
+
[bokeh]
|
|
58
|
+
default."width" = 600
|
|
59
|
+
default."height" = 300
|
|
60
|
+
default."tools" = 'fullscreen,pan,wheel_zoom,box_zoom,xzoom_in,yzoom_in,reset,save'
|
|
61
|
+
#default."tools" = 'zoom_in,xzoom_in,yzoom_in,xwheel_zoom,ywheel_zoom,reset'
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
[bokeh.size] # Figure elements size
|
|
65
|
+
default."single_width" = '1'
|
|
66
|
+
default."comp_width" = '0.75'
|
|
67
|
+
default."err_width" = '2'
|
|
68
|
+
default."cont_width" = '0.5'
|
|
69
|
+
default."spectrum_width" = '0.75'
|
|
70
|
+
default."textsize_notes" = 4
|
|
71
|
+
|
|
72
|
+
[bokeh.colors]
|
|
73
|
+
background_fill_color = "bg"
|
|
74
|
+
border_fill_color = "bg"
|
|
75
|
+
|
|
76
|
+
outline_line_color = "fg"
|
|
77
|
+
xaxis.axis_label_text_color = "fg"
|
|
78
|
+
yaxis.axis_label_text_color = "fg"
|
|
79
|
+
xaxis.major_label_text_color = "fg"
|
|
80
|
+
yaxis.major_label_text_color = "fg"
|
|
81
|
+
|
|
82
|
+
xaxis.axis_line_color = "fg"
|
|
83
|
+
yaxis.axis_line_color = "fg"
|
|
84
|
+
xaxis.major_tick_line_color = "fg"
|
|
85
|
+
yaxis.major_tick_line_color = "fg"
|
|
86
|
+
xaxis.minor_tick_line_color = "fg"
|
|
87
|
+
yaxis.minor_tick_line_color = "fg"
|
|
88
|
+
|
|
89
|
+
title.text_color = "fg"
|
|
90
|
+
xgrid.grid_line_color = "None"
|
|
91
|
+
ygrid.grid_line_color = "None"
|
|
92
|
+
|
|
93
|
+
[colors.default] # Default theme
|
|
94
|
+
bg = '#FFFFFF'
|
|
95
|
+
fg = '#000000'
|
|
96
|
+
cont_band = '#8c564b'
|
|
97
|
+
line_band = '#b5bd61'
|
|
98
|
+
color_cycle = ['#279e68', '#d62728', '#aa40fc', '#8c564b', '#e377c2', '#7f7f7f',
|
|
99
|
+
'#b5bd61', '#17becf', '#1f77b4', '#ff7f0e']
|
|
100
|
+
match_line = '#b5bd61'
|
|
101
|
+
peak = '#aa40fc'
|
|
102
|
+
trough = '#7f7f7f'
|
|
103
|
+
profile = '#1f77b4'
|
|
104
|
+
cont = '#ff7f0e'
|
|
105
|
+
error = '#FF0000'
|
|
106
|
+
mask_map = 'viridis'
|
|
107
|
+
comps_map = 'Dark2'
|
|
108
|
+
mask_marker = '#FF0000'
|
|
109
|
+
inspection_positive = '#FFFFFF'
|
|
110
|
+
inspection_negative = '#ff796c' # 'xkcd:salmon'
|
|
111
|
+
fade_fg = "#FFE5B4"
|
|
112
|
+
|
|
113
|
+
[colors.dark] # Dark theme
|
|
114
|
+
bg = "#2B2B2B"
|
|
115
|
+
fg = "#CCCCCC"
|
|
116
|
+
cont_band = '#e7298a'
|
|
117
|
+
line_band = '#8fff9f'
|
|
118
|
+
color_cycle = ['#66c2a5', '#fc8d62', '#e68ac3', '#a6d854', '#ffd92f', '#e5c494',
|
|
119
|
+
'#8dcbe2', '#e7298a', '#332288', '#88ccee']
|
|
120
|
+
match_line = '#8fff9f'
|
|
121
|
+
peak = '#aa40fc'
|
|
122
|
+
trough = '#7f7f7f'
|
|
123
|
+
profile = '#ddcc77'
|
|
124
|
+
cont = "#CCCCCC"
|
|
125
|
+
error = '#FF0000'
|
|
126
|
+
mask_map = 'viridis'
|
|
127
|
+
comps_map = 'PuRd'
|
|
128
|
+
mask_marker = '#FF0000'
|
|
129
|
+
inspection_positive = "#2B2B2B"
|
|
130
|
+
inspection_negative = '#840000'
|
|
131
|
+
fade_fg = "#73879B"
|
|
@@ -23,6 +23,7 @@ src/lime/plotting/bokeh_plots.py
|
|
|
23
23
|
src/lime/plotting/format.py
|
|
24
24
|
src/lime/plotting/plots.py
|
|
25
25
|
src/lime/plotting/plots_interactive.py
|
|
26
|
+
src/lime/plotting/theme_lime.toml
|
|
26
27
|
src/lime/plotting/utils.py
|
|
27
28
|
src/lime/resources/__init__.py
|
|
28
29
|
src/lime/resources/lines_database_formatting.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lime_stable-2.0.dev1 → lime_stable-2.0.dev2}/src/lime/resources/lines_database_formatting.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|