Changes between Version 4 and Version 5 of adeiAG

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
08/26/09 10:55:41 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiAG

    v4 v5  
    6161) 
    6262}}} 
     63 * ''data_filters'' - the set of [wiki:adeiClassDATAFilter data filters] which should be used to preprocess the RAW data. The following format should be used: 
     64{{{ 
     65array( 
     66 "FILTERClass" => array(...),  // array contain properties for the FILTERClass constructor 
     67 "BADVALUEFilter => array( 
     68     "badvalue" => 1999, 
     69 ) 
     70) 
     71}}} 
    6372 
    6473=== DBReader-specific options ===