Skip to content

Commit

Permalink
Re-Split XDF Script (#424)
Browse files Browse the repository at this point in the history
* Introducing a script to resplit an XDF file that can be run on the Martinos cluster.

* Making neurobooth_os/terra dependencies optional for split xdf

* DDL for new log split table

* Implementing HDF5 corrections

* Fixing JSON parsing of sensor IDs in old XDF using single quotes
  • Loading branch information
boubre authored Aug 2, 2024
1 parent 2cc4264 commit 8486793
Show file tree
Hide file tree
Showing 6 changed files with 934 additions and 7 deletions.
17 changes: 17 additions & 0 deletions examples/hdf5_corrections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Specify which functions should be used to apply in-memory corrections to HDF5 data before writing.

marker: neurobooth_os.iout.hdf5_corrections.py::correct_marker()
devices:
Eyelink_1: neurobooth_os.iout.hdf5_corrections.py::correct_eyelink()
FLIR_blackfly_1: neurobooth_os.iout.hdf5_corrections.py::correct_flir()
Intel_D455_1: neurobooth_os.iout.hdf5_corrections.py::correct_intel()
Intel_D455_2: neurobooth_os.iout.hdf5_corrections.py::correct_intel()
Intel_D455_3: neurobooth_os.iout.hdf5_corrections.py::correct_intel()
IPhone_dev_1: neurobooth_os.iout.hdf5_corrections.py::correct_iphone()
Mbient_BK_1: neurobooth_os.iout.hdf5_corrections.py::correct_mbient()
Mbient_LH_2: neurobooth_os.iout.hdf5_corrections.py::correct_mbient()
Mbient_LF_2: neurobooth_os.iout.hdf5_corrections.py::correct_mbient()
Mbient_RH_2: neurobooth_os.iout.hdf5_corrections.py::correct_mbient()
Mbient_RF_2: neurobooth_os.iout.hdf5_corrections.py::correct_mbient()
Mic_Yeti_dev_1: neurobooth_os.iout.hdf5_corrections.py::correct_yeti()
Mouse: neurobooth_os.iout.hdf5_corrections.py::correct_mouse()
Loading

0 comments on commit 8486793

Please sign in to comment.