Skip to content
Snippets Groups Projects
Commit 3d2297ed authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: Radar images are signed

parent 1cac662f
Branches
Tags
No related merge requests found
...@@ -36,7 +36,7 @@ int otbImageFileReaderERS(int argc, char* argv[]) ...@@ -36,7 +36,7 @@ int otbImageFileReaderERS(int argc, char* argv[])
const char * outputFilename = argv[2]; const char * outputFilename = argv[2];
typedef float InputPixelType; typedef float InputPixelType;
typedef unsigned short OutputPixelType; typedef short OutputPixelType;
const unsigned int Dimension = 2; const unsigned int Dimension = 2;
typedef otb::VectorImage< InputPixelType, Dimension > InputImageType; typedef otb::VectorImage< InputPixelType, Dimension > InputImageType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment