Closed hayesla closed 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.
mdem[i] = dem[*, *, i]
Ta and fixed
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.