From de22d09393866e04beb9e7407cf2a9a43f3a2a91 Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 10 Jun 2015 15:45:19 -0500 Subject: [PATCH 1/3] resolves #62: added version of NIS Elements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e35f1..060e72c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### About -`nd2reader` is a pure-Python package that reads images produced by NIS Elements. +`nd2reader` is a pure-Python package that reads images produced by NIS Elements version 4.0+. It has only been definitely tested on Version 4.30.02 Build 1053. Support for older versions is planned. .nd2 files contain images and metadata, which can be split along multiple dimensions: time, fields of view (xy-plane), focus (z-plane), and filter channel. From ae96bd89567130551a0cfe0f4c3e2060a0b2159c Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 10 Jun 2015 15:45:53 -0500 Subject: [PATCH 2/3] resolves #62: added version of NIS Elements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 060e72c..d00d151 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### About -`nd2reader` is a pure-Python package that reads images produced by NIS Elements version 4.0+. It has only been definitely tested on Version 4.30.02 Build 1053. Support for older versions is planned. +`nd2reader` is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitely tested on NIS Elements 4.30.02 Build 1053. Support for older versions is planned. .nd2 files contain images and metadata, which can be split along multiple dimensions: time, fields of view (xy-plane), focus (z-plane), and filter channel. From 8207e78f008761afc0975c34d551afa941f59667 Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 10 Jun 2015 15:46:24 -0500 Subject: [PATCH 3/3] resolves #62: fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d00d151..3b831e8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### About -`nd2reader` is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitely tested on NIS Elements 4.30.02 Build 1053. Support for older versions is planned. +`nd2reader` is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitively tested on NIS Elements 4.30.02 Build 1053. Support for older versions is planned. .nd2 files contain images and metadata, which can be split along multiple dimensions: time, fields of view (xy-plane), focus (z-plane), and filter channel.