aivazis / qed

A web based visualizer of large datasets
BSD 2-Clause "Simplified" License
4 stars 6 forks source link

Read ISCE2 xml files to automatically get the image size and type #19

Closed EJFielding closed 5 months ago

EJFielding commented 2 years ago

The ISCE2 package writes out flat binary files with an associated xml file that provides the image size and organization (complex, band-interleaved-by-line, etc.). It would be great if QED had a reader to get the necessary metadata it needs for displaying an ISCE2 image.

In the ISCE2 package, there is a mdx.py application that reads the xml file and then runs MDX with the appropriate flags to display the image. This would be another nice addition to QED. I am not sure if this should be a separate issue.