* Make sure all telescope descriptions are read in `__init__` of `SimTelFile` * Several low-level code improvements, e.g. raising earlier if a big-endian file is encountered
0.17.1
* Fix missing laser calibrations and camera monitorings in `SimtelTelFile` for calibration events
0.17.0
* Implement zero suppression reading * Implement calibration event reading in `SimTelFile` * Implement reading of emitter particles created by the IACT extension with `-DSTORE_EMITTER` * Implement reading of pixel trigger times * Use more consistent variable names
0.16.2
Fixes
* `simtel.PixelList` had the wrong telescope_id / code, now fixed * `simtel.ImageParameters` now has telescope_id set in `__init__` * Added missing object imports in `simtel.__init__`, so all simtel objects should now be importable from `eventio.simtel`
0.16.1
Bugfix for reading certain simtel files.
0.16.0
pyeventio can now:
- read multiple runs in one file. 132 - Objects of type CameraOrganization version 2 are now supported. 135 - read files with a "strange" structure, since it makes less assumptions about the order of the objects within a file. 137