Skip to content

Handling of 3D data #4

Description

@adamrobcarter

This is related to the section of the code that parses our "x, y, t" data

This line:

elif np.shape(array)[1] == 4: # format if X Y Z N

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions