James Tocknell
James Tocknell
This adds some minor improvements to the common Data Central loaders, which will be used in survey loader to come.
Using/storing spectra with logarithmic wavelength is not uncommon, should specutils support this, and if so, how should it work? Currently someone can set spectral_axis to an array where the difference...
Related to https://github.com/astropy/astropy/issues/11648. Currently there are no equality checks for `Spectrum1D`, `SpectrumList` or `SpectrumCollection`, it would be good to add them to make testing roundtripping of loaders and writers easier.
Currently odhcpd provides a mapping of IP addresses to hostnames for the local DNS server. However, this does not include the system odhcpd is running on. Would it be possible...
MSSQL has queries of the form `SELECT TOP 10 "name", "id" from some_table`, but `TOP` is misparsed as an identifer rather than a keyword. Would it be possible to add...
It seems miller isn't able to concatenate CSV files with a varying number of columns. The best description of this is this stack overflow question: https://stackoverflow.com/questions/68090301/merging-multiple-csvs-with-different-columns What appears to happen...
This makes it easier to use a fallback header and access the last spectra from a wrapper loader. These changes are to support loading some of the IFS surveys (such...
From https://dev.archive.openwrt.org/ticket/21926, dnsmasq supports having multiple local domains (a.k.a `-s`). There is also a patch attached to that ticket, which naively looks fine. Could such a patch be added, or...
**Is your feature request related to a problem? Please describe.** Currently there is a small panel which displays errors. If there's a number of errors (e.g. issues with the network),...