Browse Source

Add a class priority so this reader will be loaded before the Bioformats reader

feature/load_slices
Ruben Verweij 7 years ago
parent
commit
589345ebac
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      nd2reader/reader.py

+ 2
- 0
nd2reader/reader.py View File

@ -10,6 +10,8 @@ class ND2Reader(FramesSequenceND):
This is the main class: use this to process your .nd2 files.
"""
class_priority = 12
def __init__(self, filename):
super(self.__class__, self).__init__()
self.filename = filename


Loading…
Cancel
Save