Commit f8fe9609 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Added support for Gaussian priors on (transformed) model parameters (deactivated).

Fixed model sub-sampling issues with large objects, including check-image resizing.
Fixed initialization of DETMODEL size guess (thanks to Eli Rykoff).
Fixed image extension pb in double weighting/single image mode.
Improved debug info for memory allocations in FFT and FITS libraries.
Fixed crashes with DETMODEL magnitudes on null measurement weight maps.
Added Eli Rykoff's fix to discard sources with NaNs in the fitted positions.
Improved MKL autoconfiguration.
Improved vectorization in FITS data transformations and FFT-based convolutions.
Pushed SExtractor version number to 3.18.8.
parent b4bff35a
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
# #
# This file part of: AstrOmatic software # This file part of: AstrOmatic software
# #
# Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC # Copyright: (C) 2007-2012 Emmanuel Bertin -- IAP/CNRS/UPMC
## (C) 2004 Manolis Lourakis (original LevMar) ## (C) 2004-2011 Manolis Lourakis (orig. LevMar)
# #
# Licenses: GNU General Public License # Licenses: GNU General Public License
# #
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# along with AstrOmatic software. # along with AstrOmatic software.
# If not, see <http://www.gnu.org/licenses/>. # If not, see <http://www.gnu.org/licenses/>.
# #
# Last modified: 10/10/2010 # Last modified: 10/07/2012
# #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...@@ -35,5 +35,6 @@ EXTRA_liblevmar_a_SOURCES = Axb_core.c lmbc_core.c lm_core.c \ ...@@ -35,5 +35,6 @@ EXTRA_liblevmar_a_SOURCES = Axb_core.c lmbc_core.c lm_core.c \
lmblec_core.c lmbleic_core.c lmlec_core.c \ lmblec_core.c lmbleic_core.c lmlec_core.c \
misc_core.c \ misc_core.c \
LICENSE README README.txt \ LICENSE README README.txt \
Makefile.icc Makefile.vc expfit.c lmdemo.c lm.h matlab Makefile.icc Makefile.vc expfit.c levmar.h.in \
lmdemo.c lm.h matlab
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment