Browse Source

Add acquisition times to parser

feature/load_slices
Ruben Verweij 5 years ago
parent
commit
94fa888c09
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      nd2reader/parser.py

+ 1
- 0
nd2reader/parser.py View File

@ -140,6 +140,7 @@ class Parser(object):
self._label_map = self._build_label_map()
self._raw_metadata = RawMetadata(self._fh, self._label_map)
self.metadata = self._raw_metadata.__dict__
self.acquisition_times = self._raw_metadata.acquisition_times
def _build_label_map(self):
"""


Loading…
Cancel
Save