We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f08bf6 commit cc1b92aCopy full SHA for cc1b92a
1 file changed
source/cpp_src/Applications/test/chk_highnchannels.sh
@@ -20,7 +20,7 @@ NAPS=30
20
NSPECPTS=128
21
22
#run dummy_vis to generate fake visibilty data to test if we can process n_channels > 128 (here we test 256)
23
-dummy_vis --snr ${SNR_VAL} -c ${NCHAN} -w ${CHANW} -n ${NAPS} -s ${NSPECPTS}
+dummy_vis --seed 99 --snr ${SNR_VAL} -c ${NCHAN} -w ${CHANW} -n ${NAPS} -s ${NSPECPTS}
24
25
echo "Running: fourfit4 -m 4 -b AB -P XX ./"
26
output_file=$(fourfit4 -m 4 -b AB -P XX ./ 2>&1 | awk '{print $NF}')
0 commit comments