CMakeLists.txt
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
batoid/__init__.py
batoid/_version.py
batoid/analysis.py
batoid/app.py
batoid/coating.py
batoid/constants.py
batoid/coordSys.py
batoid/coordTransform.py
batoid/global_vars.py
batoid/lattice.py
batoid/medium.py
batoid/obscuration.py
batoid/optic.py
batoid/parse.py
batoid/plotUtils.py
batoid/rayVector.py
batoid/surface.py
batoid/trace.py
batoid/utils.py
batoid.egg-info/PKG-INFO
batoid.egg-info/SOURCES.txt
batoid.egg-info/dependency_links.txt
batoid.egg-info/not-zip-safe
batoid.egg-info/requires.txt
batoid.egg-info/top_level.txt
batoid/data/AuxTel/AuxTel.yaml
batoid/data/AuxTel/Calypso.yaml
batoid/data/DECam/DECam.yaml
batoid/data/DESI/DESI.yaml
batoid/data/HSC/HSC.yaml
batoid/data/HSC/HSC_no_obsc.yaml
batoid/data/HSC/HSC_old.yaml
batoid/data/LSST/CBP.yaml
batoid/data/LSST/ComCam_g.yaml
batoid/data/LSST/ComCam_i.yaml
batoid/data/LSST/ComCam_r.yaml
batoid/data/LSST/ComCam_u.yaml
batoid/data/LSST/ComCam_y.yaml
batoid/data/LSST/ComCam_z.yaml
batoid/data/LSST/LSST_g.yaml
batoid/data/LSST/LSST_g_500.yaml
batoid/data/LSST/LSST_i.yaml
batoid/data/LSST/LSST_r.yaml
batoid/data/LSST/LSST_r_baffles.yaml
batoid/data/LSST/LSST_r_noobsc.yaml
batoid/data/LSST/LSST_u.yaml
batoid/data/LSST/LSST_y.yaml
batoid/data/LSST/LSST_z.yaml
batoid/data/LSST/Rubin_v3.12_g.yaml
batoid/data/LSST/Rubin_v3.12_i.yaml
batoid/data/LSST/Rubin_v3.12_r.yaml
batoid/data/LSST/Rubin_v3.12_u.yaml
batoid/data/LSST/Rubin_v3.12_y.yaml
batoid/data/LSST/Rubin_v3.12_z.yaml
batoid/data/PFS/PFS.yaml
batoid/data/apochromats/donsoptikz1.yaml
batoid/data/media/silica_dispersion.txt
batoid/data/media/silicon_dispersion.txt
batoid/data/misc/BSC5.fits
batoid/data/misc/constellations.fits
batoid/data/misc/download_bsc5.py
batoid/data/misc/download_constellations.py
cmake/CodeCoverage.cmake
include/asphere.h
include/batoid.h
include/bicubic.h
include/coating.h
include/dualView.h
include/medium.h
include/obscuration.h
include/paraboloid.h
include/plane.h
include/polynomialSurface.h
include/quadric.h
include/rayVector.h
include/sphere.h
include/sum.h
include/surface.h
include/table.h
include/tilted.h
pysrc/asphere.cpp
pysrc/batoid.cpp
pysrc/bicubic.cpp
pysrc/coating.cpp
pysrc/medium.cpp
pysrc/obscuration.cpp
pysrc/paraboloid.cpp
pysrc/plane.cpp
pysrc/polynomialSurface.cpp
pysrc/quadric.cpp
pysrc/rayVector.cpp
pysrc/sphere.cpp
pysrc/sum.cpp
pysrc/surface.cpp
pysrc/table.cpp
pysrc/tilted.cpp
src/asphere.cpp
src/batoid.cpp
src/bicubic.cpp
src/coating.cpp
src/dualView.cpp
src/medium.cpp
src/obscuration.cpp
src/paraboloid.cpp
src/plane.cpp
src/polynomialSurface.cpp
src/quadric.cpp
src/rayVector.cpp
src/sphere.cpp
src/sum.cpp
src/surface.cpp
src/table.cpp
src/tilted.cpp
tests/test_Asphere.py
tests/test_Bicubic.py
tests/test_Coating.py
tests/test_CoordSys.py
tests/test_CoordTransform.py
tests/test_Lattice.py
tests/test_Medium.py
tests/test_OPDScreen.py
tests/test_Obscuration.py
tests/test_Optic.py
tests/test_Paraboloid.py
tests/test_Plane.py
tests/test_Quadric.py
tests/test_RayVector.py
tests/test_Sphere.py
tests/test_Sum.py
tests/test_Tilted.py
tests/test_Zernike.py
tests/test_analysis.py
tests/test_draw.py
tests/test_helpers.py
tests/test_notebooks.py
tests/test_plot.py
tests/test_rsplit.py
tests/test_utils.py
tests/test_zemax.py