Skip to content

Commit

Permalink
Merge pull request #474 from niaid/feature/newstack-16-bit-tiff
Browse files Browse the repository at this point in the history
Feature/newstack 16 bit tiff
  • Loading branch information
philipmac authored Jun 11, 2024
2 parents 39d4514 + f58eb70 commit b61ee19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions em_workflows/dm_conversion/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ def convert_if_int16_tiff(file_path: FilePath) -> None:
"6",
"-mode",
"0",
"-meansd",
"140,50",
# From the newstack manual for "-float": Enter 1 for each section to fill the data range.
"-float",
"1",
file_path.fp_in.as_posix(),
str(tif_8_bit),
]
Expand Down

0 comments on commit b61ee19

Please sign in to comment.