Skip to content

Commit

Permalink
Fix save on CI: create output path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmey committed Feb 3, 2024
1 parent 87a7235 commit 11fcd41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/save.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const beam_energy_map_filename = "beam_energy_map.png"
const transmit_time_map_filename = "transmit_time_map.png"

function saveall(images, beam_energy_map, transmit_time_map, sim_params, output_path="images")
mkpath(output_path)

@unpack fov, dbrange, orientation = sim_params

extent = [0, fov[2], -1/2 * fov[1], 1/2 * fov[1]]
Expand Down

0 comments on commit 11fcd41

Please sign in to comment.