Gabriele Girelli
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
nd2reader/raw_metadata.py
|
|
@ -168,7 +168,6 @@ class RawMetadata(object): |
|
|
|
z_levels = [] |
|
|
|
else: |
|
|
|
z_levels = range(len(z_levels)) |
|
|
|
if 0 != len(z_levels): |
|
|
|
warnings.warn("Z-levels details missing in metadata. Using Z-coordinates instead.") |
|
|
|
return z_levels |
|
|
|
|
|
|
|