mergechannels 0.5.8__cp39-cp39-musllinux_1_2_x86_64.whl
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.
- mergechannels/__init__.py +21 -0
- mergechannels/_blending.py +3 -0
- mergechannels/_internal.py +600 -0
- mergechannels/_luts.py +175 -0
- mergechannels/mergechannels.cpython-39-x86_64-linux-gnu.so +0 -0
- mergechannels/py.typed +0 -0
- mergechannels-0.5.8.dist-info/METADATA +575 -0
- mergechannels-0.5.8.dist-info/RECORD +11 -0
- mergechannels-0.5.8.dist-info/WHEEL +4 -0
- mergechannels-0.5.8.dist-info/licenses/LICENSE +21 -0
- mergechannels.libs/libgcc_s-6d2d9dc8.so.1 +0 -0
mergechannels/_luts.py
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
from typing import Literal
|
|
2
|
+
|
|
3
|
+
COLORMAPS = Literal[
|
|
4
|
+
'16_colors',
|
|
5
|
+
'3-3-2 RGB',
|
|
6
|
+
'3color-BMR',
|
|
7
|
+
'3color-CGY',
|
|
8
|
+
'3color-RMB',
|
|
9
|
+
'3color-YGC',
|
|
10
|
+
'5_ramps',
|
|
11
|
+
'6_shades',
|
|
12
|
+
'BOP blue',
|
|
13
|
+
'BOP orange',
|
|
14
|
+
'BOP purple',
|
|
15
|
+
'Blue',
|
|
16
|
+
'Circus Cherry',
|
|
17
|
+
'Circus Cyan',
|
|
18
|
+
'Circus Green',
|
|
19
|
+
'Circus Ink Black',
|
|
20
|
+
'Circus Ink Cherry',
|
|
21
|
+
'Circus Ink Cyan',
|
|
22
|
+
'Circus Ink Green',
|
|
23
|
+
'Circus Ink Mint',
|
|
24
|
+
'Circus Ink Purple',
|
|
25
|
+
'Circus Ink Yellow',
|
|
26
|
+
'Circus Mint',
|
|
27
|
+
'Circus Purple',
|
|
28
|
+
'Circus Yellow',
|
|
29
|
+
'Cyan',
|
|
30
|
+
'Cyan Hot',
|
|
31
|
+
'Duo Cherry',
|
|
32
|
+
'Duo Cyan',
|
|
33
|
+
'Duo Green',
|
|
34
|
+
'Duo Intense Cherry',
|
|
35
|
+
'Duo Intense Cyan',
|
|
36
|
+
'Duo Intense Green',
|
|
37
|
+
'Duo Intense Mint',
|
|
38
|
+
'Duo Intense Purple',
|
|
39
|
+
'Duo Intense Yellow',
|
|
40
|
+
'Duo Mint',
|
|
41
|
+
'Duo Purple',
|
|
42
|
+
'Duo Yellow',
|
|
43
|
+
'Fire',
|
|
44
|
+
'Grays',
|
|
45
|
+
'Grays g=0.25',
|
|
46
|
+
'Grays g=0.25 inverted',
|
|
47
|
+
'Grays g=0.50',
|
|
48
|
+
'Grays g=0.50 inverted',
|
|
49
|
+
'Grays g=0.75',
|
|
50
|
+
'Grays g=0.75 inverted',
|
|
51
|
+
'Grays g=1.00 inverted',
|
|
52
|
+
'Grays g=1.25',
|
|
53
|
+
'Grays g=1.25 inverted',
|
|
54
|
+
'Grays g=1.50',
|
|
55
|
+
'Grays g=1.50 inverted',
|
|
56
|
+
'Grays g=1.75',
|
|
57
|
+
'Grays g=1.75 inverted',
|
|
58
|
+
'Grays g=2.00',
|
|
59
|
+
'Grays g=2.00 inverted',
|
|
60
|
+
'Green',
|
|
61
|
+
'Green Fire Blue',
|
|
62
|
+
'HiLo',
|
|
63
|
+
'I Blue',
|
|
64
|
+
'I Bordeaux',
|
|
65
|
+
'I Cyan',
|
|
66
|
+
'I Forest',
|
|
67
|
+
'I Green',
|
|
68
|
+
'I Magenta',
|
|
69
|
+
'I Purple',
|
|
70
|
+
'I Red',
|
|
71
|
+
'I Yellow',
|
|
72
|
+
'ICA',
|
|
73
|
+
'ICA2',
|
|
74
|
+
'ICA3',
|
|
75
|
+
'Ice',
|
|
76
|
+
'Ink Black',
|
|
77
|
+
'Ink Cherry',
|
|
78
|
+
'Ink Cyan',
|
|
79
|
+
'Ink Green',
|
|
80
|
+
'Ink Mint',
|
|
81
|
+
'Ink Purple',
|
|
82
|
+
'Ink Wash Black',
|
|
83
|
+
'Ink Wash Cherry',
|
|
84
|
+
'Ink Wash Cyan',
|
|
85
|
+
'Ink Wash Green',
|
|
86
|
+
'Ink Wash Mint',
|
|
87
|
+
'Ink Wash Purple',
|
|
88
|
+
'Ink Wash Yellow',
|
|
89
|
+
'Ink Yellow',
|
|
90
|
+
'Magenta',
|
|
91
|
+
'Magenta Hot',
|
|
92
|
+
'OIMB1',
|
|
93
|
+
'OIMB2',
|
|
94
|
+
'OIMB3',
|
|
95
|
+
'OPF fresh',
|
|
96
|
+
'OPF orange',
|
|
97
|
+
'OPF purple',
|
|
98
|
+
'Orange Hot',
|
|
99
|
+
'Parabolic RGB',
|
|
100
|
+
'Phase Bold Green-Magenta',
|
|
101
|
+
'Phase Bold Ink Green-Magenta',
|
|
102
|
+
'Phase Bold Ink Mint-Cherry',
|
|
103
|
+
'Phase Bold Ink Yellow-Cyan',
|
|
104
|
+
'Phase Bold Mint-Cherry',
|
|
105
|
+
'Phase Bold Yellow-Cyan',
|
|
106
|
+
'Phase Green-Magenta',
|
|
107
|
+
'Phase Ink Green-Magenta',
|
|
108
|
+
'Phase Ink Mint-Cherry',
|
|
109
|
+
'Phase Ink Yellow-Cyan',
|
|
110
|
+
'Phase Mint-Cherry',
|
|
111
|
+
'Phase Yellow-Cyan',
|
|
112
|
+
'Pop blue',
|
|
113
|
+
'Pop blue inverted',
|
|
114
|
+
'Pop cherry',
|
|
115
|
+
'Pop cherry inverted',
|
|
116
|
+
'Pop cyan',
|
|
117
|
+
'Pop cyan inverted',
|
|
118
|
+
'Pop green',
|
|
119
|
+
'Pop green inverted',
|
|
120
|
+
'Pop lavender inverted',
|
|
121
|
+
'Pop magenta',
|
|
122
|
+
'Pop magenta inverted',
|
|
123
|
+
'Pop mint',
|
|
124
|
+
'Pop mint inverted',
|
|
125
|
+
'Pop purple',
|
|
126
|
+
'Pop purple inverted',
|
|
127
|
+
'Pop red',
|
|
128
|
+
'Pop red inverted',
|
|
129
|
+
'Pop yellow',
|
|
130
|
+
'Pop yellow inverted',
|
|
131
|
+
'Quartetto MYGB Blue',
|
|
132
|
+
'Quartetto MYGB Green',
|
|
133
|
+
'Quartetto MYGB Magenta',
|
|
134
|
+
'Quartetto MYGB Yellow',
|
|
135
|
+
'Quartetto RYGB Blue',
|
|
136
|
+
'Quartetto RYGB Green',
|
|
137
|
+
'Quartetto RYGB Red',
|
|
138
|
+
'Quartetto RYGB Yellow',
|
|
139
|
+
'Rainbow RGB',
|
|
140
|
+
'Red',
|
|
141
|
+
'Red Hot',
|
|
142
|
+
'Red/Green',
|
|
143
|
+
'Spectrum',
|
|
144
|
+
'Thermal',
|
|
145
|
+
'Turbo',
|
|
146
|
+
'Yellow',
|
|
147
|
+
'Yellow Hot',
|
|
148
|
+
'betterBlue',
|
|
149
|
+
'betterCyan',
|
|
150
|
+
'betterGreen',
|
|
151
|
+
'betterOrange',
|
|
152
|
+
'betterRed',
|
|
153
|
+
'betterYellow',
|
|
154
|
+
'blue_orange_icb',
|
|
155
|
+
'brgbcmyw',
|
|
156
|
+
'cool',
|
|
157
|
+
'edges',
|
|
158
|
+
'gem',
|
|
159
|
+
'glasbey',
|
|
160
|
+
'glasbey_inverted',
|
|
161
|
+
'glasbey_on_dark',
|
|
162
|
+
'glow',
|
|
163
|
+
'mpl-inferno',
|
|
164
|
+
'mpl-magma',
|
|
165
|
+
'mpl-plasma',
|
|
166
|
+
'mpl-viridis',
|
|
167
|
+
'phase',
|
|
168
|
+
'physics',
|
|
169
|
+
'royal',
|
|
170
|
+
'sepia',
|
|
171
|
+
'smart',
|
|
172
|
+
'thal',
|
|
173
|
+
'thallium',
|
|
174
|
+
'unionjack',
|
|
175
|
+
]
|
|
Binary file
|
mergechannels/py.typed
ADDED
|
File without changes
|