LM-SAL / aiapy

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

Document ability to pass correction table to correct_degradation #59

Closed nabobalis closed 1 year ago

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Jun 30, 2020, 19:34

The aiapy.calibrate.correct_degradation function can optionally be passed a keyword argument correction_table which can be either a path to a file with the properly formatted correction parameters (e.g. from SSW) or an astropy table that has already been created from such a file. This is much more efficient than querying JSOC every time and may be necessary in cases where you don't have an internet connection. It may be best to actually document this in the aiapy.calibrate.degradation function instead.

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Jul 17, 2020, 11:16

mentioned in commit 67e5667a69c0edb51c3ae007ce5c8677a52b437d