wtbarnes / mocksipipeline

Pipeline for producing synthetic images from the Multi-Order Spectral Imager (MOXSI)
MIT License
3 stars 1 forks source link

Overlappograms should be in DN #15

Closed wtbarnes closed 9 months ago

wtbarnes commented 1 year ago

When mapping photons from the spectral cube to the detector plane through Poisson sampling, the photons should first be converted to DN. That is, the weights of the resulting histogram should add in DN space while the sampling should continue to be done in photon space.

wtbarnes commented 1 year ago

This will involve fixing the step in mapping the sampled photons to the detector plane.

wtbarnes commented 9 months ago

The project_spectral_cube now includes a flag for converting to DN before projecting down.