Class PlausibilityCheck.SignalQuality

java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.DeepCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.SignalQuality
Enclosing class:
PlausibilityCheck

public static class PlausibilityCheck.SignalQuality extends PlausibilityCheck.DeepCheck
Assesses local image signal quality around traced paths and flags those in regions with poor contrast. For each path, voxel intensities are sampled in a local neighborhood; signal and background are separated by percentile thresholds, and the contrast ratio (signal median / background median) is computed.

This check requires image data to be provided via setImage(RandomAccessibleInterval) before scanning. If no image is set, the check returns an empty list.

Reference: Zhang et al., Nature Methods (2024), doi:10.1038/s41592-024-02401-8.

  • Field Details

    • AUTO_THRESHOLD

      public static final double AUTO_THRESHOLD
      Sentinel value indicating the threshold should be inferred from image stats.
      See Also:
  • Constructor Details

    • SignalQuality

      public SignalQuality()
  • Method Details