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

ENH: adjust parameters

parent 7b8efca7
Branches
Tags
No related merge requests found
......@@ -40,12 +40,12 @@ int main(int argc, char * argv[])
size[1] = 1000;
vectorDataRendering->SetSize(size);
ImageType::PointType origin;
origin[0] = 1.;//UL lon
origin[1] = 44.;//UL lat
origin[0] = 1.3769;//UL lon
origin[1] = 43.5455;//UL lat
vectorDataRendering->SetOrigin(origin);
ImageType::SpacingType spacing;
spacing[0] = 0.0005;
spacing[1] = -0.0005;
spacing[0] = 0.0002;
spacing[1] = -0.0002;
vectorDataRendering->SetSpacing(spacing);
......@@ -59,4 +59,4 @@ int main(int argc, char * argv[])
return EXIT_SUCCESS;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment