<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=Resolution_analysis</id>
		<title>Resolution analysis - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=Resolution_analysis"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=Resolution_analysis&amp;action=history"/>
		<updated>2026-04-30T12:30:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=Resolution_analysis&amp;diff=1556&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;'''Resolution analysis''' is Integration Command for analysis of 3D image's resolution.   == Fourier Shell Correlation == If you have .3dlst file, it is divided 2 groups at ra...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=Resolution_analysis&amp;diff=1556&amp;oldid=prev"/>
				<updated>2014-07-25T07:35:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Resolution analysis&amp;#039;&amp;#039;&amp;#039; is Integration Command for analysis of 3D image&amp;#039;s resolution.   == Fourier Shell Correlation == If you have .3dlst file, it is divided 2 groups at ra...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Resolution analysis''' is Integration Command for analysis of 3D image's resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fourier Shell Correlation ==&lt;br /&gt;
If you have .3dlst file, it is divided 2 groups at random as the following, and you can calculate FSC by using Integration Command for analysis of 3D image.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 NSEED=0&lt;br /&gt;
 &lt;br /&gt;
 .3dlst.3dFSC:&lt;br /&gt;
 	awk 'BEGIN {srand($(NSEED))} { printf(&amp;quot;%10.7f %s\n&amp;quot;, rand(), $$0); }' $*.3dlst \&lt;br /&gt;
 		| sort \　&lt;br /&gt;
 		| awk '{ printf(&amp;quot;%s %s %15.6f %15.6f %15.6f %15.6f\n&amp;quot;, $$2,$$3,$$4,$$5,$$6,$$7)}' \&lt;br /&gt;
 		&amp;gt; $*.3dlst.sort&lt;br /&gt;
 	N1=`wc -l $*.3dlst.sort | awk '{print     int($$1/2)}'`; echo $$N1; \&lt;br /&gt;
 	N2=`wc -l $*.3dlst.sort | awk '{print $$1-int($$1/2)}'`; echo $$N2; \&lt;br /&gt;
 	head -n $$N1 $*.3dlst.sort &amp;gt; $*.1.3dlst; \&lt;br /&gt;
 	tail -n $$N2 $*.3dlst.sort &amp;gt; $*.2.3dlst&lt;br /&gt;
 	printf &amp;quot;%s\n%s\n&amp;quot; $*.1.3d $*.2.3d | xargs -L 1 -P 2 make &lt;br /&gt;
 	mrcImageFourierShellCorrelation -i1 $*.1.3d -i2 $*.2.3d -d $(DelR) &amp;gt; $*.3dFSC&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>