initial commit

This commit is contained in:
2026-08-07 15:56:42 +09:00
commit 91ad25aca9
1012 changed files with 159314 additions and 0 deletions
@@ -0,0 +1,10 @@
%view_arbitrary_path_fly_positions.m
%show scan positions in arbitrary-path fly-scan reconstruction
%% load a matlab recon file
figure
hold on
for i=1:size(outputs.probe_positions,3)
scatter(outputs.probe_positions(:,1,i)*p.dx_spec(1),outputs.probe_positions(:,2,i)*p.dx_spec(1),'.','DisplayName',num2str(i)); axis image
end
legend