ELLI-E / RedQSOYoRiS

Ellie Saga's YoRiS project, testing the limitations of image decomposition using ground-based telescopes in preparation for LSST
MIT License
1 stars 0 forks source link

SVD Did not converge #2

Open ELLI-E opened 1 week ago

ELLI-E commented 1 week ago

Ran code on object 39627770262716602. Received following error log. Attempted to run with and without masking nearby sources without any changes. decompositionError.log

ELLI-E commented 1 week ago

Image of the data and segmentation map for reference: image

Tang-SL commented 1 week ago

This error means the fitting with PSO algorithm could not converge, very likely beacause of source No.4 at the edge. It is truncated and cannot be well-fitted with a sersic profile. Suggestion would be masking that source.

ELLI-E commented 1 week ago

This error means the fitting with PSO algorithm could not converge, very likely beacause of source No.4 at the edge. It is truncated and cannot be well-fitted with a sersic profile. Suggestion would be masking that source.

Here is the data used for the fit with the companions masked, and the corresponding error log. It doesn't seem to make much difference

decompositionError.log image

Tang-SL commented 1 week ago

Maybe there are infinite or nan numbers in your data? Try drop those pixels as well if any?