planetarypy / planetaryimage

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

This commit makes image to be saved even when the dtype, bands, samples, lines are changed. #59

Closed bvnayak closed 8 years ago

bvnayak commented 8 years ago

refs#58

godber commented 8 years ago

Shouldn't this be accompanied by some tests?

godber commented 8 years ago

Take one or more of our standard test images and apply transformations to that image, saving manually created and validated output images for validation purposes.

Suggested transformations

bvnayak commented 8 years ago

All tests are added now and working fine.

godber commented 8 years ago

This addresses #58 right @bvnayak?

bvnayak commented 8 years ago

Yes. It addresses #58

bvnayak commented 8 years ago

Sure. I will be using try: ... finally: os.remove... in my next commit.