Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Lyon
processMFLLPS
Commits
654f62a7
Commit
654f62a7
authored
Jun 23, 2022
by
Andrew Lyon
Browse files
Turn off low contrast warnings in io.imsave()
parent
91d23956
Changes
1
Hide whitespace changes
Inline
Side-by-side
combinechannels.py
View file @
654f62a7
...
...
@@ -142,7 +142,7 @@ def main(args):
"max"
:
65535
,
"LUTs"
:
make_ij_lut
(
colors
)}
out_path
=
os
.
path
.
join
(
args
.
output
,
prefix
+
".tif"
)
io
.
imsave
(
out_path
,
out_arr
,
imagej
=
True
,
metadata
=
metadata
)
io
.
imsave
(
out_path
,
out_arr
,
imagej
=
True
,
metadata
=
metadata
,
check_contrast
=
False
)
if
__name__
==
"__main__"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment