SMS:WAM Map to Raster Utility: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
==Map to Raster==
The ''Map to Raster'' utility has been updated to allow for conversions between big endian to little endian. Most machines are little endian and therefore users should just use the utility like they did before. However, if the InOut/Map files were created from a machine that is big endian the user should convert to little endian. To convert: copy the InOut/Map files to a little endian machine. Then from the command line run map_to_rast.exe passing "big_endian" as an argument. It will look something like this: c:\>map_to_rast.exe big_endian. Other command line arguments can also be used outlined below:  
The ''Map to Raster'' utility has been updated to allow for conversions between big endian to little endian. Most machines are little endian and therefore users should just use the utility like they did before. However, if the InOut/Map files were created from a machine that is big endian the user should convert to little endian. To convert: copy the InOut/Map files to a little endian machine. Then from the command line run map_to_rast.exe passing "big_endian" as an argument. It will look something like this: c:\>map_to_rast.exe big_endian. Other command line arguments can also be used outlined below:  
*native  
*native  

Revision as of 19:18, 15 January 2015

The Map to Raster utility has been updated to allow for conversions between big endian to little endian. Most machines are little endian and therefore users should just use the utility like they did before. However, if the InOut/Map files were created from a machine that is big endian the user should convert to little endian. To convert: copy the InOut/Map files to a little endian machine. Then from the command line run map_to_rast.exe passing "big_endian" as an argument. It will look something like this: c:\>map_to_rast.exe big_endian. Other command line arguments can also be used outlined below:

  • native
Specifies that unformatted data should not be converted.
  • big_endian
Specifies that the format will be big endian for integer data and big endian IEEE floating-point for real and complex data.
  • cray
Specifies that the format will be big endian for integer data and CRAY* floating-point for real and complex data.
  • fdx (Linux, Mac OS X)
Specifies that the format will be little endian for integer data, and VAX processor floating-point format F_floating, D_floating, and X_floating for real and complex data.
  • fgx (Linux, Mac OS X)
Specifies that the format will be little endian for integer data, and VAX processor floating-point format F_floating, G_floating, and X_floating for real and complex data.
  • ibm
Specifies that the format will be big endian for integer data and IBM* System\370 floating-point format for real and complex data.
  • little_endian
Specifies that the format will be little endian for integer data and little endian IEEE floating-point for real and complex data.
  • vaxd
Specifies that the format will be little endian for integer data, and VAX* processor floating-point format F_floating, D_floating, and H_floating for real and complex data.
  • vaxg
Specifies that the format will be little endian for integer data, and VAX processor floating-point format F_floating, G_floating, and H_floating for real and complex data.

Related Topics