Skip to content

Allow shape model to use nearest profile if no mean profile can be generated.

Zamaan Raza requested to merge nearest-profile-2 into main

ShapeModel::findNeighbors now returns the nearest profile if there are insufficient profiles withing the specified pixel and frame cutoffs. This means that high resolution peaks are no longer invalidated because no shape can be generated, and can always be profile integrated. Removed the minimum number of neighbours parameter since it is no longer needed.

Resolves #618 (closed)

Merge request reports