planetarypy / planetaryimage

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

Update pvl to 0.3.0 and use strict parameter #73

Open percurnicus opened 7 years ago

percurnicus commented 7 years ago

The open method should include a kwarg strict=True to pass into pvl when opening an image. Either that or just always use strict=False when opening the label but I think we should give the user the option just like we give the user the option in pvl. Thoughts?