RAVE
odc_hac.py File Reference

Performs hit-accumulation clutter filtering using hit-accumulation monthly "climatologies" or "counter files". More...

Classes

class  Lib.odc_hac.HAC
 

Namespaces

namespace  Lib.odc_hac
 

Functions

 Lib.odc_hac.init ()
 Initializes the ARGS dictionary by reading config from XML file.
 
 Lib.odc_hac.lastMonth (YYYYMM)
 Convenience functions.
 
 Lib.odc_hac.hacFile (scan, lastmonth=False)
 Derives a file string from the input object.
 
 Lib.odc_hac.hacIncrement (obj, quant="DBZH")
 Increments the HAC file(s) for the given object.
 
 Lib.odc_hac.incrementScan (scan, quant="DBZH")
 Increments the HAC file for this scan.
 
 Lib.odc_hac.incrementPvol (pvol, quant="DBZH")
 Increments all the HAC files for the scans in a volume, assuming we only wanty to deal with DBZH.
 
 Lib.odc_hac.hacFilter (obj, quant="DBZH")
 Filters the given object.
 
 Lib.odc_hac.filterScan (scan, quant="DBZH")
 Filters this scan.
 
 Lib.odc_hac.filterPvol (pvol, quant="DBZH")
 Filters this scan.
 
 Lib.odc_hac.multi_increment (fstrs, procs=None)
 Multiprocesses the incrementation.
 
 Lib.odc_hac.zdiffScan (scan, thresh=40.0)
 Odds and ends below.
 
 Lib.odc_hac.zdiffPvol (pvol, thresh=40.0)
 
 Lib.odc_hac.zdiff (obj, thresh=40.0)
 

Variables

str Lib.odc_hac.HACDATA = rave_defines.RAVEROOT + '/share/hac/data'
 
str Lib.odc_hac.CONFIG_FILE = rave_defines.RAVECONFIG + '/hac_options.xml'
 
int Lib.odc_hac.initialized = 0
 
dict Lib.odc_hac.ARGS = {}
 

Detailed Description

Performs hit-accumulation clutter filtering using hit-accumulation monthly "climatologies" or "counter files".

Added also Z-diff quality indicator.

Author
Daniel Michelson, SMHI
Date
2013-01-14