<?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=lmrcImageSolventFlattening%28API%29</id>
		<title>lmrcImageSolventFlattening(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=lmrcImageSolventFlattening%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageSolventFlattening(API)&amp;action=history"/>
		<updated>2026-05-04T18:10:45Z</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=lmrcImageSolventFlattening(API)&amp;diff=3844&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;DataManip/mrcImage/src/'''lmrcImageSolventFlattening''' is API for Flatteing of image. It is used by mrcImageSolventFlattening.  == constant ==  == struct == lmrcImageSolv...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageSolventFlattening(API)&amp;diff=3844&amp;oldid=prev"/>
				<updated>2014-09-04T00:19:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;DataManip/mrcImage/src/&amp;#039;&amp;#039;&amp;#039;lmrcImageSolventFlattening&amp;#039;&amp;#039;&amp;#039; is API for Flatteing of image. It is used by &lt;a href=&quot;/Eos/index.php/mrcImageSolventFlattening&quot; title=&quot;mrcImageSolventFlattening&quot;&gt;mrcImageSolventFlattening&lt;/a&gt;.  == constant ==  == struct == lmrcImageSolv...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DataManip/mrcImage/src/'''lmrcImageSolventFlattening''' is API for Flatteing of image. It is used by [[mrcImageSolventFlattening]].&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
lmrcImageSolventFlatteningSetting for .&lt;br /&gt;
 typedef struct lmrcImageSolventFlatteningInfo {&lt;br /&gt;
 	double range;&lt;br /&gt;
 	long   flagrange;&lt;br /&gt;
 &lt;br /&gt;
 	double density;&lt;br /&gt;
 	long flagdensity;&lt;br /&gt;
 &lt;br /&gt;
 	long flagFloating;&lt;br /&gt;
 &lt;br /&gt;
 	double Mean; /* set the used mean of solvent */	&lt;br /&gt;
 	double SD; /* set the used SD of solvent */	&lt;br /&gt;
 } lmrcImageSolventFlatteningInfo;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
===Flattening===&lt;br /&gt;
It flattens by setting threshold as mean. (not change about data over threshold)&lt;br /&gt;
 extern void lmrcImageSolventFlattening(mrcImage* out,&lt;br /&gt;
 								mrcImage* in,&lt;br /&gt;
 								lmrcImageSolventFlatteningInfo* linfo,&lt;br /&gt;
 								mrcImageInformation* info);&lt;br /&gt;
&lt;br /&gt;
If linfo-&amp;gt;flagdensity is set, read density information (mean,SD) from info.&amp;lt;br&amp;gt;&lt;br /&gt;
Usually, threshold is as mean. In the case of setting linfo-&amp;gt;flagrange, add (SD)*(linfo-&amp;gt;range) to it.&amp;lt;br&amp;gt;&lt;br /&gt;
If linfo-&amp;gt;flagFloating is set, calculate so that threshold is 0. (Subtract threshold for each image data)&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>