You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DatasetReader reads a de-multiplexed dataset folder driven by a device,
by register class or by address, with read_all returning every register
that has a file present. Timestamps are auto-detected per register and
become a Time index, float seconds by default or an absolute
DatetimeIndex given an epoch, matching harp-python.
create_dataset_reader finds device.yml inside the folder and returns a
reader ready to read.
Closes#10
Copy file name to clipboardExpand all lines: docs/examples/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,5 @@ Talking to a device:
14
14
15
15
Reading recorded data:
16
16
17
-
-[Reading Data into a DataFrame](./read_data_to_dataframe/read_data_to_dataframe.md) - load a register's binary data file into a pandas DataFrame with `harp.data`.
17
+
-[Reading a Whole Dataset Folder](./read_dataset/read_dataset.md) - load an entire recorded session folder into pandas DataFrames with `DatasetReader`.
18
+
-[Reading Data into a DataFrame](./read_data_to_dataframe/read_data_to_dataframe.md) - decode a single register's binary file into a pandas DataFrame.
0 commit comments