Skip to content

Commit

Permalink
eff
Browse files Browse the repository at this point in the history
  • Loading branch information
bHimes committed Jun 15, 2018
1 parent 0c8b1e1 commit fa82c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctf/BH_ctf_Estimate.m
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@


if ( flgEraseBeads )
system(sprintf('imodtrans -i fixedStacks/%s.fixed fixedStacks/%s.erase fixedStacks/%s.tmpMod',fileName,fileName));
system(sprintf('imodtrans -i fixedStacks/%s.fixed fixedStacks/%s.erase fixedStacks/%s.tmpMod',fileName,fileName,fileName));
system(sprintf('model2point -float fixedStacks/%s.tmpMod fixedStacks/%s.erase2',fileName,fileName));
system(sprintf('rm fixedStacks/%s.tmpMod',fileName));
%beadList = importdata(sprintf('fixedStacks/%s.erase2',fileName));
Expand Down

0 comments on commit fa82c80

Please sign in to comment.