Skip to content

Commit

Permalink
Update Cylindrical_Coordinates.md
Browse files Browse the repository at this point in the history
comment on errors
  • Loading branch information
stevengj authored Mar 14, 2024
1 parent 4c4b33b commit e3bd6ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/docs/Python_Tutorials/Cylindrical_Coordinates.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,12 @@ print(scatt_power_m)

```

The resulting `scatt_power_m` array is a table where each row `scatt_power_m[j,:]` corresponds to one angle, and
the columns `scatt_power_m[j,M]` is the sum of power contributions for `|m| ≤ M`. For `M` sufficiently large,
these sums become the same, because the scattering from a sphere is angle independent. For `M=5` are slight (≈2%)
discrepancies between angles due to primarily discretization errors (doubling the resolution more than halves this
error).

Focusing Properties of a Binary-Phase Zone Plate
------------------------------------------------

Expand Down

0 comments on commit e3bd6ee

Please sign in to comment.