-
Notifications
You must be signed in to change notification settings - Fork 45
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
DLCPoseEstimation
fails on integer epoch
#1098
Comments
Hi @MichaelCoulter - Please share your The position pipeline expects epochs of the format |
DLCPoseEstimation
fails on integer epoch
@CBroz1, there won't be a matching It looks like the master branch has lost the changes from #973 that enabled the pipeline to run without existing position tracking. Looks like it happened in #870 ex)
|
thanks for figuring this out! here is the post estimation key if you need it: |
I'm getting this same error even though my spyglass is up to date |
You may just need to run this prior to populating: convert_epoch_interval_name_to_position_interval_name(
{
"nwb_file_name": key["nwb_file_name"],
"epoch": key["epoch"],
},
populate_missing=True, ) |
I still get the same error when running the function on its own:
output:
|
wait disregard I forgot to put the .nwb it works fine |
I'm trying to run the DLC pipeline with this command and i get the following error. I don't have trodes position for this session, so there is no entry in RawPosition, but I thought we found a way to run the code in this situation. Thanks.
Command:
Error:
The text was updated successfully, but these errors were encountered: