Skip to content

Commit

Permalink
Fixes minor grammar errors in custom_apertures
Browse files Browse the repository at this point in the history
  • Loading branch information
CLangford2098 committed Sep 13, 2024
1 parent 537c5bf commit 5ab5b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/howtos/custom_apertures.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ plt.rcParams['figure.dpi'] = 72

## Overview

Designed to be an inference engine, dLux provides a large amount of flexibilty for aperture creation. There are two main components, the coordinates and the shapes. Each aperture shape is calculated on a set of coordinates, which can can be transformed arbitrarily _before_ the shape is calculated. dLux implements four affine transformations, translation, rotation, compression, and shearing, however, users can implement their own transformations as well.
Designed to be an inference engine, dLux provides a large amount of flexibilty for aperture creation. There are two main components: the coordinates and the shapes. Each aperture shape is calculated on a set of coordinates, which can can be transformed arbitrarily _before_ the shape is calculated. dLux implements four affine transformations, translation, rotation, compression, and shearing, however, users can implement their own transformations as well.

Let's start by looking at the tools available for creating _static_ apertures, ie ones that are calculated as an array of transmission values once and don't change throughout optimisation.
Let's start by looking at the tools available for creating _static_ apertures, i.e., ones that are calculated as an array of transmission values once and don't change throughout optimisation.

## HST-like Aperture

Expand Down

0 comments on commit 5ab5b55

Please sign in to comment.