planetarypy / planetaryimage

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

Make `Band_Sequential` USGS ISIS Cubefile and add test for it #61

Open bvnayak opened 8 years ago

bvnayak commented 8 years ago

Generally, we deal with Tile cube file. We recently changed decoder for Band_Sequential input type. To test that, make USGS ISIS Cubefile and add test for it.

bvnayak commented 8 years ago

It can be done by using the command below:

crop from=pattern.cub to=bsq_pattern.cub+bsq

bvnayak commented 8 years ago

Reference: Issue #57