dot-bottom_image_cut: Bottom Image Cut

.bottom_image_cutR Documentation

Bottom Image Cut

Description

attempts to find a gap between the traces and timing marks, if found it will return the point in which the image can be trimmed removing the timing marks

Usage

.bottom_image_cut(
  imageMatrix,
  percentFromEdge,
  percentEdgeForLeft = NULL,
  shortestAllowedSeqOfZeros = 50
)

Arguments

imageMatrix

Imported image into matrix form, can use tiff_import()

percentFromEdge

used in find_peaks if you know there wont be a peak in a region

percentEdgeForLeft

passed into find peaks, if not specified, uses percentFromEdge for both left and right sides, if specified, percentFromEdge is defaulted to just the right side of the plot

shortestAllowedSeqOfZeros

smallest gap allowed to be found to consider the trace not intersecting the timing marks

Value

value of bottom cut that should be removed


Bott-binc/magnetoPackage2020 documentation built on Oct. 12, 2024, 7:49 p.m.