Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change x/y axis #42

Open
Haydnspass opened this issue Feb 10, 2021 · 2 comments
Open

Change x/y axis #42

Haydnspass opened this issue Feb 10, 2021 · 2 comments
Assignees
Labels
Milestone

Comments

@Haydnspass
Copy link
Collaborator

X-Y are swapped compared to many other software.

Normally that's just because we transpose the frame in the plot function. An easy solution is to remove the transpose and swap x and y of plot coordinates there, however that might not lead to inconsistency.

When changing, possibly the following modules are affected:

  • PSF
  • TargetGenerator
  • PostProcessing
  • Plotting
  • Export
@Haydnspass Haydnspass added this to the v1.0 milestone Feb 10, 2021
@Haydnspass Haydnspass self-assigned this Feb 10, 2021
@cleterrier
Copy link

cleterrier commented Feb 10, 2021

When I plot the coordinates obtained using DECODE in another software (exporting as csv and using ThunderSTORM in ImageJ), the image is rotated compared to processing by other softwares. I have to compensate by "rotating right" the coordinates i.e. [X = Width-Y; Y=X] to get the proper image orientation. If that helps.

@cleterrier
Copy link

See also the Z axis being reversed (opened a Discussion about it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants