
| ||||||||
| Changed: | ||||||||
| < < | File Conversion | |||||||
| > > | How to Plot 1D CTF profile of an image | |||||||
| Added: | ||||||||
| > > | This can now be done more simply using EmIP | |||||||
Contents Setup Linux computer
Convert Files
Fourier Transform
Rotational average for display of CTF rings
Plot results with gnuplot
gnuplot
Plot "filename.ctf"
Set xrange[0:512]
Set yrange[0:250]
replot
set title "collection parameters, date, initials"
replot
set term postscript color
set output "filename.ctf.ps"
replot
set term x11
quit
lpr filename (to print)
Visit Cryo EM Web site at http://www.nysbc.org/facilities/CEM -- DavidStokes - 18 Mar 2005 -- BillRice - 19 Jan 2006
| ||||||||