Ticket #316 (closed: fixed)
Cross Correlation Algorithm
Reported by: | Laurent Chapon | Owned by: | Laurent Chapon |
---|---|---|---|
Priority: | major | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Create a cross correlation algorithm. This is required when determining offsets between a detector and a reference detector. This is used for example in determining a calibration table for diffraction focusing.
Change History
comment:8 Changed 12 years ago by Nick Draper
- Milestone changed from Iteration 15 to Iteration 16
Batch move uncompleted tickes to next iteration
comment:9 Changed 11 years ago by Nick Draper
- Status changed from new to closed
- Resolution set to fixed
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1164
Note: See
TracTickets for help on using
tickets.
(In [1735]) re#316 Add getSpectraIndexMap method to Axis class. This returns a unordered_map<int,int> (or map<int,int> for MVSC :)) that contains correspondence between spectra number and spectra index. Needed by CrossCorrelate algorithms