# Set Dispersion Measure. # In the program, there is a loop such as for(dm = min; dm <= max; dm += step). survey_DM_pc_per_cm3_min 56.7450 survey_DM_pc_per_cm3_max 56.7450 survey_DM_pc_per_cm3_step 56.7450 # Set FFT Window Width in milli-second. fft_width_ms_desired 100 # Set Width of Short Time Fourier Transform in mili-second, # relating to a data size transferred to a GPU at once. # e.g., 10 ms stft_width_ms_desired 100 # Set Integration Time in micro-second. # e.g., 2 us. If 0 then no integration. integration_time_us_desired 2 # Set Signal-to-Noise Ratio Threshold for Pulse Detection. snr_threshold 7 # Set File for Band Calibration. bandchar_file ~/ymg32cr_band.txt # Set Observation Parameters. sampling_freq_MHz 1024 # 1024 mega-sample/s adc_RF_min_MHz 6600 # Minimum RF/MHz of the A/D converted band; e.g., 6600 or 8192. eff_RF_min_MHz 6606 # Minimum RF/MHz of the effective band for analysis; e.g, 6606 or 8198. eff_RF_max_MHz 7106 # Maximum RF/MHz of the effective band for analysis; e.g, 7106 or 8698. band_inverted true # 'true' when inverted by Higher Order Sampling, or 'false' datum_size_bit 2 data_format ADS1K # Linear1B, ADS1K (= ADS3KP_VSISEL11 via OCTAVIA) use_gpu true # true or false save_images true # true or false partition_width_byte 256000000 # Data size/B loaded from a file at once.