Skip to content

number of subtomos during extraction #67

@taputechnic

Description

@taputechnic

One of my colleagues accidentally specified very few num_slices (100), and the error was very non-intuitive:

    z, y, x = self.coords[tomo_index][coord_index]
IndexError: index 1 is out of bounds for axis 0 with size 1

I added a print statement showing the length of self.coords, and the length seemed to be num_slices * split. Is that correct, and if so, why would the number of extracted subtomos be equal to the number of slices (ignoring split)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions