Table of Contents

LSM Reader

The LSM_Reader is ImageJ's plugin for reading Zeiss LSM confocal images.

Introduction

Author

Features

These features have been implemented in the LSM_Reader version 4.0c:

Description

Actual version: 4.0c, bundled with ImageJ 1.39u

To previous users of LSM_Reader:


The LSM_Reader is provided with the standard installation of ImageJ since v1.36. It's sole 
role is to extend ImageJ to recognize Zeiss LSM files and to open them correctly. !!!

IT DOES NOT CONTAIN ANY GUI!!! Those enhanced features are available in it's daughter project, 
the LSMToolbox, which can be found here. An old manual can be found here.

Installation

You are advised to upgrade your LSM_Reader to 4.0c as several bugs have been fixed. ImageJ 1.39u is required.

The LSM_Reader is packaged as jar file.

Download

LSM_Reader, hosted at www.image-archive.org

License

The LSM_Reader is subjected to the GPL v2 which you can read here. The source is included in the jar file.

Changelog

v4.0f 2009/06/18

v4.0e 2008/11/02

v4.0d 2008/04/22

v4.0c 2008/03/07

v4. 0b

v4.0

v3.2g 2005/10/19

v3.2f 2005/07/21

v3.2e 2005/07/19

v3.2d 2003/12/01

                        //  Zeiss Confocal LSM 510 image file (.lsm) handler
  			//  http://rsb.info.nih.gov/ij/plugins/
                        if (name.endsWith(".lsm")) {
                            // Open LSM image and display it
                            IJ.runPlugIn("LSM_Reader", path);
                            // Set flag so Opener.openImage() does not display error
                            width = IMAGE_OPENED;
                            return null;
                        }

v3.2c 2003/12/01

v3.2b 2003/05/16

v3.2 2003/04/22

v3.0 2003/04/22

v2.2 2003/01/23

v1.2 2002/09/16

v1.1 2002/07/16

Known Bugs

none so far…

Contact

Contact Patrick or Jerome if you find any bugs or if you'd like to see a feature appear in a new release. It's easier for us to debug if you send us one of your images which cause the problem.

Patrick Pirotte 2008/10/02 13:36