This algorithm opens a csv file with a list of peaks and search each peak in the selected raw data file. The most crucial parameters are "m/z tolerance" and "RT tolerance" which define the window where the algorithm should find the new peak. It is centered in the m/z average and retention time average of the source peak list. Once the best candidate is found inside the window, its shape in RT direction is also checked.
The csv file should have three columns. The first column should contain the expected M/Z, the second column the expected RT and the third the peak name. Each peak should be in a different row.