Uses of Record Class
sc.fiji.snt.analysis.sholl.math.PolarProfileStats.PolarPeak
Packages that use PolarProfileStats.PolarPeak
-
Uses of PolarProfileStats.PolarPeak in sc.fiji.snt.analysis.sholl.math
Methods in sc.fiji.snt.analysis.sholl.math that return types with arguments of type PolarProfileStats.PolarPeakModifier and TypeMethodDescriptionPolarProfileStats.Report.directionPeaks()Returns the value of thedirectionPeaksrecord component.PolarProfileStats.findDirectionPeaks(double rMin, double rMax) Automatically finds directional peaks (0–360°) over a Sholl radial band by deriving a data-driven prominence threshold (median + 1.5×MAD (Median Absolute Deviation), of local prominences after light smoothing) and applying a minimum separation of two angular bins.PolarProfileStats.findDirectionPeaks(double rMin, double rMax, int maxPeaks, double minProminence) Finds up tomaxPeakslocal maxima in the direction (0–360°) distribution within a Sholl band.PolarProfileStats.findOrientationPeaks(double rMin, double rMax) Automatically finds orientation (0–180°) peaks over a radial band using the same settings used byPolarProfileStats.findDirectionPeaks(double, double).PolarProfileStats.findOrientationPeaks(double rMin, double rMax, int maxPeaks, double minProminence) Finds up tomaxPeakslocal maxima in the orientation (0–180°) distribution within a Sholl band.PolarProfileStats.Report.orientationPeaks()Returns the value of theorientationPeaksrecord component.Constructor parameters in sc.fiji.snt.analysis.sholl.math with type arguments of type PolarProfileStats.PolarPeakModifierConstructorDescriptionReport(List<PolarProfileStats.PolarPeak> directionPeaks, List<PolarProfileStats.PolarPeak> orientationPeaks, double adc, double odc, double pd, double po, CircularModels.VonMisesFit vmDirectional, CircularModels.VonMisesFit vmAxial) Creates an instance of aReportrecord class.