-
Lightkurve needs a way to read files from memory instead of just from disk.
We need a way to do this
```python
hdulist = fits.open("file.fits")
lk.read(hdulist)
```
which will also enable
…
-
The error was first encountered with:
```
!ls -1 *fits > l.l
```
The `l.l` file could be called `l.txt` -- but Unix doesn't care about extensions and `l.l` is easy to type on an American keyboard.…
-
When I run `chandra_repro` in a directory that has both compressed and uncompressed versions of the bpix file, it fails. The output indicates that it recognizes that both, the compressed and the uncom…
-
fits.gz files are getting pretty common now.
Would a solution be to use memory mapped files?
-
Please consider supporting files compressed with `fpack`, as an analogy with `dfits -x 1 *.fits*`
-
Add option to write output for each colour band to a FITS file, simulating observational output formats.
-
A user reported that some FITS files are misidentified as plain text and do not have an md5, see RT #215316.
Turns out the example given was a file from 2011, before FITS and md5 were added.
https://…
-
Hello,
I am using grizli to work on some NIRISS data.
Everything seems going well, but when it comes to run the `auto_script.grism_prep` function, something goes wrong.
All the files are convert…
-
Hi,
Executing `create_gaia_index_files` created FITS files but they don't have header information and are very small in size. For example, gaia-catalog-16-1689.fits is 5760 MB.
The associated lo…
-
(from notes in the code that I removed)