Alejandro Álvarez Ayllón
Alejandro Álvarez Ayllón
To be done on the Python config. Might be nice to have, in general, arbitrary key/value per image, so it is easy to reuse should we need to.
[SourceXtractorDemo.py](https://github.com/astrorama/SourceXtractorPlusPlus/blob/experimental/call_from_python/SEPythonWrapper/scripts/SourceXtractorDemo.py) can help you see how it can be used. Closes #179
Sorry, I think we did not reach a conclusion last week, did we? Personally, I vote for @marcschefer's proposal of clipping. Perhaps with a warning logged into the terminal. @mkuemmel,...
`-ffast-math` enables by default `-ffinite-math-only`, which tells the compiler it does not need to worry about operations that involve NaN and Inf. As one of these optimizations, it may decide...
* Vignetting * LDAC (need to double check the minutes about this point) * psfex may need adaptations VIS already asked for this, and IMHO, being compatible with psfex is...
It is basically a consistent 2.5 ratio, which matches the value of `auto-kron-factor`. @mkuemmel, @ebertin should we output this column applying the factor?
Question during the workshop. I guess a plugin could be able to handle that?
Requested so adapting from one to the other is easier.
Investing any effort on python 2 may not be very productive, considering it will be EOL by the end of the year. Supporting both could be confusing for the users...