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
I know that this project is one quite old of yours, but I do hope that you can provide me with some help.
Extremely interested in having wcsjs in the browser, in the context of a radio astronomy data mining and visualization ( see artemix.obspm.fr ), I tried in the first place to use wcsjs as it comes after a git clone.
Unfortunately, when it's used in the browser it exhibits a strange behaviour. E.g. successive calls to w.pix2sky(x,y) with varying (x,y) would return the same result ( the one returned by the 1st call).
Then I thought I had to rebuild wcs.js from the source, using the build procedure coming the project. Alas I end up with a message saying :
wasm-ld: error: unknown file type: wcs.o
I have the feeling that I'm quite close to the success, so any clue would be more than welcome !
Hi,
I know that this project is one quite old of yours, but I do hope that you can provide me with some help.
Extremely interested in having wcsjs in the browser, in the context of a radio astronomy data mining and visualization ( see artemix.obspm.fr ), I tried in the first place to use wcsjs as it comes after a git clone.
Unfortunately, when it's used in the browser it exhibits a strange behaviour. E.g. successive calls to w.pix2sky(x,y) with varying (x,y) would return the same result ( the one returned by the 1st call).
Then I thought I had to rebuild wcs.js from the source, using the build procedure coming the project. Alas I end up with a message saying :
wasm-ld: error: unknown file type: wcs.o
I have the feeling that I'm quite close to the success, so any clue would be more than welcome !
Below the log of the build
The text was updated successfully, but these errors were encountered: