public class Utility extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
dewPoint(double temp,
double rh)
Calculates the dew point temperature from current conditions.
|
public static double dewPoint(double temp,
double rh)
temp - the ambient air temperature in degrees Celsius. SHould be be between
0 and 50 degrees, inclusive.rh - the relative humidity expressed as a percentage.Copyright © 2021 LSST. All rights reserved.