|
Functions |
| float | get_range (float lat1, float lon1, float lat2, float lon2) |
| float | get_az (float lat1, float lon1, float lat2, float lon2) |
| float | az_from_xy (float x, float y) |
| float | ran_from_xy (float x, float y) |
| float | x_from_azran (float az, float ran) |
| float | y_from_azran (float az, float ran) |
| double | beam_height_agl_65_bot (float elevation, float ran) |
| double | beam_height_agl_65_top (float elevation, float ran) |
| double | beam_height_agl_65 (float elevation, float ran) |
| double | beam_width (float range) |
| float | dbz_to_z (float dbz) |
| float | z_to_dbz (float z) |
| float | rain_rate (float a, float b, float dbz) |
| int | fmax (const void *p1, const void *p2) |
| int | fmin (const void *p1, const void *p2) |
| float | get_max_core_ht (struct cellinfo c) |
| float | get_max_core_ht_th (struct cellinfo c, float max_thresh) |
| float | get_min_core_ht_th (struct cellinfo c, float max_thresh) |
| float | get_max_dbz_ht (struct cellinfo c) |
| float | get_max_conv_dv (struct cellinfo c) |
| float | get_max_conv (struct cellinfo c) |
| float | get_max_dbz (struct cellinfo c) |
| float | get_max_core (struct cellinfo c) |
| float | get_max_div_dv (struct cellinfo c) |
| float | get_max_div (struct cellinfo c) |
| float | get_max_oww (struct cellinfo c) |
| float | get_conv_dv_depth (struct cellinfo c) |
| float | get_conv_depth (struct cellinfo c) |
| float | get_drop_max_dbz (struct cellinfo c1, struct cellinfo c2) |
| float | get_drop_max_core (struct cellinfo c1, struct cellinfo c2) |
| float | get_max_gust_dbz (struct cellinfo c) |
| float | get_max_gust_vil (struct cellinfo c) |
| float | get_max_gust_lookup (struct cellinfo c, float lapse, float slfc, float rad_elev) |
| float | get_max_dbz_above (struct cellinfo c, float minht) |
| float | get_max_isosurface_ht (struct cellinfo c, float iso) |
| float | get_min_isosurface_ht (struct cellinfo c, float iso) |
| float | get_max_conv_layer (struct cellinfo c, float conv_bot, float conv_top) |
| float | get_max_topconv_layer (struct cellinfo c, float conv_bot, float conv_top) |
| float | get_max_conv_dv_layer (struct cellinfo c, float conv_bot, float conv_top) |
| float | get_max_3rad_conv_dv_layer (struct cellinfo c, float conv_bot, float conv_top) |
| float | get_max_conv_area_layer (struct cellinfo c, float bot, float top, int j) |
| float | get_max_conv_mean_layer (struct cellinfo c, float conv_bot, float conv_top) |
| float | get_max_div_dv_layer (struct cellinfo c, float div_bot, float div_top) |
| float | get_max_div_layer (struct cellinfo c, float div_bot, float div_top) |
| float | get_max_rot_layer (struct cellinfo c, float rot_bot, float rot_top) |
| float | get_min_rot_layer (struct cellinfo c, float rot_bot, float rot_top) |
| float | get_conv_depth_layer (struct cellinfo c, float conv_ht_max, float conv_depth_min_conv) |
| float | get_conv_dv_depth_layer (struct cellinfo c, float conv_ht_max, float conv_depth_min_conv) |
| float | get_max_dbz_layer (struct cellinfo c, float minht, float maxht) |
| float | get_cell_depth_above (struct cellinfo c, float level) |
| float | get_cell_depth_above_dbz (struct cellinfo c, float level, float dbz1) |
| int | get_array_pos (int pos, int age) |