npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
findPeak2D.hh File Reference

Peak finding for noisy two-dimensional surfaces. More...

Go to the source code of this file.

Classes

struct  npstat::Peak2D
 

Namespaces

 npstat
 

Functions

bool npstat::findPeak3by3 (const double gridValues[3][3], Peak2D *peak)
 
bool npstat::findPeak5by5 (const double gridValues[5][5], Peak2D *peak)
 

Detailed Description

Peak finding for noisy two-dimensional surfaces.

Operations useful in 2-dimensional peak finding. Here, peak finding works by expanding local surface patches into 2-d orthogonal polynomials of degree 2 (this is equivalent to fitting a quadratic surface using the L2 norm) and then finding the peak locations of those polynomials.

Author: I. Volobouev

July 2011