Closed pkgw closed 1 year ago
Hmm, discovered something interesting here. I'll copy/paste from my commit message:
I recently updated the
builtin-image-sets.wtml
file to match theimagesets6.xml
managed through the new-ishwwt-core-catalogs
repository. I createdbuiltin-image-sets.wtml
back when we couldn't maintain the WWT servers in any reasonable way, so there was no mechanism to update the imageset list. Now we have much better systems for that and theimagesets6
file was the one that was more recently maintained.Anyway, as part of that maintenance, the builtin SFD map switched from the virtualearth.net data source to the WWT tiles.aspx data source. And it turns out that they are slightly rotated relative to one another! Fortunately, the new version (tiles.aspx) is more correct. The imagery that we were using in our tests up until now used the older version, so we need to update the reference images here.
Unrelated to this change, but it looks like we should check out the other datasets that are served off of virtualearth.net and see whether any of them also have astrometric issues.
Merging #342 (c46cbe6) into master (47e19f6) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head c46cbe6 differs from pull request most recent head fcfaf9e. Consider uploading reports for the commit fcfaf9e to get more accurate results
@@ Coverage Diff @@
## master #342 +/- ##
=======================================
Coverage 55.68% 55.68%
=======================================
Files 23 23
Lines 2753 2753
=======================================
Hits 1533 1533
Misses 1220 1220
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Overview
Here we'll try to update the widget to the latest release of the research app, 0.12, which contains the upgrade to Vue 3.
This may take some futzing because the new app contains the new engine which has some fixes to FITS rendering, so the test images may need updating.
Checklist