astrorama / SourceXtractorPlusPlus

SourceXtractor++, the next generation SExtractor
https://astrorama.github.io/SourceXtractorPlusPlus/
GNU Lesser General Public License v3.0
72 stars 9 forks source link

remove unnecessary any_cast #439

Closed marcschefer closed 2 years ago

marcschefer commented 2 years ago

Number of iterations was extracted directly from levmar data with any_cast, it seems to cause a crash in some cases (moffat fit failed maybe?) It's no longer necessary to do that.