RadioImagerGPU 1.0
|
Functions | |
run_cuda_program (input_file, directions_file, output_dir) | |
run_python_script (input_file, directions_file, output_dir) | |
plot_images (image_dir, num_images, prefix) | |
compare_images (cuda_dir, python_dir, diff_dir, num_images) | |
main () | |
compare_images.compare_images | ( | cuda_dir, | |
python_dir, | |||
diff_dir, | |||
num_images ) |
Compare images generated by CUDA and Python implementations and save the differences as PNG files.
compare_images.main | ( | ) |
compare_images.plot_images | ( | image_dir, | |
num_images, | |||
prefix ) |
Plot and save images from CSV files in the specified directory.
compare_images.run_cuda_program | ( | input_file, | |
directions_file, | |||
output_dir ) |
Run the CUDA program with specified inputs and output directory.
compare_images.run_python_script | ( | input_file, | |
directions_file, | |||
output_dir ) |
Run the Python script with specified inputs and output directory.