Tkinter Python app to quickly preview NASA PDS4 image products.
Point it at a folder of .xml labels + .img files and click through.
- Scans a directory for
*.xmllabels - Infers axis/channel order, handles 1-N bands
- Per-band min-max scaling to 8-bit
- Shows shape/dtype/axis info; Previous/Next navigation
pip install pillow pds4-tools numpypython visualize_pds4_images.py
# or
python visualize_pds4_images.py /path/to/pds4 --pattern "*.xml"