FRQ: extend functionality of frame.data() to accept lists #35
Labels
module: base
new feature
New feature
release: minor
Issues that need to be addressed in a minor release
status: ready for review
Needs to be reviewed
Milestone
Proposed new feature or change:
The
Frame
s ofTrajectory
objects store all data and specific values can be extracted withframe.data()
by supplying the wanted keys as arguments. But often it is easier to supply a list or array of keys which is not possible at the moment, therefore it would help to add a recursive call at the beginning of the function to accept lists as well as arguments.The text was updated successfully, but these errors were encountered: