planetarypy / planetaryimage

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

Refactor _save #72

Open percurnicus opened 7 years ago

percurnicus commented 7 years ago

The _save needs to be refactored which means to separate the steps into smaller functions that can be tested and make the steps more "pythonic" (i.e. context managers, xrange, etc.). Think about usability and how that can be improved as well