Skip to content

Commit

Permalink
update getdataset argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
lewardo committed Sep 10, 2023
1 parent 2d6dc2e commit 60990cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/DataSeries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@

:message getDataSet:

:arg dataSet: The Dataset to write the slice to. Will overwrite and resize.

:arg time: which time frame to extract.

:arg dataSet: The Dataset to write the slice to. Will overwrite and resize.

Get a dataset with the `time`th frame of every series, i.e. can create a :fluid-obj:`DataSet` with every Nth frame of every series. If an identifier doesn't have enough frames it is merely not added to the output dataset.

:message clear:
Expand Down

0 comments on commit 60990cf

Please sign in to comment.