DOI-USGS / ISIS3

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.
https://isis.astrogeology.usgs.gov
Other
200 stars 169 forks source link

Cube header support #5641

Closed jmk0502 closed 1 month ago

jmk0502 commented 1 month ago

Hello, This is a basic question from a beginner. Could anyone tell me how to access the cube header ? I have downloaded data(as .img file) and it has an attached label file(.lbl). After importing it into ISIS, the .cub file is created. If I want to check the base and multiplier values, how do I access the header? I am looking for ways to modify the low/high representation values in the cube after some mathematical operations and I would like some insight on how to go about it. Any help is much appreciated, thanks.

amystamile-usgs commented 1 month ago

It sounds like you are interested in looking at the cube's label (header). You can use the catlab app to view the label. To edit the label, you can use the editlab app.

Here is the full ISIS application list if you would like to see if there are additional apps that meet your needs: https://isis.astrogeology.usgs.gov/8.3.0/Application/index.html

jmk0502 commented 1 month ago

Thank you so much! This solves my issue.