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

data subsetting and spots coordinates rounding #70

Open
2 tasks
LouisK92 opened this issue Nov 17, 2023 · 0 comments
Open
2 tasks

data subsetting and spots coordinates rounding #70

LouisK92 opened this issue Nov 17, 2023 · 0 comments

Comments

@LouisK92
Copy link
Contributor

  • Find out: does the spot x-coordinate "0" refer to the start of pixel with x idx "0" or to it's center?
  • Adjust subsetting functions accordingly: e.g. for tiling df["x"].round() >= x_min & df["x"].round() < x_max (x_min, and x_max are integers --> first pixel=x_min, last pixel=x_max-1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant