-
### Description
ascii.qdp assumes that commands in a QDP file are upper case, for example, for errors they must be "READ SERR 1 2" whereas QDP itself is not case sensitive and case use "read serr 1 2…
-
### Description
For the coordinates of the Mauna Kea observatories, I found inconsistencies between sites.json and IRTF reports.
https://irtfweb.ifa.hawaii.edu/observing/telescop…
-
See https://github.com/astropy/astropy/issues/6778 for how to do complex numbers (spoiler: use the 0th dim for real/imaginary).
-
### Description
On 6.1.4 the code below runs but crashes on main (86fda91f27)
### Expected behavior
Not too sure ideally not crash but might be misusing the models
### How to Reproduce
…
-
Hi @adamginsburg and @e-koch, I'm hoping for help with fixing the [cube reprojection tutorial](https://learn.astropy.org/tutorials/SpectralCubeReprojectExample.html) on learn.astropy.org. The _Build …
-
@dmargala identified that our occasional PMI init failures are related to large variations in the startup time of different MPI ranks before they connect to MPI. These were traced to variations in mo…
-
### Describe the bug
I am using sunraster with CHASE data, and it has worked almost perfectly out of the box, thanks! I have encountered a strange issue whereby `.plot()` works fine on the spectrogra…
-
### Description
![image](https://github.com/user-attachments/assets/4decf72b-eb2d-43fe-ac8b-7ceea1606f02)
I downloaded a FITS from https://hiverse.zero2x.org/
and the header use `CTYPE3 = VEL…
-
### Jdaviz component
Other (explain in Description below)
### Description
I was testing jdaviz in the vs code jupyter notebook viewer (see #3250), and while it works in `.show('inline')`, there see…
-
for unit=u.Unit('nanomaggy'), the line
fits.py:170 dsthdr['BUNIT'] = (unit.to_string('fits'), 'data unit type')
failes inside a try/except.
fix is replacing line fits.py:171 by
…