Skip to content

Commit

Permalink
Update header docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cmey committed Mar 6, 2024
1 parent b78b27f commit ead46a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/WaveSim.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# WaveSim.jl, wave propagation simulator.
# Wave propagation computation.
# Christophe MEYER, 2016-2019
# Christophe Meyer, 2016-2024
module WaveSim

using Parameters
Expand Down
1 change: 0 additions & 1 deletion src/bilog.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This function creates bipolar (i.e. signed) log of the input.

function bilog(datain, dbrange=40)
datain = real.(datain)
maxabs = abs.(maximum(datain))
Expand Down
1 change: 0 additions & 1 deletion src/colorize_field.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Makie.Colors


function colorize_field(images)
num_colormap_entries = 100
cmap = colormap("RdBu", num_colormap_entries)
Expand Down
1 change: 0 additions & 1 deletion src/view.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include("colorize_field.jl")
using ImageView
using Parameters


function imshowall(images, beam_energy_map, transmit_time_map, sim_params)
@unpack dbrange, orientation = sim_params

Expand Down

0 comments on commit ead46a0

Please sign in to comment.