From 39050bb15940c8077db725889d22a8c63e30ab64 Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Tue, 17 Sep 2024 15:47:59 +0200 Subject: [PATCH] "Add activity to open LIF image update, #720" --- _includes/image_file_formats/open_lif_bioio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/image_file_formats/open_lif_bioio.py b/_includes/image_file_formats/open_lif_bioio.py index 031bde5e..afc674a5 100644 --- a/_includes/image_file_formats/open_lif_bioio.py +++ b/_includes/image_file_formats/open_lif_bioio.py @@ -9,8 +9,6 @@ # %% # Load .lif file -# file needs first to be downloaded from https://github.com/NEUBIAS/training-resources/raw/master/image_data/xyz__multiple_images.czi -# save file in the same directory as this notebook # - Observe that BioImage chooses the correct reader plugin from bioio import BioImage image_url = "https://github.com/NEUBIAS/training-resources/raw/master/image_data/xy_xyc__two_images.lif"