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

Check if mission swaps need to be handled more #176

Open
jacobbieker opened this issue Apr 12, 2023 · 2 comments
Open

Check if mission swaps need to be handled more #176

jacobbieker opened this issue Apr 12, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jacobbieker
Copy link
Member

Describe the bug

Prior to 2016, all the coordinates are the same for those Zarrs, and all the coordinates for the 2017 to present zarrs are the same, for the non-HRV data. There were a few mission swaps in 2016, in March and October, so might be worth more investigating how much those coordinates are off from each other and how to handle it.

Expected behavior

Non-HRV is the same coordinates, as its the whole top 3rd of the disk, HRV does move around, so that would be more expected.

Additional context

Here is the output from the User Notification Service of all mission swaps.
Results.csv

@jacobbieker jacobbieker added the bug Something isn't working label Apr 12, 2023
@jacobbieker
Copy link
Member Author

Possible solutions would be to split the 2016 zarr at the mission swap, or swaps, into smaller ones that each have consistent coordinates. Or add in a second coordinate system that has the updated coordinates, and then its more up to the end user on when to use the new coordinates vs the old.

@jacobbieker
Copy link
Member Author

We also should see if the coordinate changes are large or not. If they are quite small (seems like potentially only a pixel size) then it might not matter that much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant