Skip to content

Commit

Permalink
Test 1 of BAGELS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli committed Nov 29, 2023
1 parent f07291f commit 1f18fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tao.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ strengths = coils[:,3:4]
mkdir("$(path)/responses_$(str_kick)")
# All of these bumps are separate group knobs, the individual coils have opposite strengths
# Now build response matrix of dn/ddelta at each sbend (sampled at beginning and ends of bends)
tao_cmd = open("$(path)/BAGELS1.cmd", "w")
tao_cmd = open("$(path)/BAGELS_1.cmd", "w")
println(tao_cmd, "show -write $(path)/responses_$(str_kick)/baseline.txt lat sbend::* multipole::* -at [email protected] -at [email protected] -at [email protected]")

for i=1:length(coil_pairs[:,1])
Expand All @@ -95,7 +95,7 @@ for i=1:length(coil_pairs[:,1])
end
close(tao_cmd)

#run(`tao -lat $lat -noplot`)
run(`tao -lat $lat -noplot -command "$(path)/BAGELS_1.cmd"`)
end


Expand Down

0 comments on commit 1f18fa6

Please sign in to comment.