Skip to content
Snippets Groups Projects
Commit e82f9972 authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

feature : offset

parent f18ed8e9
No related branches found
No related tags found
2 merge requests!47Feature : Multi-channel and Binning,!41Resolve "Consider rescaling (binning) large images"
......@@ -91,7 +91,12 @@ public class ProjectionParameters
return delta;
}
public String getProjectionType()
public int getOffset()
{
return offset;
}
public String getProjectionMethod()
{
return projectionMethod;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment