-
Notifications
You must be signed in to change notification settings - Fork 16
WCS implemented in JavaScript #509
Copy link
Copy link
Open
Labels
DiscussionAn issue intended to promote a discussion about the functionality provided.An issue intended to promote a discussion about the functionality provided.WCSImplementation of World Coordinate Systems in Helioviewer.org.Implementation of World Coordinate Systems in Helioviewer.org.image dataImage data in the viewer windowImage data in the viewer window
Metadata
Metadata
Assignees
Labels
DiscussionAn issue intended to promote a discussion about the functionality provided.An issue intended to promote a discussion about the functionality provided.WCSImplementation of World Coordinate Systems in Helioviewer.org.Implementation of World Coordinate Systems in Helioviewer.org.image dataImage data in the viewer windowImage data in the viewer window
An implementation of WCS functionality in JavaScript would be useful for helioviewer.org. Passing WCS information to the browser would allow more precise location of features and events, and calculation of position more generally. Such a library would also be useful for astrophysical applications in the browser, as well as other existing solar physics web applications such as Solar Monitor.
This page:
https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/software.html
lists implementations of WCS. There is an existing WCS implementation in JavaScript:
https://github.com/astrojs/wcsjs
but it is about 10 years old. The source WCSlib has been updated, and Emscripten has been updated, since 10 years ago, so the JavaScript version of WCS should also be updated.