Skip to content
Snippets Groups Projects
Commit 3bc38a80 authored by Ansel Neunzert's avatar Ansel Neunzert
Browse files

made autoCombFind IFO specific

parent c212ec67
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ cp $RECENTSPECT $TEMP_DIR
RECENTSPECT=$(ls -t $TEMP_DIR/* | head -n1)
echo "Running comb finding algorithm..."
COMBSTATS=$(python findComb.py --inputfile=$RECENTSPECT --knowncombfile="preER10combnotes.txt" --fmin 0 --fmax 100 --spacingmin 0.3 --spacingmax 20 --scalerange 30 --nmostcommoncombs 1000 --ntoppeaks 1000 --consecutive $CONSEC --checkrange 1 --printmaxstat True --printmax 10 | tail -n2)
COMBSTATS=$(python findComb.py --threshold 0.5 --inputfile=$RECENTSPECT --knowncombfile="preER10combnotes.txt" --fmin 0 --fmax 100 --spacingmin 0.3 --spacingmax 20 --scalerange 30 --nmostcommoncombs 1000 --ntoppeaks 1000 --consecutive $CONSEC --checkrange 1 --printmaxstat True --printmax 10 | tail -n2)
echo $COMBSTATS
......@@ -38,13 +38,13 @@ fi
SUMMARY="<h2> Unidentified comb alerts </h2>
<p>Probability of unidentified comb(s) in the latest cumulative spectrum: ${ALERTMSG}
<br>Plot showing the top comb candidates (max 10): <span><a href='https://ldas-jobs.ligo-la.caltech.edu/~aneunzert/latest/L1:LSC-DARM_OUT_DQ.html' target='_blank'>here</a></span>"
<br>Plot showing the top comb candidates (max 10): <span><a href='https://ldas-jobs.ligo-wa.caltech.edu/~aneunzert/latest/H1:LSC-DARM_OUT_DQ.html' target='_blank'>here</a></span>"
echo "$SUMMARY" > $TEMP_DIR/summary.txt
echo "Plotting..."
python chplot.py --truefcutoff=True --fmin 0 --fmax 100 --consecutive $CONSEC --checkrange 1 --overwrite=True --scalerange=0 $TAGCOMBS --inputfolder $TEMP_DIR
python chplot.py --truefcutoff=True --fmin 0 --fmax 200 --consecutive 3 --checkrange 1 --overwrite=True --scalerange=0 $TAGCOMBS --inputfolder $TEMP_DIR --knowncombfile="preER10combnotes.txt"
HTMLFILE=$(ls $TEMP_DIR/*.html)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment