Skip to content
Snippets Groups Projects
Commit 2f4c2fa4 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

Undo previous change

parent 35765f53
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ function [shifts_lab, shifts_sam, abspos, relpos] = gtMatchGetSampleShifts(param
base_dir = fullfile(acq_dir, '0_rawdata', 'Orig');
filename = sprintf('%s/%s%04d.edf', base_dir, acq_name, conf.offset_pos);
info = edf_info(filename);
offset = [info.motor.samtx, info.motor.samty, info.motor.samtz];
shifts_lab = zeros(tot_proj, 3);
......
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