Skip to content

Pixelization interferometer search reconstructs negative fluxes #260

Open
@AstroAaron

Description

@AstroAaron

Hello,
During the slam run for my interferometric dataset, I get both positive and negative fluxes in the pixelated source reconstruction. This applies to both source_pix[1] and the source_pix[2] reconstructions.
source_pix[1]: source reconstruction
image
reconstruction

source_pix[2]: source reconstruction
image
reconstruction

Is this behavior intended that for interferometric pixelated searches, the reconstructions can include negative pixels?

For my settings, PyAutoArray's general.yaml is as follows:

inversion:
  check_reconstruction: true          # If True, the inversion's reconstruction is checked to ensure the solution of a meshs's mapper is not an invalid solution where the values are all the same.
  use_positive_only_solver: true      # If True, inversion's use a positive-only linear algebra solver by default, which is slower but prevents unphysical negative values in the reconstructed solutuion.
  no_regularization_add_to_curvature_diag_value : 1.0e-3 # The default value added to the curvature matrix's diagonal when regularization is not applied to a linear object, which prevents inversion's fai$
  positive_only_uses_p_initial: true  # If True, the positive-only solver of an inversion's uses an initial guess of the reconstructed data's values as which values should be positive, speeding up the so$
  relocate_pix_border: false          # If True, by default a pixelization's border is used to relocate all pixels outside its border to the border.
  reconstruction_vmax_factor: 0.5     # Plots of an Inversion's reconstruction use the reconstructed data's bright value multiplied by this factor.

And I am using VoronoiNN as the image mesh for the pixelization runs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions