You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:+1 I agree. Personally, I think the easiest option may be to choose one setup data file or datafile (I prefer data file personally) and then stick to it. Thus, have a line like:
if 'datafile' in self.header:
self.header['data file'] = self.header.pop('datafile')
Then you can assume that there will only be a datafile. Just my initial thoughts.
We should account for both 'data file' and 'datafile' in Ln 190 and Ln 211 just like:
https://github.com/mhe/pynrrd/blob/master/nrrd/reader.py#L354
The text was updated successfully, but these errors were encountered: