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
is gonna cause problems, because we also use a format that is rows of "x, y, t, ID" (where ID is a unique integer for each particle in the dataset). I don't think we're using rows of "x, y, z, t" at any point at the moment, so maybe we don't need this 3D detection. Maybe we should formalise our format
The text was updated successfully, but these errors were encountered:
Ideally, we will need to have all the possible type of trajectory files within the "datasets" repository, so that we have a good overview of what we need to be able to import.
This is related to the section of the code that parses our "x, y, t" data
This line:
countoscope/countoscope/tools.py
Line 30 in a2b1ae7
is gonna cause problems, because we also use a format that is rows of "x, y, t, ID" (where ID is a unique integer for each particle in the dataset). I don't think we're using rows of "x, y, z, t" at any point at the moment, so maybe we don't need this 3D detection. Maybe we should formalise our format
The text was updated successfully, but these errors were encountered: