Closed
Description
The FitsImagePanel displays a too complicated title (file name ...) from FitsImage.getFitsImageIdentifier()
It would be better to use the HDU_NAME (or renamed by the GUI) for the image, but also indicate the associated result.
Two solutions:
- modify FitsImagePanel to have a new ID field given with the image and displayed in place or as a prefix in the chart's title
- use setFitsImageIdentifier() to define the user-defined or better identifier in the OImaging code
To be investigated as the ViewerPanel only deals with FitsImageHDU so no mean to get its ServiceResult.