<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/twodflt/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 08 Jan 2015 20:30:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/twodflt/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -67,5 +67,38 @@
 Then add path *“C:\2dflt\”* as system environmental variable *Path* as shown in the previous paragraph.
 Now the program should run fine from any folder.

-2. Optimization of the Console Panel 
--------------------------------------
+2.Optimization of the Console Window View
+---------------------------------------------
+
+If the console window after opening of **2DFLT** is too small the size of it can be easily modified. First, you need to modify size of the window in the properties of the Desktop shortcut. Click with right button of the mouse on the *2DFLT* desktop shortcut and select *Properties*. In the opened window select *Layout* tab. By changing the numbers on the *Width* and *Height* lines under the *Window Size* optimize the window size. Usually following parameters are recommended: Width 110 Height: 35. The Screen Buffer Size is 110x 300 (Width x Height). 
+
+
+[[img src=Install_05.png alt=foobar]]
+
+
+Then press on the Font tab and select the appropriate font for your window size recommended is *Lucida Console* Size *20*. Click *OK* and now the program will be opening in the good window size. 
+
+
+[[img src=Install_06.png alt=foobar]]
+
+
+
+Second, you need to optimize the size of the console program itself. Go to the folder were program is located as default it should be *C:\2dflt* and start *2dflt.exe*. Go to the left top corner of the opened window and press right button of the mouse. In open menu select *Properties*.
+
+
+[[img src=Install_07.png alt=foobar]]
+
+
+
+Change the font and the window size as described above. Save it by clicking Ok. Next time when you use this program directly, it will open in the desired window size.
+
+
+[[img src=Install_08.png alt=foobar]]
+
+
+
+
+ 
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Thu, 08 Jan 2015 20:30:06 -0000</pubDate><guid>https://sourceforge.net5535555a55f91506daccfefaecb841298b5d60e6</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -67,5 +67,5 @@
 Then add path *“C:\2dflt\”* as system environmental variable *Path* as shown in the previous paragraph.
 Now the program should run fine from any folder.

-
-
+2. Optimization of the Console Panel 
+-------------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Wed, 07 Jan 2015 20:35:55 -0000</pubDate><guid>https://sourceforge.net09eba564327e9513971e7ed1b610c2de70917ea0</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -20,15 +20,18 @@

 After that press Extract and the software will install itself in the folder *C:\2dflt*. It will also create a  2DFLT shortcut on the desktop. 

-Before using the software the *C:\2dflt* path needed to be add to the system environmental variable Path. To do so, use mouse right button click on the Computer link in the Start menu and select Properties. Then click on Advanced System settings. It would probably require administrative privileges; hence enter your administrator login and password.
+**Addition of Environmental Variable.** Before using the software the *C:\2dflt* path needed to be add to the system environmental variable *Path*. To do so, use mouse right button click on the Computer link in the Start menu and select Properties. Then click on Advanced System settings. It would probably require administrative privileges; hence enter your administrator login and password.

 [[img src=Install_02.png alt=foobar]]

-In the opened System properties window select Environment Variables button. In the opened Environment Variables window under System variables find variable Path and Press edit. 
+In the opened System properties window select Environment Variables button. In the opened Environment Variables window under System variables find variable *Path* and Press edit. 

 [[img src=Install_03.png alt=foobar]]

-Add at the end of variable value the path to 2dflt executable file. It should be “*C:\2dflt\;*”
+Add at the end of variable value the path to **2DFLT** executable file. It should be “*C:\2dflt\;*”
+
+
+

 [[img src=Install_04.png alt=foobar]]

@@ -36,3 +39,33 @@
 Click Ok on all previous windows which were previously opened. 

 Now software should be able to run without problems.
+
+**Using Python-based Sourcecode File**
+
+If you have python 2.7.X installed on your computer, you can run **2DFLT** from the sourcecode file. You can download sourcecode file *2dflt_3.4.3.py* from the following link:
+
+https://sourceforge.net/projects/twodflt/files/Sourcode/
+
+The best Python package to use which includes all libraries which allows to run **2DFLT** is **Python XY**. And it can be downloaded for free from the link below:
+
+https://code.google.com/p/pythonxy/wiki/Downloads
+
+Create a folder named *“2dflt”* in the root of your disc drive (e.g. *“C:\2dflt\”*)
+Place the sourcecode *2dflt_3.4.3.py* file in the folder you created. After that in the same folder make a *2dflt.bat* file via text editor with following commands:
+
+~~~~~~~~~~~~~~~~~~~~~~~~
+:::bat
+@set myloc=%~dp0\*
+@set myloc=%myloc:\\*=\*%
+@set myloc=%myloc:\*=\%
+@
+python %myloc%2dflt_3.4.3.py %1
+@REM To keep the window from disappearing with any error messages
+pause
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Then add path *“C:\2dflt\”* as system environmental variable *Path* as shown in the previous paragraph.
+Now the program should run fine from any folder. 
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Tue, 09 Dec 2014 17:51:08 -0000</pubDate><guid>https://sourceforge.net876a3673f8f6398e6d2eabc369b92a8193826222</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -4,7 +4,7 @@

 1. Installation
 ------------------
