Skip to content

strip_array(): handle multi-dimensional arrays. #86

@demisjohn

Description

@demisjohn

As of 2a15fc2, strip_array() can handle 2D arrays.
Could upgrade to handle N-dimensional arrays, by checking np.shape( np.array( FimmArray ) ) and choosing recursion level from that.

Only needed if FimmWave ever returns arrays with dimension > 2 - haven't come across that case yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions