rethomics / rethomics.github.io

Website for Rethomics framework. Hosts tutorial and documentation.
https://rethomics.github.io
Creative Commons Zero v1.0 Universal
1 stars 3 forks source link

Date in metadata fails to load anything if not exactly the same day the experiment started #19

Open pepelisu opened 6 years ago

pepelisu commented 6 years ago

Problem: I have some data from day X, in the middle one acquisition was stopped (because another issue), tracking was restarted manually so a new folder is created. When loading data into rethomics, linking metadata will fail if the date is not exactly the one in the folder name. I would like to load data from all monitors using the same date. The date when the tracking was restarted in the troublesome ethocsope.

Maybe this is not possible since the program should read the database to be sure that there is data for that day.

qgeissmann commented 6 years ago

@pepelisu so we have implemented a function for stitching data... behavr::stitch_on. It is not in the tutorial, but the doc should make sense... let me know. (you still need to change your metadata file accordingly)