raw2isis
Import raw cube into Isis format
This program will import a raw image into an Isis cube. Bytes will be swapped if
necessary and there is an option to create special pixels.
Categories
History
Tracie L Sucharski | 1994-07-21 | Original version |
Tracie L Sucharski | 2002-07-25 | Ported to Isis 3.0 |
Tracie L Sucharski | 2003-01-28 | Move from Utility to Import/Export category. |
Jeff Anderson | 2003-02-03 | Move from Import/Export to Import and Export category. |
Kim Sides | 2003-05-13 | Added application test |
Stuart Sides | 2003-05-16 | Modified schema location from astogeology... to isis.astrogeology..." |
Stuart Sides | 2003-07-29 | Modified filename parameters to be cube parameters where necessary |
Tracie Sucharski | 2003-08-22 | Modified to use the new IsisImport object, which simplified the code. |
Stuart Sides | 2003-10-10 | Modified call to StartProcess to match new IsisImport class. |
Jeff Anderson | 2004-02-06 | Modified due to refactor of IsisImport class |
Jeff Anderson | 2004-05-18 | Updated documentation |
Drew Davidson | 2005-06-27 | Updated application test |
Steven Koechle | 2007-08-29 | Added ability to change special pixel ranges. Added example. |
Christopher Austin | 2008-08-28 | Added the UNSIGNEDWORD option for param BITTYPE. |