Quick start: Assembly file

This section provides quickstart instructions for using commie, many aspects can be fine-tuned by additional keywords in the assembly file, as is explained in more detail in Sec. 3.3.5.

Below is an example of an assembly file that provides commie with only the minimum amount of information it needs, the motor positions and where the files are located:

high,    bsx=0.01252,bsy=0.015048,dnx=-0.00785,dny=0.009153
top_low, bsx=0.01254,bsy=0.0136078,dnx=-0.007848,dny=0.009 
top_int, bsx=0.01254,bsy=0.014328,dnx=-0.007852,dny=0.009025
bot_low, bsx=0.01249,bsy=0.0163141,dnx=-0.007855,dny=0.009282
bot_int, bsx=0.012555,bsy=0.0153369,dnx=-0.007851,dny=0.009185
bs_moved,bsx=0.01252,bsy=0.0153480,dnx=-0.007850,dny=0.009183
;
topdir, /common/Users/jsteinbr/data/
sample, dt_2007_03_09/dt_2007_03_09: 168-287
no_sample, dt_2007_03_09/dt_2007_03_09: 408-527
dark_current, dt_2007_03_06/dark_current/dt_2007_02_28:116-225
This is simple enough to write, but a few words are in order on how it is meant to be interpreted: If all information is correct, you can start commie with
commie, '/path/to/assembly-file'
There are some command line arguments that can influence commie's behaviour, see Sec. 3.3.3.
Microscope User 2008-11-25