Skip to content

Commit

Permalink
added statement of need
Browse files Browse the repository at this point in the history
  • Loading branch information
abocchieri committed Jan 28, 2024
1 parent f3cdd0e commit 135689d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
47 changes: 47 additions & 0 deletions joss/paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
@BOOK{Smith:2000,
author = {{Smith}, Warren J.},
title = {Modern optical engineering: the design of optical systems},
year = 2000,
adsurl = {https://ui.adsabs.harvard.edu/abs/2000moed.book.....S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@book{Goodman:2005,
author = {{Goodman}, Joseph W.},
title = {Introduction to Fourier optics},
year = {2005},
adsurl = {https://ui.adsabs.harvard.edu/abs/2005ifo..book.....G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@article{Tinetti:2018,
author = {{Tinetti}, Giovanna and {Drossart}, Pierre and {Eccleston}, Paul and et al.},
title = {{A chemical survey of exoplanets with ARIEL}},
journal = {Experimental Astronomy},
keywords = {Exoplanets, Space missions, IR spectroscopy, Molecular signatures},
year = 2018,
month = nov,
volume = {46},
number = {1},
pages = {135-209},
doi = {10.1007/s10686-018-9598-x},
adsurl = {https://ui.adsabs.harvard.edu/abs/2018ExA....46..135T},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@article{Tinetti:2021,
author = {{Tinetti}, Giovanna and {Eccleston}, Paul and {Haswell}, Carole and et al.},
title = {{Ariel: Enabling planetary science across light-years}},
journal = {arXiv e-prints},
keywords = {Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Earth and Planetary Astrophysics},
year = 2021,
month = apr,
eid = {arXiv:2104.04824},
pages = {arXiv:2104.04824},
doi = {10.48550/arXiv.2104.04824},
archiveprefix = {arXiv},
eprint = {2104.04824},
primaryclass = {astro-ph.IM},
adsurl = {https://ui.adsabs.harvard.edu/abs/2021arXiv210404824T},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
8 changes: 8 additions & 0 deletions joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ PAOS presents a fast, modern, and reliable POP simulation tool for the scientifi

<!-- A statement of need section that clearly illustrates the research purpose of the software and places it in the context of related work. -->

Optical system design has witnessed significant advancements in recent years, necessitating efficient and reliable tools to simulate and optimize complex systems [@Smith:2000]. Ray-tracing and Physical Optics Propagation (POP) are the two primary methods for modelling the propagation of electromagnetic fields through optical systems. Ray-tracing is often employed during the design phase due to its speed, flexibility, and efficiency in determining basic properties such as optical magnification, aberrations, and vignetting. POP provides a comprehensive understanding of beam propagation by directly calculating changes in the electromagnetic wavefront [@Goodman:2005]. POP is particularly useful for predicting diffraction effects and modelling the propagation of coherently interfering optical wavefronts. Yet, it may require supplementary input from direct measurements or a ray-tracing model for comprehensive analysis including aberration variations, especially in the Fresnel approximation.

Commercial ray-tracing codes like `Zemax` and `Code V` provide tools for performing POP calculations, offering advanced capabilities in aberration reduction and optical system optimization. However, these programs often come with substantial costs and steep learning curves, which may not be justifiable for every application. Furthermore, accessibility to their source code is often limited or not available.

To overcome these limitations, we present `PAOS`, a reliable, user-friendly, and open-source POP code that integrates an implementation of Fourier optics. It employs the Fresnel approximation for efficient and accurate optical system simulations. By including a flexible configuration file and paraxial ray-tracing, `PAOS` seamlessly facilitates the study of various optical systems, including non-axial symmetric ones, as long as the Fresnel approximation remains valid.

Initially developed to evaluate the optical performance of the `Ariel` Space Mission [@Tinetti:2018;@Tinetti:2021], `PAOS` has proven its value in assessing the impact of diffraction, aberrations, and related systematics on `Ariel`'s optical performance. By offering a general-purpose tool capable of simulating the optical performance of diverse optical systems, `PAOS` fills a crucial gap in the field and makes advanced physical optics research more accessible. This paper presents the development, validation, and application of `PAOS` and its limitations, showcasing its potential to advance optical system design and analysis for a wide range of scientific and engineering applications.

# Acknowledgements

<!-- Acknowledgement of any financial support. -->
Expand Down
Binary file modified joss/paper.pdf
Binary file not shown.

0 comments on commit 135689d

Please sign in to comment.