vir smear correction saturation indexing
Closed this issue · 2 comments
geomorphlab commented
Line 586 in 24193ba
Could you please check if this is definitely working as intended? I think potentially when i_sat
is used to index vis_tmp
it is actually zeroing out the wrong bands (since i_sat
is found on Line 585 using vis_tmp[85:]
not vis_tmp
). Also, why 85 when comment on Line 592 says 90:95? Great package - thanks.
AStcherbinine commented
geomorphlab commented
Thanks Aurélien. I have made some efficiency improvements in my local version of your code (e.g., getting rid of all loops in _readomega) - I will share these with you soon but maybe it's no longer a faithful translation of the IDL code.