Skip to content
Snippets Groups Projects
Commit 9e64eb67 authored by Charlotte Bond's avatar Charlotte Bond
Browse files

made zoom range slightly larger but increased number of zooms to avoid...

made zoom range slightly larger but increased number of zooms to avoid selecting the wrong peak for HOM input with frequency splitting
parent 5928c824
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror ...@@ -97,7 +97,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror
zooms = 4; zooms = 4;
% Number of points and ranges for the first and second round of scans % Number of points and ranges for the first and second round of scans
npoints = 1000; npoints = 1000;
range = 180; range = 120;
zoom_npoints = 500; zoom_npoints = 500;
zoom_range = 20; zoom_range = 20;
...@@ -108,7 +108,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror ...@@ -108,7 +108,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror
Run1 = FT_create_new_kat_run(); Run1 = FT_create_new_kat_run();
% Set temporary filename % Set temporary filename
tmpfile='tmpfile.kat'; tmpfile='tmpfile_tuning.kat';
Run1.filename=tmpfile; Run1.filename=tmpfile;
% Read in blocks from infile % Read in blocks from infile
...@@ -150,7 +150,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror ...@@ -150,7 +150,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror
% Read in intial maxtem % Read in intial maxtem
maxtem = FT_read_maxtem_from_blocks(blocks); maxtem = FT_read_maxtem_from_blocks(blocks);
% Start off with maxtem at minimum (i.e. max order of tem modes) % Start off with maxtem at minimum (i.e. max order of tem modes)
[gc,max_order] = FT_read_TEM_from_blocks(blocks) [gc,max_order] = FT_read_TEM_from_blocks(blocks);
blocks = FT_replace_maxtem_in_blocks(blocks,max_order); blocks = FT_replace_maxtem_in_blocks(blocks,max_order);
% Perform tunigns twice, once with maxtem 0 and once with the value for % Perform tunigns twice, once with maxtem 0 and once with the value for
...@@ -242,6 +242,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror ...@@ -242,6 +242,7 @@ function [tunings] = FT_DR_FP_MICH_initial_tuning(infile,outfile,commands,mirror
%============================================================== %==============================================================
end end
% if ~strcmp(srm,'off') % if ~strcmp(srm,'off')
% %============================================================== % %==============================================================
% %======= 4. Tuning SRM to maximise power at POP port ========== % %======= 4. Tuning SRM to maximise power at POP port ==========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment