You're reading the documentation for a development version. For the latest released version, please have a look at v0.1.

Roadmap

A few ideas how to develop the project further, currently a list as a reminder for the main developers themselves, in no particular order, though with a tendency to list more important aspects first:

For version 0.2

  • Re-add more complex data types for SDDs and cameras?

Todos

A list of todos, extracted from the code and documentation itself, and only meant as convenience for the main developers. Ideally, this list will be empty at some point.

Todo

  • Decide whether all data need to be ordered according to their first axis (monitor data and measure data), and if only the latter, implement the sorting in the MeasureData.get_data() method. Otherwise, implement it here.

  • Make this method version-aware, i.e. handle situation with new eveH5 v8 schema where data are stored as single dataset in HDF5, no longer as separate datasets. Should be rather easy, as this would mean only one importer with “data” as value?

(The original entry is located in /home/till/Programmierung/Python/evefile/evefile/entities/data.py:docstring of evefile.entities.data.ArrayChannelData.get_data, line 24.)

Todo

  • Decide whether all data need to be ordered according to their first axis (monitor data and measure data), and if only the latter, implement the sorting in the MeasureData.get_data() method. Otherwise, implement it here.

  • Make this method version-aware, i.e. handle situation with new eveH5 v8 schema where data are stored as single dataset in HDF5, no longer as separate datasets. Should be rather easy, as this would mean only one importer with “data” as value?

(The original entry is located in /home/till/Programmierung/Python/evefile/evefile/entities/data.py:docstring of evefile.entities.data.ArrayChannelData.get_data, line 24.)