Source code sen2cor 2.4.0

Hello,

Is the source code for sen2cor 2.4.0 available as well? The latest source at

appears to be from 25 July 2016 (version 2.2.0).

(I know about the need for the binary ATCOR module, but am interested mostly in the other parts).

Guido

1 Like

Interested as well. I would like to open some pull request for small, but annoying, things in sen2cor code.

I mean… guys…

except:
    self.logger.fatal('Error in creating L2A User Product')
    return False

What’s the point of not outputting the exception ?

except Exception, e:
    self.logger.fatal(e)
    self.logger.fatal('Error in creating L2A User Product')
    return False

Here is the 2.4.0 (last release)
step.esa.int/thirdparties/sen2cor/2.4.0/14_Sen2Cor_V2.4.0-Anaconda_Site_Packages/sen2cor-2.4.0.zip

source:
http://step.esa.int/main/third-party-plugins-2/sen2cor/

Thank you. Should i send you my pull request by mail ? :thinking:

I would try to attach a diff in this form and wait for a developer response…