 elaboradar | Name space generale del programma |
  Assets | Finds resources, like data files, used by the program |
  CUM_BAC | Classe principale del programma |
  CalcoloVPR | Struttara per il calcolo del VPR |
  SingleCart | Struttura per gestire output cartesiano di un singolo campo |
  Site | Radar site information |
  SiteGAT | Struttura Site custom per GAT |
  SiteSPC | Struttura Site custom per SPC |
 radarelab | String functions |
  algo | |
   azimuthresample | |
    AzimuthIndex | Classe to manage Index beam positions by azimuth angles |
    LevelwiseResampler | Resample a volume one level at a time |
   Cleaner | Struttura per cleaner dati grezzi sulla base dei valori di V, W e la deviazione standard di Z |
   DBZ | Class to manage reflectivity functions (simply attenuation correction, conversion between Z, dBZ, R) |
  utils | |
   str | |
    Split | Split a string where a given substring is found |
   sys | |
    MMap | Wraps a mmapped memory area, unmapping it on destruction |
    FileDescriptor | Common operations on file descriptors |
    NamedFileDescriptor | File descriptor with a name |
    ManagedNamedFileDescriptor | File descriptor that gets automatically closed in the object destructor |
    Path | Wrap a path on the file system opened with O_PATH |
     iterator | Iterator for directory entries |
    File | File in the file system |
    Directory | Nicely wrap access to directories |
   tests | |
    LocationInfo | Add information to the test backtrace for the tests run in the current scope |
    TestStackFrame | Information about one stack frame in the test execution stack |
    TestFailed | Exception thrown when a test assertion fails, normally by Location::fail_test |
    TestSkipped | Exception thrown when a test or a test case needs to be skipped |
    TestMethodResult | Result of running a test method |
    TestCaseResult | Result of running a whole test case |
    TestController | Abstract interface for the objects that supervise test execution |
    SimpleTestController | Simple default implementation of TestController |
    TestRegistry | Test registry |
    TestMethod | Test method information |
    TestCase | Test case collecting several test methods, and self-registering with the singleton instance of TestRegistry |
    Fixture | Base class for test fixtures |
    FixtureTestCase | Test case that includes a fixture |
  volume | Namespace per volume dati |
   Loader | Struttura che contiene mappa per caricamento dati |
   ODIMLoader | Struttura che eredita da Loader e definisce i metodi per accedere ai dati ODIM |
   LoadInfo | LoadInfo structure - Contains generic volume information |
   Scans | Sequence of PolarScans which can have a different beam count for each elevation |
   PROB | Given radar variables compute matrix of probability |
   MLpoints | MLpoints Melting Layer Points matrix AzH |
   CONF | Compute confidence vector of radar variables |
   HCA_Park | Compute HCA |
   MeltingLayer | MeltingLayer Melting Layer Detection Algorithm MLDA Giangrande et al. 2008 |
   classifier | Compute hydrometeor classification |
  CoordinateMapping | Mapping of cartesian coordinates to raw azimuth angles and range distances |
  IndexMapping | Mapping of cartesian coordinates to specific azimuth and range volume indices |
  FullsizeIndexMapping | Index mapping where the pixel size corresponds to the radar cell size |
  ScaledIndexMapping | Index mapping with arbitrary pixel size |
  CylindricalVolume | Radar volume mapped to cylindrical coordinates |
  Matrix2D | Base for all matrices we use, since we rely on row-major data |
  File | Open a file taking its name from a given env variable |
  PolarScanBase | Basic structure to describe a polar scan, independently of the type of its samples |
  PolarScan | PolarScan - structure to describe a polarScan containing a matrix of data and conversion factors |
  Volume | Homogeneous volume with a common beam count for all PolarScans |
  Statistic | Generic Class to perform statistical analysis Statistic object could be used as accumulator of data and performs statistical computations such as mean, variance, standard deviation, linear fit |