nasa / EMIT-Data-Resources

This repository provides guides, short how-tos, and tutorials to help users access and work with data from the Earth Surface Mineral Dust Source Investigation (EMIT) mission.
Apache License 2.0
138 stars 81 forks source link

Fix to elevation during orthorectification #44

Closed ebolch closed 1 year ago

ebolch commented 1 year ago

During the orthorectification process, the glt_array is used twice. This fix decrements a copy to adjust to a one-based index so the glt_array doesn't persist and get decremented twice. This was happening causing an incorrect elevation value to be returned during orthorectification.