ianan / demreg

Calculate the Differential Emission Measure (DEM) from solar data using regularised inversion.
GNU General Public License v2.0
18 stars 19 forks source link

small index bug in example_dem_aia15.pro #1

Closed hayesla closed 4 years ago

hayesla commented 4 years ago

Hey Iain,

I've been playing around with this DEM code and found a small index bug here https://github.com/ianan/demreg/blob/master/idl/example_dem_aia15.pro#L103

should be mdem[i] = dem[*, *, i] I think.

ianan commented 4 years ago

Ta and fixed