diff options
author | Matt Argao <mcargao@email.wm.edu> | 2013-02-04 16:01:09 -0500 |
---|---|---|
committer | Matt Argao <mcargao@email.wm.edu> | 2013-02-04 16:01:09 -0500 |
commit | 8c4278397279db6644624f79179c05bc300a78da (patch) | |
tree | aea448a41b62959c41d7f350ed8c10bf27d668e3 /fitter_check.m | |
parent | 20f24d2ec65b9c46c64b34080a72f498a95fe2bb (diff) | |
download | mode_match-8c4278397279db6644624f79179c05bc300a78da.tar.gz mode_match-8c4278397279db6644624f79179c05bc300a78da.zip |
Added ability to visulize stability of lens solutions.
Diffstat (limited to 'fitter_check.m')
-rw-r--r-- | fitter_check.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitter_check.m b/fitter_check.m index 9acf990..dd87775 100644 --- a/fitter_check.m +++ b/fitter_check.m @@ -17,7 +17,7 @@ qf=wr2q(wf,rf,lambda); %End list %Mode match -[ possible_lens_placement, initial_possible_lens_set, possible_lens_set, possible_sample_energy] = mode_match( q0, qf, Ltot, lambda, lens_permutations ); +[ possible_lens_placement, initial_lens_placement, possible_lens_set, possible_sample_energy] = mode_match( q0, qf, Ltot, lambda, lens_permutations ); %Remove similar solutions n_truncate = 3; %number of digits in truncated solution |