Propagation Methods¶
prop_methods ¶
propagate_fresnel_conv ¶
propagate_fresnel_conv(Beam, z)
Propagate the field by a distance z using the Fresnel integral, evaluated as a convolution (transfer-function) via a single forward/inverse FFT pair. The x, y grid is unchanged.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam class containing all physical information of your beam. |
required |
z
|
float
|
Propagation distance. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
Beam |
object
|
Beam class containing all physical information of your beam, with
updated |
Reference
[1] Goodman, Joseph W., and Mary E. Cox. "Introduction to Fourier optics." (1969): 97-101.
Source code in structured_optics\prop_methods.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | |
propagate_fresnel_fft ¶
propagate_fresnel_fft(Beam, z)
Propagate a complex scalar field with the Fresnel approximation using a single Fourier transform.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam class containing all physical information of your beam. |
required |
z
|
float
|
Propagation distance. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
Beam |
object
|
Beam class containing all physical information of your beam, with updated field and x,y meshgrid. |
Reference
[1] Goodman, Joseph W., and Mary E. Cox. "Introduction to Fourier optics." (1969): 97-101.
Source code in structured_optics\prop_methods.py
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | |
propagate_bluestein ¶
propagate_bluestein(Beam, z, x_out_range, y_out_range, Dx_out=None, Dy_out=None)
Single-FFT Fresnel propagation with an arbitrary, independently chosen output grid, using the Bluestein (chirp-z) transform.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam class containing all physical information of your beam. |
required |
z
|
float
|
Propagation distance. Must be nonzero; negative z back-propagates. |
required |
x_out_range
|
(float, float)
|
(min, max) of the desired OUTPUT region, in the same units as x, y. |
required |
y_out_range
|
(float, float)
|
(min, max) of the desired OUTPUT region, in the same units as x, y. |
required |
Dx_out
|
int
|
Number of output samples along x and y. Independent of the input sample count, spacing, or of lambdaz/(Ndx) -- choose whatever resolution/region you need. |
None
|
Dy_out
|
int
|
Number of output samples along x and y. Independent of the input sample count, spacing, or of lambdaz/(Ndx) -- choose whatever resolution/region you need. |
None
|
Returns:
| Name | Type | Description |
|---|---|---|
Beam |
object
|
Beam class containing all physical information of your beam, with updated field and x,y meshgrid. |
Reference
[1] Hu, Yanlei, et al. "Efficient full-path optical calculation of scalar and vector diffraction using the Bluestein method."
Light: Science & Applications 9.1 (2020): 119.
Source code in structured_optics\prop_methods.py
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | |
propagate_angular_spectrum ¶
propagate_angular_spectrum(Beam, z, evanescent=False)
Propagate the field by a distance z using the Angular Spectrum method (exact scalar diffraction, no paraxial approximation). The x, y grid is unchanged.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam class containing all physical information of your beam. |
required |
z
|
float
|
Propagation distance. |
required |
evanescent
|
bool
|
If True, evanescent components (where kx2 + ky2 > k**2) are kept and propagated with a decaying/growing exponential. If False (default), those components are zeroed out before propagation. |
False
|
Returns:
| Name | Type | Description |
|---|---|---|
Beam |
object
|
Beam class containing all physical information of your beam, with
updated |
References
[1] Goodman, Joseph W., and Mary E. Cox. "Introduction to Fourier optics." (1969): 97-101.
Source code in structured_optics\prop_methods.py
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | |
propagate_incoherent ¶
propagate_incoherent(Beam, z)
Propagate the beam's INTENSITY (not the complex field) by a distance z, using incoherent propagation. This loses phase information: the result is only meaningful as an intensity profile.
Note
Without a pupil function (Like Iris) this does not currently seem to produce a physically correct result -- treat with caution.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam class containing all physical information of your beam. |
required |
z
|
float
|
Propagation distance. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
Beam |
object
|
Beam class containing all physical information of your beam, with
|
References
[1] Goodman, Joseph W., and Mary E. Cox. "Introduction to Fourier optics." (1969): 97-101.
Source code in structured_optics\prop_methods.py
224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | |
propagate_fraunhofer ¶
propagate_fraunhofer(Beam, z)
Propagate the field by a distance z using the Fraunhofer (far-field) integral. Unlike the other propagation methods, this changes the beam's x, y grid, since the Fraunhofer diffraction pattern lives in spatial-frequency-scaled coordinates (x = lambdazfx).
A warning is printed if z is smaller than the conventional far-field
distance 2*waist**2/lamb, since the Fraunhofer approximation is
likely inaccurate at shorter distances.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam class containing all physical information of your beam. |
required |
z
|
float
|
Propagation distance. If |
required |
Returns:
| Name | Type | Description |
|---|---|---|
Beam |
object
|
Beam class containing all physical information of your beam, with
updated |
References
[1] Goodman, Joseph W., and Mary E. Cox. "Introduction to Fourier optics." (1969): 97-101.
Source code in structured_optics\prop_methods.py
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 | |
suggest_propagation_method ¶
suggest_propagation_method(Beam, z, aperture_sigma_factor=3.0, fraunhofer_threshold=0.1)
Recommend a propagation method for Beam.propagate(z, method=...).
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam instance. |
required |
z
|
float
|
Intended propagation distance. |
required |
aperture_sigma_factor
|
float
|
With sigma as the spatial standart deviation, the effective aperture half-width used for the Fraunhofer/paraxial checks is aperture_sigma_factor * sigma (default 3.0, i.e. ~99.7% of the energy for a Gaussian profile). Only affects the far-field/paraxial checks -- the transfer-function sampling check (z_crit) always uses the full grid, since that's a property of the numerical grid, not of the beam itself. |
3.0
|
fraunhofer_threshold
|
float
|
Fresnel number below which Fraunhofer is considered valid (default 0.1, i.e. within a few percent of the true far field). |
0.1
|
Returns:
| Name | Type | Description |
|---|---|---|
method |
str
|
One of: 'none', 'AS', 'fres_c', 'fraun'. |
info |
dict
|
The underlying numbers (z_crit, fresnel_number, z_paraxial_min, aperture size used, and where that size came from) in case you want to make the decision yourself. |
Source code in structured_optics\prop_methods.py
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 | |
estimate_bluestein_range ¶
estimate_bluestein_range(Beam, z, n_sigma=5.0, equal_grid=True)
Estimate the output window to pass to propagate_bluestein so the propagated beam is fully contained without edge clipping.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Beam
|
object
|
Beam instance. |
required |
z
|
float
|
Propagation distance you intend to use. |
required |
n_sigma
|
float
|
How many standard deviations of the predicted beam width to include on each side (default 5.0 -- for a Gaussian-like profile this captures effectively all the energy; increase for beams with heavier tails, e.g. Bessel-like profiles). |
5.0
|
equal_grid
|
Bool
|
If True x and y grid have the same output size, set to the bigger one. |
True
|
Returns:
| Name | Type | Description |
|---|---|---|
x_out_range, y_out_range : (float, float)
|
Suggested ranges for propagate_bluestein. |
|
info |
dict
|
Diagnostic quantities: current/predicted sigma, angular spread, predicted centroid, etc. |
Source code in structured_optics\prop_methods.py
426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 | |