From 79fd2f3e71b433ffebcdc4db90d926a3970ca1a8 Mon Sep 17 00:00:00 2001 From: "ac (tb)" <andrew.r.cohen@drexel.edu> Date: Wed, 29 Sep 2021 09:22:06 -0400 Subject: [PATCH] leversc readme imageJ sample image note --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2039e2b..ed61380 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,10 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f ## Basic Usage Examples ### Fiji/ImageJ -1. Download the [sample HDF5 image](https://git-bioimage.coe.drexel.edu/opensource/leversc/-/raw/master/sampleImages/lscSampleImage.h5?inline=false "LEVERSC Sample HDF5 Image"). +1. Download the [sample OME TIFF image](https://git-bioimage.coe.drexel.edu/opensource/leverjs/-/blob/master/leversc/sampleImages/lscSampleImage.ome.tiff "LEVERSC Sample OME TIFF Image"). + + NOTE: Fiji/ImageJ will not be able to open the HDF5 format sample image that ships with LEVERSC. Be sure to use the + OME TIFF. 2. Choose ```Open...``` in Fiji and navigate to the downloaded image (or another dataset). 3. Once the image has loaded, select ```Plugins->3D->Leversc Viewer```, this should launch the LEVERSC program and load the image data for the selected frame. -- GitLab