Roadmap to v1.0
Here are the tasks and unresolved things for 1.0
-
#39 (closed)
best_reco(tracks, strategy)
implementation. Together with @zaly and @mlincetto we talked about implementing such a function to create an entry point for the best reconstructed tracks. Thestrategy
parameter should be mandatory with no default value, so that we avoid ambiguity in future versions. This means that the user needs to invoke the function with a specific strategy, likeselected_tracks = best_reco(f.events.tracks, strategy="first")
(simply selects the first track in each event). -
!24 (closed) Slicing consistency There is some refactoring on-going in the branch !22 (closed) which needs to be cleaned up and separated out in different branches. One of them will involve a new slicing implementation in
offline.py
which needs to be tested -
Detector file I/O (applying calibrations?)