-There two ways to install and use **2DFLT**. First it is via precompiled package with executable and second by using Python-based sorcecode file in your favorite python shell.
+There two ways to install and use **2DFLT**. First it is via precompiled package with executable and second by using Python-based sourcecode file in your favorite python shell.

 **Installing Precompiled Package** 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Tue, 09 Dec 2014 16:51:59 -0000</pubDate><guid>https://sourceforge.net9bea5512416085094498e916b6c4c02b728b204b</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -22,15 +22,15 @@

 Before using the software the *C:\2dflt* path needed to be add to the system environmental variable Path. To do so, use mouse right button click on the Computer link in the Start menu and select Properties. Then click on Advanced System settings. It would probably require administrative privileges; hence enter your administrator login and password.

-
+[[img src=Install_02.png alt=foobar]]

 In the opened System properties window select Environment Variables button. In the opened Environment Variables window under System variables find variable Path and Press edit. 

-
+[[img src=Install_03.png alt=foobar]]

 Add at the end of variable value the path to 2dflt executable file. It should be “*C:\2dflt\;*”

-
+[[img src=Install_04.png alt=foobar]]

 Click Ok on all previous windows which were previously opened. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Mon, 08 Dec 2014 23:06:41 -0000</pubDate><guid>https://sourceforge.net817a4a6cdfcec68a72753e856e07bb7a6679e12c</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -14,7 +14,7 @@

 Double click on the downloaded file and the program will ask where to install the package. As default program will install itself to the route C:\. I would highly recommend doing so. 

-
+[[img src=Install_01.png alt=foobar]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Mon, 08 Dec 2014 22:42:31 -0000</pubDate><guid>https://sourceforge.net261b5484a9cf18893703c9787897ed79ff3085ce</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Mon, 08 Dec 2014 22:19:24 -0000</pubDate><guid>https://sourceforge.netd4b797c913e497cc104e6f4b6c3bf7f631620c37</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,3 +4,35 @@

 1. Installation
 ------------------
+There two ways to install and use **2DFLT**. First it is via precompiled package with executable and second by using Python-based sorcecode file in your favorite python shell.
+
+**Installing Precompiled Package** 
+
+To install the software download most resent version of the precompiled self-extracting package. 
+
+https://sourceforge.net/projects/twodflt/files/
+
+Double click on the downloaded file and the program will ask where to install the package. As default program will install itself to the route C:\. I would highly recommend doing so. 
+
+
+
+
+
+After that press Extract and the software will install itself in the folder *C:\2dflt*. It will also create a  2DFLT shortcut on the desktop. 
+
+Before using the software the *C:\2dflt* path needed to be add to the system environmental variable Path. To do so, use mouse right button click on the Computer link in the Start menu and select Properties. Then click on Advanced System settings. It would probably require administrative privileges; hence enter your administrator login and password.
+
+
+
+In the opened System properties window select Environment Variables button. In the opened Environment Variables window under System variables find variable Path and Press edit. 
+
+
+
+Add at the end of variable value the path to 2dflt executable file. It should be “*C:\2dflt\;*”
+
+
+
+
+Click Ok on all previous windows which were previously opened. 
+
+Now software should be able to run without problems.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Mon, 08 Dec 2014 22:18:54 -0000</pubDate><guid>https://sourceforge.net5941ccca3e8ef1e73517776faccd8d4e4ab29e43</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -0,0 +1,6 @@
+2DFLT
+========
+**2DFLT** - it is first out of two programs which allows implementation of Phase Sensitive Detection (PSD) and/or Modulated Enhanced Diffraction (MED) techniques on the *in situ* data. This software allows collecting individual data files from *in situ* experiment into one dataset. After that this data set can be visualized, edited, normalized and averaged. Resulted data can be saved as one flat file (FLT-format) which can be used for PSD/MED calculations via 2DMED software. 2DFLT specifically was written to target in situ X-ray Powder Diffraction data from synchrotron measurements. Hence it can read CHI, XYE (TOPAS), FXYE(GSAS/ GSASII) and XY- files formats. However it can read general *in situ* data written into individual TXT or XY – files. 
+
+1. Installation
+------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Mon, 08 Dec 2014 21:17:25 -0000</pubDate><guid>https://sourceforge.netaf07895df192a72236f1414652825d8381117843</guid></item><item><title>Home modified by Andrey Yakovenko</title><link>https://sourceforge.net/p/twodflt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +0,0 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/twodflt/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Yakovenko</dc:creator><pubDate>Mon, 08 Dec 2014 21:16:46 -0000</pubDate><guid>https://sourceforge.net85741418001a2d88165678f439cc05b75cc782ff</guid></item></channel></rss>