File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ testing() {
109109 then
110110 LOCAL=" -local"
111111 fi
112- ${INSTALL_ROOT} /bin/DedispersionTesting -opencl_platform ${OPENCL_PLATFORM} -opencl_device ${OPENCL_DEVICE} -padding ${DEVICE_PADDING} -single_two -beams ${BEAMS} -synthesized_beams ${SYNTHESIZED_BEAMS} -samples ${SAMPLES} -sampling_time ${SAMPLING_TIME} -min_freq ${MIN_FREQ} -channels ${CHANNELS} -channel_bandwidth ${CHANNEL_BANDWIDTH} -zapped_channels ${ZAPPED_CHANNELS} -dms ${DMS} -dm_first ${DM_FIRST} -dm_step ${DM_STEP} -random ${LOCAL} -threadsD0 " ` echo ${CONF} | awk -F' ' ' {print $6}' ` " -threadsD1 " ` echo ${CONF} | awk -F' ' ' {print $7}' ` " -itemsD0 " ` echo ${CONF} | awk -F' ' ' {print $9}' ` " -itemsD1 " ` echo ${CONF} | awk -F' ' ' {print $10}' ` " -unroll " ` echo ${CONF} | awk -F' ' ' {print $5}' ` "
112+ ${INSTALL_ROOT} /bin/DedispersionTesting -opencl_platform ${OPENCL_PLATFORM} -opencl_device ${OPENCL_DEVICE} -padding ${DEVICE_PADDING} -single_step -beams ${BEAMS} -synthesized_beams ${SYNTHESIZED_BEAMS} -samples ${SAMPLES} -sampling_time ${SAMPLING_TIME} -min_freq ${MIN_FREQ} -channels ${CHANNELS} -channel_bandwidth ${CHANNEL_BANDWIDTH} -zapped_channels ${CONFS} /zapped_channels.conf -dms ${DMS} -dm_first ${DM_FIRST} -dm_step ${DM_STEP} -random ${LOCAL} -threadsD0 " ` echo ${CONF} | awk -F' ' ' {print $6}' ` " -threadsD1 " ` echo ${CONF} | awk -F' ' ' {print $7}' ` " -itemsD0 " ` echo ${CONF} | awk -F' ' ' {print $9}' ` " -itemsD1 " ` echo ${CONF} | awk -F' ' ' {print $10}' ` " -unroll " ` echo ${CONF} | awk -F' ' ' {print $5}' ` "
113113 fi
114114
115115 # SNR before downsampling
You can’t perform that action at this time.
0 commit comments