Python - Report Lambdas
Report Lambda Cheatset
Define Report Program
This example creates a new report program. result = vf.create_lambda_python( project=projec...
Run Report Program
The following example runs an existing Report Program with a given set of inputs. # We will use ...
Read Report Results
This example shows how to read the results of a Report Lambda execution. # The "project" variabl...
Initialize Report Lambda
This example shows how to initialize the Voxel Farm library in a report Lambda program. import v...
Read inputs of Report Lambda
The following example shows how to read inputs from a report lambda program. mesh_entity = vf.in...
Volumetric Booleans in Report
This example shows how to create volumetric boolean operations between volumetric datasets. #...
Load and Write Pandas
This example shows how to create a Pandas dataframe from voxels inside a Report Lambda program an...