Cédric Champeau

Results 298 comments of Cédric Champeau

No, I've seen the warning from Gradle too, but I have time to fix it yet.

Sorry for the late reply, this issue fell of my long list of things to review :( IF you want to reuse the metadata from tests for the _production_ binary,...

I'm curious to see if you find out something. Both JSol'Ex and INTI (as far as I understood) use linear interpolation for reconstruction, so there shouldn't be rounding errors causing...

That's a good hint. A bilinear interpolation might be better to handle this.

how comfortable are you with the idea of building JSol'Ex from a branch?

Shouldn't involve much more than: 1. Install https://www.graalvm.org/release-notes/JDK_21/ 2. clone JSol'Ex, checkout the `cc/issue-405` branch 3. execute `./gradlew :jsolex:run` (if using windows that would be `gradlew.bat :jsolex:run`) and give the...

(you _may_ have to also set the `JAVA_HOME` environment variable to the JDK 21 GraalVM install if not done automatically, not sure what it does under Windows)

Well this is what the (optional) deconvolution is correcting. Taking a PSF into consideration _during_ reconstruction is IMHO way too complicated.

Let's think about how to do this properly. With the current options: - no crop : all images will have different sizes - source width : all images will have...