Alejandro Álvarez Ayllón

Results 20 comments of Alejandro Álvarez Ayllón

Hello, I can see another couple of things that may help: 1. I do not think there is a background? It should be disabled if that is the case: `background-value=0.0`...

Hello, Unfortunately CI rpms only contain dependencies that can be directly inferred via the linked libraries, so astropy has to be installed manually. ```bash yum install python-astropy ``` That should...

> I would be more consistent to either making measurement images mandatory also for AutoPhotometry or (re-)introducing using the detection image for AperturePhotometry when there are no measurement images (which...

[LDAC description](https://marvinweb.astro.uni-bonn.de/data_products/THELIWWW/LDAC/LDAC_concepts.html)

Done as part of sourcextractor++ 0.11. Needs now adaptation of psfex.

Just to confirm that this happens with iterative and 'classic' fitting, so it is not something new. Cutouts for the fitting are limited in size, so it should be possible...

The last commits should make the handling of errors and multi-threading somewhat more reliable. Not yet supported: error interception from a custom output handler (you can write one, but context...

> Not yet supported: error interception from a custom output handler (you can write one, but context does not expose the errors, should be relatively easy to do so, though),...

And a primitive [custom grouping](https://github.com/astrorama/SourceXtractorPlusPlus/blob/experimental/call_from_python/SEPythonWrapper/scripts/CustomGroupingDemo.py).

And [here is the live preview demo](https://github.com/astrorama/SourceXtractorPlusPlus/blob/experimental/call_from_python/SEPythonWrapper/scripts/LivePreviewDemo.py) It is not intended for production. I have my doubts it will scale! It may be better to add the pixels by hand...