-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels