Developers guide » History » Version 1
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 | |||
12 | note: appion python code only accepts $rundir |
||
13 | |||
14 | * $description |
||
15 | |||
16 | * $commit |
||
17 | |||
18 | * $command |
||
19 | |||
20 | * $sessiondata' |
||
21 | |||
22 | * $sessionid vs. $sessionId vs. $expid vs. $expId |
||
23 | |||
24 | * $apix vs. $pixelsize |
||
25 | |||
26 | * $box vs. $boxsize |