source: branches/Mars_McMismatchStudy/qsub/FACT.qsub_ceres_mc.sh@ 18558

Last change on this file since 18558 was 17986, checked in by ghughes, 10 years ago
batch scripts update
File size: 302 bytes
Line 
1#!/bin/bash
2
3
4INFILE=FFFFF
5OUTDIR=DDDDD
6LOGFILE=$INFILE".log"
7
8source ~/.bash_profile
9
10cd $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.