Skip to content

Commit 1da0c8b

Browse files
authored
Merge pull request #486 from niaid/dm_convert_refactor
DM convert refactor
2 parents df6feae + 1962104 commit 1da0c8b

File tree

3 files changed

+162
-209
lines changed

3 files changed

+162
-209
lines changed

docs/source/api/dm_conversion/flow.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ DM conversion flow
55
:members:
66
:undoc-members:
77
:show-inheritance:
8+
:ignore-module-all:
89

9-
.. autofunction:: convert_dms_to_mrc(file_path: FilePath) -> None
10-
.. autofunction:: convert_if_int16_tiff(file_path: FilePath) -> None
11-
.. autofunction:: convert_2d_mrc_to_tiff(file_path: FilePath) -> None
12-
.. autofunction:: convert_dm_mrc_to_jpeg(file_path: FilePath) -> None
13-
.. autofunction:: scale_jpegs(file_path: FilePath, size: str) -> Optional[dict]
10+
.. autofunction:: dm_flow
11+
.. autofunction:: _calculate_shrink_factor
12+
.. autofunction:: _newstack_mrc_to_tiff
13+
.. autofunction:: _write_image_as_size
14+
.. autofunction:: convert_em_to_tiff
15+
.. autofunction:: generate_jpegs

0 commit comments

Comments
 (0)