Skip to content
Snippets Groups Projects
Commit 623fb901 authored by Stefan Schmiederer's avatar Stefan Schmiederer Committed by Nicola Vigano
Browse files

Fixed indexing bug in forwward simulation

parent f6b42a3f
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ for n = first : last
toBeChecked = find(flag == 1);
for ii = reshape(toBeChecked, [1 numel(toBeChecked)]);
reflectionPos = spotsPositions(onDet(ii));
reflectionPos = spotsPositions(ii);
[full, found_intensity] = checkSpotInRawImages(full, ...
reflectionPos, fsim, spotsCommProps, parameters);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment