pyorc.CameraConfig.get_depth#
- CameraConfig.get_depth(z: List[float], h_a: Optional[float] = None) List[float][source]#
- Retrieve depth for measured bathymetry points. - This is done using the camera configuration and an actual water level, measured in local reference (e.g. staff gauge). - Parameters:
- z (list of floats) – measured bathymetry point depths 
- h_a (float, optional) – actual water level measured [m], if not set, assumption is that a single video is processed and thus changes in water level are not relevant. (default: None) 
 
- Returns:
- depths 
- Return type:
- list of floats