sunraster
sunraster copied to clipboard
A SunPy-affiliated package which provides tools to analyze data from spectral data from any solar mission.
### Describe the bug Running tests locally with `tox` fails with the following error: ```console $ tox -e py311 ROOT: will run in automatically provisioned tox, host /home/danielryan/miniconda3/envs/sunraster-dev/bin/python3.11 is missing...
### Describe the bug I was working through the documentation trying the examples. When I ran this one, from [here]() ```python my_rasters.plot_as_sns() ``` I got back ```python-traceback --------------------------------------------------------------------------- NotImplementedError Traceback...
### Describe the bug When I run the plotting examples from the documentation, e.g. from [here](https://docs.sunpy.org/projects/sunraster/en/latest/data_types/spectrogram.html#plotting), in jupyter lab the generated plots have multiple overlapping elements, including widgets that don't...
To support tools for performing instrument-specific spectral analysis on SPICE data, the following generalized infrastructure must be developed/improved with the following priority: | Functionality | Use Case | Package |...
### Describe the feature The current SPICE FITS files include "WCSDVARR" ImageHDUs to represent additional distortion information (see the [draft WCS IV paper](https://www.atnf.csiro.au/people/mcalabre/WCS/dcs_20040422.pdf)). Distortion from the instrument optics is already...
### Provide a general description of the issue or problem. We recently closed some bugs with the spice reader in sunraster. https://github.com/sunpy/sunraster/issues/196 and https://github.com/sunpy/sunraster/issues/202 Issue is, we don't have any...
It would be great if an example gallery could be added to the docs, with a very simple example showing how to load a file (perhaps from IRIS?) into `sunraster`.
### 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()`...
### Describe the bug Hi, While preparing this project for Guix index I've faced with some tests failed to pass: ``` ________________ test_read_spice_l2_fits_single_file_dumbbells _________________ spice_rasdb_filename = '/tmp/guix-build-python-sunraster-0.5.1.drv-0/pytest-of-nixbld/pytest-0/test_read_spice_l2_fits_single2/spice/solo_L2_spice-n-ras-db_20200602T081733_V01_12583760-000.fits' def test_read_spice_l2_fits_single_file_dumbbells(spice_rasdb_filename): filename...