outsource reconstruction data in separate arrays
Compare changes
+ 154
− 2
@@ -179,8 +180,7 @@ class OfflineKeys:
@@ -320,6 +320,7 @@ class OfflineReader:
@@ -431,6 +432,157 @@ class OfflineReader:
Previously, all fit information data (corresponding key: 'fitinf') from offline files was given to the user in a big chuncked array. To address the issue #16 (closed) 'fitinf data' is restructured into a numpy rec array.