├── .github ├── issue_template.md └── workflows │ └── build.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CONTRIBUTORS.md ├── LICENSE ├── README.md ├── data ├── camera │ ├── Arashi_Vision_Insta360_X5_380_780_5.json │ ├── Canon_EOS-1D_X_Mark_II_380_780_5.json │ ├── Canon_EOS-1Ds_Mark_III_380_780_5.json │ ├── Canon_EOS-1Ds_Mark_II_380_780_5.json │ ├── Canon_EOS_100D_380_780_5.json │ ├── Canon_EOS_200D_380_780_5.json │ ├── Canon_EOS_200D_II_380_780_5.json │ ├── Canon_EOS_5DS_380_780_5.json │ ├── Canon_EOS_5D_380_780_5.json │ ├── Canon_EOS_5D_Mark_III_380_780_5.json │ ├── Canon_EOS_5D_Mark_II_380_780_5.json │ ├── Canon_EOS_5D_Mark_IV_380_780_5.json │ ├── Canon_EOS_600D_380_780_5.json │ ├── Canon_EOS_M_380_780_5.json │ ├── Canon_EOS_R10_380_780_5.json │ ├── Canon_EOS_R5_380_780_5.json │ ├── Canon_EOS_R5m2_380_780_5.json │ ├── Canon_EOS_R6_380_780_5.json │ ├── Canon_EOS_R_380_780_5.json │ ├── Fujifilm_X-T3_380_780_5.json │ ├── Fujifilm_X-T4_380_780_5.json │ ├── Hasselblad_L1D-20c_380_780_5.json │ ├── Nikon_D3300_380_780_5.json │ ├── Nikon_D5300_380_780_5.json │ ├── Nikon_D800E_380_780_5.json │ ├── Nikon_D810_380_780_5.json │ ├── Nikon_D850_380_780_5.json │ ├── Nikon_Z_f_380_780_5.json │ ├── Panasonic_DC-GX9_380_780_5.json │ ├── Sony_DSC-RX100M4_380_780_5.json │ ├── Sony_ILCE-6400_380_780_5.json │ ├── Sony_ILCE-7CM2_380_780_5.json │ ├── Sony_ILCE-7M3_380_780_5.json │ ├── Sony_ILCE-7M4_380_780_5.json │ ├── Sony_ILCE-7RM2_380_780_5.json │ ├── Sony_ILCE-7RM3_380_780_5.json │ ├── Sony_ILCE-7RM4_380_780_5.json │ ├── Sony_ILCE-7SM2_380_780_5.json │ ├── Sony_ILCE-7SM3_380_780_5.json │ └── Sony_ILCE-9_380_780_5.json └── plot_curves.ipynb ├── docs ├── physLight-v1.3-1bdb6ec3-20230805.pdf └── tex │ ├── MANIFEST.md │ ├── Makefile │ ├── README.md │ ├── TODO.md │ ├── bibliography.bib │ ├── bibliography_radiance.bib │ ├── figures_built │ ├── Canon_1DMarkIII-img0.png │ ├── Canon_1DMarkIII-img1.png │ ├── Canon_1DMarkIII.pgf │ ├── Canon_5DMarkII-img0.png │ ├── Canon_5DMarkII-img1.png │ ├── Canon_5DMarkII.pgf │ ├── Infrared-photo-vs-Ultraviolet-photo.jpg │ ├── Orthochromatic-Panchromatic-film-1024x768-1.jpg │ ├── Red_Mysterium_X-img0.png │ ├── Red_Mysterium_X-img1.png │ ├── Red_Mysterium_X.pgf │ ├── a_img_obj.pdf │ ├── a_img_obj.pdf_tex │ ├── blackbody-img0.png │ ├── blackbody-img1.png │ ├── blackbody.pgf │ ├── chromas.pgf │ ├── chromas_enlarge.pgf │ ├── cielms2006-img0.png │ ├── cielms2006-img1.png │ ├── cielms2006.pgf │ ├── ciexyz1931-img0.png │ ├── ciexyz1931-img1.png │ ├── ciexyz1931.pgf │ ├── commonilluminants-img0.png │ ├── commonilluminants-img1.png │ ├── commonilluminants.pgf │ ├── emitter_surface.pdf │ ├── emitter_surface.pdf_tex │ ├── exposure_equation_setup.pdf │ ├── exposure_equation_setup.pdf_tex │ ├── flux_etc.pdf │ ├── flux_etc.pdf_tex │ ├── illuminantd-img0.png │ ├── illuminantd-img1.png │ ├── illuminantd.pgf │ ├── illuminantf1-6-img0.png │ ├── illuminantf1-6-img1.png │ ├── illuminantf1-6.pgf │ ├── illuminantf10-12-img0.png │ ├── illuminantf10-12-img1.png │ ├── illuminantf10-12.pgf │ ├── illuminantf7-9-img0.png │ ├── illuminantf7-9-img1.png │ ├── illuminantf7-9.pgf │ ├── in_construction.pdf │ ├── intermediate │ │ └── in_construction.pdf │ ├── nicodemus1963-fig1.pdf │ ├── nicodemus1963-fig2.pdf │ ├── nicodemus1963-fig3.pdf │ ├── opposite-angle.tikz.tex │ ├── radiance-fig1.pdf │ ├── radiance-fig1.pdf_tex │ ├── radiance-fig2.pdf │ ├── radiance-fig2.pdf_tex │ ├── radiance-fig3.pdf │ ├── radiance-fig3.pdf_tex │ ├── raydiff-1.tikz.tex │ ├── roscolux-img0.png │ ├── roscolux-img1.png │ ├── roscolux.pgf │ ├── smitscmy-img0.png │ ├── smitscmy.pgf │ ├── smitsrgb-img0.png │ └── smitsrgb.pgf │ ├── figures_src │ ├── cameras │ │ ├── Canon_1DMarkIII_chromaticity.png │ │ ├── Canon_1DMarkIII_patches.png │ │ ├── Canon_20D_chromaticity.png │ │ ├── Canon_20D_patches.png │ │ ├── Canon_300D_chromaticity.png │ │ ├── Canon_300D_patches.png │ │ ├── Canon_40D_chromaticity.png │ │ ├── Canon_40D_patches.png │ │ ├── Canon_500D_chromaticity.png │ │ ├── Canon_500D_patches.png │ │ ├── Canon_50D_chromaticity.png │ │ ├── Canon_50D_patches.png │ │ ├── Canon_5DMarkII_chromaticity.png │ │ ├── Canon_5DMarkII_patches.png │ │ ├── Canon_600D_chromaticity.png │ │ ├── Canon_600D_patches.png │ │ ├── Canon_60D_chromaticity.png │ │ ├── Canon_60D_patches.png │ │ ├── Hasselblad_H2_chromaticity.png │ │ ├── Hasselblad_H2_patches.png │ │ ├── Nikon_D200_chromaticity.png │ │ ├── Nikon_D200_patches.png │ │ ├── Nikon_D300s_chromaticity.png │ │ ├── Nikon_D300s_patches.png │ │ ├── Nikon_D3X_chromaticity.png │ │ ├── Nikon_D3X_patches.png │ │ ├── Nikon_D3_chromaticity.png │ │ ├── Nikon_D3_patches.png │ │ ├── Nikon_D40_chromaticity.png │ │ ├── Nikon_D40_patches.png │ │ ├── Nikon_D50_chromaticity.png │ │ ├── Nikon_D50_patches.png │ │ ├── Nikon_D5100_chromaticity.png │ │ ├── Nikon_D5100_patches.png │ │ ├── Nikon_D700_chromaticity.png │ │ ├── Nikon_D700_patches.png │ │ ├── Nikon_D80_chromaticity.png │ │ ├── Nikon_D80_patches.png │ │ ├── Nikon_D90_chromaticity.png │ │ ├── Nikon_D90_patches.png │ │ ├── Nokia_N900_chromaticity.png │ │ ├── Nokia_N900_patches.png │ │ ├── Olympus_E_PL2_chromaticity.png │ │ ├── Olympus_E_PL2_patches.png │ │ ├── Pentax_K_5_chromaticity.png │ │ ├── Pentax_K_5_patches.png │ │ ├── Pentax_Q_chromaticity.png │ │ ├── Pentax_Q_patches.png │ │ ├── Phase_One_chromaticity.png │ │ ├── Phase_One_patches.png │ │ ├── Point_Grey_Grasshopper2_14S5C_chromaticity.png │ │ ├── Point_Grey_Grasshopper2_14S5C_patches.png │ │ ├── Point_Grey_Grasshopper_50S5C_chromaticity.png │ │ ├── Point_Grey_Grasshopper_50S5C_patches.png │ │ ├── Red_Mysterium_X_chromaticity.png │ │ ├── Red_Mysterium_X_patches.png │ │ ├── SONY_NEX_5N_chromaticity.png │ │ └── SONY_NEX_5N_patches.png │ ├── data │ │ ├── camera │ │ │ ├── Canon_1DMarkIII.csv │ │ │ ├── Canon_5DMarkII.csv │ │ │ └── Red_Mysterium_X.csv │ │ ├── cie │ │ │ ├── CIE_illum_Dxx_comp.csv │ │ │ ├── CIE_illum_Dxx_comp.csv_metadata.json │ │ │ ├── CIE_illum_FLs.csv │ │ │ ├── CIE_illum_FLs.csv_metadata.json │ │ │ ├── CIE_illum_LEDs.csv │ │ │ ├── CIE_illum_LEDs.csv_metadata.json │ │ │ ├── CIE_lms_cf_10deg.csv │ │ │ ├── CIE_lms_cf_10deg.csv_metadata.json │ │ │ ├── CIE_lms_cf_2deg.csv │ │ │ ├── CIE_lms_cf_2deg.csv_metadata.json │ │ │ ├── CIE_xyz_1931_2deg.csv │ │ │ ├── CIE_xyz_1931_2deg.csv_metadata.json │ │ │ ├── CIE_xyz_1964_10deg.csv │ │ │ └── CIE_xyz_1964_10deg.csv_metadata.json │ │ ├── ieslm63 │ │ │ ├── 0000185eb674b406fccad004f9275f6e.ies │ │ │ ├── 00303c4e79984346f73c7d8042dee1ad.ies │ │ │ ├── 006eee706aab7fcacabe69958b454bc9.ies │ │ │ ├── 00715027edfa347b29d76898771819c2.ies │ │ │ ├── 0073eb5a64f0c18baea319e10f93efb5.ies │ │ │ ├── 00751debb20da686f6cf0baa331bded3.ies │ │ │ ├── 009092d67a9e943ba297c29b272a5e15.ies │ │ │ ├── 0098d3784ddbb80a3b707d248746ed15.ies │ │ │ ├── 00a395219421cfa56034b797cec995eb.ies │ │ │ ├── 00cfaf17dc5faec6fdfd88927aaed008.ies │ │ │ ├── 01306a8d4bed8455ced1f41ae4176050.ies │ │ │ ├── 015ae384bf4d8d8fb196b64e06a4ea30.ies │ │ │ ├── 015e201d1686f0ac9611271952d8c9c3.ies │ │ │ ├── 016f0843c2627f0f573a2bf25347ea8a.ies │ │ │ ├── 01f01731b381b906475deb2438106290.ies │ │ │ ├── 01f18cd2eee9e4824d9ecf4d8126c28e.ies │ │ │ ├── 01fdaa394caf0c0ce827eb07b08849b6.ies │ │ │ ├── 02195a36fc71f8cf0d88be1f66d05578.ies │ │ │ ├── bega_50988.6k3.ies │ │ │ ├── bega_84659K4.ies │ │ │ ├── bega_84693K4.ies │ │ │ ├── bega_84693k4.ies │ │ │ ├── bega_omni001_1238lm.ies │ │ │ └── bega_omni002_4777lm.ies │ │ └── rosco │ │ │ └── roscolux.csv │ ├── diagrams │ │ ├── a_img_obj.svg │ │ ├── emitter_surface.svg │ │ ├── exposure_equation_setup.svg │ │ ├── flux_etc.svg │ │ ├── opposite-angle.tikz.tex │ │ └── raydiff-1.tikz.tex │ ├── geogebra │ │ ├── I_e.ggb │ │ ├── M_e.ggb │ │ ├── OppositeAngle-2.ggb │ │ ├── OppositeAngle.ggb │ │ ├── P_e.ggb │ │ ├── aperture_distance.ggb │ │ └── raydiff-1.ggb │ └── images │ │ ├── 43301396_eps_normal_none.eps │ │ ├── Infrared-photo-vs-Ultraviolet-photo.jpg │ │ ├── Lens_cross_section.svg │ │ ├── Orthochromatic-Panchromatic-film-1024x768-1.jpg │ │ ├── nicodemus1963 │ │ ├── nicodemus1963-fig1.pdf │ │ ├── nicodemus1963-fig2.pdf │ │ ├── nicodemus1963-fig3.pdf │ │ ├── nicodemus1963-fig4.pdf │ │ ├── nicodemus1963-fig5.pdf │ │ └── nicodemus1963-fig6.pdf │ │ ├── radiance-fig1.svg │ │ ├── radiance-fig2.svg │ │ └── radiance-fig3.svg │ ├── glossary.tex │ ├── main.tex │ ├── physlight.bbx │ ├── physlight.cbx │ ├── physlight.cls │ ├── physlight.dbx │ ├── physlight.kilepr │ ├── physlight.txss │ ├── scripts │ ├── CIE.py │ ├── ColorSpace.py │ ├── SPD.py │ ├── SpectralCurve.py │ ├── ies_LM-63_loader.py │ ├── make_all_figures.py │ └── system.py │ ├── sec_appendix.tex │ ├── sec_calcsheets.tex │ ├── sec_foreword.tex │ ├── sec_illuminants.tex │ ├── sec_imaging.tex │ ├── sec_implementation.tex │ ├── sec_intro.tex │ ├── sec_lighting.tex │ ├── sec_notations.tex │ ├── sec_radiance.tex │ └── sec_sensors.tex ├── examples ├── physlight_camera_model.ipynb └── physlight_imaging.ipynb ├── img ├── chart_wb.png ├── plot_5div.png └── teaser_gmp.jpg └── usd ├── CMakeLists.txt ├── __init__.py ├── cmake ├── Config.cmake.in ├── Defaults.cmake ├── Export.cmake ├── Options.cmake ├── Packages.cmake ├── USDPluginTools.cmake └── packages │ └── FindTBB.cmake ├── physAreaLight └── CMakeLists.txt ├── plugInfo.json └── src └── CMakeLists.txt /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/README.md -------------------------------------------------------------------------------- /data/camera/Arashi_Vision_Insta360_X5_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Arashi_Vision_Insta360_X5_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS-1D_X_Mark_II_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS-1D_X_Mark_II_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS-1Ds_Mark_III_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS-1Ds_Mark_III_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS-1Ds_Mark_II_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS-1Ds_Mark_II_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_100D_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_100D_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_200D_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_200D_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_200D_II_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_200D_II_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_5DS_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_5DS_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_5D_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_5D_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_5D_Mark_III_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_5D_Mark_III_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_5D_Mark_II_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_5D_Mark_II_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_5D_Mark_IV_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_5D_Mark_IV_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_600D_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_600D_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_M_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_M_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_R10_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_R10_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_R5_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_R5_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_R5m2_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_R5m2_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_R6_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_R6_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Canon_EOS_R_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Canon_EOS_R_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Fujifilm_X-T3_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Fujifilm_X-T3_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Fujifilm_X-T4_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Fujifilm_X-T4_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Hasselblad_L1D-20c_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Hasselblad_L1D-20c_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Nikon_D3300_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Nikon_D3300_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Nikon_D5300_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Nikon_D5300_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Nikon_D800E_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Nikon_D800E_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Nikon_D810_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Nikon_D810_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Nikon_D850_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Nikon_D850_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Nikon_Z_f_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Nikon_Z_f_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Panasonic_DC-GX9_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Panasonic_DC-GX9_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_DSC-RX100M4_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_DSC-RX100M4_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-6400_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-6400_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7CM2_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7CM2_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7M3_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7M3_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7M4_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7M4_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7RM2_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7RM2_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7RM3_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7RM3_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7RM4_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7RM4_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7SM2_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7SM2_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-7SM3_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-7SM3_380_780_5.json -------------------------------------------------------------------------------- /data/camera/Sony_ILCE-9_380_780_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/camera/Sony_ILCE-9_380_780_5.json -------------------------------------------------------------------------------- /data/plot_curves.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/data/plot_curves.ipynb -------------------------------------------------------------------------------- /docs/physLight-v1.3-1bdb6ec3-20230805.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/physLight-v1.3-1bdb6ec3-20230805.pdf -------------------------------------------------------------------------------- /docs/tex/MANIFEST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/MANIFEST.md -------------------------------------------------------------------------------- /docs/tex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/Makefile -------------------------------------------------------------------------------- /docs/tex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/README.md -------------------------------------------------------------------------------- /docs/tex/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/TODO.md -------------------------------------------------------------------------------- /docs/tex/bibliography.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/bibliography.bib -------------------------------------------------------------------------------- /docs/tex/bibliography_radiance.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/bibliography_radiance.bib -------------------------------------------------------------------------------- /docs/tex/figures_built/Canon_1DMarkIII-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Canon_1DMarkIII-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/Canon_1DMarkIII-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Canon_1DMarkIII-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/Canon_1DMarkIII.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Canon_1DMarkIII.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/Canon_5DMarkII-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Canon_5DMarkII-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/Canon_5DMarkII-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Canon_5DMarkII-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/Canon_5DMarkII.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Canon_5DMarkII.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/Infrared-photo-vs-Ultraviolet-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Infrared-photo-vs-Ultraviolet-photo.jpg -------------------------------------------------------------------------------- /docs/tex/figures_built/Orthochromatic-Panchromatic-film-1024x768-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Orthochromatic-Panchromatic-film-1024x768-1.jpg -------------------------------------------------------------------------------- /docs/tex/figures_built/Red_Mysterium_X-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Red_Mysterium_X-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/Red_Mysterium_X-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Red_Mysterium_X-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/Red_Mysterium_X.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/Red_Mysterium_X.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/a_img_obj.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/a_img_obj.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/a_img_obj.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/a_img_obj.pdf_tex -------------------------------------------------------------------------------- /docs/tex/figures_built/blackbody-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/blackbody-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/blackbody-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/blackbody-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/blackbody.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/blackbody.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/chromas.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/chromas.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/chromas_enlarge.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/chromas_enlarge.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/cielms2006-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/cielms2006-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/cielms2006-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/cielms2006-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/cielms2006.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/cielms2006.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/ciexyz1931-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/ciexyz1931-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/ciexyz1931-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/ciexyz1931-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/ciexyz1931.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/ciexyz1931.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/commonilluminants-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/commonilluminants-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/commonilluminants-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/commonilluminants-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/commonilluminants.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/commonilluminants.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/emitter_surface.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/emitter_surface.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/emitter_surface.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/emitter_surface.pdf_tex -------------------------------------------------------------------------------- /docs/tex/figures_built/exposure_equation_setup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/exposure_equation_setup.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/exposure_equation_setup.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/exposure_equation_setup.pdf_tex -------------------------------------------------------------------------------- /docs/tex/figures_built/flux_etc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/flux_etc.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/flux_etc.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/flux_etc.pdf_tex -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantd-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantd-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantd-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantd-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantd.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantd.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf1-6-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf1-6-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf1-6-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf1-6-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf1-6.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf1-6.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf10-12-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf10-12-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf10-12-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf10-12-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf10-12.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf10-12.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf7-9-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf7-9-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf7-9-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf7-9-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/illuminantf7-9.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/illuminantf7-9.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/in_construction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/in_construction.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/intermediate/in_construction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/intermediate/in_construction.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/nicodemus1963-fig1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/nicodemus1963-fig1.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/nicodemus1963-fig2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/nicodemus1963-fig2.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/nicodemus1963-fig3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/nicodemus1963-fig3.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/opposite-angle.tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/opposite-angle.tikz.tex -------------------------------------------------------------------------------- /docs/tex/figures_built/radiance-fig1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/radiance-fig1.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/radiance-fig1.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/radiance-fig1.pdf_tex -------------------------------------------------------------------------------- /docs/tex/figures_built/radiance-fig2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/radiance-fig2.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/radiance-fig2.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/radiance-fig2.pdf_tex -------------------------------------------------------------------------------- /docs/tex/figures_built/radiance-fig3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/radiance-fig3.pdf -------------------------------------------------------------------------------- /docs/tex/figures_built/radiance-fig3.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/radiance-fig3.pdf_tex -------------------------------------------------------------------------------- /docs/tex/figures_built/raydiff-1.tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/raydiff-1.tikz.tex -------------------------------------------------------------------------------- /docs/tex/figures_built/roscolux-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/roscolux-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/roscolux-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/roscolux-img1.png -------------------------------------------------------------------------------- /docs/tex/figures_built/roscolux.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/roscolux.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/smitscmy-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/smitscmy-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/smitscmy.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/smitscmy.pgf -------------------------------------------------------------------------------- /docs/tex/figures_built/smitsrgb-img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/smitsrgb-img0.png -------------------------------------------------------------------------------- /docs/tex/figures_built/smitsrgb.pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_built/smitsrgb.pgf -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_1DMarkIII_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_1DMarkIII_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_1DMarkIII_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_1DMarkIII_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_20D_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_20D_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_20D_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_20D_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_300D_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_300D_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_300D_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_300D_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_40D_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_40D_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_40D_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_40D_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_500D_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_500D_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_500D_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_500D_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_50D_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_50D_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_50D_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_50D_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_5DMarkII_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_5DMarkII_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_5DMarkII_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_5DMarkII_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_600D_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_600D_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_600D_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_600D_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_60D_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_60D_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Canon_60D_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Canon_60D_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Hasselblad_H2_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Hasselblad_H2_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Hasselblad_H2_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Hasselblad_H2_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D200_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D200_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D200_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D200_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D300s_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D300s_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D300s_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D300s_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D3X_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D3X_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D3X_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D3X_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D3_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D3_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D3_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D3_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D40_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D40_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D40_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D40_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D50_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D50_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D50_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D50_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D5100_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D5100_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D5100_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D5100_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D700_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D700_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D700_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D700_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D80_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D80_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D80_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D80_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D90_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D90_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nikon_D90_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nikon_D90_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nokia_N900_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nokia_N900_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Nokia_N900_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Nokia_N900_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Olympus_E_PL2_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Olympus_E_PL2_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Olympus_E_PL2_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Olympus_E_PL2_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Pentax_K_5_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Pentax_K_5_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Pentax_K_5_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Pentax_K_5_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Pentax_Q_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Pentax_Q_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Pentax_Q_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Pentax_Q_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Phase_One_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Phase_One_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Phase_One_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Phase_One_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Point_Grey_Grasshopper2_14S5C_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Point_Grey_Grasshopper2_14S5C_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Point_Grey_Grasshopper2_14S5C_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Point_Grey_Grasshopper2_14S5C_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Point_Grey_Grasshopper_50S5C_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Point_Grey_Grasshopper_50S5C_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Point_Grey_Grasshopper_50S5C_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Point_Grey_Grasshopper_50S5C_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Red_Mysterium_X_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Red_Mysterium_X_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/Red_Mysterium_X_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/Red_Mysterium_X_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/SONY_NEX_5N_chromaticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/SONY_NEX_5N_chromaticity.png -------------------------------------------------------------------------------- /docs/tex/figures_src/cameras/SONY_NEX_5N_patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/cameras/SONY_NEX_5N_patches.png -------------------------------------------------------------------------------- /docs/tex/figures_src/data/camera/Canon_1DMarkIII.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/camera/Canon_1DMarkIII.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/camera/Canon_5DMarkII.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/camera/Canon_5DMarkII.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/camera/Red_Mysterium_X.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/camera/Red_Mysterium_X.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_illum_Dxx_comp.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_illum_Dxx_comp.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_illum_Dxx_comp.csv_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_illum_Dxx_comp.csv_metadata.json -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_illum_FLs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_illum_FLs.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_illum_FLs.csv_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_illum_FLs.csv_metadata.json -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_illum_LEDs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_illum_LEDs.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_illum_LEDs.csv_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_illum_LEDs.csv_metadata.json -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_lms_cf_10deg.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_lms_cf_10deg.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_lms_cf_10deg.csv_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_lms_cf_10deg.csv_metadata.json -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_lms_cf_2deg.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_lms_cf_2deg.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_lms_cf_2deg.csv_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_lms_cf_2deg.csv_metadata.json -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_xyz_1931_2deg.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_xyz_1931_2deg.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_xyz_1931_2deg.csv_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_xyz_1931_2deg.csv_metadata.json -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_xyz_1964_10deg.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_xyz_1964_10deg.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/data/cie/CIE_xyz_1964_10deg.csv_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/cie/CIE_xyz_1964_10deg.csv_metadata.json -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/0000185eb674b406fccad004f9275f6e.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/0000185eb674b406fccad004f9275f6e.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/00303c4e79984346f73c7d8042dee1ad.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/00303c4e79984346f73c7d8042dee1ad.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/006eee706aab7fcacabe69958b454bc9.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/006eee706aab7fcacabe69958b454bc9.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/00715027edfa347b29d76898771819c2.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/00715027edfa347b29d76898771819c2.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/0073eb5a64f0c18baea319e10f93efb5.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/0073eb5a64f0c18baea319e10f93efb5.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/00751debb20da686f6cf0baa331bded3.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/00751debb20da686f6cf0baa331bded3.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/009092d67a9e943ba297c29b272a5e15.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/009092d67a9e943ba297c29b272a5e15.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/0098d3784ddbb80a3b707d248746ed15.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/0098d3784ddbb80a3b707d248746ed15.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/00a395219421cfa56034b797cec995eb.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/00a395219421cfa56034b797cec995eb.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/00cfaf17dc5faec6fdfd88927aaed008.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/00cfaf17dc5faec6fdfd88927aaed008.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/01306a8d4bed8455ced1f41ae4176050.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/01306a8d4bed8455ced1f41ae4176050.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/015ae384bf4d8d8fb196b64e06a4ea30.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/015ae384bf4d8d8fb196b64e06a4ea30.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/015e201d1686f0ac9611271952d8c9c3.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/015e201d1686f0ac9611271952d8c9c3.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/016f0843c2627f0f573a2bf25347ea8a.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/016f0843c2627f0f573a2bf25347ea8a.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/01f01731b381b906475deb2438106290.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/01f01731b381b906475deb2438106290.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/01f18cd2eee9e4824d9ecf4d8126c28e.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/01f18cd2eee9e4824d9ecf4d8126c28e.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/01fdaa394caf0c0ce827eb07b08849b6.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/01fdaa394caf0c0ce827eb07b08849b6.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/02195a36fc71f8cf0d88be1f66d05578.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/02195a36fc71f8cf0d88be1f66d05578.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/bega_50988.6k3.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/bega_50988.6k3.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/bega_84659K4.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/bega_84659K4.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/bega_84693K4.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/bega_84693K4.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/bega_84693k4.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/bega_84693k4.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/bega_omni001_1238lm.ies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/ieslm63/bega_omni001_1238lm.ies -------------------------------------------------------------------------------- /docs/tex/figures_src/data/ieslm63/bega_omni002_4777lm.ies: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/tex/figures_src/data/rosco/roscolux.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/data/rosco/roscolux.csv -------------------------------------------------------------------------------- /docs/tex/figures_src/diagrams/a_img_obj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/diagrams/a_img_obj.svg -------------------------------------------------------------------------------- /docs/tex/figures_src/diagrams/emitter_surface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/diagrams/emitter_surface.svg -------------------------------------------------------------------------------- /docs/tex/figures_src/diagrams/exposure_equation_setup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/diagrams/exposure_equation_setup.svg -------------------------------------------------------------------------------- /docs/tex/figures_src/diagrams/flux_etc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/diagrams/flux_etc.svg -------------------------------------------------------------------------------- /docs/tex/figures_src/diagrams/opposite-angle.tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/diagrams/opposite-angle.tikz.tex -------------------------------------------------------------------------------- /docs/tex/figures_src/diagrams/raydiff-1.tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/diagrams/raydiff-1.tikz.tex -------------------------------------------------------------------------------- /docs/tex/figures_src/geogebra/I_e.ggb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/geogebra/I_e.ggb -------------------------------------------------------------------------------- /docs/tex/figures_src/geogebra/M_e.ggb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/geogebra/M_e.ggb -------------------------------------------------------------------------------- /docs/tex/figures_src/geogebra/OppositeAngle-2.ggb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/geogebra/OppositeAngle-2.ggb -------------------------------------------------------------------------------- /docs/tex/figures_src/geogebra/OppositeAngle.ggb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/geogebra/OppositeAngle.ggb -------------------------------------------------------------------------------- /docs/tex/figures_src/geogebra/P_e.ggb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/geogebra/P_e.ggb -------------------------------------------------------------------------------- /docs/tex/figures_src/geogebra/aperture_distance.ggb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/geogebra/aperture_distance.ggb -------------------------------------------------------------------------------- /docs/tex/figures_src/geogebra/raydiff-1.ggb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/geogebra/raydiff-1.ggb -------------------------------------------------------------------------------- /docs/tex/figures_src/images/43301396_eps_normal_none.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/43301396_eps_normal_none.eps -------------------------------------------------------------------------------- /docs/tex/figures_src/images/Infrared-photo-vs-Ultraviolet-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/Infrared-photo-vs-Ultraviolet-photo.jpg -------------------------------------------------------------------------------- /docs/tex/figures_src/images/Lens_cross_section.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/Lens_cross_section.svg -------------------------------------------------------------------------------- /docs/tex/figures_src/images/Orthochromatic-Panchromatic-film-1024x768-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/Orthochromatic-Panchromatic-film-1024x768-1.jpg -------------------------------------------------------------------------------- /docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig1.pdf -------------------------------------------------------------------------------- /docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig2.pdf -------------------------------------------------------------------------------- /docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig3.pdf -------------------------------------------------------------------------------- /docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig4.pdf -------------------------------------------------------------------------------- /docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig5.pdf -------------------------------------------------------------------------------- /docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/nicodemus1963/nicodemus1963-fig6.pdf -------------------------------------------------------------------------------- /docs/tex/figures_src/images/radiance-fig1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/radiance-fig1.svg -------------------------------------------------------------------------------- /docs/tex/figures_src/images/radiance-fig2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/radiance-fig2.svg -------------------------------------------------------------------------------- /docs/tex/figures_src/images/radiance-fig3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/figures_src/images/radiance-fig3.svg -------------------------------------------------------------------------------- /docs/tex/glossary.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/glossary.tex -------------------------------------------------------------------------------- /docs/tex/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/main.tex -------------------------------------------------------------------------------- /docs/tex/physlight.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/physlight.bbx -------------------------------------------------------------------------------- /docs/tex/physlight.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/physlight.cbx -------------------------------------------------------------------------------- /docs/tex/physlight.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/physlight.cls -------------------------------------------------------------------------------- /docs/tex/physlight.dbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/physlight.dbx -------------------------------------------------------------------------------- /docs/tex/physlight.kilepr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/physlight.kilepr -------------------------------------------------------------------------------- /docs/tex/physlight.txss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/physlight.txss -------------------------------------------------------------------------------- /docs/tex/scripts/CIE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/scripts/CIE.py -------------------------------------------------------------------------------- /docs/tex/scripts/ColorSpace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/scripts/ColorSpace.py -------------------------------------------------------------------------------- /docs/tex/scripts/SPD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/scripts/SPD.py -------------------------------------------------------------------------------- /docs/tex/scripts/SpectralCurve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/scripts/SpectralCurve.py -------------------------------------------------------------------------------- /docs/tex/scripts/ies_LM-63_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/scripts/ies_LM-63_loader.py -------------------------------------------------------------------------------- /docs/tex/scripts/make_all_figures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/scripts/make_all_figures.py -------------------------------------------------------------------------------- /docs/tex/scripts/system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/scripts/system.py -------------------------------------------------------------------------------- /docs/tex/sec_appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_appendix.tex -------------------------------------------------------------------------------- /docs/tex/sec_calcsheets.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_calcsheets.tex -------------------------------------------------------------------------------- /docs/tex/sec_foreword.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_foreword.tex -------------------------------------------------------------------------------- /docs/tex/sec_illuminants.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_illuminants.tex -------------------------------------------------------------------------------- /docs/tex/sec_imaging.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_imaging.tex -------------------------------------------------------------------------------- /docs/tex/sec_implementation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_implementation.tex -------------------------------------------------------------------------------- /docs/tex/sec_intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_intro.tex -------------------------------------------------------------------------------- /docs/tex/sec_lighting.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_lighting.tex -------------------------------------------------------------------------------- /docs/tex/sec_notations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_notations.tex -------------------------------------------------------------------------------- /docs/tex/sec_radiance.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_radiance.tex -------------------------------------------------------------------------------- /docs/tex/sec_sensors.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/docs/tex/sec_sensors.tex -------------------------------------------------------------------------------- /examples/physlight_camera_model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/examples/physlight_camera_model.ipynb -------------------------------------------------------------------------------- /examples/physlight_imaging.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/examples/physlight_imaging.ipynb -------------------------------------------------------------------------------- /img/chart_wb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/img/chart_wb.png -------------------------------------------------------------------------------- /img/plot_5div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/img/plot_5div.png -------------------------------------------------------------------------------- /img/teaser_gmp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/img/teaser_gmp.jpg -------------------------------------------------------------------------------- /usd/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/CMakeLists.txt -------------------------------------------------------------------------------- /usd/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/__init__.py -------------------------------------------------------------------------------- /usd/cmake/Config.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/cmake/Config.cmake.in -------------------------------------------------------------------------------- /usd/cmake/Defaults.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/cmake/Defaults.cmake -------------------------------------------------------------------------------- /usd/cmake/Export.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/cmake/Export.cmake -------------------------------------------------------------------------------- /usd/cmake/Options.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/cmake/Options.cmake -------------------------------------------------------------------------------- /usd/cmake/Packages.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/cmake/Packages.cmake -------------------------------------------------------------------------------- /usd/cmake/USDPluginTools.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/cmake/USDPluginTools.cmake -------------------------------------------------------------------------------- /usd/cmake/packages/FindTBB.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/cmake/packages/FindTBB.cmake -------------------------------------------------------------------------------- /usd/physAreaLight/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/physAreaLight/CMakeLists.txt -------------------------------------------------------------------------------- /usd/plugInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/plugInfo.json -------------------------------------------------------------------------------- /usd/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wetadigital/physlight/HEAD/usd/src/CMakeLists.txt --------------------------------------------------------------------------------