From 7064e6f0ae1a5b760dc2332e164a7c6836f2c23d Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 6 Jan 2016 17:07:55 -0600 Subject: [PATCH] #143 discovered that humans can ruin everything --- nd2reader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nd2reader/main.py b/nd2reader/main.py index 7c2c0bb..e50d1f0 100644 --- a/nd2reader/main.py +++ b/nd2reader/main.py @@ -173,7 +173,7 @@ class Nd2(object): @property def pixel_microns(self): """ - The width of a pixel in microns. + The width of a pixel in microns. Note that the user can override this in NIS Elements so it may not reflect reality. :rtype: float