Skip to content
Snippets Groups Projects
Commit 0922ff18 authored by Jonah Kanner's avatar Jonah Kanner :nerd:
Browse files

removing more old files

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@300 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent eec0e107
No related branches found
No related tags found
No related merge requests found
gps=$1
dirname=job_${gps}
rundir=${PWD}/${dirname}
sedstr=s/GPS/${gps}/g
sedstr2=s+TOP+${rundir}+g
mkdir job_${gps}
sed $sedstr submit.template > ${dirname}/submit_temp.txt
sed $sedstr2 ${dirname}/submit_temp.txt > ${dirname}/submit.txt
rm ${dirname}/submit_temp.txt
sed $sedstr2 doit.sh > ${dirname}/doit.sh
#-- Can also submit job right here!
# cd $dirname
# condor_submit submit.txt
# -- Add a line to the DAG File
echo "JOB $dirname ${PWD}/${dirname}/submit.txt" >> submit.dag
echo "RETRY $dirname 1" >> submit.dag
echo "" >> submit.dag
#! /bin/sh
cd TOP
gps=$1
intgps=${gps%.*}
start=`expr $intgps - 100`
end=`expr $intgps + 100`
cachedir='/home/jkanner/baysewave/svn/trunk/burstinj/s6'
export LIGO_DATAFIND_SERVER=10.14.20.73:80
# Create Cache files
ligo_data_find --observatory H --type H1_LDAS_C02_L2 -s $start -e $end --lal-cache | grep file > H.cache
# ligo_data_find --observatory H --type BRST_S6 -s $start -e $end --lal-cache | grep file > Hmdc.cache
# ligo_data_find --observatory H --type BRST_S6 -s $start -e $end --lal-cache | grep file > Hmdc.cache
ligo_data_find --observatory L --type L1_LDAS_C02_L2 -s $start -e $end --lal-cache | grep file > L.cache
#ligo_data_find --observatory L --type BRST_S6 -s $start -e $end --lal-cache | grep file > Lmdc.cache
# ligo_data_find --observatory V --type HrecOnline -s $start -e $end --lal-cache | grep file > V.cache
#ligo_data_find --observatory V --type BRST_S6 -s $start -e $end --lal-cache | grep file > Vmdc.cache
# --V1-channel V1:h_16384Hz
# --MDC-channel V1:GW-H16K
/home/jkanner/baysewave/svn/trunk/src/BayesWaveBurst \
--ifo H1 --H1-flow 40 --H1-channel H1:LDAS-STRAIN \
--ifo L1 --L1-flow 40 --L1-channel L1:LDAS-STRAIN \
--H1-cache H.cache \
--L1-cache L.cache \
--trigtime $gps --srate 1024 --seglen 8 \
--bayesLine --PSDstart $gps --PSDlength 8 \
--Niter 1000000 --NCmin 15 \
--bayesLine --gnuplot \
--MDC-channel [H1:GW-H,L1:GW-H] \
--MDC-cache [${cachedir}/brst_s6.cache,/home/jkanner/baysewave/svn/trunk/burstinj/s6/brst_s6.cache] \
--MDC-prefactor 1 \
tar -cf chains.tar chains
tar -cf waveforms.tar waveforms
tar -cf snr.tar snr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment