You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DSD retrievals, and liquid/ice mass calculations are supported. There is also an
10
+
DSD retrievals, and liquid/ice mass calculations are supported. There is also an
11
11
algorithm that uses a finite impulse response (FIR) filter to process differential phase
12
12
and calculate specific differential phase.
13
13
Finally, there are some tools to do rudimentary QC on the data.
14
14
15
15
These are supplied as standalone functions that take polarimetric radar data
16
16
as arguments. Scalars and arrays are supported as function inputs. The main exception
17
-
is `csu_kdp.calc_kdp_bringi()` which requires individual rays, sweeps, or volumes of
18
-
radar data.
17
+
is `csu_kdp.calc_kdp_bringi()` which requires individual rays, sweeps, or volumes of
18
+
radar data.
19
19
20
20
CSU_RadarTools Installation
21
21
---------------------------
@@ -36,10 +36,10 @@ routines have been substantially altered.</b>
36
36
37
37
To access, use the following in your analysis code:
38
38
```
39
-
from csu_radartools import (csu_fhc, csu_liquid_ice_mass, csu_blended_rain, csu_dsd,
40
-
csu_kdp, csu_misc)
39
+
from csu_radartools import (csu_fhc, csu_liquid_ice_mass, csu_blended_rain, csu_dsd,
40
+
csu_kdp, csu_misc, fundamentals)
41
41
```
42
42
43
-
For help information do help on individual modules. There is also a demonstration IPython notebook in the notebooks directory that covers all the modules.
43
+
For help information do help on individual modules. There is also a demonstration IPython notebook in the notebooks directory that covers all the modules.
44
44
45
45
CSU_RadarTools is known to work under Python 2.7 and 3.4. Other Python versions are untested.
0 commit comments