Small-Bodies-Node / pds4_tools

Python package to read and display NASA PDS4 data.
17 stars 13 forks source link

PDS4 Viewer: Display Settings Warning #101

Closed jennifergward closed 3 months ago

jennifergward commented 4 months ago

PDS4 Viewer gives a warning, "No valid/supported Display Settings found. Displayed image may not be correct," if multiple bands are listed as local_identifier_references in one Display_Settings class rather than in separate classes. Please update the PDS4 Viewer to deal with the recent change to the standards that allows multiple references.

e.g.

INA_at_areoid_image EMA_at_areoid_image Phase_angle_image Latitude_image Longitude_image INA_at_surface_from_MOLA_image EMA_at_surface_from_MOLA_image Slope_magnitude_from_MOLA_image MOLA_slope_azimuth_image Elevation_image Thermal_inertia_image Bolometic_albedo_image Local_solar_time_image Spare_image display_settings_to_array Sample Left to Right Line Top to Bottom vs. INA_at_areoid_image display_settings_to_array Sample Left to Right Line Top to Bottom EMA_at_areoid_image display_settings_to_array Sample Left to Right Line Top to Bottom ...
LevN0 commented 3 months ago

Thank you for reporting. This has been on my agenda for a while. I wanted to do a more comprehensive refactoring for discipline dictionaries, but looks like for now I will stick to just addressing this specifically.