-
Notifications
You must be signed in to change notification settings - Fork 24
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
GAIA loading ugly URLs from SAMP #4
Comments
Is this in starjava and not starlink because the SAMP component being used by GAIA is in starjava? |
No, I made a mistake! It should be in starlink. Is there some way to move the issue or should I just close it and reopen one in starlink? |
I don't think it can be moved so you have to close and create again 😄 |
OK - refiled in the right place: Starlink/starlink#54 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Peter (or other GAIA maintenance enthusiasts???),
there is a dynamically generated FITS cube I'm trying to load into GAIA from SAMP, at the following URL:
If I send a message using jsamp (e.g.
starjava/bin/jsamp
orjava -jar starjava/lib/jsamp/jsamp.jar
) like this:I get a
samp.ok
response from gaia (indicating that the load was successful) and gaia then starts an asynchronous load, popping up a window with an indeterminate progress bar that says:and then after a few minutes a different popup informs me:
If I download the cube to a local file then use the same jsamp invocation but with a
file://...
URL it works fine.I suspect the issue is to do with the horrible characters in the URL (something similar but different happens in ds9, which I've also reported).
Ideally the samp response should get transmitted after successful or unsuccessful completion of the load, but that may be a bit more effort to fix.
The text was updated successfully, but these errors were encountered: