Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separated in bouts even when the same behavior is repeated? #9

Open
jcolomb opened this issue Nov 2, 2017 · 3 comments
Open

separated in bouts even when the same behavior is repeated? #9

jcolomb opened this issue Nov 2, 2017 · 3 comments

Comments

@jcolomb
Copy link
Owner

jcolomb commented Nov 2, 2017

To get exact timing around the change in light conditions, one would need to recompute the minute data from the raw data. To do this we need to know:

  • To do other calculation (sequence analysis for example), it would be good to know why some behavior are recorded as long duration, while others are separated in bouts even when the same behavior is repeated. (why we can have "comedown .24 -- comedown .24" instead of "comedown .48")
@jcolomb
Copy link
Owner Author

jcolomb commented Nov 22, 2017

Answer:
Two consecutive behaviors should typically NOT be the same behavior. It should be
merged. Only case where you may see this is, if certain behaviors are "Ignored"
during analysis. So, for example, if you had Rear UP followed by Come Down followed
by Rear Up again, but, for some reason you ignored Come Down, then, you may see 2
Rear Up bouts juxtaposed. Normally, this should not be the case. Let me know if you
see such examples.

@jcolomb
Copy link
Owner Author

jcolomb commented Nov 22, 2017

What I was refering to is the behavior sequence exported in a excel file. As an example, see:
see https://github.com/jcolomb/HCS_analysis/blob/master/data/Ro_testdata/HCS3_output/150608_Testdata_HCS_groupA/150608_Testdata_HCS_beh_20.xlsx

line 195 and 196 depict a turn of 24 ''.

There are probably a ton of such examples...

@jcolomb
Copy link
Owner Author

jcolomb commented Nov 24, 2017

got it in a mbr file too:

817 823 2
823 829 2
829 835 2

it seems to be problematic only for turns, but I did not test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant