Skip to content

Commit

Permalink
Merge pull request #647 from NEUBIAS/move-openij-python-to-module
Browse files Browse the repository at this point in the history
Move OpenIJTIFF python to module/conda-package
  • Loading branch information
tischi authored Apr 24, 2024
2 parents 91f75b6 + f74abe7 commit e2a8274
Show file tree
Hide file tree
Showing 17 changed files with 288 additions and 236 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# %% [markdown]
# ## Apply manual and automated thresholds

# %%
import sys
sys.path.append("C:\\Users\\akhan\\python_course")

# %%
# initial imports
import napari
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# %% [markdown]
# ## Apply automated thresholds in 3D

# %%
import sys
sys.path.append("C:\\Users\\akhan\\python_course")

# %%
# initial imports
Expand Down
4 changes: 0 additions & 4 deletions _includes/binarization/binarization_act1_skimage_napari.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# %% [markdown]
# ## Thresholding bright and dim cell

# %%
import sys
sys.path.append("C:\\Users\\akhan\\python_course")

# %%
# Instantiate the napari viewer
import napari
Expand Down
4 changes: 0 additions & 4 deletions _includes/binarization/binarization_act2_skimage_napari.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# %% [markdown]
# ## Spots and threshold interval

# %%
import sys
sys.path.append("C:\\Users\\akhan\\python_course")

# %%
# Instantiate the napari viewer
import napari
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# %% [markdown]
# # 3D connected component labeling

# %%
import sys
sys.path.append("C:\\Users\\akhan\\python_course")

# %%
# Import modules
import napari
Expand Down
4 changes: 0 additions & 4 deletions _includes/datatypes/datatypes_act1_skimage_napari.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# %% [markdown]
# ## Explore image data types and value ranges

# %%
import sys
sys.path.append("C:\\Users\\akhan\\python_course")

# %%
# Import modules
import napari
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# %% [markdown]
# ## Explore a 3D image

# %%
# Add folder with additional functions to the path
import sys
sys.path.append("/Users/tischer/Documents/training-resources/functions")

# %%
# Load the image
from OpenIJTIFF import open_ij_tiff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# %% [markdown]
# ## Explore a 3D multi-channel image

# %%
# Add folder with functions to path
import sys
sys.path.append("/Users/tischer/Documents/training-resources/functions")

# %%
# Load the image
from OpenIJTIFF import open_ij_tiff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# %% [markdown]
# ## Inspect a 3D time-lapse image

# %%
# Add folder with functions to path
import sys
sys.path.append("/Users/tischer/Documents/training-resources/functions")

# %%
# Load the image
from OpenIJTIFF import open_ij_tiff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# %% [markdown]
# ## Explore a 5D image (3D image + channels + time)

# %%
# Add folder with functions to path
import sys
sys.path.append("/Users/tischer/Documents/training-resources/functions")

# %%
# Load the image
from OpenIJTIFF import open_ij_tiff
Expand Down
4 changes: 0 additions & 4 deletions _includes/projections/projections_act1_skimage_napari.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#
#

# %%
import sys
sys.path.append("C:\\Users\\akhan\\python_course")

# %%
# Import python packages.
from OpenIJTIFF import open_ij_tiff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# #### Requirements
# - [skimage and napari](https://neubias.github.io/training-resources/tool_installation/index.html#skimage_napari)

# %%
import sys
sys.path.append("/Users/tischer/Documents/training-resources/functions")

# %%
# Import python packages.
from OpenIJTIFF import open_ij_tiff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# #### Requirements
# - [skimage and napari](https://neubias.github.io/training-resources/tool_installation/index.html#skimage_napari)

# %%
import sys
sys.path.append("/Users/tischer/Documents/training-resources/functions")

# %%
# Import python packages.
from OpenIJTIFF import open_ij_tiff, save_ij_tiff
Expand Down
181 changes: 0 additions & 181 deletions functions/OpenIJTIFF.py

This file was deleted.

Loading

0 comments on commit e2a8274

Please sign in to comment.