rly / ndx-pose

NWB extension to store pose estimation data
BSD 3-Clause "New" or "Revised" License
13 stars 11 forks source link

Make confidence optional in PoseEstimationSeries #11

Closed h-mayorquin closed 2 years ago

h-mayorquin commented 2 years ago

Sometimes the data for confidence is not available but nevertheless we want to be able to build a PoseEstimationSeries. Making confidence optional is better than introducing fake values and was discussed with @bendichter as an option. The goal of this PR is to make confidence an optional value. So far, I have changed the docval and the schema. Is there anything else that should be changed or added?s

rly commented 2 years ago

That makes sense. Thanks @h-mayorquin !