Tiago M. D. Pereira

Results 9 issues of Tiago M. D. Pereira

Add support for latest version of Interpolations. Tests seem to run fine.

If I have a plot in a notebook cell, and execute it twice, the plot output disappears. This is not what is expected. For example, using this code in one...

Trying to follow some simple examples of Jupyter widgets with matplotlib, but I'm having issues when using the `ipympl` backend. The first update to a plot produces a second plot...

This PR is not currently working. I would like to add support for interpolation with a 4th order Weighted Essentially Non-Oscillatory (WENO) scheme, following [Janett et al (2019)](https://ui.adsabs.harvard.edu/abs/2019A%26A...624A.104J/abstract). I wrote...

When using `nbsphinx` with jupyter notebooks, the output does not respect the heading rankings (e.g. #, ##, ###) *if they are entered in separate cells*. If all content is entered...

The [FITS standard](https://fits.gsfc.nasa.gov/standard40/fits_standard40aa-le.pdf) devotes most of its pages to the definition of header keywords. The ASDF standard, on the other hand, provides very little information on conventions to write metadata...

### Description I am trying to use astropy to read a FITS file produced by the [SSTRED](https://github.com/ISP-SST/sstred) pipeline from data taken at the Swedish 1-m Solar Telescope. The data can...

wcs
Bug
wcs.wcsapi

I'm trying to use Latex labels in widgets in jupyter lab, but after trying the exact same commands as in a tutorial notebook, it didn't work for me: ``` from...

When writing arrays or other structures to a JLD2 file, it writes zeros to the first 3440 bytes in the file. Here is a sample code: ``` using JLD2 tmp...

needs steps to reproduce