Aceman » History » Version 1
Amber Herold, 07/22/2010 11:43 AM
1 | 1 | Amber Herold | h1. Ace for EMAN |
---|---|---|---|
2 | |||
3 | Hi everybody, |
||
4 | |||
5 | I think we are close to gettting a working version of ACEMAN -- ACE for EMAN. |
||
6 | |||
7 | Scott - If you want to test it you can copy the directory ace_cvs and run |
||
8 | |||
9 | >aceman |
||
10 | |||
11 | from inside matlab. It basically reads in an imagic file and writes out another imagic file which has ctf information embedded in it. So all you need to do to check how good the fits are is do |
||
12 | |||
13 | >ctfit outputfilename.hed |
||
14 | |||
15 | A typical fit looks like this |
||
16 | |||
17 | >http://graphics.ucsd.edu/~spmallick/ctf/acemanfit.png |
||
18 | |||
19 | I have changed the way envelope is calculated. See for example |
||
20 | |||
21 | >http://graphics.ucsd.edu/~spmallick/ctf ... envfit.png |
||
22 | |||
23 | I have also gone through EMANs source code to figure out how exactly the parameters of ACE and EMAN are related. There is a few things though which I do not understand yet -- noise_const is off around 1% ( I have hardcoded a compensation ) . Secondly it is not clear to me if the we can embed the astigmatism parameter in the imagic files. |
||
24 | |||
25 | I will work on ACEMAN again today evening/night to find the story behind the 1% error. |
||
26 | |||
27 | Satya |
||
28 | |||
29 | |||
30 | ______ |
||
31 | |||
32 | Hello everybody, |
||
33 | |||
34 | I was wondering if people want to test an experimental version of ACEMAN -- ACE for EMAN. ACEMAN takes in a stack of picked particles in imagic ( hed/img ) format and embeds the ctf parameters into it. You could then use |
||
35 | |||
36 | >ctfit output_file.hed |
||
37 | |||
38 | to see how good the ctfits are. ACE and EMAN define the Envelope function in a slightly different way and so I had to make some changes in the core ace function. |
||
39 | |||
40 | Here are the steps for installation |
||
41 | |||
42 | 1. Change to your ace directory. |
||
43 | |||
44 | >cd ace_directory |
||
45 | |||
46 | 2. Download the above file in the ace directory. |
||
47 | |||
48 | >wget http://graphics.ucsd.edu/~spmallick/ctf/aceman.tgz |
||
49 | |||
50 | 3. Untar unzip it |
||
51 | |||
52 | >tar -zxvf aceman.tgz |
||
53 | |||
54 | A few files will be extracted into the ace directory. |
||
55 | |||
56 | 4. Start MATLAB |
||
57 | |||
58 | 5. Inside MATLAB do |
||
59 | |||
60 | >aceman |
||
61 | |||
62 | There is not documentation yet but if you have used acedemo, it should be straight forward. Please let me know if you do get good/bad results. |
||
63 | |||
64 | Again, this is an experimental version, so I would not recommend it for real experiments yet. |
||
65 | |||
66 | Regards |
||
67 | |||
68 | Satya |
||
69 | |||
70 | ______ |
||
71 | |||
72 | [[Ace_estimation|Ace Estimation ^]] |
||
73 | |||
74 | ______ |