source:
branches/Mars_McMismatchStudy/qsub/FACT.qsub_ceres_mc.sh@
18558
Last change on this file since 18558 was 17986, checked in by , 10 years ago | |
---|---|
File size: 302 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | |
4 | INFILE=FFFFF |
5 | OUTDIR=DDDDD |
6 | LOGFILE=$INFILE".log" |
7 | |
8 | source ~/.bash_profile |
9 | |
10 | cd $MARSSYS |
11 | |
12 | ## NO CONFIG FILE?? |
13 | ##./ceres -b -q -f --config= --out=$OUTDIR $INFILE |
14 | |
15 | ./ceres -b -q -f --out=$OUTDIR $INFILE |
16 | |
17 | ## PED?? |
18 | ./ceres -b -q -f --fits --config=ceres.rc --out=$OUTDIR --log=$LOGFILE pedestal |
19 |
Note:
See TracBrowser
for help on using the repository browser.