Skip to content

Commit

Permalink
Seperate OCT pipeline to multi_slice.py and single_volume.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Nov 15, 2024
1 parent 2e09d6b commit 6d98272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linc_convert/modalities/psoct/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Dark Field microscopy converters."""

__all__ = ["cli", "stacking"]
__all__ = ["cli", "multi_slice", "single_volume"]

from . import cli, stacking
from . import cli, multi_slice, single_volume

0 comments on commit 6d98272

Please sign in to comment.