Skip to content

Commit

Permalink
Hilbert forcedpixelizaiton no longer default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Jan 23, 2024
1 parent b8940e2 commit e62928d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoarray/inversion/inversion/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def __init__(
use_w_tilde_numpy: bool = False,
use_source_loop: bool = False,
use_linear_operators: bool = False,
image_mesh_min_mesh_pixels_per_pixel = 3,
image_mesh_min_mesh_pixels_per_pixel = None,
image_mesh_min_mesh_number: int = 5,
image_mesh_adapt_background_percent_threshold: float = 0.1,
image_mesh_adapt_background_percent_threshold: float = None,
image_mesh_adapt_background_percent_check: float = 0.8,
tolerance: float = 1e-8,
maxiter: int = 250,
Expand Down

0 comments on commit e62928d

Please sign in to comment.