planetarypy / planetaryimage

Python PDS and Isis Cube file parser.
BSD 3-Clause "New" or "Revised" License
39 stars 20 forks source link

Make `planetaryimage` property to return Data property first if Data exists #62

Closed bvnayak closed 8 years ago

bvnayak commented 8 years ago

We currently return property values from the label information. This will result into an error when user changes data properties. (e.g. Cropping an image).

Make property to return its values with priority listed below: (1) Data Property (If data exists) (2) Label Property (Required during decoding)