LM-SAL / aiapy

Python library for AIA data analysis
https://aiapy.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Add gallery example showing how to convert map data type #69

Open nabobalis opened 3 years ago

nabobalis commented 3 years ago

In GitLab by @wtbarnes on Oct 7, 2020, 06:52

Following from discussion in !87, Level 1 images are saved as 16 bit integers. When doing any sort of operation on a map, the data type is often converted to double precision. However, it is usually not necessary to save these data in double precision. There should be a gallery example that shows how to convert these maps to single precision and save them.

nabobalis commented 3 years ago

In GitLab by @markcheung on Oct 9, 2020, 11:43

level 1 images are saved as compressed fits. It would be useful for the example to show how to save a compressed fits file. Though... since it's floating point maybe the savings aren't too significant.

nabobalis commented 3 years ago

In GitLab by @wtbarnes on Nov 12, 2020, 16:24

Probably worth showing either way

nabobalis commented 3 years ago

In GitLab by @wtbarnes on Apr 30, 2021, 05:41

changed health status to needs attention