Megan Sosey
Megan Sosey
I think this is a rolling bug, I can't reproduce on my end right now. I do have logic in the server startup that tries to pick an open port,...
Quiting out of the ds9 window returns the python prompt and reports: ``` import import: Unable to read X window image (imexam1505501434.692469) [Resource temporarily unavailable]. import import: Request did not...
@pllim I'm not sure that it's the natural interface to the default parameter sets I'm using for the plotting/information routines, which are not set up as simple key-value pairs, but...
Thankyou for the bug report! The documentation here is wrong. `view()` is meant to display a numpy array to either the DS9 or Ginga window. imexam.view() --> displays an in-memory...
That could be interesting, but as far as I know the XPA interface that needs to be used to talk with DS9 doesn't allow for this. You might consider opening...
This looks like an issue with the user FITS file, I'm not too inclined to apply 'fix' for them under the covers, it's probably good they get this error and...
okay, I'll add a parameter to the load_fits, but set it to not fix by default. Do you think `fix` would work as the name?
It's probably the matplotlib backend that is running. Let me know what version of matplotlib you are running, and which backend it is using? This is usu set in the...
oof. There may be different packages picking it up from different places in your system. There may be conflicting installs in your conda, one in your base and one in...
cross-referencing with #165, doh. working on the fix.