Optical simulation of the Simons Observatory Small Aperture Telescope.
Author: Grace Chesmore
git clone [email protected]:McMahonCosmologyGroup/sosat_optics.git
cd sosat_optics
pip3 install .
Two notebooks are provided to demonstrate the use of the optical simulation.
This notebook demonstrates the use of the optical simulation to create the near-fields in front of the SAT window.
An additional notebook is provided to calculate the predicted near-field beam sizes across the mid-frequency band of the SAT. This can easily be adapted to change the source wavelength, source height from the window, and receiver position, though here we keep the receiver position at boresight in the focal plane.
This notebook demonstrates the use of the optical simulation to propagate the near field simulated beam into the far field of the telescope. With the simulated near-fields
where
It is important to note that in practice, one can only obtain the far-field beams from a near-field measurement if the near-field data includes phase information.
If you have write access to this repository, please:
- create a new branch
- push your changes to that branch
- merge or rebase to get in sync with main
- submit a pull request on github
- If you do not have write access, create a fork of this repository and proceed as described above. For more details, see Contributing.