<?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=lpdb2mrcInfo%28API%29</id>
		<title>lpdb2mrcInfo(API) - 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=lpdb2mrcInfo%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lpdb2mrcInfo(API)&amp;action=history"/>
		<updated>2026-06-04T20:41:39Z</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=lpdb2mrcInfo(API)&amp;diff=3858&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;DataManip/pdbFile/src/'''lpdb2mrcInfo''' is API to convert from PDB file to mrcImage. It is  used by pdb2mrc2d,pdb2mrc.  == constant ==  == struct == Density M...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lpdb2mrcInfo(API)&amp;diff=3858&amp;oldid=prev"/>
				<updated>2014-09-05T01:27:07Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;DataManip/pdbFile/src/&amp;#039;&amp;#039;&amp;#039;lpdb2mrcInfo&amp;#039;&amp;#039;&amp;#039; is API to convert from &lt;a href=&quot;/Eos/index.php/PDB&quot; title=&quot;PDB&quot;&gt;PDB&lt;/a&gt; file to &lt;a href=&quot;/Eos/index.php/mrcImage&quot; title=&quot;mrcImage&quot;&gt;mrcImage&lt;/a&gt;. It is  used by &lt;a href=&quot;/Eos/index.php/pdb2mrc2d&quot; title=&quot;pdb2mrc2d&quot;&gt;pdb2mrc2d&lt;/a&gt;,&lt;a href=&quot;/Eos/index.php/pdb2mrc&quot; title=&quot;pdb2mrc&quot;&gt;pdb2mrc&lt;/a&gt;.  == constant ==  == struct == Density M...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DataManip/pdbFile/src/'''lpdb2mrcInfo''' is API to convert from [[PDB]] file to [[mrcImage]]. It is  used by [[pdb2mrc2d]],[[pdb2mrc]].&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
Density Mode&lt;br /&gt;
 typedef enum lpdb2mrcDensityMode {&lt;br /&gt;
 	lpdb2mrcDensityModeSameGaussian=0,&lt;br /&gt;
 	lpdb2mrcDensityModeWentzelAtomModel=1&lt;br /&gt;
 } lpdb2mrcDensityMode;&lt;br /&gt;
&lt;br /&gt;
 typedef struct lpdb2mrcInfo {&lt;br /&gt;
 	pdbFileParaTypeReal sx;&lt;br /&gt;
 	pdbFileParaTypeReal sy;&lt;br /&gt;
 	pdbFileParaTypeReal sz;&lt;br /&gt;
 	pdbFileParaTypeReal dx;&lt;br /&gt;
 	pdbFileParaTypeReal dy;&lt;br /&gt;
 	pdbFileParaTypeReal dz;&lt;br /&gt;
 	pdbFileParaTypeInteger nx;&lt;br /&gt;
 	pdbFileParaTypeInteger ny;&lt;br /&gt;
 	pdbFileParaTypeInteger nz;&lt;br /&gt;
 	pdbFileParaTypeReal Weight;&lt;br /&gt;
 	pdbFileParaTypeReal Sigma;&lt;br /&gt;
 &lt;br /&gt;
 	pdbFileParaTypeInteger flagNegativeStain;&lt;br /&gt;
 	pdbFileParaTypeReal    stainThickness;&lt;br /&gt;
 &lt;br /&gt;
 	lpdb2mrcDensityMode DensityMode;&lt;br /&gt;
 } lpdb2mrcInfo;&lt;br /&gt;
&lt;br /&gt;
 typedef lpdb2mrcInfo lpdb2mrc2dInfo;&lt;br /&gt;
 typedef lpdb2mrcInfo lpdb2mrc3dInfo;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
===Concert===&lt;br /&gt;
Convert: PDB -&amp;gt; 2D&lt;br /&gt;
 extern void lpdb2mrc2d(mrcImage* mrc, pdbFile* pdb,  lpdb2mrc2dInfo* info, char axis, long mode);&lt;br /&gt;
Convert: PDB -&amp;gt; 3D&lt;br /&gt;
 extern void lpdb2mrc3d(mrcImage* mrc, pdbFile* pdb,  lpdb2mrc2dInfo* info, long mode);&lt;br /&gt;
 extern void lpdb2mrc3dUsage(FILE* fpt);&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>