User Tools

Site Tools


software:improtoo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:improtoo [2012/07/16 14:26] – [How to install] maxsoftware:improtoo [2014/09/10 09:49] – [IMProToo - Improved Mrr Processing Tool] max
Line 3: Line 3:
  
  
-IMProToo is an improved processing method for Micro Rain radar. It is especially suited for snow observations and provides besides other things effective reflectivity, Doppler velocity and spectral width. The method features a noise removal based on recognition of the most significant peak and a dynamic dealiasing routine which allows observations even if the Nyquist velocity range is exceeded. To software requires MRR raw data, it does not work with Metek's standard products MRR Averaged Data or Processed Data.+IMProToo is an improved processing method for Micro Rain radar. It is especially suited for snow observations and provides besides other things effective reflectivity, Doppler velocity and spectral width. The method features a noise removal based on recognition of the most significant peak and a dynamic dealiasing routine which allows observations even if the Nyquist velocity range is exceeded. The software requires MRR "raw data", it does not work with Metek's standard products MRR "Averaged Dataor "Processed Data". 
 + 
 +Please note that this software was developed for observations at low SNR ratios such as snow, drizzle or light rain. Heavy rain, especially in combination with strong turbulence, might give wrong results.
  
 The software can be used under the [[http://en.wikipedia.org/wiki/GNU_General_Public_License|GPL license]] The software can be used under the [[http://en.wikipedia.org/wiki/GNU_General_Public_License|GPL license]]
Line 15: Line 17:
  
 The software is still beta, especially the documentation needs to be enhanced. The software is still beta, especially the documentation needs to be enhanced.
-  * {{:software:improtoo:improtoo_0.96.zip|IMProToo_v0.96.zip}} (21 June 2012)+  * {{:software:improtoo:improtoo_0.99.zip|IMProToo_v0.99.zip}} changed units of slope to dB/(m/s), of eta to mm^6/m^3 (17 January 2013) 
 +  * {{:software:improtoo:improtoo_0.98.zip|IMProToo_v0.98.zip}} fixed calculation of kurtosis and skewness (6 August 2012)  
 +  * {{:software:improtoo:improtoo_0.97.zip|IMProToo_v0.97.zip}} netcdf bugfixes (18 July 2012)  
 +  * {{:software:improtoo:improtoo_0.96.zip|IMProToo_v0.96.zip}} initial public release (21 June 2012) 
  
  
Line 28: Line 33:
  
  
-An installation routine is not provided, Instead, save the included files in your working directory and import the package using "import IMProToo". If you save the files in another directory, you have to add this directory to your [[http://stackoverflow.com/questions/3108285/in-python-script-how-do-i-set-pythonpath|python path]]. If you have root permissions, you can also put the files into your python library directory (usually /usr/lib/python).+An installation routine is not provided, Instead, save the included files in your working directory and import the package using "import IMProToo". If you want to save the files in another directory, you have to add this directory to your [[http://stackoverflow.com/questions/3108285/in-python-script-how-do-i-set-pythonpath|python path]]. If you have root permissions, you can also put the files into your python library directory (usually /usr/lib/python).
  
 ===== How to use ==== ===== How to use ====
  
-To use the toolkit, import start python and import it:+To use the toolkit, start python and import it:
  
   import IMProToo   import IMProToo
Line 43: Line 48:
   processedSpec = IMProToo.MrrZe(rawData)   processedSpec = IMProToo.MrrZe(rawData)
  
-average rawData to 60s+if needed, average rawData to 60s
   processedSpec.averageSpectra(60)   processedSpec.averageSpectra(60)
  
-all settings (e.g. creator attribute of netCDF file, dealiasing) are available in the 'processedSpec.co' dictionary and must be set before calculating Ze etc.+all settings (e.g. creator attribute of netCDF file, dealiasing) are available in the 'processedSpec.co' dictionary and must be set before calculating Ze etc. See the source code for a description of the settings.
   processedSpec.co["ncCreator"] = "M.Maahn, IGM University of Cologne"   processedSpec.co["ncCreator"] = "M.Maahn, IGM University of Cologne"
   processedSpec.co["ncDescription"] = "MRR data from Cologne"   processedSpec.co["ncDescription"] = "MRR data from Cologne"
Line 60: Line 65:
  
 ===== Questions ===== ===== Questions =====
-In case of any questions, don't hesitate to contact Maximilian Maahn: mmaahn_(AT)_meteo_DOT_uni-koeln_DOT_de+In case of any questions, please don't hesitate to contact Maximilian Maahn: mmaahn_(AT)_meteo_DOT_uni-koeln_DOT_de
software/improtoo.txt · Last modified: 2021/01/22 22:17 by 127.0.0.1