Stuermer / EchelleSimulator

GNU General Public License v3.0
11 stars 2 forks source link

Implement 'photon' mode #3

Closed Stuermer closed 7 years ago

Stuermer commented 7 years ago

'Photon' mode should be implemented: Instead of warping a slit illumination, a 'single photon' mode should also be implemented. It is basically a raytracing mode, using the transformation matrix to determine where a photon ends up on the CCD. The slit illumination provides the probability distribution where the photon starts. The spectrum provides the probability distribution which wavelength the photon has. Not sure how to implement PSF. Can probably be used as probability distribution of how the photon is redistributed after tracing on the CCD.

Stuermer commented 7 years ago

Done