You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had forgotten that if non-chromatic sources are used, add_objects_to_image doesn't include Poisson noise and simulates a noise-free image. https://github.com/spacetelescope/romanisim/blob/main/romanisim/image.py#L215-L221
This leads the L3 source injection approach to not actually inject Poisson noise. We should probably add an option to add_objects_to_image to include Poisson noise.
The text was updated successfully, but these errors were encountered:
I had forgotten that if non-chromatic sources are used, add_objects_to_image doesn't include Poisson noise and simulates a noise-free image.
https://github.com/spacetelescope/romanisim/blob/main/romanisim/image.py#L215-L221
This leads the L3 source injection approach to not actually inject Poisson noise. We should probably add an option to add_objects_to_image to include Poisson noise.
The text was updated successfully, but these errors were encountered: