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
PixelBreaths.find_pixel_breaths(...) returns an IntervalData object with a list of numpy arrays. this works, but is not ideal. It is not possible to slice the list to select specific pixels.
We should think about how to store pixel-level values in IntervalData or SparseData objects. This could be as arrays instead of lists (probably requiring adaptations for slicing) or in separate objects.
The text was updated successfully, but these errors were encountered:
PixelBreaths.find_pixel_breaths(...)
returns an IntervalData object with a list of numpy arrays. this works, but is not ideal. It is not possible to slice the list to select specific pixels.We should think about how to store pixel-level values in IntervalData or SparseData objects. This could be as arrays instead of lists (probably requiring adaptations for slicing) or in separate objects.
The text was updated successfully, but these errors were encountered: