You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompassDirection is a MultiContainerInterface that takes SpatialSeries objects, and specifies that these objects should have units "degrees" or "radians". SpatialSeries in the nwb schema provides "meters" as a default value for data.units, but pynwb's implementation hard-codes that the units must be meters. To accommodate CompassDirection and to be consistent with the schema, the units arg of SpatialSeries should be a default value of "meters" but should be changeable.
CompassDirection
is aMultiContainerInterface
that takesSpatialSeries
objects, and specifies that these objects should have units "degrees" or "radians".SpatialSeries
in the nwb schema provides "meters" as a default value for data.units, but pynwb's implementation hard-codes that the units must be meters. To accommodateCompassDirection
and to be consistent with the schema, the units arg ofSpatialSeries
should be a default value of "meters" but should be changeable.cc @weiglszonja
The text was updated successfully, but these errors were encountered: