Developers guide » History » Version 2
Amber Herold, 12/17/2010 07:06 PM
1 | 1 | Amber Herold | h1. Developers guide |
---|---|---|---|
2 | |||
3 | h2. Common variables used |
||
4 | |||
5 | |||
6 | |||
7 | |||
8 | * *$outdir* is the directory that contains the disk, session, jobtype, but not the runname: For example: /data/appion/10dec16a/extract |
||
9 | |||
10 | * *$rundir* = $outdir + runname, For example: /data/appion/10dec16a/extract/dogrun1 |
||
11 | note: appion python code only accepts $rundir |
||
12 | |||
13 | * $description |
||
14 | |||
15 | * $commit |
||
16 | |||
17 | * $command |
||
18 | |||
19 | * $sessiondata' |
||
20 | |||
21 | * $sessionid vs. $sessionId vs. $expid vs. $expId |
||
22 | |||
23 | * $apix vs. $pixelsize |
||
24 | |||
25 | * $box vs. $boxsize |