You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an Arm Mac, the context map renders (correctly) like this:
But on an Intel Mac, the context map renders (incorrectly) like this:
The host and transient are offset north. In actuality, the underlying image render is forced south on Intel Macs.
Same error for both Chrome and Safari. Both render correctly in Arm, incorrectly in Intel, so the problem is in the Javascript I think!
The text was updated successfully, but these errors were encountered:
I checked both Intel and Arm Macs. Both render the Pleiades superimposed stars correctly (in Chrome and Firefox). So something about the way we display markers is doing something odd. The Lasair web code renders the latest version of AladinLite, so it's possible that there's a bug in the latest version which is triggered by the way we display markers. Note that the problem does NOT exist (e.g.) the ATLAS and Pan-STARRS pages for the equivalent object (where I burn in the version of AladinLite).
This is a very odd error (highlighted by Michael).
See this transient:
https://lasair-ztf.lsst.ac.uk/objects/ZTF24abvyngn/
On an Arm Mac, the context map renders (correctly) like this:
![image](https://private-user-images.githubusercontent.com/5502468/395820811-f2c3f706-8ebd-4acc-bd37-9d737acae307.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzY0MDYsIm5iZiI6MTczODk3NjEwNiwicGF0aCI6Ii81NTAyNDY4LzM5NTgyMDgxMS1mMmMzZjcwNi04ZWJkLTRhY2MtYmQzNy05ZDczN2FjYWUzMDcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDA1NTA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGNmYjdmOGI0ZDE0MWZkNjg2MzU5YTg2NDFjNGIzNzdiMmVjZDU5NTkzYTEwNTRlN2I3ZmFiZDk2YTkxZDIyOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.6ARUGYpgw9CaMwChhPV-UylDAxIfA3qf6nhESIg-NIk)
But on an Intel Mac, the context map renders (incorrectly) like this:
![image](https://private-user-images.githubusercontent.com/5502468/395820858-79754865-5b72-44a6-a56f-29f1fe77c4df.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzY0MDYsIm5iZiI6MTczODk3NjEwNiwicGF0aCI6Ii81NTAyNDY4LzM5NTgyMDg1OC03OTc1NDg2NS01YjcyLTQ0YTYtYTU2Zi0yOWYxZmU3N2M0ZGYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDA1NTA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmM0ZDQ0NDg0OWYzMWExNDU2NmRjNmEwYTYxZmNiYzNiYWRiZTQ3MWFkZmM4MjY4YWMzMjIyNWY1M2ZmMDJkZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.gA4knGiOZGOgx92ytpmU1qzOIf7beJxJiVLVpJd7FRA)
The host and transient are offset north. In actuality, the underlying image render is forced south on Intel Macs.
Same error for both Chrome and Safari. Both render correctly in Arm, incorrectly in Intel, so the problem is in the Javascript I think!
The text was updated successfully, but these errors were encountered: