Skip to content

Commit

Permalink
add nativ eto flat field mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Feb 23, 2024
1 parent a140436 commit 45445cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocti/charge_injection/imaging/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def via_flat_field_mode(

pre_cti_data_poisson = aa.Array2D.no_mask(
values=pre_cti_data_poisson, pixel_scales=self.pixel_scales
)
).native

if cosmic_ray_map is not None:
pre_cti_data_poisson += cosmic_ray_map.native
Expand Down

0 comments on commit 45445cd

Please sign in to comment.