Please view the Contributing Guidelines for information on Contributing.
Is your feature request related to a problem? Please describe.
The current comparison algorithm is kind of a database search algorithm that looks through the database and selects all the lines which lie in the error region. It does not take into account the shift in the spectrum which might cause a lot of false positive peaks.
This also causes lots of detected peaks to match with multiple elements. Obviously the current search is important as it gives us lots of good results, but we need a way to refine the results.
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Please view the Contributing Guidelines for information on Contributing.
Is your feature request related to a problem? Please describe.
The current comparison algorithm is kind of a database search algorithm that looks through the database and selects all the lines which lie in the error region. It does not take into account the shift in the spectrum which might cause a lot of false positive peaks.
This also causes lots of detected peaks to match with multiple elements. Obviously the current search is important as it gives us lots of good results, but we need a way to refine the results.
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.