getLayerGeometryTime

pyslm.analysis.getLayerGeometryTime(layerGeom, models, includeJumpTime=False, jumpDelay=0.0)

Returns the total time taken to scan across a LayerGeometry.

Parameters:
  • layerGeom (LayerGeometry) – The LayerGeometry to process

  • models (List[Model]) – A list of Model which is used by the geometry.LayerGeometry

  • includeJumpTime (Optional[bool]) – Include the jump time between scan vectors in the calculation (default = False)

Return type:

float

Returns:

The time taken to scan across the LayerGeometry