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
The unit attribute is meaningless for the IndexSeries type. "The data field stores the index of the frame in the referenced ImageSeries, and timestamps array indicates when that image was displayed."
The data dataset of IndexSeries is int32. It should be uint32 since negative frame indices makes no sense.
The text was updated successfully, but these errors were encountered:
The
unit
attribute is meaningless for theIndexSeries
type. "The data field stores the index of the frame in the referenced ImageSeries, and timestamps array indicates when that image was displayed."The
data
dataset ofIndexSeries
is int32. It should be uint32 since negative frame indices makes no sense.The text was updated successfully, but these errors were encountered: