
setenv APM_BASEDIR /home/rgm/soft/apm/apmdist
setenv IRDR_BASEDIR /data/H_cass19d/sabbey/irdr
setenv IRDR_DATADIR /data/cirsi1/jrl/19991023
set path = ($path $IRDR_BASEDIR/scripts $IRDR_BASEDIR/bin)
mkdir AXAF
cd AXAF
cp $IRDR_BASEDIR/scripts/cirsi.csh .
dithers.pl 5792 5827
vi dithers
    the "dithers" file looks correct (based on the observing log), if not
    you can edit "dithers" and set dithers = 0 in cirsi.csh
vi cirsi.csh
    set runs = (5792 5827)
    set on_runs = (5875 5878)        # domeflats / lamp on (see observing log)
    set off_runs = (5879 5882)       # domeflats / lamp off (see observing log)
./cirsi.csh >& cirsi.log &
