Skip to content.
CCB > CCBSIGS > ShapeToolLibraryProgram > ApplyFlatMapWarp

ApplyFlatMapWarp

Overview

This application applies a warp that is defined on a flatmap to data defined on a flatmap. In particular, the warp must be encoded as an RDD with grid size 257 x 257. The data in the warp must be the output coordinates of the warp, not the displacement. The data that is resampled must be defined on the same grid-size, but the data may be arbitrary. The data is resampled using the triangulation defined by the octahedral mesh used when flattening. In other words, the data is resampled linearly between grid points, where the plane used for interpolation is defined by the grid points that make up a triangle in the triangulated mesh representation of this surface.

Usage

Argument Type Required Description Notes
-overwrite flag No Enables file overwriting  
-debug flag No Enables additional error reporting  
-input File Yes Specifies the input data structure filename.  
-warp File Yes Specifies the warp data structure.  
-rdd flag No Specifies the file type to be RDD. The default is RDD  
-contour flag No Specifies the file type to be Contour. The default is RDD  
-point_list flag No Specifies the file type to be Point List. The default is RDD  
-linear flag No Specifies the interpolation method to be LinearFlatmap. The default is LinearFlatmap  
-bilinear flag No Specifies the interpolation method to be Bilinear. The default is LinearFlatmap  
-nn flag No Specifies the interpolation method to be NearestNeighbor. The default is LinearFlatmap  
-output File Yes Specifies the output data structure filename.  
-help flag No Prints help and usage information.  
-version flag No Prints version number of this application.  
-verbose flag No Enables detailed status messages.  
-license flag No Prints license details, and exits.  
-twiki flag No Writes command line arguments as a TWiki format table to output and exit.  
-pipeline flag No Write pipeline descriptor file to output and exit.  
-pipelineJar String No Specify path to an application jar file, as a pipeline resource. Example: "pipeline://localhost//home/zed/Connery.jar"
-pipelineJvm String No Specify a Java Virtual Machine called by a pipeline.  
-pipelineJvmOptions String No Specify Java Virtual Machine options used by a pipeline.