Uses of Class
adams.data.cleaner.spectrum.InterPercentileRangeCleaner.InterPercentileRange
-
Packages that use InterPercentileRangeCleaner.InterPercentileRange Package Description adams.data.cleaner.spectrum -
-
Uses of InterPercentileRangeCleaner.InterPercentileRange in adams.data.cleaner.spectrum
Fields in adams.data.cleaner.spectrum with type parameters of type InterPercentileRangeCleaner.InterPercentileRange Modifier and Type Field Description protected Hashtable<Float,InterPercentileRangeCleaner.InterPercentileRange>
InterPercentileRangeCleaner. m_AmplitudeIPRs
the interpercentiles to use for the amplitudes.protected Hashtable<Float,InterPercentileRangeCleaner.InterPercentileRange>
InterPercentileRangeCleaner.DataCollector. m_AmplitudeRanges
the inter-percentile ranges for the amplitudes (wavenumber - IPR).protected Hashtable<adams.data.report.Field,InterPercentileRangeCleaner.InterPercentileRange>
InterPercentileRangeCleaner. m_FieldIPRs
the interpercentiles to use for the fields.protected Hashtable<adams.data.report.Field,InterPercentileRangeCleaner.InterPercentileRange>
InterPercentileRangeCleaner.DataCollector. m_FieldRanges
the inter-percentile ranges for the fields (field - IPR).Methods in adams.data.cleaner.spectrum that return types with arguments of type InterPercentileRangeCleaner.InterPercentileRange Modifier and Type Method Description Hashtable<Float,InterPercentileRangeCleaner.InterPercentileRange>
InterPercentileRangeCleaner.DataCollector. getAmplitudeRanges()
Returns the inter-percentile ranges for the amplitudes.Hashtable<adams.data.report.Field,InterPercentileRangeCleaner.InterPercentileRange>
InterPercentileRangeCleaner.DataCollector. getFieldRanges()
Returns the ranges for the fields.Methods in adams.data.cleaner.spectrum with parameters of type InterPercentileRangeCleaner.InterPercentileRange Modifier and Type Method Description protected String
InterPercentileRangeCleaner. checkValue(InterPercentileRangeCleaner.InterPercentileRange ipr, double value)
Checks the specified value against the inter-percentile setup whether it is valid or not.
-