Skip to content

Commit b61ee19

Browse files
authored
Merge pull request #474 from niaid/feature/newstack-16-bit-tiff
Feature/newstack 16 bit tiff
2 parents 39d4514 + f58eb70 commit b61ee19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

em_workflows/dm_conversion/flow.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ def convert_if_int16_tiff(file_path: FilePath) -> None:
8585
"6",
8686
"-mode",
8787
"0",
88-
"-meansd",
89-
"140,50",
88+
# From the newstack manual for "-float": Enter 1 for each section to fill the data range.
89+
"-float",
90+
"1",
9091
file_path.fp_in.as_posix(),
9192
str(tif_8_bit),
9293
]

0 commit comments

Comments
 (0)