Wavefronts
Wavefront
Bases: Base
A simple class to hold the state of some wavefront as it is transformed and propagated throughout an optical system. All wavefronts assume square arrays.
Attributes:
Name | Type | Description |
---|---|---|
wavelength |
(float, meters)
|
The wavelength of the |
amplitude |
(Array, power)
|
The electric field amplitude of the |
phase |
(Array, radians)
|
The electric field phase of the |
pixel_scale |
(float, meters / pixel or radians / pixel)
|
The pixel scale of the phase and amplitude arrays. If |
plane |
str
|
The current plane type of wavefront, can be 'Pupil', 'Focal' or 'Intermediate'. |
units |
str
|
The current units of the wavefront, can be 'Cartesian' or 'Angular'. |
Source code in src/dLux/wavefronts.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 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 93 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 181 182 183 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 222 223 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 262 263 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 312 313 314 315 316 317 318 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 422 423 424 425 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 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
|
coordinates: Array
property
Returns the physical positions of the wavefront pixels in meters.
Returns:
Name | Type | Description |
---|---|---|
coordinates |
Array
|
The coordinates of the centers of each pixel representing the wavefront. |
diameter: Array
property
Returns the current wavefront diameter calculated using the pixel scale and number of pixels.
Returns:
Name | Type | Description |
---|---|---|
diameter |
(Array, meters or radians)
|
The current diameter of the wavefront. |
fringe_size: Array
property
Returns the size of the fringes in angular units.
TODO Units check from focal plane
Returns:
Name | Type | Description |
---|---|---|
fringe_size |
(Array, radians)
|
The size of the linear diffraction fringe of the wavefront. |
imaginary: Array
property
Returns the imaginary component of the Wavefront
.
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Array
|
The imaginary component of the |
ndim: int
property
Returns the number of 'dimensions' of the wavefront. This is used to track the vectorised version of the wavefront returned from vmapping.
Returns:
Name | Type | Description |
---|---|---|
ndim |
int
|
The 'dimensionality' of dimensions of the wavefront. |
npixels: int
property
Returns the side length of the arrays currently representing the wavefront. Taken from the last axis of the amplitude array.
Returns:
Name | Type | Description |
---|---|---|
pixels |
int
|
The number of pixels that represent the |
phasor: Array
property
The electric field phasor described by this Wavefront in complex form.
Returns:
Name | Type | Description |
---|---|---|
field |
Array
|
The electric field phasor of the wavefront. |
psf: Array
property
Calculates the Point Spread Function (PSF), i.e. the squared modulus of the complex wavefront.
Returns:
Name | Type | Description |
---|---|---|
psf |
Array
|
The PSF of the wavefront. |
real: Array
property
Returns the real component of the Wavefront
.
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Array
|
The real component of the |
wavenumber: Array
property
Returns the wavenumber of the wavefront (2 * pi / wavelength).
Returns:
Name | Type | Description |
---|---|---|
wavenumber |
(Array, 1 / meters)
|
The wavenumber of the wavefront. |
__add__(other)
Adds the input 'other' to the wavefront. If the input is a numeric type, it is treated as an OPD, else if it is an optical layer, it will be applied to the wavefront.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
other
|
Any
|
The input to add to the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The output wavefront. |
Source code in src/dLux/wavefronts.py
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 |
|
__iadd__(other)
Provides the += operator for the wavefront, calling the add method.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
other
|
Any
|
The input to add to the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The output wavefront. |
Source code in src/dLux/wavefronts.py
237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 |
|
__imul__(other)
Provides the *= operator for the wavefront, calling the mul method.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
other
|
Any
|
The input to multiply with the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The output wavefront. |
Source code in src/dLux/wavefronts.py
299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
|
__init__(npixels, diameter, wavelength)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
npixels
|
int
|
The number of pixels that represent the |
required |
diameter
|
(float, meters)
|
The total diameter of the |
required |
wavelength
|
(float, meters)
|
The wavelength of the |
required |
Source code in src/dLux/wavefronts.py
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
|
__mul__(other)
Multiplies the input 'other' to the wavefront. If the input is a numeric type, it is treated as an array of transmission values and is multiplied by the wavefront amplitude, unless it is a complex number, in which case it will be multiplied with the wavefront phasor. If it is an optical layer, it will be applied to the wavefront.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
other
|
Any
|
The input to multiply with the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The output wavefront. |
Source code in src/dLux/wavefronts.py
253 254 255 256 257 258 259 260 261 262 263 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 |
|
add_opd(opd)
Adds an optical path difference (OPD) to the wavefront.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
opd
|
(Array, meters)
|
The opd to add to the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The new wavefront with the phases updated according to the supplied opd. |
Source code in src/dLux/wavefronts.py
318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 |
|
add_phase(phase)
Adds a phase to the wavefront.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
phase
|
(Array, radians)
|
The phase to be added to the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The new wavefront with updated phases. |
Source code in src/dLux/wavefronts.py
334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
|
flip(axis)
Flips the wavefront along the specified axes. Note we use 'ij' indexing, so axis 0 is the y-axis and axis 1 is the x-axis.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
axis
|
tuple
|
The axes along which to flip the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The new flipped wavefront. |
Source code in src/dLux/wavefronts.py
424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 |
|
normalise()
Normalises the total power of the wavefront to 1.
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The normalised wavefront. |
Source code in src/dLux/wavefronts.py
377 378 379 380 381 382 383 384 385 386 |
|
propagate(npixels, pixel_scale, focal_length=None, shift=np.zeros(2), pixel=True)
Propagates the wavefront by performing an MFT, allowing for the output pixel scale and npixels to be specified.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
npixels
|
int
|
The number of pixels in the output plane. |
required |
pixel_scale
|
(float, meters / pixel or radians / pixel)
|
The pixel scale of the output plane. |
required |
focal_length
|
float = None
|
The focal length of the propagation. If None, the propagation is angular and pixel_scale_out is taken in as radians/pixel, else meters/pixel. |
None
|
shift
|
Array = np.zeros(2)
|
The shift in the center of the output plane. |
zeros(2)
|
pixel
|
bool = True
|
Should the shift be taken in units of pixels, or pixel scale. |
True
|
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The propagated wavefront. |
Source code in src/dLux/wavefronts.py
651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 |
|
propagate_FFT(focal_length=None, pad=2)
Propagates the wavefront by performing a Fast Fourier Transform.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
focal_length
|
float = None
|
The focal length of the propagation. If None, the output pixel scale has units of radians, else meters. |
None
|
pad
|
int = 2
|
The padding factory to apply to the input wavefront before the FFT. |
2
|
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The propagated wavefront. |
Source code in src/dLux/wavefronts.py
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
|
propagate_fresnel(npixels, pixel_scale, focal_length, focal_shift=0.0, shift=np.zeros(2), pixel=True)
Propagates the phasor using a Far-Field Fresnel propagation. This allows for psfs to be better modelled a few wavelengths from the focal plane.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
npixels
|
int
|
The number of pixels in the output plane. |
required |
pixel_scale
|
(float, meters / pixel or radians / pixel)
|
The pixel scale of the output plane. |
required |
focal_length
|
float
|
The focal length of the propagation. |
required |
focal_shift
|
float
|
The shift from focus to propagate to. |
0.0
|
shift
|
Array = np.zeros(2)
|
The shift in the center of the output plane. |
zeros(2)
|
pixel
|
bool = True
|
Should the shift be taken in units of pixels, or pixel scale. |
True
|
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The propagated wavefront. |
Source code in src/dLux/wavefronts.py
706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
|
resize(npixels)
Resizes the wavefront via a zero-padding or cropping operation.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
npixels
|
int
|
The size to resize the wavefront to. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The resized wavefront. |
Source code in src/dLux/wavefronts.py
523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 |
|
rotate(angle, order=1, complex=False)
Rotates the wavefront by a given angle via interpolation. Can be done on the real and imaginary components by passing in complex=True.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
angle
|
(Array, radians)
|
The angle by which to rotate the wavefront in a clockwise direction. |
required |
order
|
int = 1
|
The interpolation order to use. |
1
|
complex
|
bool = False
|
Whether to rotate the real and imaginary representation of the wavefront as opposed to the amplitude and phase representation. |
False
|
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The new wavefront rotated by angle in the clockwise direction. |
Source code in src/dLux/wavefronts.py
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 |
|
scale_to(npixels, pixel_scale, complex=False)
Interpolated the wavefront to a given npixels and pixel_scale. Can be done on the real and imaginary components by passing in complex=True.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
npixels
|
int
|
The number of pixels to interpolate to. |
required |
pixel_scale
|
Array
|
The pixel scale to interpolate to. |
required |
complex
|
bool = False
|
Whether to rotate the real and imaginary representation of the wavefront as opposed to the amplitude and phase representation. |
False
|
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The new interpolated wavefront. |
Source code in src/dLux/wavefronts.py
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 |
|
tilt(angles)
Tilts the wavefront by the (x, y) angles.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
angles
|
(Array, radians)
|
The (x, y) angles by which to tilt the wavefront. |
required |
Returns:
Name | Type | Description |
---|---|---|
wavefront |
Wavefront
|
The tilted wavefront. |
Source code in src/dLux/wavefronts.py
358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 |
|