Configure leginoncfg » History » Revision 13
Revision 12 (Anchi Cheng, 05/18/2010 07:48 PM) → Revision 13/18 (Anchi Cheng, 05/20/2010 10:45 PM)
h1. Configure leginon.cfg
[[Configure leginoncfg Shared]]
A skeleton (default) configuration file is available:
<pre>
$PYTHONSITEPKG/leginon/config/default.cfg
</pre>
where $PYTHONSITEPKG is your python site-packages directory
Copy default.cfg to leginon.cfg.
<pre>
sudo cp -v $PYTHONSITEPKG/leginon/config/default.cfg $PYTHONSITEPKG/leginon/config/leginon.cfg
</pre>
Edit the newly created file and add a directory for images. Make sure you have permission to save files at this location.
<pre>
[Images]
path: your_storage_disk_path/leginon
</pre>
The rest of the configuration options are fine left as default.
_______
[[Install Appion Packages|< Install Appion/Leginon Packages]] | [[Explanation of Sample Names|Explanation of Sample Names >]]
______