Skip to content

Commit

Permalink
Updating mask design images
Browse files Browse the repository at this point in the history
  • Loading branch information
CLangford2098 committed Sep 18, 2024
1 parent fbdd32e commit 9b14502
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/examples/designing_a_mask.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ rmax = 8*sampling_rate # 8 lam/D
```python
aperture = tel.aperture.transmission
mask = tel.pupil.get_binary_phase()
outer = plt.Circle((64, 64), rmax, fill=False, color='w')
outer = plt.Circle((128, 128), rmax, fill=False, color='w')

plt.figure(figsize=(10, 4))
plt.subplot(1, 2, 1)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b14502

Please sign in to comment.