data-exchange / dxchange

data exchange supporting tomopy
http://dxchange.readthedocs.io
Other
34 stars 42 forks source link

init meta string container to None in case they are omitted during runtime (APS_1ID) #78

Closed KedoKudo closed 5 years ago

KedoKudo commented 5 years ago

Some older metadata files do not have all the entries (meta strings) in the header, which can break the parsing. Initialize the associated variables to None can help circumvent this issue.