shoot.hydrology.Anomaly.anomaly_at_depth# Anomaly.anomaly_at_depth(depth_level, signed=False)[source]# Get the anomaly value at a specific depth Parameters: depth_level (float) – Target depth (sign is adjusted automatically). signed (bool, default False) – If True, return signed anomaly. Otherwise, return absolute value. Returns: Anomaly value at the requested depth. Return type: float