| AbstractCleaner | 
 Abstract base class for cleaners handling Spectrum
 objects. 
 | 
| AbstractDatabaseConnectionCleaner | 
 Ancestor for cleaners that require a database connection. 
 | 
| AbstractSerializableCleaner | 
 Abstract cleaner that can serialize its setup to disk and also load it
 from there. 
 | 
| InterPercentileRangeCleaner | 
| InterPercentileRangeCleaner.DataCollector | 
 A helper class for collecting the data from the database and computing
 the inter-percentile ranges (IPRs). 
 | 
| InterPercentileRangeCleaner.InterPercentileRange | 
 Container class for storing the lower and upper percentile, as well as
 the wave number. 
 | 
| MinMax | 
 Checks a field in the sample data whether the value is within a certain range. 
 | 
| PassThrough | 
 Dummy cleaner that flags everything as clean. 
 |