Skip to content

Commit

Permalink
Variable noise hardwired in.
Browse files Browse the repository at this point in the history
  • Loading branch information
sthancock committed Mar 23, 2019
1 parent 2864309 commit 09d85ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchProcess.bash
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi
while read inName; do
root=`echo $inName|gawk -F/ '{print $NF}'`
output="$outRoot.$root"
gediMetric -input $inName -readHDFgedi $bounds -ground $varScale $statsLen $noiseTrack $sWidth $psWidth $msWidth $gWidth $minGsig $minWidth -outRoot $output
gediMetric -input $inName -readHDFgedi $bounds -ground $varScale $statsLen $noiseTrack $sWidth $psWidth $msWidth $gWidth $minGsig $minWidth -outRoot $output -varNoise
done < $list

if [ -e $list ];then
Expand Down

0 comments on commit 09d85ea

Please sign in to comment.