Package org.hortonmachine.modules
Class PdalFilterSmrf
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.docker.PdalDockerModel
-
- org.hortonmachine.modules.PdalFilterSmrf
-
public class PdalFilterSmrf extends PdalDockerModel
-
-
Field Summary
Fields Modifier and Type Field Description StringinPathStringoutNameDoublepCellSizeIntegerpOutClassificationStringpReturnsDoublepScalarDoublepSlopeDoublepThresholdDoublepWindow-
Fields inherited from class org.hortonmachine.modules.docker.PdalDockerModel
dockerHandler
-
-
Constructor Summary
Constructors Constructor Description PdalFilterSmrf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidprocess()-
Methods inherited from class org.hortonmachine.modules.docker.PdalDockerModel
checkDockerInstall, closeClient, execCommand, getPipelineFile, getPipelineJson, hasImage, pullImage, removeImage, startContainer
-
-
-
-
Field Detail
-
inPath
public String inPath
-
outName
public String outName
-
pCellSize
public Double pCellSize
-
pScalar
public Double pScalar
-
pSlope
public Double pSlope
-
pThreshold
public Double pThreshold
-
pWindow
public Double pWindow
-
pReturns
public String pReturns
-
pOutClassification
public Integer pOutClassification
-
-