load_aia_response#
- demregpy.load_aia_response(
- response_file=PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/demregpy/conda/latest/lib/python3.12/site-packages/demregpy/data/aia_tresp_en.dat'),
Load an AIA temperature response file into the matrix form used by
dn2dem.- Parameters:
response_file (path-like, optional) – Path to an IDL
.saveresponse file. Defaults to the bundled evenorm response.- Returns:
channels (list[str]) – Channel names such as
["A94", "A131", ...].tresp_logt (ndarray) – Log10 temperature grid of the response file.
trmatrix (ndarray) – Temperature response matrix with shape
(nt, nf).