Skip to content

Commit

Permalink
DOC: fix unmatching density vs. noise level
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Günther committed May 15, 2024
1 parent 1cac58d commit 6ba5f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

v = np.zeros((len(z)-1, len(y)-1, len(x)-1))
for i in range(7):
v[1+i, 11-i:16-i, 7:13] = 1000 # 1g/cm³
v[1+i, 11-i:16-i, 7:13] = 1 # 1g/cm³

grid["synth"] = v.ravel()

Expand Down

0 comments on commit 6ba5f4c

Please sign in to comment.