aria-tools / ARIA-tools

Tools for exploiting ARIA standard products
Apache License 2.0
99 stars 36 forks source link

Fix bug when extracting iono and tropo layer #421

Closed sssangha closed 5 months ago

sssangha commented 5 months ago

Addressing issue #420 , where an error is raised when just either the ionosphere and tropo layer are extracted because the dimensions were not properly passed and accounted for.

Specifically, the program checks for internal consistency between the dimensions of all output layers. This information was not initialized and passed for the ionosphere and tropo layers, so when this check is executed the program fails.