Skip to content

using x_cen and y_cen in structure_at #185

@danielseifried

Description

@danielseifried

Hello,
I have the following problem: I determine the center of a structure, let's say structure A, using the "x_cen" and "y_cen" routine from PPStatistic. If I take the values stored in the outcome (after rounding to integers) and plug this into the routine "structure_at" e.g. like "structure_at(round(x_cen),round(y_cen))", it does not give me back structure A. Rather I have to use "structure_at(round(y_cen),round(x_cen))", so using the coordinates in a switched manner. I have also a minimal example describing this if needed. I am wondering if I am doing something wrong here or misinterpreting the outcome of the routines. Thanks.

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