You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
data/lmb/pipeline.json

26 lines
477 B

[
{
"type":"readers.gdal",
"filename": "GPR_reflector_1_Z.ers"
},
{
"type":"filters.decimation",
"step": 10
},
{
"type": "filters.ferry",
"dimensions": "band_1 => Z"
},
{
"type": "filters.range",
"limits": "Z[300:500]"
},
{
"type": "filters.delaunay"
},
{
"type": "writers.ply",
"filename": "GPR_reflector_1_Z.ply",
"faces": true
}
]