Thomas Robitaille
Thomas Robitaille
This pull request is an attempt to fix https://github.com/astropy/astropy/issues/16245 - it is just a proof of concept at this point and should not be merged yet, we first need to...
This PR adds the ability to define ``__match_header_priority__`` on HDU sub-classes to override the order in which HDU classes are tested against a header with ``match_header``. This is in order...
Avoid broadcasting a create subset message with an empty subset state followed by an update message, instead just broadcast a create subset message with the correct subset state
I don't think we need to actually do this, but I am learning how to use meson to build Python packages and extensions for use in larger projects.
Trying https://github.com/astropy/reproject/pull/301 again now that Cython 3.1 is supposed to have good support
This is an experiment to see what happens when we try and use threads in glue-jupyter. This PR is trying to solve the issue mentioned in #472, specifically that: ```python...
This still needs some more testing, and need to think about best way to actually expose the parameters to the user. Example of adjusting the cutting plane interactively in Jupyter:...
The glue-jupyter package includes a registry of available viewers - however this isn't currently properly populated so not quite ready for use. But it is just a heads-up that in...
I ran into an issue when trying to load a file with a ':' in the directory name: ``` 'Orion/O:IR Images/Orion_A_J_3x3.fits' ``` when this happens, it looks like ``SharedGlueSession.add_data`` gets...