rethomics / damr

Read TriKinetics' DAM data in R
http://rethomics.github.io
6 stars 6 forks source link

Integrating Drosophila environmental monitor data/linking DAM5 txt files with metadata csv #44

Open mariaporter opened 1 year ago

mariaporter commented 1 year ago

Hi,

I was wondering if you have a way of integrating the data collected from the Drosophila environmental monitors. In my case, I have 2 environmental monitors since I had two different incubators/temperatures I was using. "Monitor1" is the incubator set to 29C while "Monitor8" is the incubator set to 25C. The information I want is temperature, humidity, and light. Attached are the relevant files.

Also, I wanted to know if there is a script somewhere I missed to link DAM5 txt files with the metadata csv, preferably with the variables that measure dwell and position? I saw the issue with how to read them but linking them has been an issue for me. Let me know if there are any files you may need.

Thanks!

-Maria

DEnM Data Sheet.pdf

Monitor1.txt

Monitor8.txt

mantouyangmeng commented 2 months ago

Hi, I'm trying to run the damr package and when I run load_dam(metadata) I keep getting "Error in find_dam_first_last_lines(path, start_datetime, stop_datetime, : No data in selected date range". I've searched for ways to fix this (such as following the help provided in the error), but it still continues to report the error, and was wondering if you've encountered this problem?