planetarypy / planetaryimage

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

Allow the creation of a PDS3Image object from a numpy array #60

Open bvnayak opened 8 years ago

bvnayak commented 8 years ago

Allow save to create a PDS3Image object from a numpy array, which will serialized it out to a PDS3 file.

godber commented 8 years ago

I think this task might be better stated as "Allow the creation of a PDS3Image object from a numpy array". Which should, in turn, be able to be serialized out to a PDS3 file with the .save() method.

bvnayak commented 8 years ago

Issue updated.