Working with Nburst

In [ ]:

import numpy as np
import matplotlib.pyplot as plt
from sitelle.process import SpectralCubePatch as SpectralCube
from sitelle.plot import *
from sitelle.nburst import *
from sitelle.utils import *
from scipy.interpolate import UnivariateSpline
import gvar
from sitelle.parallel import parallel_apply_along_axis
from sitelle.constants import FITS_DIR
In [2]:
SN2_ORCS = SpectralCube(FITS_DIR/'orig/M31_SN2.merged.cm1.1.0.hdf5')
SN2_ORCS.correct_wavelength(FITS_DIR/'M31_SN2.1.0.ORCS/M31_SN2.1.0.skymap.fits')
SN2_ORCS.set_wcs('/obs/blaunet/fits/M31_SN2.1.0.ORCS/M31_SN2.1.0.wcs.deep_frame.fits')
SN2_axis = SN2_ORCS.params.base_axis
INFO| Data shape : (2048, 2064, 556)
WARNING| /home/blaunet/orcs/orcs/core.py:1595: UserWarning: Malformed spectral cube. The number of steps in the header (900) does not correspond to the real size of the data cube (556)
  warnings.warn('Malformed spectral cube. The number of steps in the header ({}) does not correspond to the real size of the data cube ({})'.format(step_nb, self.dimz))

INFO| Cube is in WAVENUMBER (cm-1)
INFO| Cube is CALIBRATED in wavenumber
WARNING| /home/blaunet/orb/orb/core.py:416: UserWarning: Parameter already defined
  warnings.warn('Parameter already defined')

INFO| Cube is in WAVENUMBER (cm-1)
INFO| Cube is CALIBRATED in wavenumber
In [110]:
bkg_cube = io.read_fits('/poubelle/blaunet/SN2/calib_bkg_cube.fits')
In [143]:
# from orb.utils.image import nanbin_image
# SN2_binned = nanbin_image(bkg_cube, 20)
# SN2_fwhm = nanbin_image(SN2_ORCS.get_fwhm_map(), 20)

XY = np.mgrid[14:2047:30, 14:2063:30]
X = XY[0]
Y = XY[1]
SN2_binned = bkg_cube[X,Y]
SN2_binned[np.isnan(SN2_binned)] = 0.
SN2_fwhm = SN2_ORCS.get_fwhm_map()[X,Y]
In [144]:
imin, imax = np.searchsorted(SN2_axis, SN2_ORCS.params.filter_range)
from astropy.stats import sigma_clipped_stats
res = parallel_apply_along_axis(sigma_clipped_stats, 2, SN2_binned[...,imax+45:])
SN2_error = res[...,2]
INFO| Init of the parallel processing server with 16 threads
In [159]:
max_map = np.nanmax(SN2_binned, axis=2)
In [164]:
plot_map(max_map/SN2_error, cmap='jet', vmin = 1, vmax=100, colorbar=True)
WARNING| /home/blaunet/sitelle_env/lib/python2.7/site-packages/ipykernel_launcher.py:1: RuntimeWarning: divide by zero encountered in divide
  """Entry point for launching an IPython kernel.

WARNING| /home/blaunet/sitelle_env/lib/python2.7/site-packages/ipykernel_launcher.py:1: RuntimeWarning: invalid value encountered in divide
  """Entry point for launching an IPython kernel.

Out[164]:
(<matplotlib.figure.Figure at 0x7f1b1504d890>,
 <matplotlib.axes._subplots.AxesSubplot at 0x7f1b15081ed0>)
In [145]:
f,ax = plt.subplots()
plot_spectra(SN2_axis, SN2_binned[10,10], ax=ax)
ax.axhline(SN2_error[10,10])
Out[145]:
<matplotlib.lines.Line2D at 0x7f1af17a9050>

Creation of the Fitter

In [147]:
SN2_fitter = NburstFitter.from_sitelle_data(SN2_axis, SN2_binned, SN2_error, SN2_fwhm, SN2_ORCS,
                                             FITS_DIR/'nburst_data/SN2/cube/',
                                             '30x30', force=True)
SN2_fitter.configure_fit('MILES', stell_lib='MILES', mdegree=4, force=True)
INFO| Data written as /data/blaunet/fits/nburst_data/SN2/cube/30x30_data.fits in 0.06 s
INFO| Data written as /data/blaunet/fits/nburst_data/SN2/cube/30x30_fwhm.fits in 0.06 s
INFO| Data written as /data/blaunet/fits/nburst_data/SN2/cube/30x30_error.fits in 0.06 s
In [148]:
SN2_fitter.run_fit()
IDL Version 8.5.1 (linux x86_64 m64). (c) 2015, Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation.
Installation number: 500817.
Licensed for use by: Observatoire de Meudon


*********************************************
** Personal settings are loaded and active **
*********************************************

Loading paths...
+/usr/local/idl/
+~/nburst/lib/astron/
+~/nburst/lib/mpfit/
+~/nburst/lib/mage-pipeline/
+~/nburst/lib/spiker/
+~/nburst/lib/voronoi_2d_binning/
+~/nburst/
...ok
% Compiled module: VORONOI_CONVERT.
% Compiled module: BINREV.
% Compiled module: BINREVSCL.
% Compiled module: BINREVVEC.
% Compiled module: BINREVCUBE.
% Compiled module: CONVOL_SPEC.
% Compiled module: READMPFS.
% Compiled module: READ_CALIB.
% Compiled module: CONV_MPFS.
% Compiled module: EVALUATE_NBURST_C.
% Compiled module: FITFUNC_PXF_NB_TEMPLATE_C.
% Compiled module: PPXF_NBURSTS.
% Compiled module: READFITS.
% Compiled module: SXPAR.
% Compiled module: GETTOK.
% Compiled module: VALID_NUM.
% READFITS: Now reading 221 by 69 by 68 array
% Compiled module: PARSE_SPECHDR.
VelScale (km/s):        83.202195
% READFITS: Now reading 221 by 69 by 68 array
% Compiled module: WRITEFITS.
% Compiled module: CHECK_FITS.
% Compiled module: FXPAR.
% Compiled module: FXADDPAR.
% CHECK_FITS: NAXIS keywords in FITS header have been updated
% Compiled module: SXDELPAR.
% CHECK_FITS: NAXIS keywords in FITS header have been updated
% CHECK_FITS: NAXIS keywords in FITS header have been updated
% Compiled module: RANGE.
% Compiled module: MKHDR.
% Compiled module: SXADDPAR.
% Compiled module: GET_DATE.
% Compiled module: DAYCNV.
% Compiled module: PPXF_1D3D.
% Compiled module: HEADFITS.
% Compiled module: FXPOSIT.
% Compiled module: MRD_HREAD.
% READFITS: Now reading 221 by 69 by 68 array
% READFITS: Now reading 221 by 69 by 68 array
% Compiled module: INTERPOL.
WLMAX=       5143.7832
Reading templates...% Compiled module: READ_SSP.
% Compiled module: LOG_REBIN.
% Compiled module: MRDFITS.
% Compiled module: FXMOVE.
% Compiled module: MRD_SKIP.
% Compiled module: MATCH.
% Compiled module: MRD_STRUCT.
done
        4692
ibin=       1 /        4692
Preparing templates: convolving...% Compiled module: CONV_MULTI.
% Compiled module: SINC.
done; deriving...% Compiled module: DERIVE_3D.
% Compiled module: FMRCURVE.
% Compiled module: SPLINE.
% Compiled module: MPFIT.
% Compiled module: INTERP_3D_C.
% Compiled module: CSPLINE.
% Compiled module: ROBUST_SIGMA.
ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       2 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       3 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       4 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       5 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       6 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       7 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       8 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=       9 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      10 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      11 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      12 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      13 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      14 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      15 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      16 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      17 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      18 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      19 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      20 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      21 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      22 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      23 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      24 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      25 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      26 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      27 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      28 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      29 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      30 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      31 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      32 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      33 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      34 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      35 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      36 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      37 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      38 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      39 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      40 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      41 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      42 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      43 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      44 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      45 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      46 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      47 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      48 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      49 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      50 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      51 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      52 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      53 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      54 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      55 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      56 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      57 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      58 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      59 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      60 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      61 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      62 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      63 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      64 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      65 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      66 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      67 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      68 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      69 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      70 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      71 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      72 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      73 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      74 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      75 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      76 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      77 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      78 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      79 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      80 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      81 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      82 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      83 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=      84 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      63.5   121.6   0.022  -0.013   0.000   0.0004844.477     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.267   3.82e-10
V_corr=      -269.28105
ibin=      85 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      78.1   156.3   0.073   0.013   0.000   0.000   0.705     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0378   4.63e-10
V_corr=      -254.68745
ibin=      86 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      59.5   117.8   0.021   0.047   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.68e+03     -0.124   5.03e-11
V_corr=      -273.30359
ibin=      87 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      47.7   123.2   0.077  -0.008   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   8.69e+03     -0.179   2.32e-10
V_corr=      -285.10640
ibin=      88 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     115.0   213.8   0.003   0.005   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   5.40e+03      0.228   2.22e-10
V_corr=      -217.78846
ibin=      89 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      32.3   138.6   0.060   0.038   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.65e+03     0.0452   6.18e-11
V_corr=      -300.51282
ibin=      90 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      93.1   126.2   0.019  -0.003   0.000   0.000   0.630     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.121   4.36e-10
V_corr=      -239.73063
ibin=      91 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      74.5   165.2   0.055   0.047   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   3.13e+03    0.00629   1.24e-10
V_corr=      -258.26024
ibin=      92 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     164      29.8   120.4  -0.004   0.000   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   1.41e+03      0.238   6.79e-11
V_corr=      -303.04670
ibin=      93 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      70.0   173.0   0.098  -0.028   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   4.38e+03      0.160   2.10e-10
V_corr=      -262.80736
ibin=      94 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      55.2   140.3   0.025   0.073   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.79e+03      0.453   1.04e-10
V_corr=      -277.62824
ibin=      95 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      48.1    89.2  -0.031   0.021   0.000   0.000   0.629     NaN
Ages, Metallicities, Weights:
   1.91e+03     0.0446   8.88e-11
V_corr=      -284.69023
ibin=      96 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      63.1   156.7  -0.041   0.024   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.238   5.83e-10
V_corr=      -269.68999
ibin=      97 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      51.0   153.3   0.038   0.021   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   2.57e+03      0.365   1.62e-10
V_corr=      -281.79372
ibin=      98 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      65.6   146.8   0.139   0.037   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.133   6.75e-10
V_corr=      -267.18176
ibin=      99 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      61.2   148.2   0.018   0.004   0.000   0.000   0.580     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.153   6.94e-10
V_corr=      -271.62050
ibin=     100 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      76.9   132.1   0.001   0.050   0.000   0.000   0.670     NaN
Ages, Metallicities, Weights:
   1.23e+04     -0.261   4.21e-10
V_corr=      -255.86901
ibin=     101 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      62.2   116.5   0.040   0.026   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.128   7.55e-10
V_corr=      -270.61487
ibin=     102 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      51.2    75.3  -0.003   0.016   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   3.72e+03     -0.209   1.82e-10
V_corr=      -281.56564
ibin=     103 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      70.2   134.5   0.006   0.015   0.000   0.000   0.401     NaN
Ages, Metallicities, Weights:
   1.38e+03    -0.0389   7.03e-11
V_corr=      -262.63280
ibin=     104 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      62.3   121.9   0.004  -0.005   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.231   7.58e-10
V_corr=      -270.52780
ibin=     105 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      63.7   121.8   0.039   0.037   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   3.43e+03    -0.0289   1.91e-10
V_corr=      -269.06532
ibin=     106 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     100.5   153.4   0.033  -0.019   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.295   7.44e-10
V_corr=      -232.34728
ibin=     107 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      61.7   145.0  -0.015  -0.012   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.182   8.42e-10
V_corr=      -271.09628
ibin=     108 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     317      91.4   117.0  -0.075   0.023   0.000   0.000   0.365     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.349   7.26e-10
V_corr=      -241.36444
ibin=     109 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     101.4   121.0   0.034   0.001   0.000   0.000   0.696     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.304   7.92e-10
V_corr=      -231.37570
ibin=     110 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     240      84.7   161.7  -0.031   0.139   0.000   0.000   0.310     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.109   9.72e-10
V_corr=      -248.11174
ibin=     111 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     105.3   120.3  -0.026   0.033   0.000   0.000   0.288     NaN
Ages, Metallicities, Weights:
   3.22e+03    -0.0396   2.05e-10
V_corr=      -227.50286
ibin=     112 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     106.9   144.8   0.025   0.026   0.000   0.000   0.671     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0564   1.03e-09
V_corr=      -225.93714
ibin=     113 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      95.3   177.5   0.030   0.016   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   2.87e+03      0.556   3.05e-10
V_corr=      -237.54293
ibin=     114 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      87.6    87.0   0.053   0.012   0.000   0.000   0.706     NaN
Ages, Metallicities, Weights:
   1.83e+04     -0.446   6.69e-10
V_corr=      -245.16083
ibin=     115 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     104.8   101.1  -0.004   0.043   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   8.03e+03     0.0522   5.15e-10
V_corr=      -228.01917
ibin=     116 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      96.4   148.6  -0.010  -0.024   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.151   9.08e-10
V_corr=      -236.39109
ibin=     117 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     129.9   144.1   0.057  -0.027   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.201   7.17e-10
V_corr=      -202.93558
ibin=     118 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      97.1   158.5  -0.002   0.011   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   2.23e+03      0.507   1.99e-10
V_corr=      -235.73179
ibin=     119 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     105.6   151.0   0.065  -0.063   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   2.27e+03    -0.0813   1.24e-10
V_corr=      -227.21999
ibin=     120 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     153.9   142.8  -0.044   0.020   0.000   0.000   0.379     NaN
Ages, Metallicities, Weights:
   6.96e+03    -0.0855   3.29e-10
V_corr=      -178.95336
ibin=     121 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     121.1   112.6  -0.044   0.054   0.000   0.000   0.382     NaN
Ages, Metallicities, Weights:
   5.94e+03     -0.155   2.80e-10
V_corr=      -211.67104
ibin=     122 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     152.6   148.3  -0.008  -0.008   0.000   0.000   0.624     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.241   7.40e-10
V_corr=      -180.19715
ibin=     123 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     119.5   149.4  -0.049   0.019   0.000   0.000   0.319     NaN
Ages, Metallicities, Weights:
   1.61e+03      0.559   1.43e-10
V_corr=      -213.26331
ibin=     124 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     163.7   126.2  -0.085   0.008   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.281   7.38e-10
V_corr=      -169.05950
ibin=     125 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     144.2   151.1   0.025  -0.029   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   1.88e+04     -0.257   7.32e-10
V_corr=      -188.57270
ibin=     126 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     125.0   126.4  -0.013  -0.011   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.316   7.22e-10
V_corr=      -207.85260
ibin=     127 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     148.3   115.2  -0.033   0.023   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   5.86e+03    -0.0854   3.07e-10
V_corr=      -184.54258
ibin=     128 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     105.5   167.6   0.017   0.049   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   3.76e+03      0.549   3.34e-10
V_corr=      -227.28262
ibin=     129 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     129.8   141.4   0.045   0.002   0.000   0.000   0.327     NaN
Ages, Metallicities, Weights:
   1.86e+04     -0.353   6.21e-10
V_corr=      -203.00745
ibin=     130 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     139.5   128.4  -0.024  -0.002   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.526   4.83e-10
V_corr=      -193.33393
ibin=     131 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     153.9   139.5   0.034   0.008   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0344   8.27e-10
V_corr=      -178.95238
ibin=     132 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     117.5   124.8   0.033  -0.057   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   2.41e+03     -0.131   1.26e-10
V_corr=      -215.34642
ibin=     133 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     160.3   136.1  -0.014   0.035   0.000   0.000   0.285     NaN
Ages, Metallicities, Weights:
   2.11e+03      0.222   1.29e-10
V_corr=      -172.52267
ibin=     134 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     212.3   162.0   0.012  -0.055   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   1.83e+04     -0.295   5.95e-10
V_corr=      -120.49625
ibin=     135 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      73     161.0    99.0   0.030  -0.036   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.143   6.55e-10
V_corr=      -171.85780
ibin=     136 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     184.1   173.8   0.009  -0.020   0.000   0.000   0.420     NaN
Ages, Metallicities, Weights:
   1.28e+03      0.568   8.10e-11
V_corr=      -148.74931
ibin=     137 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     138 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     139 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     140 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -22.3    25.0  -0.000  -0.001   0.000   0.000   1.034     NaN
Ages, Metallicities, Weights:
   2.17e+03     -0.628   4.10e-11
V_corr=      -355.10881
ibin=     141 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      31.1   142.7   0.058   0.027   0.000   0.000   1.011     NaN
Ages, Metallicities, Weights:
       898.      0.625   3.66e-11
V_corr=      -301.69583
ibin=     142 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     295      20.5    55.5   0.003   0.001   0.000   0.000   0.844     NaN
Ages, Metallicities, Weights:
   8.41e+03     -0.935   1.13e-10
V_corr=      -312.26127
ibin=     143 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     300      26.3    31.5   0.001  -0.002   0.000   0.000   0.831     NaN
Ages, Metallicities, Weights:
   4.50e+03     -0.783   7.94e-11
V_corr=      -306.52042
ibin=     144 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      18.0   171.3   0.037  -0.024   0.000   0.000   0.960     NaN
Ages, Metallicities, Weights:
   1.47e+03      0.318   5.21e-11
V_corr=      -314.83210
ibin=     145 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      11.4   176.8   0.002  -0.012   0.000   0.000   0.656     NaN
Ages, Metallicities, Weights:
       31.6     -0.604   2.03e-12
V_corr=      -321.42126
ibin=     146 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      69.6   148.5   0.011   0.015   0.000   0.000   0.743     NaN
Ages, Metallicities, Weights:
   1.75e+04     -0.372   3.07e-10
V_corr=      -263.20140
ibin=     147 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -21.8   219.0  -0.016   0.006   0.000   0.000   0.830     NaN
Ages, Metallicities, Weights:
       841.      0.689   4.20e-11
V_corr=      -354.61733
ibin=     148 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      -1.3    90.2   0.016   0.004   0.000   0.000   0.689     NaN
Ages, Metallicities, Weights:
       920.     0.0540   2.69e-11
V_corr=      -334.11972
ibin=     149 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130       5.9   109.4  -0.018   0.006   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
   8.73e+03     -0.572   1.54e-10
V_corr=      -326.93496
ibin=     150 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      43.2   178.5  -0.002   0.030   0.000   0.000   0.894     NaN
Ages, Metallicities, Weights:
   1.04e+03      0.556   4.73e-11
V_corr=      -289.62269
ibin=     151 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      77.7   134.6  -0.018  -0.003   0.000   0.000   0.606     NaN
Ages, Metallicities, Weights:
   1.01e+04     -0.304   2.24e-10
V_corr=      -255.14019
ibin=     152 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      54.8   152.3   0.040   0.044   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   7.15e+03   -0.00672   2.15e-10
V_corr=      -277.98943
ibin=     153 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     290      53.7    57.7  -0.015   0.003   0.000   0.000   0.653     NaN
Ages, Metallicities, Weights:
   2.04e+03     -0.672   4.33e-11
V_corr=      -279.12023
ibin=     154 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      33.4   118.3  -0.027   0.021   0.000   0.000   0.620     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.246   4.29e-10
V_corr=      -299.39781
ibin=     155 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      52.7    91.9   0.034  -0.009   0.000   0.000   0.715     NaN
Ages, Metallicities, Weights:
   1.37e+03     -0.207   4.02e-11
V_corr=      -280.15093
ibin=     156 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      56.0   197.5   0.040   0.013   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0568   5.63e-10
V_corr=      -276.77935
ibin=     157 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70     113.3   145.0  -0.007   0.013   0.000   0.000   0.846     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0674   5.38e-10
V_corr=      -219.51442
ibin=     158 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      46.7   152.0   0.049   0.025   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   2.09e+03     0.0188   8.19e-11
V_corr=      -286.09163
ibin=     159 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      70.0   122.3   0.053   0.014   0.000   0.000   0.762     NaN
Ages, Metallicities, Weights:
   5.36e+03     -0.290   1.70e-10
V_corr=      -262.81074
ibin=     160 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      48.5   117.9   0.004   0.048   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.33e+03      0.489   7.60e-11
V_corr=      -284.35288
ibin=     161 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     109.1   135.6   0.006  -0.005   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   4.57e+03     -0.312   1.89e-10
V_corr=      -223.67345
ibin=     162 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      31.3   105.1   0.041   0.026   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   5.63e+03     -0.236   1.96e-10
V_corr=      -301.47179
ibin=     163 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      35.9   122.6   0.000   0.080   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.331   5.19e-10
V_corr=      -296.89421
ibin=     164 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     110.3   124.8  -0.000   0.017   0.000   0.000   0.659     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.250   5.93e-10
V_corr=      -222.47455
ibin=     165 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      53.3   175.5  -0.073   0.091   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0332   6.66e-10
V_corr=      -279.47843
ibin=     166 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      64.9   130.1   0.061   0.047   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.04e+03      0.570   7.10e-11
V_corr=      -267.89454
ibin=     167 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      70.9   130.1   0.011   0.011   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   3.17e+03      0.129   1.75e-10
V_corr=      -261.86305
ibin=     168 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      87.6   144.0  -0.010   0.028   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.14e+03      0.545   8.27e-11
V_corr=      -245.18989
ibin=     169 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      57.5   112.5   0.027   0.044   0.000   0.000   0.365     NaN
Ages, Metallicities, Weights:
   1.27e+04     -0.159   4.88e-10
V_corr=      -275.29004
ibin=     170 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      28.0   191.8  -0.010   0.034   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0524   7.90e-10
V_corr=      -304.77001
ibin=     171 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      80.7    96.1  -0.012   0.022   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   4.66e+03     -0.402   1.99e-10
V_corr=      -252.06782
ibin=     172 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      77.2   154.9  -0.037   0.002   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   6.88e+03   -0.00296   3.72e-10
V_corr=      -255.58731
ibin=     173 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      60.6   133.4  -0.060   0.063   0.000   0.000   0.353     NaN
Ages, Metallicities, Weights:
   3.00e+03    -0.0548   1.62e-10
V_corr=      -272.16006
ibin=     174 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      61.5   143.3   0.028   0.004   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   7.62e+03    -0.0864   4.10e-10
V_corr=      -271.34346
ibin=     175 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      63.1   126.7   0.052   0.040   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.245   7.95e-10
V_corr=      -269.75300
ibin=     176 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      81.8    96.6  -0.010   0.033   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   3.70e+03    -0.0320   2.32e-10
V_corr=      -251.03057
ibin=     177 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      86.0   169.7   0.015   0.080   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0502   9.88e-10
V_corr=      -246.77215
ibin=     178 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      95.5   137.1   0.036   0.088   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   3.54e+03      0.578   3.81e-10
V_corr=      -237.27890
ibin=     179 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      82.7    98.5   0.011   0.023   0.000   0.000   0.257     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.351   7.87e-10
V_corr=      -250.15124
ibin=     180 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      65.1   146.5   0.004   0.109   0.000   0.000   0.471     NaN
Ages, Metallicities, Weights:
   1.31e+04      0.375   1.04e-09
V_corr=      -267.67936
ibin=     181 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      77.4   165.0   0.011   0.029   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.40e+04      0.503   1.31e-09
V_corr=      -255.41246
ibin=     182 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     100.7   123.7   0.000  -0.033   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   2.34e+03     0.0678   1.76e-10
V_corr=      -232.09451
ibin=     183 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     102.1   120.8  -0.020   0.023   0.000   0.000   0.290     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.221   8.88e-10
V_corr=      -230.73198
ibin=     184 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      79.5   114.1   0.012   0.015   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   2.31e+03    0.00318   1.60e-10
V_corr=      -253.35267
ibin=     185 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     109.8   131.3  -0.019   0.006   0.000   0.000   0.625     NaN
Ages, Metallicities, Weights:
   4.99e+03    -0.0942   3.13e-10
V_corr=      -222.98116
ibin=     186 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     119.9   111.9   0.027   0.062   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.249   7.72e-10
V_corr=      -212.92722
ibin=     187 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     126.7   142.5   0.015   0.019   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   2.28e+03      0.467   1.87e-10
V_corr=      -206.08036
ibin=     188 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     106.8   148.2   0.005   0.048   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0729   8.64e-10
V_corr=      -226.02626
ibin=     189 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     123.3   133.6  -0.012  -0.041   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.266   7.65e-10
V_corr=      -209.48236
ibin=     190 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     107.4   141.4  -0.009  -0.024   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0721   8.82e-10
V_corr=      -225.37365
ibin=     191 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     134.1   128.4   0.015   0.001   0.000   0.000   0.316     NaN
Ages, Metallicities, Weights:
   1.00e+04    -0.0475   5.18e-10
V_corr=      -198.66972
ibin=     192 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183     160.7   186.8  -0.025  -0.012   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.73e+04      0.191   1.01e-09
V_corr=      -172.06366
ibin=     193 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     105.4   131.6   0.045   0.036   0.000   0.000   0.611     NaN
Ages, Metallicities, Weights:
   1.21e+04    -0.0570   5.88e-10
V_corr=      -227.36884
ibin=     194 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     102.5   129.4  -0.066   0.038   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   1.05e+03      0.648   9.98e-11
V_corr=      -230.31997
ibin=     195 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     142.2   161.3  -0.058  -0.024   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00150   9.25e-10
V_corr=      -190.65819
ibin=     196 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     130.3   159.2   0.036  -0.022   0.000   0.000   0.568     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.189   8.25e-10
V_corr=      -202.47907
ibin=     197 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     128.3   148.0  -0.069   0.023   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.28e+03      0.616   1.13e-10
V_corr=      -204.55550
ibin=     198 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     148.4   122.9  -0.019  -0.001   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.157   7.84e-10
V_corr=      -184.39844
ibin=     199 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     108.0   163.4  -0.057  -0.045   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.110   8.41e-10
V_corr=      -224.76250
ibin=     200 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      65.1    86.5   0.018  -0.003   0.000   0.000   0.756     NaN
Ages, Metallicities, Weights:
       946.      0.456   8.85e-11
V_corr=      -267.71529
ibin=     201 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     112.5   106.6   0.017  -0.006   0.000   0.000   0.548     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.867   4.40e-10
V_corr=      -220.30677
ibin=     202 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     170.7   133.2  -0.017  -0.000   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0760   7.78e-10
V_corr=      -162.06175
ibin=     203 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     159.0   148.8   0.044   0.032   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0422   7.30e-10
V_corr=      -173.78519
ibin=     204 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     175.1   129.2  -0.005  -0.047   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   5.90e+03     -0.194   2.43e-10
V_corr=      -157.70803
ibin=     205 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     199.7   144.6  -0.033   0.003   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   4.18e+03     -0.322   1.51e-10
V_corr=      -133.13211
ibin=     206 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     207 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     208 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     209 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      46.4   108.1   0.028   0.001   0.000   0.000   1.284     NaN
Ages, Metallicities, Weights:
   2.08e+03     -0.589   3.93e-11
V_corr=      -286.40365
ibin=     210 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       5.8    25.0  -0.001  -0.005   0.000   0.000   0.810     NaN
Ages, Metallicities, Weights:
   1.98e+04      -1.24   1.43e-10
V_corr=      -326.96362
ibin=     211 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     240      83.3   270.8   0.051   0.012   0.000   0.000   1.400     NaN
Ages, Metallicities, Weights:
   4.67e+03      0.227   1.52e-10
V_corr=      -249.48876
ibin=     212 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      28.1   147.4   0.024  -0.001   0.000   0.000   0.737     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.225   3.69e-10
V_corr=      -304.74346
ibin=     213 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     254      47.8   157.3   0.001   0.041   0.000   0.000   0.625     NaN
Ages, Metallicities, Weights:
   1.50e+04     -0.628   2.15e-10
V_corr=      -285.00928
ibin=     214 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139       6.9    76.5  -0.006  -0.006   0.000   0.000   1.112     NaN
Ages, Metallicities, Weights:
   8.10e+03     -0.645   1.34e-10
V_corr=      -325.91191
ibin=     215 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      11.5    25.0   0.002  -0.003   0.000   0.000   1.700     NaN
Ages, Metallicities, Weights:
   1.29e+04      -1.30   1.17e-10
V_corr=      -321.32106
ibin=     216 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     165     -25.0    61.8  -0.008   0.004   0.000   0.000   0.659     NaN
Ages, Metallicities, Weights:
   1.53e+03     -0.379   3.56e-11
V_corr=      -357.85683
ibin=     217 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      39.2    28.6   0.000  -0.001   0.000   0.000   0.872     NaN
Ages, Metallicities, Weights:
       826.     -0.183   2.80e-11
V_corr=      -293.63141
ibin=     218 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      33.1   127.7   0.012  -0.008   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
       911.     0.0919   2.77e-11
V_corr=      -299.70655
ibin=     219 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      18.6    94.9   0.026  -0.003   0.000   0.000   0.908     NaN
Ages, Metallicities, Weights:
   4.77e+03     -0.439   1.15e-10
V_corr=      -314.19460
ibin=     220 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     105.3   152.2   0.016  -0.008   0.000   0.000   0.564     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.223   4.32e-10
V_corr=      -227.47176
ibin=     221 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      53.5   117.0   0.017   0.004   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.544   3.23e-10
V_corr=      -279.33098
ibin=     222 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      57.5   137.9   0.006  -0.021   0.000   0.000   0.949     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.580   3.31e-10
V_corr=      -275.34835
ibin=     223 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      62.9    72.5   0.023  -0.005   0.000   0.000   0.725     NaN
Ages, Metallicities, Weights:
   1.58e+04     -0.691   2.65e-10
V_corr=      -269.93409
ibin=     224 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      93.7   132.8   0.016   0.035   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.455   3.80e-10
V_corr=      -239.06663
ibin=     225 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      57.6    99.9  -0.015   0.006   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.328   4.41e-10
V_corr=      -275.21978
ibin=     226 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      47.2   179.5   0.042   0.075   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0354   5.66e-10
V_corr=      -285.56799
ibin=     227 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     295      28.9    31.3   0.003  -0.006   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   1.19e+04      -1.09   2.10e-10
V_corr=      -303.92892
ibin=     228 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      52.6   139.6   0.014  -0.017   0.000   0.000   0.585     NaN
Ages, Metallicities, Weights:
   1.87e+04     -0.629   3.71e-10
V_corr=      -280.18750
ibin=     229 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      19.6   113.2   0.016  -0.023   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.67e+03     0.0957   7.68e-11
V_corr=      -313.22677
ibin=     230 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     216      40.5   163.8  -0.004   0.118   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.46e+04      0.215   6.10e-10
V_corr=      -292.34939
ibin=     231 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      44.0   102.4   0.025   0.032   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   7.26e+03     -0.262   2.40e-10
V_corr=      -288.79777
ibin=     232 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      53.5   160.7   0.049  -0.017   0.000   0.000   0.375     NaN
Ages, Metallicities, Weights:
   6.72e+03     -0.258   2.46e-10
V_corr=      -279.28536
ibin=     233 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163      53.2   203.4   0.044   0.086   0.000   0.000   0.702     NaN
Ages, Metallicities, Weights:
   7.37e+03      0.273   4.09e-10
V_corr=      -279.63191
ibin=     234 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     103.6   155.5   0.023   0.031   0.000   0.000   0.845     NaN
Ages, Metallicities, Weights:
   1.71e+04     -0.245   5.48e-10
V_corr=      -229.25674
ibin=     235 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      39.6   155.0   0.017   0.044   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
       922.      0.524   6.32e-11
V_corr=      -293.24476
ibin=     236 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     204      81.2    99.7  -0.032   0.015   0.000   0.000   0.430     NaN
Ages, Metallicities, Weights:
   5.85e+03     -0.179   2.66e-10
V_corr=      -251.57486
ibin=     237 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      61.5   102.1   0.011  -0.048   0.000   0.000   0.278     NaN
Ages, Metallicities, Weights:
   1.35e+04     -0.407   4.56e-10
V_corr=      -271.28182
ibin=     238 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      44.4   129.8   0.025   0.048   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.196   7.12e-10
V_corr=      -288.41355
ibin=     239 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     175      52.0   145.0  -0.025   0.124   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   6.95e+03      0.175   4.19e-10
V_corr=      -280.84366
ibin=     240 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      77.8   114.7  -0.060   0.018   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   1.67e+04     -0.356   5.90e-10
V_corr=      -255.01467
ibin=     241 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      76.9   153.9  -0.005   0.064   0.000   0.000   0.717     NaN
Ages, Metallicities, Weights:
   9.90e+03      0.165   6.76e-10
V_corr=      -255.95817
ibin=     242 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     164      51.9   173.5  -0.003   0.054   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   1.27e+03      0.623   1.21e-10
V_corr=      -280.95736
ibin=     243 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      49.7   136.4  -0.002   0.053   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0235   9.55e-10
V_corr=      -283.09638
ibin=     244 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      76.8   146.1   0.032   0.008   0.000   0.000   0.292     NaN
Ages, Metallicities, Weights:
   3.14e+03    -0.0237   2.04e-10
V_corr=      -256.05206
ibin=     245 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      72.7   133.6  -0.047   0.027   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0201   9.94e-10
V_corr=      -260.11253
ibin=     246 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      85.3   159.9  -0.023   0.002   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0365   1.03e-09
V_corr=      -247.54418
ibin=     247 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      77.0   164.4  -0.011   0.034   0.000   0.000   0.738     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0494   1.01e-09
V_corr=      -255.77063
ibin=     248 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     110.1   115.8  -0.012  -0.009   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   7.36e+03    -0.0104   4.92e-10
V_corr=      -222.65978
ibin=     249 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      94.3   125.1  -0.042   0.041   0.000   0.000   0.334     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.201   9.21e-10
V_corr=      -238.45995
ibin=     250 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      96.8   152.3   0.003  -0.043   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
   8.36e+03     0.0480   6.10e-10
V_corr=      -235.97220
ibin=     251 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      91.7   137.3   0.005  -0.034   0.000   0.000   0.275     NaN
Ages, Metallicities, Weights:
       919.      0.673   1.10e-10
V_corr=      -241.11884
ibin=     252 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      92.7   134.7   0.035  -0.042   0.000   0.000   0.375     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.316   8.90e-10
V_corr=      -240.06446
ibin=     253 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      95.4   143.4  -0.065  -0.076   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   2.06e+03    -0.0203   1.55e-10
V_corr=      -237.45867
ibin=     254 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     117.8   141.4  -0.042   0.022   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   7.59e+03    -0.0134   4.61e-10
V_corr=      -214.99719
ibin=     255 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     124.6   179.1  -0.030  -0.036   0.000   0.000   0.532     NaN
Ages, Metallicities, Weights:
   7.62e+03      0.252   5.64e-10
V_corr=      -208.22243
ibin=     256 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     120.7   166.8   0.027   0.026   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   2.97e+03      0.551   2.82e-10
V_corr=      -212.10939
ibin=     257 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      86.9   138.0   0.043  -0.018   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
       762.      0.620   7.32e-11
V_corr=      -245.93742
ibin=     258 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     122.6   109.7   0.010   0.025   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.355   7.42e-10
V_corr=      -210.16201
ibin=     259 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     140.5   177.8  -0.029  -0.056   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0180   9.93e-10
V_corr=      -192.31851
ibin=     260 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     145.6   140.9  -0.024   0.015   0.000   0.000   0.386     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0751   8.87e-10
V_corr=      -187.21657
ibin=     261 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     138.8   154.2  -0.026  -0.050   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   7.18e+03     0.0919   4.89e-10
V_corr=      -194.03186
ibin=     262 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     138.5   109.5  -0.097  -0.012   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   3.91e+03    -0.0502   2.41e-10
V_corr=      -194.34294
ibin=     263 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     143.2   139.0   0.080   0.011   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   6.62e+03     0.0200   3.95e-10
V_corr=      -189.56717
ibin=     264 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     122.6   142.7  -0.054  -0.022   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   1.39e+04    0.00197   7.14e-10
V_corr=      -210.24974
ibin=     265 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     135.9   137.2   0.025  -0.037   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   5.37e+03      0.129   3.56e-10
V_corr=      -196.87261
ibin=     266 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     137.1   142.6   0.021  -0.049   0.000   0.000   0.807     NaN
Ages, Metallicities, Weights:
   1.16e+04    -0.0761   5.76e-10
V_corr=      -195.73376
ibin=     267 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     152.7   145.9   0.004  -0.071   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   7.73e+03     0.0775   4.92e-10
V_corr=      -180.08672
ibin=     268 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     121.7   145.8  -0.016  -0.002   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.58e+04    -0.0662   7.20e-10
V_corr=      -211.11311
ibin=     269 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174     126.5   150.1   0.029  -0.048   0.000   0.000   0.350     NaN
Ages, Metallicities, Weights:
   1.20e+03      0.585   1.08e-10
V_corr=      -206.31491
ibin=     270 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     120.1   138.0   0.011  -0.037   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.189   7.81e-10
V_corr=      -212.72857
ibin=     271 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     139.4   168.8  -0.079  -0.070   0.000   0.000   0.418     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.238   7.46e-10
V_corr=      -193.38599
ibin=     272 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     163.8   166.2  -0.065   0.026   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   1.49e+03      0.689   1.39e-10
V_corr=      -169.03962
ibin=     273 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     182.4   114.4  -0.040  -0.030   0.000   0.000   0.449     NaN
Ages, Metallicities, Weights:
   1.13e+04     -0.139   4.45e-10
V_corr=      -150.43045
ibin=     274 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     180.4   163.4  -0.084  -0.016   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0580   6.72e-10
V_corr=      -152.45130
ibin=     275 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     276 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     277 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     278 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     209      79.8   134.9   0.015   0.004   0.000   0.000   2.083     NaN
Ages, Metallicities, Weights:
   1.62e+03     -0.571   3.02e-11
V_corr=      -252.96279
ibin=     279 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     462      28.2   262.6   0.021   0.024   0.000   0.000   2.944     NaN
Ages, Metallicities, Weights:
   1.02e+03      0.618   4.23e-11
V_corr=      -304.57701
ibin=     280 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131      48.1    30.5  -0.000   0.000   0.000   0.000   0.937     NaN
Ages, Metallicities, Weights:
   3.98e+03     -0.306   1.05e-10
V_corr=      -284.73191
ibin=     281 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      24.4   225.7  -0.010  -0.003   0.000   0.000   1.145     NaN
Ages, Metallicities, Weights:
   7.52e+03      0.232   2.56e-10
V_corr=      -308.44800
ibin=     282 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128       7.5   128.7   0.002   0.052   0.000   0.000   0.991     NaN
Ages, Metallicities, Weights:
   7.99e+03     -0.337   1.57e-10
V_corr=      -325.34566
ibin=     283 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      35.6   119.4   0.031  -0.003   0.000   0.000   0.974     NaN
Ages, Metallicities, Weights:
   4.25e+03     -0.290   1.05e-10
V_corr=      -297.16339
ibin=     284 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      52.3    98.7   0.005   0.025   0.000   0.000   0.946     NaN
Ages, Metallicities, Weights:
   1.72e+03    -0.0335   5.01e-11
V_corr=      -280.48167
ibin=     285 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     321     -15.4    38.4  -0.001   0.001   0.000   0.000   0.832     NaN
Ages, Metallicities, Weights:
   1.45e+03     -0.863   2.61e-11
V_corr=      -348.16117
ibin=     286 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      38.5   147.7  -0.002   0.020   0.000   0.000   0.597     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.331   3.69e-10
V_corr=      -294.27149
ibin=     287 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      19.2   120.5  -0.013  -0.027   0.000   0.000   0.691     NaN
Ages, Metallicities, Weights:
       925.      0.128   3.03e-11
V_corr=      -313.60070
ibin=     288 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119       3.0   162.3   0.008   0.001   0.000   0.000   0.663     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.378   3.08e-10
V_corr=      -329.80088
ibin=     289 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      83.6   111.8   0.016   0.001   0.000   0.000   0.672     NaN
Ages, Metallicities, Weights:
   5.03e+03     -0.301   1.35e-10
V_corr=      -249.22805
ibin=     290 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      61.9   180.6   0.011   0.002   0.000   0.000   0.929     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.249   4.39e-10
V_corr=      -270.88559
ibin=     291 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      37.0   124.0  -0.002   0.030   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.690   2.63e-10
V_corr=      -295.85059
ibin=     292 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     296     108.2   169.4   0.003  -0.021   0.000   0.000   0.787     NaN
Ages, Metallicities, Weights:
   8.25e+03     -0.173   2.36e-10
V_corr=      -224.61695
ibin=     293 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      26.7   103.5   0.034   0.035   0.000   0.000   0.531     NaN
Ages, Metallicities, Weights:
   1.95e+03    -0.0952   6.89e-11
V_corr=      -306.14233
ibin=     294 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      44.4   199.0   0.054   0.009   0.000   0.000   0.632     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0195   5.70e-10
V_corr=      -288.45138
ibin=     295 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     237      18.9   158.8   0.047   0.081   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.308   4.51e-10
V_corr=      -313.92080
ibin=     296 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      65.6   148.4   0.063   0.003   0.000   0.000   0.512     NaN
Ages, Metallicities, Weights:
   7.52e+03     -0.104   2.65e-10
V_corr=      -267.17497
ibin=     297 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      79.9    89.2   0.017   0.004   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.73e+04     -0.578   3.68e-10
V_corr=      -252.92985
ibin=     298 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      48.6   128.2   0.014   0.060   0.000   0.000   0.743     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.372   4.83e-10
V_corr=      -284.19671
ibin=     299 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      43.9   161.6  -0.005   0.084   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.114   6.09e-10
V_corr=      -288.91587
ibin=     300 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      63.6   159.3   0.027   0.070   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0106   6.79e-10
V_corr=      -269.17115
ibin=     301 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      26.2   106.7  -0.000  -0.005   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   7.41e+03     -0.329   2.51e-10
V_corr=      -306.60910
ibin=     302 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      85.2   146.4   0.001  -0.002   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.242   6.53e-10
V_corr=      -247.59496
ibin=     303 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      77.9    60.2   0.002   0.013   0.000   0.000   0.362     NaN
Ages, Metallicities, Weights:
   4.70e+03     -0.411   1.84e-10
V_corr=      -254.88146
ibin=     304 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      48.9   174.8  -0.006   0.081   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   7.41e+03      0.175   4.27e-10
V_corr=      -283.95192
ibin=     305 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      61.4    86.9   0.051   0.025   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   9.24e+03     -0.351   3.35e-10
V_corr=      -271.41107
ibin=     306 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      39.6   126.7  -0.019  -0.010   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   5.91e+03     -0.186   2.83e-10
V_corr=      -293.16890
ibin=     307 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      73      43.6    68.5   0.012   0.002   0.000   0.000   0.427     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.497   5.98e-10
V_corr=      -289.17226
ibin=     308 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      81.9   146.5  -0.023  -0.007   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   9.08e+03     0.0502   5.28e-10
V_corr=      -250.86850
ibin=     309 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      65.5    93.9  -0.006  -0.012   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.504   6.28e-10
V_corr=      -267.27811
ibin=     310 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      56.8   115.8   0.028   0.037   0.000   0.000   0.368     NaN
Ages, Metallicities, Weights:
   1.77e+03      0.380   1.45e-10
V_corr=      -275.98896
ibin=     311 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      71.3   134.2   0.001   0.006   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   2.30e+03      0.126   1.70e-10
V_corr=      -261.54886
ibin=     312 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      60.7   159.5  -0.033   0.033   0.000   0.000   0.675     NaN
Ages, Metallicities, Weights:
   1.25e+04      0.670   1.19e-09
V_corr=      -272.11419
ibin=     313 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      86.4   140.0   0.004   0.016   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.210   8.92e-10
V_corr=      -246.40727
ibin=     314 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      97.4   158.0   0.023  -0.004   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.07e+04     0.0467   7.36e-10
V_corr=      -235.42167
ibin=     315 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      74.3   138.5   0.039   0.039   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   4.99e+03      0.103   3.65e-10
V_corr=      -258.46130
ibin=     316 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      96.3    93.9  -0.025   0.004   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.290   8.78e-10
V_corr=      -236.46938
ibin=     317 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      71.6   173.6  -0.046   0.023   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   1.22e+03      0.597   1.34e-10
V_corr=      -261.21901
ibin=     318 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      69.1   119.3   0.028   0.029   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   6.12e+03    -0.0334   4.20e-10
V_corr=      -263.66609
ibin=     319 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     104.5   116.9  -0.044   0.024   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.224   9.51e-10
V_corr=      -228.33620
ibin=     320 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      94.0   126.3   0.033   0.016   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.209   9.69e-10
V_corr=      -238.76535
ibin=     321 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     103.3   137.0   0.022   0.065   0.000   0.000   0.295     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.162   9.41e-10
V_corr=      -229.50398
ibin=     322 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     106.5   144.6   0.036   0.032   0.000   0.000   1.062     NaN
Ages, Metallicities, Weights:
   1.98e+04   0.000793   1.05e-09
V_corr=      -226.35512
ibin=     323 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     138.6   124.4   0.015   0.063   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.189   8.27e-10
V_corr=      -194.17878
ibin=     324 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     113.4   184.0  -0.034   0.010   0.000   0.000   0.616     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.120   1.04e-09
V_corr=      -219.40314
ibin=     325 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     109.9   122.2   0.033   0.001   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.392   7.54e-10
V_corr=      -222.86214
ibin=     326 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      95.1   140.1  -0.023   0.069   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   2.72e+03      0.505   2.69e-10
V_corr=      -237.67527
ibin=     327 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     117.4   128.3  -0.013   0.035   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.263   8.45e-10
V_corr=      -215.45243
ibin=     328 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      93.7   146.5   0.029   0.036   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0721   9.51e-10
V_corr=      -239.08606
ibin=     329 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     140.9   127.0   0.042   0.001   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.237   8.43e-10
V_corr=      -191.89429
ibin=     330 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     157.8   151.4  -0.052  -0.028   0.000   0.000   0.798     NaN
Ages, Metallicities, Weights:
   8.05e+03     0.0398   5.19e-10
V_corr=      -174.99475
ibin=     331 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     131.3   100.7   0.045   0.029   0.000   0.000   0.373     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.413   6.82e-10
V_corr=      -201.46661
ibin=     332 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     132.2   147.3   0.038   0.016   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
       867.      0.494   7.12e-11
V_corr=      -200.58754
ibin=     333 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     107.2   118.6  -0.005   0.019   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.415   6.87e-10
V_corr=      -225.61149
ibin=     334 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      97.3   182.4   0.019   0.017   0.000   0.000   0.427     NaN
Ages, Metallicities, Weights:
   1.89e+03      0.442   1.66e-10
V_corr=      -235.53291
ibin=     335 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     147.2   168.2  -0.008   0.055   0.000   0.000   0.275     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.242   1.06e-09
V_corr=      -185.62834
ibin=     336 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     127.0   164.5   0.093   0.010   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   1.54e+04   -0.00917   7.55e-10
V_corr=      -205.82590
ibin=     337 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     138.4   148.1   0.003   0.011   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   8.03e-10
V_corr=      -194.39809
ibin=     338 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     147.8   145.6   0.031  -0.072   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.276   7.72e-10
V_corr=      -184.99771
ibin=     339 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     114.0   150.1   0.069   0.025   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.260   7.20e-10
V_corr=      -218.85572
ibin=     340 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70     125.2   150.1   0.005  -0.034   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.105   8.23e-10
V_corr=      -207.63006
ibin=     341 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182     150.4   130.7  -0.025   0.074   0.000   0.000   0.793     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.114   7.29e-10
V_corr=      -182.38895
ibin=     342 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     168.0   157.3  -0.056  -0.032   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   5.15e+03     -0.158   2.39e-10
V_corr=      -164.81979
ibin=     343 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     179.2   163.5  -0.090   0.045   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.412   9.82e-10
V_corr=      -153.65103
ibin=     344 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     345 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     346 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     347 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     218      29.2   108.6   0.007   0.007   0.000   0.000   0.688     NaN
Ages, Metallicities, Weights:
   1.39e+03     -0.493   2.69e-11
V_corr=      -303.57447
ibin=     348 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      43.7   122.6  -0.013  -0.003   0.000   0.000   0.945     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.327   3.39e-10
V_corr=      -289.12923
ibin=     349 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      49.2   213.8   0.024   0.001   0.000   0.000   1.110     NaN
Ages, Metallicities, Weights:
   1.75e+04      0.124   4.48e-10
V_corr=      -283.57367
ibin=     350 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      -2.2    59.7   0.006  -0.000   0.000   0.000   0.730     NaN
Ages, Metallicities, Weights:
       820.      0.172   2.54e-11
V_corr=      -335.05097
ibin=     351 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      -7.7    47.4   0.001  -0.002   0.000   0.000   0.675     NaN
Ages, Metallicities, Weights:
   1.04e+04      -1.08   1.34e-10
V_corr=      -340.55856
ibin=     352 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      47.4    35.9  -0.000  -0.002   0.000   0.000   0.814     NaN
Ages, Metallicities, Weights:
   5.92e+03     -0.959   9.59e-11
V_corr=      -285.38780
ibin=     353 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     205      24.8   147.2   0.018  -0.016   0.000   0.000   0.600     NaN
Ages, Metallicities, Weights:
   1.12e+04     -0.925   1.62e-10
V_corr=      -308.05464
ibin=     354 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      32.7   146.6   0.062   0.029   0.000   0.000   0.910     NaN
Ages, Metallicities, Weights:
   1.02e+03     0.0329   2.93e-11
V_corr=      -300.09358
ibin=     355 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     322     -37.5    62.1  -0.007   0.002   0.000   0.000   0.852     NaN
Ages, Metallicities, Weights:
   3.13e+03     -0.951   5.43e-11
V_corr=      -370.33301
ibin=     356 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      94.0   198.4   0.003  -0.012   0.000   0.000   0.551     NaN
Ages, Metallicities, Weights:
   3.24e+03      0.129   1.14e-10
V_corr=      -238.81101
ibin=     357 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      25.0    75.8  -0.001   0.004   0.000   0.000   0.663     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.310   3.25e-10
V_corr=      -307.77833
ibin=     358 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      19.9   108.4   0.043   0.016   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.391   3.84e-10
V_corr=      -312.89710
ibin=     359 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149       6.2   106.0   0.012   0.017   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   3.12e+03     -0.257   9.30e-11
V_corr=      -326.62492
ibin=     360 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      23.4   162.1  -0.008   0.000   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.439   3.97e-10
V_corr=      -309.44290
ibin=     361 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131      37.4   156.6   0.053   0.011   0.000   0.000   0.806     NaN
Ages, Metallicities, Weights:
       706.      0.631   4.04e-11
V_corr=      -295.42972
ibin=     362 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      40.5   232.5  -0.058   0.044   0.000   0.000   1.188     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.101   6.09e-10
V_corr=      -292.30100
ibin=     363 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      47.4   154.3  -0.029  -0.003   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   2.34e+03    -0.0947   8.87e-11
V_corr=      -285.44964
ibin=     364 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      58.4   157.9   0.102   0.003   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   1.50e+04     -0.123   4.53e-10
V_corr=      -274.45120
ibin=     365 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     197      11.0   106.7   0.026   0.012   0.000   0.000   0.781     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.579   3.30e-10
V_corr=      -321.79408
ibin=     366 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      40.4   118.2  -0.000   0.004   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   5.77e+03    -0.0931   2.23e-10
V_corr=      -292.44493
ibin=     367 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     240      48.5   145.5   0.061  -0.007   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.01e+03      0.207   4.76e-11
V_corr=      -284.28430
ibin=     368 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84       0.1    96.4  -0.010  -0.015   0.000   0.000   0.832     NaN
Ages, Metallicities, Weights:
   2.22e+03     -0.551   7.59e-11
V_corr=      -332.75757
ibin=     369 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      45.9   131.3   0.055   0.051   0.000   0.000   0.718     NaN
Ages, Metallicities, Weights:
   1.02e+03      0.485   6.27e-11
V_corr=      -286.86888
ibin=     370 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      62.9   149.9  -0.071   0.002   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   8.77e+03     0.0786   4.40e-10
V_corr=      -269.88761
ibin=     371 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      67.3   109.6  -0.060  -0.004   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.462   4.88e-10
V_corr=      -265.49124
ibin=     372 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      60.7   146.9   0.045   0.034   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.198   7.64e-10
V_corr=      -272.12851
ibin=     373 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     253      22.9   213.3  -0.040   0.095   0.000   0.000   0.547     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.673   1.93e-09
V_corr=      -309.88585
ibin=     374 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      58.8   176.7  -0.072   0.094   0.000   0.000   0.560     NaN
Ages, Metallicities, Weights:
   2.94e+03      0.597   2.73e-10
V_corr=      -273.95899
ibin=     375 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      58.1   115.3   0.092   0.012   0.000   0.000   0.298     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.291   7.30e-10
V_corr=      -274.70475
ibin=     376 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      55.8    88.1   0.055   0.006   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.389   6.84e-10
V_corr=      -276.97802
ibin=     377 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      80      34.0   105.2  -0.023   0.018   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.352   7.35e-10
V_corr=      -298.83504
ibin=     378 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      64.0   167.7  -0.012  -0.005   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   8.38e+03    -0.0168   5.05e-10
V_corr=      -268.77969
ibin=     379 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      55.0   159.8   0.018   0.073   0.000   0.000   0.564     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0456   9.43e-10
V_corr=      -277.78702
ibin=     380 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      53.3   131.4   0.049   0.010   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.108   9.75e-10
V_corr=      -279.52712
ibin=     381 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      75.9   112.0  -0.028   0.024   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.253   8.92e-10
V_corr=      -256.93934
ibin=     382 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      57.3   131.4   0.036   0.061   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   3.19e+03    0.00113   2.25e-10
V_corr=      -275.49562
ibin=     383 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      87      79.9    85.4   0.026   0.006   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.05e+04     -0.338   5.17e-10
V_corr=      -252.90015
ibin=     384 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      66.3   122.0   0.070   0.027   0.000   0.000   0.375     NaN
Ages, Metallicities, Weights:
   2.47e+03    -0.0180   1.82e-10
V_corr=      -266.52845
ibin=     385 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      82.1   141.3   0.096   0.013   0.000   0.000   0.338     NaN
Ages, Metallicities, Weights:
   6.68e+03    -0.0118   4.73e-10
V_corr=      -250.69597
ibin=     386 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     110.0   128.6   0.004  -0.022   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   6.01e+03    -0.0581   4.21e-10
V_corr=      -222.77148
ibin=     387 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      83.8   142.2  -0.005   0.030   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.213   1.00e-09
V_corr=      -249.02337
ibin=     388 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     110.0   120.5  -0.015   0.027   0.000   0.000   0.676     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.173   1.02e-09
V_corr=      -222.80063
ibin=     389 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     105.0   123.0  -0.032   0.001   0.000   0.000   0.286     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.293   9.22e-10
V_corr=      -227.84464
ibin=     390 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     105.7   150.2  -0.026  -0.016   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   1.77e+04     -0.225   8.36e-10
V_corr=      -227.09174
ibin=     391 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     126.9   133.0  -0.003  -0.023   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   3.28e+03    -0.0158   2.26e-10
V_corr=      -205.86399
ibin=     392 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152     114.2   155.7  -0.009   0.075   0.000   0.000   0.304     NaN
Ages, Metallicities, Weights:
   1.44e+04      0.185   9.51e-10
V_corr=      -218.57065
ibin=     393 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     117.9   121.4   0.042  -0.024   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   3.89e+03     -0.271   2.57e-10
V_corr=      -214.89529
ibin=     394 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     116.9   149.6   0.058   0.048   0.000   0.000   0.665     NaN
Ages, Metallicities, Weights:
   2.51e+03      0.444   2.49e-10
V_corr=      -215.89716
ibin=     395 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     102.1   156.5   0.024   0.013   0.000   0.000   0.246     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.204   9.51e-10
V_corr=      -230.66007
ibin=     396 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      94.9   131.0   0.042  -0.000   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0248   1.05e-09
V_corr=      -237.95646
ibin=     397 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     116.6   125.7  -0.040   0.023   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0385   1.02e-09
V_corr=      -216.17306
ibin=     398 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     118.7   112.8   0.003   0.072   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.205   8.68e-10
V_corr=      -214.07554
ibin=     399 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     148.1   153.3   0.056   0.042   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.247   8.41e-10
V_corr=      -184.67628
ibin=     400 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183     139.7   138.4   0.068  -0.047   0.000   0.000   0.584     NaN
Ages, Metallicities, Weights:
   5.27e+03     0.0971   3.81e-10
V_corr=      -193.09402
ibin=     401 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152     150.8   156.4   0.017   0.083   0.000   0.000   0.595     NaN
Ages, Metallicities, Weights:
   1.91e+04   -0.00200   9.39e-10
V_corr=      -181.97128
ibin=     402 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     102.6   157.2  -0.080   0.070   0.000   0.000   0.342     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.240   1.11e-09
V_corr=      -230.16841
ibin=     403 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     132.8   151.0   0.019  -0.030   0.000   0.000   0.713     NaN
Ages, Metallicities, Weights:
   8.21e+03    -0.0737   4.60e-10
V_corr=      -200.04967
ibin=     404 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     148.1   171.8  -0.047   0.048   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   2.35e+03      0.512   2.20e-10
V_corr=      -184.73231
ibin=     405 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     164     109.1   149.9  -0.078  -0.011   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   1.73e+03      0.534   1.63e-10
V_corr=      -223.69669
ibin=     406 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     159.8   132.1  -0.075   0.001   0.000   0.000   0.595     NaN
Ages, Metallicities, Weights:
   8.04e+03    -0.0709   4.32e-10
V_corr=      -173.03058
ibin=     407 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     130.4   114.0   0.001  -0.020   0.000   0.000   0.329     NaN
Ages, Metallicities, Weights:
   3.27e+03     0.0427   2.03e-10
V_corr=      -202.43946
ibin=     408 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     131.8   126.5  -0.000  -0.021   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.213   7.82e-10
V_corr=      -201.03272
ibin=     409 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     105.2   117.4   0.121  -0.026   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.218   7.68e-10
V_corr=      -227.62072
ibin=     410 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     165.0   158.0  -0.048   0.042   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   1.62e+03      0.689   1.59e-10
V_corr=      -167.78494
ibin=     411 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     206.2   147.9   0.008  -0.020   0.000   0.000   0.430     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0266   7.86e-10
V_corr=      -126.61058
ibin=     412 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     196.7   162.4  -0.046   0.083   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   4.57e+03      0.334   2.45e-10
V_corr=      -136.15531
ibin=     413 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     414 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     415 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     416 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     241      65.4   235.8   0.005   0.020   0.000   0.000   2.064     NaN
Ages, Metallicities, Weights:
   3.59e+03      0.243   1.17e-10
V_corr=      -267.40413
ibin=     417 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      13.9   147.5   0.009   0.006   0.000   0.000   1.095     NaN
Ages, Metallicities, Weights:
       883.      0.255   2.83e-11
V_corr=      -318.91483
ibin=     418 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      -9.0    98.2  -0.009  -0.016   0.000   0.000   0.894     NaN
Ages, Metallicities, Weights:
   1.44e+04     -0.783   1.93e-10
V_corr=      -341.76381
ibin=     419 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      14.4    84.8   0.018   0.003   0.000   0.000   1.140     NaN
Ages, Metallicities, Weights:
   1.47e+04     -0.833   2.02e-10
V_corr=      -318.41816
ibin=     420 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195      15.1    53.4   0.006   0.005   0.000   0.000   0.887     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.807   2.18e-10
V_corr=      -317.74074
ibin=     421 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     187       6.8   146.0   0.010   0.012   0.000   0.000   0.721     NaN
Ages, Metallicities, Weights:
   1.42e+04     -0.837   1.99e-10
V_corr=      -325.97566
ibin=     422 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      38.2    98.9   0.004  -0.004   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.581   2.46e-10
V_corr=      -294.63726
ibin=     423 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      36.2    92.0   0.004  -0.000   0.000   0.000   0.780     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.822   2.50e-10
V_corr=      -296.59977
ibin=     424 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      13.0   122.8   0.039   0.011   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
   2.88e+03     -0.168   8.52e-11
V_corr=      -319.80357
ibin=     425 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      52.0   100.8   0.047   0.003   0.000   0.000   0.791     NaN
Ages, Metallicities, Weights:
   1.73e+03     -0.216   5.00e-11
V_corr=      -280.76297
ibin=     426 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      63.8   103.0  -0.026   0.023   0.000   0.000   0.948     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.640   3.07e-10
V_corr=      -268.97534
ibin=     427 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      39.5   275.9   0.046  -0.044   0.000   0.000   0.738     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.228   4.80e-10
V_corr=      -293.34670
ibin=     428 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      50.0    54.7   0.000   0.002   0.000   0.000   0.663     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.990   2.58e-10
V_corr=      -282.82020
ibin=     429 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       8.6   128.8   0.003   0.073   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.286   4.36e-10
V_corr=      -324.22290
ibin=     430 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      47.4   186.8   0.017   0.060   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0723   5.30e-10
V_corr=      -285.39576
ibin=     431 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      41.1   232.0   0.026  -0.030   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.267   5.08e-10
V_corr=      -291.73399
ibin=     432 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      59.0   132.3   0.037   0.057   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.252   3.92e-10
V_corr=      -273.82426
ibin=     433 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      52.9    48.0  -0.003   0.002   0.000   0.000   0.332     NaN
Ages, Metallicities, Weights:
   1.16e+04     -0.732   2.41e-10
V_corr=      -279.94019
ibin=     434 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      23.6    68.1   0.016   0.014   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.562   4.09e-10
V_corr=      -309.21230
ibin=     435 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      52.2   122.7   0.052   0.028   0.000   0.000   0.698     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.366   5.10e-10
V_corr=      -280.63768
ibin=     436 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      67.0   123.7   0.029  -0.008   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   1.66e+03     -0.113   7.00e-11
V_corr=      -265.84833
ibin=     437 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     380      33.3   123.4  -0.016   0.058   0.000   0.000   0.603     NaN
Ages, Metallicities, Weights:
   2.03e+03      0.379   1.28e-10
V_corr=      -299.55301
ibin=     438 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      73.6   112.7  -0.021   0.006   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.222   6.51e-10
V_corr=      -259.19322
ibin=     439 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      45.4    80.4  -0.002   0.023   0.000   0.000   0.407     NaN
Ages, Metallicities, Weights:
   4.94e+03     -0.347   2.01e-10
V_corr=      -287.39586
ibin=     440 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      84.1   144.8   0.051   0.052   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.110   7.47e-10
V_corr=      -248.72436
ibin=     441 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      39.4   116.4   0.061   0.050   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.418   6.01e-10
V_corr=      -293.44258
ibin=     442 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      69.5   169.6   0.067   0.041   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   5.76e+03      0.266   3.88e-10
V_corr=      -263.29159
ibin=     443 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163      43.0   126.8   0.063  -0.002   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.00e+03      0.670   9.82e-11
V_corr=      -289.83282
ibin=     444 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      45.7    82.5   0.006   0.014   0.000   0.000   0.418     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.345   7.29e-10
V_corr=      -287.10695
ibin=     445 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      73.3   126.7   0.053  -0.035   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.74e+04     -0.192   7.74e-10
V_corr=      -259.48331
ibin=     446 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      68.3   157.7  -0.047   0.038   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.103   9.08e-10
V_corr=      -264.49020
ibin=     447 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      77.4   138.0   0.036  -0.027   0.000   0.000   0.672     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.298   7.05e-10
V_corr=      -255.39471
ibin=     448 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      67.8   166.2  -0.001   0.047   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   2.84e+03      0.472   2.77e-10
V_corr=      -265.03023
ibin=     449 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      53.2   139.7   0.084   0.061   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   5.93e+03    -0.0439   3.82e-10
V_corr=      -279.65667
ibin=     450 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      74.6   122.0  -0.017   0.034   0.000   0.000   0.330     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0756   1.04e-09
V_corr=      -258.19248
ibin=     451 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      80.1   113.6  -0.032   0.024   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   1.66e+04    -0.0417   9.74e-10
V_corr=      -252.71401
ibin=     452 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131      62.2   171.1  -0.014   0.145   0.000   0.000   0.397     NaN
Ages, Metallicities, Weights:
   8.46e+03      0.234   6.98e-10
V_corr=      -270.64267
ibin=     453 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      64.2   148.1   0.018   0.021   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.27e+04    -0.0759   7.70e-10
V_corr=      -268.58101
ibin=     454 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      74.5   165.4  -0.042   0.014   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.155   1.05e-09
V_corr=      -258.34533
ibin=     455 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      91.8   146.2   0.056   0.031   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.191   1.03e-09
V_corr=      -241.04677
ibin=     456 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      70.8   125.0  -0.026   0.052   0.000   0.000   0.531     NaN
Ages, Metallicities, Weights:
   6.92e+03    -0.0235   4.92e-10
V_corr=      -261.98613
ibin=     457 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168      95.7   158.1   0.048  -0.074   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0860   1.15e-09
V_corr=      -237.06834
ibin=     458 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     132.0   141.1   0.014  -0.004   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.269   9.18e-10
V_corr=      -200.84718
ibin=     459 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     100.2   131.3   0.034   0.032   0.000   0.000   1.241     NaN
Ages, Metallicities, Weights:
   3.70e+03    0.00470   2.55e-10
V_corr=      -232.61752
ibin=     460 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     103.6   171.9  -0.044  -0.022   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.104   1.05e-09
V_corr=      -229.19991
ibin=     461 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      98.3   157.3  -0.029  -0.020   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.132   1.07e-09
V_corr=      -234.53253
ibin=     462 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178     105.5   130.0   0.021   0.022   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0665   1.20e-09
V_corr=      -227.30865
ibin=     463 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     124.0   125.5  -0.030   0.007   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.103   1.07e-09
V_corr=      -208.80230
ibin=     464 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     100.9   169.2  -0.045   0.058   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.68e+04      0.164   1.13e-09
V_corr=      -231.92576
ibin=     465 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     125.0   160.3  -0.018  -0.048   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.111   1.06e-09
V_corr=      -207.82932
ibin=     466 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     113.1   166.4  -0.017  -0.004   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0506   1.13e-09
V_corr=      -219.70828
ibin=     467 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     112.9   126.1  -0.051   0.028   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.102   9.91e-10
V_corr=      -219.92090
ibin=     468 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     151.9   138.3  -0.053  -0.014   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0225   1.06e-09
V_corr=      -180.92824
ibin=     469 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     111.6   152.8   0.044   0.064   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.282   1.23e-09
V_corr=      -221.22453
ibin=     470 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184     137.0   132.3  -0.050   0.009   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   2.94e+03     0.0529   2.06e-10
V_corr=      -195.78657
ibin=     471 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     132.8   145.4   0.020  -0.010   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0520   9.77e-10
V_corr=      -200.01486
ibin=     472 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     119.7   133.2   0.123   0.018   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.39e+03      0.449   1.19e-10
V_corr=      -213.11578
ibin=     473 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     131.8   154.0   0.027  -0.040   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   4.82e+03     -0.113   2.95e-10
V_corr=      -201.03165
ibin=     474 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     132.0   111.4   0.004   0.025   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.246   7.88e-10
V_corr=      -200.80021
ibin=     475 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     114.3   131.5   0.047  -0.033   0.000   0.000   0.359     NaN
Ages, Metallicities, Weights:
   1.29e+04     -0.154   6.09e-10
V_corr=      -218.52520
ibin=     476 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     145.7   118.8  -0.007   0.022   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.235   7.79e-10
V_corr=      -187.14304
ibin=     477 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     125.3   153.0  -0.077  -0.044   0.000   0.000   0.287     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0925   8.76e-10
V_corr=      -207.51397
ibin=     478 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     125.1   146.5   0.027   0.049   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   9.19e+03      0.211   5.72e-10
V_corr=      -207.73684
ibin=     479 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     152.3   163.9  -0.012  -0.099   0.000   0.000   0.382     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.260   7.24e-10
V_corr=      -180.55360
ibin=     480 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     180.6   119.8   0.007  -0.000   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   2.10e+03     -0.233   8.37e-11
V_corr=      -152.19144
ibin=     481 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     184.9   192.5  -0.098   0.007   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.65e+04      0.603   1.08e-09
V_corr=      -147.89417
ibin=     482 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     483 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     484 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     485 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      56.5   249.3   0.010  -0.026   0.000   0.000   0.646     NaN
Ages, Metallicities, Weights:
   1.19e+03      0.322   4.12e-11
V_corr=      -276.35829
ibin=     486 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128       8.0   202.4   0.068   0.024   0.000   0.000   1.026     NaN
Ages, Metallicities, Weights:
       658.      0.670   3.10e-11
V_corr=      -324.84422
ibin=     487 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      72.8    54.1  -0.007   0.001   0.000   0.000   1.289     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.618   2.73e-10
V_corr=      -259.97640
ibin=     488 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     298      32.8    83.3   0.018   0.020   0.000   0.000   0.665     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.495   3.06e-10
V_corr=      -300.01375
ibin=     489 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118       7.4    83.7  -0.011   0.001   0.000   0.000   1.097     NaN
Ages, Metallicities, Weights:
   1.29e+04     -0.906   1.79e-10
V_corr=      -325.36615
ibin=     490 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     216      13.1    49.2  -0.006  -0.011   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   3.40e+03     -0.563   7.51e-11
V_corr=      -319.72406
ibin=     491 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      51.2   149.8   0.010  -0.037   0.000   0.000   0.624     NaN
Ages, Metallicities, Weights:
   8.46e+03     -0.703   1.52e-10
V_corr=      -281.65110
ibin=     492 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      30.2   134.7   0.006  -0.006   0.000   0.000   0.909     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.568   2.75e-10
V_corr=      -302.64992
ibin=     493 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      32.5   200.4   0.037   0.022   0.000   0.000   1.209     NaN
Ages, Metallicities, Weights:
   2.95e+03      0.165   1.09e-10
V_corr=      -300.26408
ibin=     494 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     185      40.6    29.7   0.000  -0.001   0.000   0.000   0.983     NaN
Ages, Metallicities, Weights:
   1.20e+04     -0.934   2.21e-10
V_corr=      -292.20464
ibin=     495 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     -12.4   124.7  -0.021  -0.019   0.000   0.000   0.636     NaN
Ages, Metallicities, Weights:
   1.50e+04     -0.833   2.38e-10
V_corr=      -345.19635
ibin=     496 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      28.6   113.0  -0.028   0.021   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.42e+03    -0.0457   4.70e-11
V_corr=      -304.21635
ibin=     497 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      22.5    83.4  -0.008   0.021   0.000   0.000   0.787     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.863   2.39e-10
V_corr=      -310.26560
ibin=     498 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      14.1   186.8  -0.081   0.001   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.424   3.50e-10
V_corr=      -318.71777
ibin=     499 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      62.4   130.1  -0.013  -0.009   0.000   0.000   0.781     NaN
Ages, Metallicities, Weights:
   5.08e+03    -0.0811   1.88e-10
V_corr=      -270.38291
ibin=     500 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      95.6   243.3   0.047  -0.046   0.000   0.000   0.831     NaN
Ages, Metallicities, Weights:
   4.38e+03      0.195   1.98e-10
V_corr=      -237.22309
ibin=     501 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195      43.8   137.1   0.053   0.020   0.000   0.000   0.799     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.224   5.27e-10
V_corr=      -289.00387
ibin=     502 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      51.6    90.3  -0.002   0.018   0.000   0.000   0.686     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.442   4.55e-10
V_corr=      -281.24234
ibin=     503 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      25.6    75.8  -0.023  -0.009   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   4.56e+03     -0.606   1.33e-10
V_corr=      -307.19319
ibin=     504 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      73.1    80.2  -0.023   0.010   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.763   3.28e-10
V_corr=      -259.75493
ibin=     505 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      36.4   104.9   0.048   0.023   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   5.11e+03     -0.193   2.10e-10
V_corr=      -296.36174
ibin=     506 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      33.8   102.0  -0.004   0.024   0.000   0.000   0.555     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.457   5.28e-10
V_corr=      -298.97880
ibin=     507 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      50.4   102.3   0.019  -0.080   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.442   5.98e-10
V_corr=      -282.36030
ibin=     508 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      58.4   141.6   0.006   0.027   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.96e+03      0.456   1.54e-10
V_corr=      -274.43117
ibin=     509 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      88.8   160.0   0.050   0.095   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.00e+03      0.592   8.09e-11
V_corr=      -244.02290
ibin=     510 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      59.9   136.6  -0.019   0.008   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   3.02e+03    -0.0472   1.71e-10
V_corr=      -272.88033
ibin=     511 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      23.7   152.4   0.027  -0.025   0.000   0.000   0.394     NaN
Ages, Metallicities, Weights:
   4.94e+03     -0.126   2.78e-10
V_corr=      -309.08474
ibin=     512 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      44.7   120.7   0.042   0.051   0.000   0.000   0.308     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.363   7.07e-10
V_corr=      -288.08148
ibin=     513 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      46.8   146.4  -0.066   0.087   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   3.41e+03      0.553   3.33e-10
V_corr=      -286.01336
ibin=     514 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      58.4   127.3  -0.018   0.075   0.000   0.000   0.521     NaN
Ages, Metallicities, Weights:
   1.65e+03      0.586   1.66e-10
V_corr=      -274.40718
ibin=     515 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      39.1   154.0  -0.004   0.018   0.000   0.000   0.636     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0732   9.71e-10
V_corr=      -293.72142
ibin=     516 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      64.1    98.2   0.017   0.021   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   2.37e+03     -0.170   1.49e-10
V_corr=      -268.73068
ibin=     517 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      51.1   107.9   0.011   0.005   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   2.64e+03     -0.117   1.79e-10
V_corr=      -281.67111
ibin=     518 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      69.2   141.4  -0.007   0.065   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.135   9.91e-10
V_corr=      -263.58303
ibin=     519 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     190      70.1   161.0   0.007   0.079   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   4.49e+03      0.363   4.17e-10
V_corr=      -262.68702
ibin=     520 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      57.2   167.1  -0.007   0.071   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0364   1.16e-09
V_corr=      -275.57733
ibin=     521 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      55.7   136.6   0.014   0.042   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0558   1.13e-09
V_corr=      -277.07797
ibin=     522 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      65.6   141.0   0.026   0.062   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   6.63e+03     -0.104   4.53e-10
V_corr=      -267.20200
ibin=     523 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     109.2   145.4   0.039   0.052   0.000   0.000   0.362     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.159   1.05e-09
V_corr=      -223.65064
ibin=     524 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      76.1   159.8  -0.034   0.043   0.000   0.000   0.273     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00314   1.19e-09
V_corr=      -256.67126
ibin=     525 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      81.3   140.0  -0.001  -0.025   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   1.74e+03      0.527   2.09e-10
V_corr=      -251.51253
ibin=     526 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      92.9   125.7  -0.028   0.032   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   3.14e+03      0.154   2.58e-10
V_corr=      -239.95567
ibin=     527 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      94.8   159.6   0.018   0.022   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.135   1.06e-09
V_corr=      -237.96318
ibin=     528 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     116.2   132.2  -0.009  -0.013   0.000   0.000   0.532     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.211   1.03e-09
V_corr=      -216.65238
ibin=     529 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      93.7   166.9   0.038   0.015   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0316   1.18e-09
V_corr=      -239.10510
ibin=     530 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181      93.1   151.8  -0.021   0.102   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0157   1.15e-09
V_corr=      -239.73730
ibin=     531 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     117.8   118.3   0.022   0.049   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.159   1.05e-09
V_corr=      -215.04463
ibin=     532 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     103.5   117.9   0.064   0.065   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   4.26e+03      0.121   3.37e-10
V_corr=      -229.30136
ibin=     533 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      99.6   156.5  -0.013   0.057   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0425   1.10e-09
V_corr=      -233.17905
ibin=     534 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     115.5   149.8  -0.006  -0.056   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
       753.      0.564   8.54e-11
V_corr=      -217.32308
ibin=     535 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     213      89.6   158.4  -0.053   0.042   0.000   0.000   0.406     NaN
Ages, Metallicities, Weights:
   1.76e+04      0.609   2.09e-09
V_corr=      -243.18595
ibin=     536 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     123.5   151.0  -0.094   0.016   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0612   1.15e-09
V_corr=      -209.33948
ibin=     537 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     126.1   167.1   0.014  -0.004   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   7.17e+03     0.0411   5.13e-10
V_corr=      -206.67982
ibin=     538 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     111.5   138.4  -0.018   0.008   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.149   9.72e-10
V_corr=      -221.29577
ibin=     539 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     106.1   119.0   0.007  -0.027   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.111   1.01e-09
V_corr=      -226.66212
ibin=     540 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     101.9   118.7   0.045   0.051   0.000   0.000   0.676     NaN
Ages, Metallicities, Weights:
   5.85e+03    -0.0647   3.63e-10
V_corr=      -230.88612
ibin=     541 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     124.0   117.1   0.004   0.051   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.222   8.53e-10
V_corr=      -208.78403
ibin=     542 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     118.7   164.8   0.062  -0.046   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   1.18e+03      0.617   1.26e-10
V_corr=      -214.13466
ibin=     543 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     113.5   121.0   0.067   0.015   0.000   0.000   0.339     NaN
Ages, Metallicities, Weights:
   1.08e+03      0.114   6.91e-11
V_corr=      -219.33589
ibin=     544 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169     127.9   161.9   0.019   0.030   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.88e+03      0.476   1.72e-10
V_corr=      -204.92979
ibin=     545 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     136.5   112.5   0.007  -0.013   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.161   8.49e-10
V_corr=      -196.28719
ibin=     546 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     132.9   124.5   0.048  -0.003   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   2.51e+03     0.0401   1.50e-10
V_corr=      -199.86771
ibin=     547 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     119.4   175.0  -0.023  -0.045   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   7.59e+03     0.0578   3.65e-10
V_corr=      -213.41569
ibin=     548 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     137.6   205.9   0.011   0.036   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   6.77e+03      0.672   3.80e-10
V_corr=      -195.21952
ibin=     549 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     171.8   151.3   0.043  -0.006   0.000   0.000   0.339     NaN
Ages, Metallicities, Weights:
   1.90e+04     -0.212   5.26e-10
V_corr=      -161.04115
ibin=     550 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     184.1   121.5  -0.009   0.017   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
       981.    -0.0389   3.31e-11
V_corr=      -148.67422
ibin=     551 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     552 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     553 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     554 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      59.3   164.3   0.015   0.045   0.000   0.000   0.821     NaN
Ages, Metallicities, Weights:
   3.96e+03     -0.321   9.15e-11
V_corr=      -273.49458
ibin=     555 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      18.5    31.4   0.002  -0.001   0.000   0.000   1.051     NaN
Ages, Metallicities, Weights:
       773.     -0.274   1.91e-11
V_corr=      -314.30986
ibin=     556 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     149.9   246.2   0.040  -0.020   0.000   0.000   1.688     NaN
Ages, Metallicities, Weights:
   1.54e+04      0.102   4.25e-10
V_corr=      -182.90978
ibin=     557 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     329      72.7   167.0   0.011  -0.011   0.000   0.000   1.440     NaN
Ages, Metallicities, Weights:
   1.35e+04     -0.960   1.76e-10
V_corr=      -260.11223
ibin=     558 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174     -16.1    53.8   0.003  -0.001   0.000   0.000   1.022     NaN
Ages, Metallicities, Weights:
   1.19e+04      -1.20   1.53e-10
V_corr=      -348.93284
ibin=     559 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163      26.7   124.4   0.054  -0.032   0.000   0.000   0.964     NaN
Ages, Metallicities, Weights:
   1.50e+04     -0.722   2.33e-10
V_corr=      -306.12605
ibin=     560 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      47.8   145.4   0.021   0.033   0.000   0.000   0.887     NaN
Ages, Metallicities, Weights:
   2.11e+03    -0.0414   6.80e-11
V_corr=      -285.05220
ibin=     561 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -11.1   125.0   0.013  -0.029   0.000   0.000   0.894     NaN
Ages, Metallicities, Weights:
   1.85e+04     -0.146   4.49e-10
V_corr=      -343.93004
ibin=     562 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      30.2   163.5   0.035   0.014   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   1.98e+03     -0.221   5.91e-11
V_corr=      -302.64751
ibin=     563 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      59.0   203.5  -0.009   0.046   0.000   0.000   1.107     NaN
Ages, Metallicities, Weights:
   7.36e+03      0.159   2.73e-10
V_corr=      -273.77005
ibin=     564 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      91.7    94.5  -0.024  -0.021   0.000   0.000   0.777     NaN
Ages, Metallicities, Weights:
   2.12e+03     -0.633   5.14e-11
V_corr=      -241.06418
ibin=     565 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      22.6   112.2   0.025   0.009   0.000   0.000   0.597     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.474   3.76e-10
V_corr=      -310.19092
ibin=     566 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      22.9   178.3   0.064   0.046   0.000   0.000   0.599     NaN
Ages, Metallicities, Weights:
   6.02e+03      0.152   2.36e-10
V_corr=      -309.92571
ibin=     567 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      38.0   226.1   0.126   0.053   0.000   0.000   0.689     NaN
Ages, Metallicities, Weights:
   1.80e+04      0.385   7.15e-10
V_corr=      -294.82197
ibin=     568 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      50.7   180.3  -0.001   0.013   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.218   4.89e-10
V_corr=      -282.15807
ibin=     569 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      24.9   185.3   0.042   0.020   0.000   0.000   0.365     NaN
Ages, Metallicities, Weights:
   1.41e+03      0.509   7.72e-11
V_corr=      -307.95317
ibin=     570 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     154      56.2   109.3   0.011   0.023   0.000   0.000   0.702     NaN
Ages, Metallicities, Weights:
   2.41e+03     -0.222   9.07e-11
V_corr=      -276.56747
ibin=     571 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      34.3   114.0  -0.027   0.020   0.000   0.000   0.921     NaN
Ages, Metallicities, Weights:
   5.62e+03     -0.180   2.13e-10
V_corr=      -298.49980
ibin=     572 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      25.2   118.8   0.017   0.039   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   1.32e+03      0.183   6.48e-11
V_corr=      -307.64722
ibin=     573 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      42.5   182.3  -0.007  -0.005   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   7.69e+03    -0.0214   3.47e-10
V_corr=      -290.30492
ibin=     574 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      11.2   169.6   0.047  -0.017   0.000   0.000   0.628     NaN
Ages, Metallicities, Weights:
   1.12e+03      0.529   8.03e-11
V_corr=      -321.65335
ibin=     575 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     363      42.1   230.0  -0.030   0.093   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   6.59e+03      0.180   3.74e-10
V_corr=      -290.70235
ibin=     576 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      44.1    93.9  -0.015   0.036   0.000   0.000   0.504     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.285   6.78e-10
V_corr=      -288.68652
ibin=     577 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      55.3   130.3   0.036   0.023   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   5.33e+03     -0.106   2.79e-10
V_corr=      -277.50450
ibin=     578 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91      49.1   142.2   0.013   0.044   0.000   0.000   0.349     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.239   7.47e-10
V_corr=      -283.72793
ibin=     579 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      32.5   165.2  -0.041   0.032   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0891   8.67e-10
V_corr=      -300.29248
ibin=     580 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      29.4   126.4   0.078   0.014   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.268   7.88e-10
V_corr=      -303.42771
ibin=     581 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      44.8   134.6  -0.005   0.051   0.000   0.000   0.698     NaN
Ages, Metallicities, Weights:
   2.09e+03      0.177   1.51e-10
V_corr=      -287.98166
ibin=     582 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      55.6   130.9   0.028  -0.002   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   6.02e+03    -0.0456   3.74e-10
V_corr=      -277.21263
ibin=     583 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      44.8   118.9  -0.013   0.027   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   6.36e+03    -0.0140   4.11e-10
V_corr=      -287.97262
ibin=     584 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      52.3   160.0   0.007   0.042   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0483   1.01e-09
V_corr=      -280.54627
ibin=     585 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      62.4   152.3  -0.060   0.047   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00986   1.08e-09
V_corr=      -270.36699
ibin=     586 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      52.1   170.0  -0.036   0.034   0.000   0.000   0.327     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0767   1.07e-09
V_corr=      -280.72189
ibin=     587 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      68.7   146.1  -0.021  -0.025   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   2.18e+03      0.475   2.55e-10
V_corr=      -264.07319
ibin=     588 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      72.4   133.6   0.001   0.046   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.127   1.08e-09
V_corr=      -260.42637
ibin=     589 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      46.6   134.0  -0.008   0.051   0.000   0.000   0.577     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.122   9.56e-10
V_corr=      -286.19306
ibin=     590 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      51.3   148.3   0.020   0.085   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0115   1.19e-09
V_corr=      -281.54990
ibin=     591 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      94.7   167.5   0.071  -0.052   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.214   1.21e-09
V_corr=      -238.09343
ibin=     592 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      74.7   189.6   0.017   0.049   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.85e+04      0.137   1.28e-09
V_corr=      -258.13947
ibin=     593 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     103.4   154.2  -0.011   0.024   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.180   1.05e-09
V_corr=      -229.44119
ibin=     594 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      85.0   149.5  -0.074   0.047   0.000   0.000   0.569     NaN
Ages, Metallicities, Weights:
   8.59e+03      0.189   7.57e-10
V_corr=      -247.85479
ibin=     595 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      97.2   152.9  -0.045  -0.007   0.000   0.000   0.551     NaN
Ages, Metallicities, Weights:
   6.43e+03     0.0237   5.23e-10
V_corr=      -235.64447
ibin=     596 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     105.2   155.3  -0.024   0.016   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.168   1.10e-09
V_corr=      -227.63902
ibin=     597 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      98.7   120.5   0.021   0.038   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   2.62e+03      0.174   2.41e-10
V_corr=      -234.09895
ibin=     598 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      91.8   115.4  -0.018   0.022   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   3.40e+03     -0.300   2.30e-10
V_corr=      -240.96448
ibin=     599 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     115.1   126.9  -0.026  -0.022   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   5.27e+03     -0.155   3.95e-10
V_corr=      -217.72015
ibin=     600 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     130.9   147.1   0.019  -0.012   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   6.96e+03    -0.0189   5.67e-10
V_corr=      -201.88477
ibin=     601 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      83.1   156.3  -0.001   0.051   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0147   1.21e-09
V_corr=      -249.75208
ibin=     602 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     113.7   116.7   0.026   0.039   0.000   0.000   0.401     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.261   9.85e-10
V_corr=      -219.07027
ibin=     603 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     111.7   139.4   0.067   0.060   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0767   1.10e-09
V_corr=      -221.12822
ibin=     604 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     111.9   135.0  -0.005   0.001   0.000   0.000   0.316     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0863   1.10e-09
V_corr=      -220.94625
ibin=     605 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     101.0   153.6   0.047  -0.001   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0270   1.17e-09
V_corr=      -231.82337
ibin=     606 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     134.6   130.4  -0.039   0.027   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.01e+04     0.0209   6.85e-10
V_corr=      -198.22835
ibin=     607 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     104.1   147.7  -0.038   0.033   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0865   1.04e-09
V_corr=      -228.74008
ibin=     608 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     109.3   171.8   0.038   0.015   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.74e+04    -0.0696   9.47e-10
V_corr=      -223.51847
ibin=     609 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     103.1   141.0  -0.035   0.023   0.000   0.000   0.310     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0678   1.01e-09
V_corr=      -229.70814
ibin=     610 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163      94.3   140.0   0.077   0.020   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
       902.      0.668   1.01e-10
V_corr=      -238.48708
ibin=     611 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     128.9   163.8   0.033   0.011   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0852   1.10e-09
V_corr=      -203.89154
ibin=     612 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     141.0   140.6   0.002  -0.025   0.000   0.000   0.806     NaN
Ages, Metallicities, Weights:
   2.52e+03     0.0723   1.80e-10
V_corr=      -191.81317
ibin=     613 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     146.3   151.0  -0.011  -0.052   0.000   0.000   0.365     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.215   9.70e-10
V_corr=      -186.54686
ibin=     614 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     121.3   107.6   0.056  -0.028   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.09e+03     0.0203   6.46e-11
V_corr=      -211.49771
ibin=     615 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     115.8   145.4   0.029  -0.056   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.157   6.37e-10
V_corr=      -217.03224
ibin=     616 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     160.0   145.0  -0.021   0.007   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   7.52e+03     -0.269   2.76e-10
V_corr=      -172.84307
ibin=     617 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     110.0   210.0  -0.004  -0.022   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.58e+04      0.267   8.32e-10
V_corr=      -222.76091
ibin=     618 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     181.5   142.4  -0.022  -0.072   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
   7.51e+03     0.0193   3.57e-10
V_corr=      -151.32134
ibin=     619 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     187.0   140.8   0.037   0.009   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.337   5.09e-10
V_corr=      -145.75935
ibin=     620 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     621 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     622 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     623 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      37.1   202.8   0.034  -0.054   0.000   0.000   0.886     NaN
Ages, Metallicities, Weights:
   1.30e+03      0.187   4.19e-11
V_corr=      -295.67759
ibin=     624 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195      37.9    84.5   0.013  -0.001   0.000   0.000   1.670     NaN
Ages, Metallicities, Weights:
   1.16e+04      -1.10   1.47e-10
V_corr=      -294.86986
ibin=     625 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      43.1   181.1   0.050  -0.003   0.000   0.000   1.003     NaN
Ages, Metallicities, Weights:
   3.42e+03      0.182   1.18e-10
V_corr=      -289.69157
ibin=     626 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     109     103.6   217.9  -0.017  -0.043   0.000   0.000   1.231     NaN
Ages, Metallicities, Weights:
   3.29e+03      0.116   1.14e-10
V_corr=      -229.25466
ibin=     627 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      -3.3   115.2  -0.018   0.023   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.604   2.94e-10
V_corr=      -336.06311
ibin=     628 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      43.7    31.8   0.000  -0.000   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   8.51e+03     -0.961   1.48e-10
V_corr=      -289.09000
ibin=     629 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     176      -3.3   122.9  -0.033   0.043   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.10e+03      0.537   5.13e-11
V_corr=      -336.13464
ibin=     630 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      42.3   122.8   0.013   0.037   0.000   0.000   0.791     NaN
Ages, Metallicities, Weights:
   1.71e+04     -0.411   3.23e-10
V_corr=      -290.49345
ibin=     631 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      -7.4   144.8   0.048  -0.001   0.000   0.000   1.073     NaN
Ages, Metallicities, Weights:
   1.51e+03      0.156   5.46e-11
V_corr=      -340.23757
ibin=     632 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174      45.5   165.6   0.022   0.049   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   2.39e+03      0.607   1.37e-10
V_corr=      -287.32741
ibin=     633 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      24.0   173.1   0.095   0.008   0.000   0.000   0.681     NaN
Ages, Metallicities, Weights:
   1.27e+03      0.227   4.86e-11
V_corr=      -308.81991
ibin=     634 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      17.0    98.3   0.021  -0.007   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.07e+04     -0.933   1.77e-10
V_corr=      -315.76591
ibin=     635 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131       2.3    77.4  -0.008   0.012   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.778   2.88e-10
V_corr=      -330.54855
ibin=     636 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     142       3.7   228.8   0.040   0.049   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.48e+04      0.324   5.96e-10
V_corr=      -329.07445
ibin=     637 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      49.8   109.5   0.007  -0.001   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.64e+04     -0.468   3.60e-10
V_corr=      -283.01226
ibin=     638 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     464      60.7   199.0   0.040   0.025   0.000   0.000   1.413     NaN
Ages, Metallicities, Weights:
   2.03e+03      0.614   1.43e-10
V_corr=      -272.09179
ibin=     639 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     258      36.7   246.1  -0.032   0.139   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.70e+04      0.241   7.05e-10
V_corr=      -296.08617
ibin=     640 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      53.1    86.3   0.013  -0.001   0.000   0.000   0.775     NaN
Ages, Metallicities, Weights:
   8.53e+03     -0.772   2.05e-10
V_corr=      -279.69344
ibin=     641 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      39.2   106.5   0.015   0.032   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.541   5.10e-10
V_corr=      -293.58599
ibin=     642 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      62.5   139.4   0.032   0.050   0.000   0.000   1.054     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.285   6.18e-10
V_corr=      -270.30668
ibin=     643 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      12.1   141.1   0.058   0.050   0.000   0.000   0.900     NaN
Ages, Metallicities, Weights:
   7.74e+03     0.0484   3.90e-10
V_corr=      -320.75361
ibin=     644 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      57.6   143.6  -0.033  -0.018   0.000   0.000   0.615     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.282   7.00e-10
V_corr=      -275.19426
ibin=     645 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      38.9   105.7  -0.039   0.008   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.466   6.06e-10
V_corr=      -293.88833
ibin=     646 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      32.9   141.4   0.004   0.058   0.000   0.000   0.698     NaN
Ages, Metallicities, Weights:
   3.07e+03      0.462   2.52e-10
V_corr=      -299.88178
ibin=     647 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      45.0   138.4   0.062   0.033   0.000   0.000   0.682     NaN
Ages, Metallicities, Weights:
   4.20e+03    -0.0672   2.41e-10
V_corr=      -287.81636
ibin=     648 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      40.3   173.7  -0.030   0.085   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   3.48e+03      0.359   2.71e-10
V_corr=      -292.54823
ibin=     649 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      26.7    91.3   0.001  -0.008   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.21e+03      0.152   8.02e-11
V_corr=      -306.08291
ibin=     650 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      47.5   148.7   0.010   0.039   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   2.65e+03      0.464   2.56e-10
V_corr=      -285.31526
ibin=     651 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      53.7   121.0  -0.031   0.040   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   2.25e+03     0.0639   1.65e-10
V_corr=      -279.15299
ibin=     652 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      68.6    96.4   0.042   0.034   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   2.70e+03      0.108   2.09e-10
V_corr=      -264.21321
ibin=     653 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      88.6   125.1   0.000  -0.009   0.000   0.000   0.593     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.266   9.40e-10
V_corr=      -244.25299
ibin=     654 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      61.9   163.1  -0.024   0.048   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   1.49e+04      0.126   1.05e-09
V_corr=      -270.87029
ibin=     655 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      73.0   144.8  -0.089  -0.003   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.121   1.12e-09
V_corr=      -259.76325
ibin=     656 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     179      79.1   166.8  -0.085   0.050   0.000   0.000   0.289     NaN
Ages, Metallicities, Weights:
   2.20e+03      0.472   2.55e-10
V_corr=      -253.73445
ibin=     657 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      34.7   133.4   0.072   0.041   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   2.36e+03      0.461   2.82e-10
V_corr=      -298.08797
ibin=     658 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      49.6   138.6   0.045  -0.003   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   8.27e+03     0.0128   6.78e-10
V_corr=      -283.24717
ibin=     659 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     108.7   156.8  -0.058   0.028   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   2.15e+03      0.562   2.91e-10
V_corr=      -224.07041
ibin=     660 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      71.5   130.3   0.013   0.055   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.101   1.14e-09
V_corr=      -261.29954
ibin=     661 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      91.8   157.5  -0.065  -0.006   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   7.05e+03     -0.123   4.99e-10
V_corr=      -241.02218
ibin=     662 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      86.7   130.4   0.000   0.010   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.226   1.10e-09
V_corr=      -246.08843
ibin=     663 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      99.8   124.2  -0.016  -0.012   0.000   0.000   0.397     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.180   1.17e-09
V_corr=      -233.03533
ibin=     664 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      84.4   128.7   0.031  -0.019   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   2.38e+03     0.0489   2.20e-10
V_corr=      -248.41701
ibin=     665 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      98.7   142.3   0.004  -0.013   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.308   1.07e-09
V_corr=      -234.09618
ibin=     666 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      76.5   156.7   0.050   0.009   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   8.70e+03     0.0126   7.05e-10
V_corr=      -256.33230
ibin=     667 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     100.2   151.3  -0.005   0.010   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.111   1.23e-09
V_corr=      -232.64178
ibin=     668 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     109.2   152.2  -0.065   0.040   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0803   1.21e-09
V_corr=      -223.61059
ibin=     669 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     102.3   132.1  -0.030   0.002   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.202   1.13e-09
V_corr=      -230.47955
ibin=     670 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     119.8   143.2   0.017  -0.060   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   2.37e+03     0.0876   2.26e-10
V_corr=      -213.04646
ibin=     671 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     102.2   131.8  -0.021   0.029   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   3.73e+03     -0.115   2.82e-10
V_corr=      -230.65449
ibin=     672 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     110.8   144.8  -0.016  -0.007   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0519   1.28e-09
V_corr=      -221.96948
ibin=     673 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     102.1   132.2  -0.045   0.030   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0412   1.15e-09
V_corr=      -230.68855
ibin=     674 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      94.9   140.7   0.029   0.012   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   1.65e+04     -0.111   9.47e-10
V_corr=      -237.86152
ibin=     675 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     121.1   165.3   0.072  -0.055   0.000   0.000   0.655     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.210   9.19e-10
V_corr=      -211.75418
ibin=     676 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     131.4   154.2  -0.091  -0.033   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00955   1.19e-09
V_corr=      -201.41065
ibin=     677 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     132.6   148.4  -0.020   0.030   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.118   1.22e-09
V_corr=      -200.19590
ibin=     678 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     120.9   177.8   0.019  -0.060   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.70e+04    -0.0240   1.02e-09
V_corr=      -211.88138
ibin=     679 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     124.0   153.6   0.007   0.003   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.88e+04     -0.113   9.61e-10
V_corr=      -208.81517
ibin=     680 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      92.5   128.7   0.068   0.020   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
   1.46e+03      0.689   1.76e-10
V_corr=      -240.32701
ibin=     681 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     111.5   143.4   0.113   0.013   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   3.39e+03      0.287   2.76e-10
V_corr=      -221.27388
ibin=     682 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     115.9   145.0   0.037  -0.041   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   2.76e+03     0.0710   1.98e-10
V_corr=      -216.88246
ibin=     683 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     105.3   137.3   0.035  -0.002   0.000   0.000   0.394     NaN
Ages, Metallicities, Weights:
   2.87e+03      0.135   2.00e-10
V_corr=      -227.53037
ibin=     684 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     116.7   168.8  -0.011  -0.043   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   4.61e+03      0.153   3.17e-10
V_corr=      -216.09631
ibin=     685 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     139.7   147.1   0.010   0.013   0.000   0.000   0.786     NaN
Ages, Metallicities, Weights:
   3.03e+03     0.0343   1.64e-10
V_corr=      -193.08935
ibin=     686 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     165.1   191.7  -0.013  -0.075   0.000   0.000   0.595     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.201   7.09e-10
V_corr=      -167.72532
ibin=     687 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     158.6   102.0  -0.016   0.018   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
       940.     0.0701   4.38e-11
V_corr=      -174.19188
ibin=     688 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     169.7   211.4  -0.019   0.036   0.000   0.000   0.707     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0438   6.15e-10
V_corr=      -163.14881
ibin=     689 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     690 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     691 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     692 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     207      67.9    31.3  -0.001  -0.001   0.000   0.000   0.914     NaN
Ages, Metallicities, Weights:
   1.30e+03      -1.12   2.10e-11
V_corr=      -264.89220
ibin=     693 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -4.5   194.9  -0.016  -0.004   0.000   0.000   0.860     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.360   3.61e-10
V_corr=      -337.26097
ibin=     694 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      30.5   177.0   0.069   0.011   0.000   0.000   0.978     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0307   4.91e-10
V_corr=      -302.27416
ibin=     695 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      38.0    98.4   0.024   0.027   0.000   0.000   1.658     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.494   3.31e-10
V_corr=      -294.77675
ibin=     696 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       5.4   129.8  -0.036   0.043   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.40e+03      0.129   4.64e-11
V_corr=      -327.44063
ibin=     697 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     241       6.0    47.4   0.004  -0.002   0.000   0.000   0.827     NaN
Ages, Metallicities, Weights:
   1.31e+04     -0.929   1.93e-10
V_corr=      -326.83710
ibin=     698 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      -6.3    47.9   0.003   0.000   0.000   0.000   1.165     NaN
Ages, Metallicities, Weights:
   4.80e+03     -0.524   1.12e-10
V_corr=      -339.07513
ibin=     699 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      38.0   137.1  -0.008  -0.002   0.000   0.000   0.989     NaN
Ages, Metallicities, Weights:
   1.65e+04     0.0525   4.82e-10
V_corr=      -294.77222
ibin=     700 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      32.4   165.0   0.049  -0.031   0.000   0.000   0.872     NaN
Ages, Metallicities, Weights:
   4.87e+03     -0.211   1.47e-10
V_corr=      -300.36597
ibin=     701 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     215      14.0   138.1  -0.006   0.044   0.000   0.000   0.895     NaN
Ages, Metallicities, Weights:
       870.      0.640   4.50e-11
V_corr=      -318.85561
ibin=     702 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      16.4   145.6   0.006   0.026   0.000   0.000   1.502     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.361   3.91e-10
V_corr=      -316.44458
ibin=     703 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      21.5   169.3   0.040   0.056   0.000   0.000   0.934     NaN
Ages, Metallicities, Weights:
   5.44e+03      0.152   2.01e-10
V_corr=      -311.30334
ibin=     704 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     203      60.9   198.7   0.060   0.041   0.000   0.000   0.983     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.145   5.12e-10
V_corr=      -271.94288
ibin=     705 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      -2.0    99.5   0.045   0.021   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.765   2.68e-10
V_corr=      -334.81310
ibin=     706 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95       8.0   215.1  -0.036   0.054   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.415   8.57e-10
V_corr=      -324.82348
ibin=     707 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     252      23.5   130.8   0.003   0.061   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.48e+03     0.0102   6.04e-11
V_corr=      -309.33929
ibin=     708 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      57.8   102.3   0.005   0.029   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.410   5.05e-10
V_corr=      -275.03801
ibin=     709 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      67.8   132.9   0.034   0.021   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.21e+04     -0.229   4.06e-10
V_corr=      -265.00417
ibin=     710 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      36.0   147.4   0.080  -0.044   0.000   0.000   0.291     NaN
Ages, Metallicities, Weights:
   7.78e+03     -0.111   3.42e-10
V_corr=      -296.81644
ibin=     711 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      49.2    90.5  -0.018  -0.000   0.000   0.000   0.842     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.334   6.33e-10
V_corr=      -283.59956
ibin=     712 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153      -0.5   140.2   0.102   0.021   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.511   4.67e-10
V_corr=      -333.28692
ibin=     713 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      34.4   116.3   0.022  -0.030   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.363   6.69e-10
V_corr=      -298.35920
ibin=     714 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     120      33.1    69.8   0.017   0.012   0.000   0.000   0.366     NaN
Ages, Metallicities, Weights:
   2.14e+03     -0.310   1.04e-10
V_corr=      -299.69231
ibin=     715 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     186       8.0   177.0  -0.031   0.066   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.53e+04      0.432   1.16e-09
V_corr=      -324.76640
ibin=     716 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      46.6   146.9   0.009   0.064   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.220   8.36e-10
V_corr=      -286.23209
ibin=     717 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      53.7   112.1   0.013   0.029   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   5.68e+03     -0.170   3.16e-10
V_corr=      -279.09537
ibin=     718 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      40.3   137.2   0.053   0.032   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   2.70e+03     0.0443   1.83e-10
V_corr=      -292.50993
ibin=     719 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      40.8   151.9  -0.065   0.020   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.275   8.73e-10
V_corr=      -291.98310
ibin=     720 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      54.8   131.7  -0.010   0.071   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.290   8.60e-10
V_corr=      -278.02003
ibin=     721 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      50.4    94.2   0.034   0.028   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.72e+04     -0.468   7.04e-10
V_corr=      -282.36705
ibin=     722 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      70.8   152.4  -0.011  -0.018   0.000   0.000   0.298     NaN
Ages, Metallicities, Weights:
   1.52e+04    -0.0555   9.47e-10
V_corr=      -262.05329
ibin=     723 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      41.0   158.0   0.013   0.041   0.000   0.000   0.290     NaN
Ages, Metallicities, Weights:
   1.52e+03      0.583   1.87e-10
V_corr=      -291.82066
ibin=     724 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      55.8   125.4  -0.039   0.081   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.123   1.11e-09
V_corr=      -276.96772
ibin=     725 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     249      62.7   154.1  -0.076  -0.003   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   1.44e+03      0.607   1.97e-10
V_corr=      -270.10368
ibin=     726 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      77.6   158.8   0.037   0.055   0.000   0.000   0.580     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0115   1.30e-09
V_corr=      -255.22711
ibin=     727 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      94.5   167.9  -0.014   0.020   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0367   1.25e-09
V_corr=      -238.31343
ibin=     728 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      96.4   176.1  -0.036  -0.002   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0817   1.19e-09
V_corr=      -236.39826
ibin=     729 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      64.0   172.9  -0.079  -0.007   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.240   1.57e-09
V_corr=      -268.84316
ibin=     730 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      97.6   152.4   0.043   0.042   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.244   1.11e-09
V_corr=      -235.24575
ibin=     731 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     100.7   148.2  -0.028  -0.014   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.15e+04    -0.0161   9.10e-10
V_corr=      -232.12947
ibin=     732 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      79.2   157.9  -0.043   0.067   0.000   0.000   0.349     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0222   1.30e-09
V_corr=      -253.59166
ibin=     733 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70     103.1   134.2  -0.019   0.008   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.115   1.29e-09
V_corr=      -229.68328
ibin=     734 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      90.0   152.3   0.028   0.004   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.164   1.26e-09
V_corr=      -242.76718
ibin=     735 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     100.8   154.2  -0.065   0.024   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   1.38e+04     0.0155   1.06e-09
V_corr=      -232.05222
ibin=     736 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     122.2   162.5  -0.056   0.072   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0278   1.29e-09
V_corr=      -210.57049
ibin=     737 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      94.2   129.5   0.057  -0.054   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   4.74e+03     -0.197   3.88e-10
V_corr=      -238.60977
ibin=     738 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     102.4   120.1   0.050   0.013   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.207   1.15e-09
V_corr=      -230.38457
ibin=     739 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     111.4   148.5  -0.070  -0.012   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.50e+04     -0.115   9.58e-10
V_corr=      -221.44138
ibin=     740 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     105.8   130.5   0.016   0.023   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   7.06e+03    -0.0360   5.43e-10
V_corr=      -227.04983
ibin=     741 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     126.2   138.2  -0.028  -0.049   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   4.99e+03     -0.127   3.92e-10
V_corr=      -206.64281
ibin=     742 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     103.2   135.5  -0.027   0.042   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.95e+04     -0.194   1.07e-09
V_corr=      -229.58118
ibin=     743 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     107.0   141.7   0.001   0.077   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0108   1.18e-09
V_corr=      -225.79866
ibin=     744 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     118.7   148.4   0.007  -0.027   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   1.10e-09
V_corr=      -214.10547
ibin=     745 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     121.2   137.7   0.034   0.024   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   9.43e+03     0.0425   6.89e-10
V_corr=      -211.57550
ibin=     746 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      89.2   113.1   0.092   0.020   0.000   0.000   0.326     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.211   9.90e-10
V_corr=      -243.59734
ibin=     747 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     134.2   184.9   0.038   0.015   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.170   1.26e-09
V_corr=      -198.59134
ibin=     748 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     110.5   151.9  -0.035   0.078   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0257   1.03e-09
V_corr=      -222.27940
ibin=     749 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     100.8   153.3   0.012   0.039   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.128   1.14e-09
V_corr=      -231.99123
ibin=     750 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     141.6   149.3   0.106   0.010   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.177   8.93e-10
V_corr=      -191.25071
ibin=     751 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     124.0   150.2  -0.066   0.004   0.000   0.000   0.839     NaN
Ages, Metallicities, Weights:
   6.19e+03     0.0299   3.92e-10
V_corr=      -208.81923
ibin=     752 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     117.3   165.8  -0.003  -0.040   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   2.02e+03      0.427   1.70e-10
V_corr=      -215.50576
ibin=     753 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     106.1   112.1   0.050   0.005   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   3.55e+03    0.00178   2.01e-10
V_corr=      -226.69346
ibin=     754 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     121.0   134.0  -0.018  -0.027   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.20e+04     -0.441   3.92e-10
V_corr=      -211.79599
ibin=     755 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     120.9   166.2  -0.016   0.001   0.000   0.000   0.696     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0899   7.68e-10
V_corr=      -211.90191
ibin=     756 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     166.5   135.4  -0.125  -0.053   0.000   0.000   0.636     NaN
Ages, Metallicities, Weights:
   5.03e+03     0.0655   2.76e-10
V_corr=      -166.33963
ibin=     757 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     147.3   155.4  -0.015  -0.027   0.000   0.000   0.808     NaN
Ages, Metallicities, Weights:
   3.76e+03      0.111   2.02e-10
V_corr=      -185.53827
ibin=     758 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     759 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     760 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     761 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     206       9.6   103.2   0.017  -0.012   0.000   0.000   0.990     NaN
Ages, Metallicities, Weights:
   1.04e+03     -0.138   2.72e-11
V_corr=      -323.21521
ibin=     762 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      14.9    93.8  -0.001   0.005   0.000   0.000   0.883     NaN
Ages, Metallicities, Weights:
   1.19e+04      -1.20   1.52e-10
V_corr=      -317.91847
ibin=     763 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      36.9   207.3   0.017   0.078   0.000   0.000   1.896     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.354   6.10e-10
V_corr=      -295.94940
ibin=     764 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      -1.1   138.0   0.012   0.033   0.000   0.000   0.934     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.418   3.66e-10
V_corr=      -333.90252
ibin=     765 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      26.8   144.4  -0.062  -0.017   0.000   0.000   0.802     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.569   3.22e-10
V_corr=      -306.02709
ibin=     766 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      63.5   167.0   0.051  -0.016   0.000   0.000   0.884     NaN
Ages, Metallicities, Weights:
   2.94e+03     0.0450   1.04e-10
V_corr=      -269.27879
ibin=     767 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      62.3    61.3  -0.003   0.002   0.000   0.000   0.695     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.709   2.59e-10
V_corr=      -270.53097
ibin=     768 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      33.0   115.1   0.014   0.006   0.000   0.000   0.941     NaN
Ages, Metallicities, Weights:
   1.11e+04      -1.19   1.58e-10
V_corr=      -299.76098
ibin=     769 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     397      40.0   168.1   0.022   0.027   0.000   0.000   0.675     NaN
Ages, Metallicities, Weights:
   1.63e+03     -0.482   4.70e-11
V_corr=      -292.85136
ibin=     770 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      10.9   201.9   0.004   0.012   0.000   0.000   0.762     NaN
Ages, Metallicities, Weights:
       974.      0.357   3.98e-11
V_corr=      -321.86814
ibin=     771 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     216      58.1   226.9   0.023  -0.035   0.000   0.000   0.912     NaN
Ages, Metallicities, Weights:
   2.98e+03      0.389   1.44e-10
V_corr=      -274.71105
ibin=     772 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      42.3   207.4   0.016   0.022   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0317   5.70e-10
V_corr=      -290.48163
ibin=     773 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      42.5    29.0   0.000  -0.000   0.000   0.000   0.800     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.477   5.10e-10
V_corr=      -290.34136
ibin=     774 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92       8.5   121.7   0.015  -0.015   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   1.54e+03      0.151   7.04e-11
V_corr=      -324.33964
ibin=     775 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      38.1   163.2   0.066   0.026   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.205   5.69e-10
V_corr=      -294.66850
ibin=     776 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      16.9   133.9   0.072   0.018   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.285   5.57e-10
V_corr=      -315.93278
ibin=     777 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      13.1   154.8   0.019   0.047   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.690   3.41e-10
V_corr=      -319.74621
ibin=     778 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      23.7   137.8  -0.008   0.031   0.000   0.000   0.622     NaN
Ages, Metallicities, Weights:
   1.62e+04     -0.402   4.62e-10
V_corr=      -309.08051
ibin=     779 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     275      15.9    66.7  -0.003   0.012   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   1.50e+04     -0.852   3.44e-10
V_corr=      -316.94492
ibin=     780 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      29.9   143.7   0.008   0.046   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.304   6.52e-10
V_corr=      -302.89821
ibin=     781 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      20.5    83.0  -0.005   0.015   0.000   0.000   0.655     NaN
Ages, Metallicities, Weights:
   1.28e+03    -0.0146   6.72e-11
V_corr=      -312.35490
ibin=     782 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      38.4   109.1  -0.007   0.073   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   4.16e+03    -0.0559   2.26e-10
V_corr=      -294.36188
ibin=     783 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      21.4   132.1   0.062   0.006   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.236   8.13e-10
V_corr=      -311.38853
ibin=     784 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      51.9   154.4   0.010   0.134   0.000   0.000   0.568     NaN
Ages, Metallicities, Weights:
   9.09e+03      0.228   6.14e-10
V_corr=      -280.89170
ibin=     785 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      69.0   151.0  -0.024   0.047   0.000   0.000   0.698     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.135   8.83e-10
V_corr=      -263.81347
ibin=     786 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      52.3   104.9  -0.035   0.031   0.000   0.000   0.682     NaN
Ages, Metallicities, Weights:
   4.81e+03     -0.407   2.43e-10
V_corr=      -280.52818
ibin=     787 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91      55.3   180.5   0.042   0.068   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.94e+04     0.0114   1.00e-09
V_corr=      -277.54019
ibin=     788 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      20.7   151.3   0.033   0.038   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0827   9.97e-10
V_corr=      -312.11966
ibin=     789 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      54.6   170.5   0.018   0.041   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.16e+04     0.0371   7.54e-10
V_corr=      -278.19994
ibin=     790 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      70.2   132.3  -0.046   0.056   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.108   1.08e-09
V_corr=      -262.64525
ibin=     791 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      59.4   161.3   0.025   0.022   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00464   1.23e-09
V_corr=      -273.38235
ibin=     792 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      69.3   140.5  -0.051   0.049   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.231   1.07e-09
V_corr=      -263.49396
ibin=     793 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      75.7   177.5   0.004   0.022   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   2.32e+03      0.423   2.91e-10
V_corr=      -257.15618
ibin=     794 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      62.3   153.0  -0.016   0.036   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0333   1.29e-09
V_corr=      -270.47425
ibin=     795 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      62.0   160.6   0.010   0.091   0.000   0.000   0.311     NaN
Ages, Metallicities, Weights:
   1.86e+04      0.198   1.43e-09
V_corr=      -270.76018
ibin=     796 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      95.3   165.3  -0.061  -0.007   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0923   1.24e-09
V_corr=      -237.48061
ibin=     797 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      98.1   174.8  -0.082  -0.017   0.000   0.000   0.287     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0428   1.34e-09
V_corr=      -234.71362
ibin=     798 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      73.3   125.9   0.008   0.018   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.197   1.24e-09
V_corr=      -259.49280
ibin=     799 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     200      96.7   157.9   0.070  -0.015   0.000   0.000   0.645     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0237   1.48e-09
V_corr=      -236.14184
ibin=     800 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      86.8   123.8   0.000  -0.008   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.322   1.18e-09
V_corr=      -246.02689
ibin=     801 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      87.6   166.9  -0.013   0.056   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0444   1.39e-09
V_corr=      -245.25859
ibin=     802 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      72.9   137.8   0.018   0.029   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.117   1.33e-09
V_corr=      -259.89435
ibin=     803 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      82.1   156.7   0.044   0.009   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.80e+04    -0.0857   1.28e-09
V_corr=      -250.75200
ibin=     804 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      89.8   121.9   0.013   0.023   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.82e+04    -0.0762   1.27e-09
V_corr=      -243.04396
ibin=     805 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     102.2   161.3   0.040  -0.010   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.56e+04     0.0442   1.26e-09
V_corr=      -230.60750
ibin=     806 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     121.6   119.7  -0.064   0.069   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   8.84e+03    -0.0417   6.87e-10
V_corr=      -211.22386
ibin=     807 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      87.5   159.3   0.014  -0.007   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0307   1.34e-09
V_corr=      -245.35104
ibin=     808 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     128.1   132.0  -0.037   0.019   0.000   0.000   0.418     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.191   1.17e-09
V_corr=      -204.72413
ibin=     809 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     204     101.7   165.3   0.039   0.061   0.000   0.000   0.327     NaN
Ages, Metallicities, Weights:
   1.96e+04    -0.0623   1.22e-09
V_corr=      -231.08999
ibin=     810 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      72.8   150.5   0.035   0.083   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.194   1.43e-09
V_corr=      -260.00475
ibin=     811 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      85.4   130.4   0.022   0.096   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0465   1.17e-09
V_corr=      -247.45350
ibin=     812 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135     114.7   167.9   0.040  -0.020   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   2.83e+03      0.366   3.15e-10
V_corr=      -218.05934
ibin=     813 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     115.3   160.2  -0.022   0.020   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0921   1.17e-09
V_corr=      -217.52772
ibin=     814 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     131.3   163.5  -0.045   0.003   0.000   0.000   0.338     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00373   1.22e-09
V_corr=      -201.54782
ibin=     815 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     114.6   178.3   0.019   0.060   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.101   1.21e-09
V_corr=      -218.22719
ibin=     816 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124     105.4   148.4   0.024  -0.041   0.000   0.000   0.727     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0206   1.20e-09
V_corr=      -227.41010
ibin=     817 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     117.3   129.8  -0.003   0.009   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.109   1.05e-09
V_corr=      -215.52509
ibin=     818 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     141.3   135.3   0.037   0.094   0.000   0.000   0.329     NaN
Ages, Metallicities, Weights:
   1.92e+03      0.413   1.72e-10
V_corr=      -191.51635
ibin=     819 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     127.4   143.4   0.055   0.051   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.221   8.37e-10
V_corr=      -205.40871
ibin=     820 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     141.9   131.2   0.032  -0.038   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   3.10e+03     -0.106   1.64e-10
V_corr=      -190.95061
ibin=     821 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     136.2   207.9  -0.019   0.053   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   9.19e+03      0.271   5.22e-10
V_corr=      -196.56964
ibin=     822 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     161.9   154.9  -0.037   0.041   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.234   6.92e-10
V_corr=      -170.93175
ibin=     823 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     116.8   137.8  -0.073  -0.008   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.230   7.29e-10
V_corr=      -216.02808
ibin=     824 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     109     124.2   109.1  -0.044  -0.005   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.294   6.72e-10
V_corr=      -208.59739
ibin=     825 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     144.1   137.6  -0.061   0.009   0.000   0.000   0.606     NaN
Ages, Metallicities, Weights:
   1.26e+03      0.410   8.78e-11
V_corr=      -188.69089
ibin=     826 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     139.4   177.7  -0.026   0.111   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.315   9.60e-10
V_corr=      -193.41890
ibin=     827 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     828 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     829 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     830 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153     -19.8    68.4   0.007   0.000   0.000   0.000   1.172     NaN
Ages, Metallicities, Weights:
   1.38e+03     -0.236   3.48e-11
V_corr=      -352.63877
ibin=     831 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      25.5    87.8   0.013   0.014   0.000   0.000   1.072     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.779   2.52e-10
V_corr=      -307.32301
ibin=     832 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     107.6   219.2   0.049  -0.010   0.000   0.000   1.203     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.174   3.72e-10
V_corr=      -225.18433
ibin=     833 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      -2.0   138.2  -0.001   0.018   0.000   0.000   1.330     NaN
Ages, Metallicities, Weights:
   1.29e+03      0.290   4.83e-11
V_corr=      -334.78835
ibin=     834 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      18.1    83.3   0.025  -0.008   0.000   0.000   0.979     NaN
Ages, Metallicities, Weights:
   2.02e+03     -0.252   5.98e-11
V_corr=      -314.71421
ibin=     835 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     278     -15.6    50.3   0.005  -0.009   0.000   0.000   0.859     NaN
Ages, Metallicities, Weights:
   1.33e+04     -0.898   2.09e-10
V_corr=      -348.44639
ibin=     836 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      -8.9   158.9  -0.012   0.048   0.000   0.000   1.708     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.521   2.89e-10
V_corr=      -341.70066
ibin=     837 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      39.8    50.1   0.009  -0.000   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.368   4.12e-10
V_corr=      -292.98808
ibin=     838 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      -7.5    88.1  -0.003  -0.008   0.000   0.000   1.039     NaN
Ages, Metallicities, Weights:
   8.36e+03     -0.752   1.55e-10
V_corr=      -340.29061
ibin=     839 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94       8.9   152.4   0.033   0.015   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
       761.      0.610   4.00e-11
V_corr=      -323.95482
ibin=     840 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -30.8    78.2   0.002  -0.002   0.000   0.000   0.807     NaN
Ages, Metallicities, Weights:
   1.98e+04      -1.13   2.60e-10
V_corr=      -363.57314
ibin=     841 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -14.0   133.4  -0.023   0.015   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
       801.      0.104   3.26e-11
V_corr=      -346.80499
ibin=     842 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -22.4   202.4   0.005   0.042   0.000   0.000   1.207     NaN
Ages, Metallicities, Weights:
   1.08e+03      0.681   7.46e-11
V_corr=      -355.24083
ibin=     843 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      -5.2    98.2   0.010   0.004   0.000   0.000   0.670     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.569   4.27e-10
V_corr=      -338.00654
ibin=     844 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      46.3   188.5   0.046   0.039   0.000   0.000   0.758     NaN
Ages, Metallicities, Weights:
   2.98e+03    -0.0537   1.31e-10
V_corr=      -286.47683
ibin=     845 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -18.4   150.8   0.031   0.031   0.000   0.000   0.707     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.220   6.09e-10
V_corr=      -351.21311
ibin=     846 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      47.9   136.0   0.051   0.026   0.000   0.000   0.665     NaN
Ages, Metallicities, Weights:
   6.17e+03     -0.114   2.62e-10
V_corr=      -284.92817
ibin=     847 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      42.6   110.2   0.010   0.021   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.487   5.26e-10
V_corr=      -290.21657
ibin=     848 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      59.0    95.3   0.019   0.024   0.000   0.000   0.690     NaN
Ages, Metallicities, Weights:
   2.17e+03     -0.334   9.56e-11
V_corr=      -273.77818
ibin=     849 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     363      21.1   218.0  -0.034   0.116   0.000   0.000   0.564     NaN
Ages, Metallicities, Weights:
   1.85e+04      0.491   1.25e-09
V_corr=      -311.74218
ibin=     850 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      33.9   124.1   0.033   0.008   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   2.90e+03     -0.333   1.37e-10
V_corr=      -298.87099
ibin=     851 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -7.9   141.9   0.026   0.023   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.91e+04     -0.179   7.72e-10
V_corr=      -340.74329
ibin=     852 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      35.5   132.7  -0.035   0.045   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   3.90e+03      0.175   2.69e-10
V_corr=      -297.28800
ibin=     853 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181       4.7   186.1  -0.022   0.077   0.000   0.000   0.625     NaN
Ages, Metallicities, Weights:
   1.38e+04      0.226   9.16e-10
V_corr=      -328.13836
ibin=     854 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     317      28.6   149.2  -0.028   0.066   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.97e+03      0.447   1.83e-10
V_corr=      -304.20957
ibin=     855 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      39.0   144.0   0.001   0.097   0.000   0.000   0.625     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.191   8.71e-10
V_corr=      -293.76657
ibin=     856 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      40.0   144.7  -0.022   0.127   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.159   7.52e-10
V_corr=      -292.81249
ibin=     857 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      47.8   135.1   0.034   0.038   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.248   9.22e-10
V_corr=      -284.97796
ibin=     858 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      57.3   114.4   0.010   0.053   0.000   0.000   0.302     NaN
Ages, Metallicities, Weights:
   1.71e+04     -0.305   8.10e-10
V_corr=      -275.54716
ibin=     859 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      59.8   128.1   0.000   0.080   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   2.73e+03      0.109   2.29e-10
V_corr=      -273.05222
ibin=     860 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      46.1   149.0   0.051   0.011   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.104   1.19e-09
V_corr=      -286.66213
ibin=     861 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      61.6   168.2  -0.006   0.054   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   5.51e+03      0.289   5.69e-10
V_corr=      -271.23659
ibin=     862 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      86.2   167.8  -0.027   0.100   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.228   1.51e-09
V_corr=      -246.63116
ibin=     863 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      61.4   149.5  -0.013   0.016   0.000   0.000   0.393     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.170   1.24e-09
V_corr=      -271.41825
ibin=     864 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      83.7   173.0  -0.027   0.037   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.115   1.52e-09
V_corr=      -249.15312
ibin=     865 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      88.0   171.2   0.000  -0.016   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0215   1.46e-09
V_corr=      -244.83232
ibin=     866 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      89.1   175.7  -0.000   0.029   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
   1.45e+04      0.235   1.47e-09
V_corr=      -243.67992
ibin=     867 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      70.9   161.7  -0.004   0.015   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0455   1.46e-09
V_corr=      -261.93206
ibin=     868 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      71.6   201.0   0.002   0.007   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.333   1.97e-09
V_corr=      -261.16310
ibin=     869 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      71.7   156.7   0.058   0.044   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0606   1.46e-09
V_corr=      -261.12381
ibin=     870 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      96.2   167.1  -0.033   0.018   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.07e+04     0.0118   9.70e-10
V_corr=      -236.60769
ibin=     871 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      88.5   124.6  -0.005   0.032   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0455   1.46e-09
V_corr=      -244.35619
ibin=     872 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      91.2   171.4  -0.018  -0.031   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   8.02e+03     0.0483   8.10e-10
V_corr=      -241.57230
ibin=     873 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      46     102.9   170.7  -0.001   0.028   0.000   0.000   0.342     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0505   1.52e-09
V_corr=      -229.86244
ibin=     874 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169     100.7   164.3  -0.007  -0.023   0.000   0.000   0.394     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0252   1.47e-09
V_corr=      -232.07937
ibin=     875 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      97.1   112.7  -0.030  -0.027   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   5.03e+03     -0.175   4.31e-10
V_corr=      -235.75852
ibin=     876 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      89.2   142.1  -0.023   0.024   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.257   1.17e-09
V_corr=      -243.58258
ibin=     877 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      95.5   183.8   0.020   0.028   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0609   1.44e-09
V_corr=      -237.34325
ibin=     878 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     110.8   138.5  -0.035   0.002   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0664   1.33e-09
V_corr=      -222.05808
ibin=     879 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     102.5   153.2   0.030  -0.020   0.000   0.000   0.375     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0805   1.31e-09
V_corr=      -230.29983
ibin=     880 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      92.8   164.1  -0.050  -0.002   0.000   0.000   0.643     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0270   1.36e-09
V_corr=      -239.99290
ibin=     881 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     112.2   145.5   0.029  -0.036   0.000   0.000   0.274     NaN
Ages, Metallicities, Weights:
   1.48e+04     -0.135   9.64e-10
V_corr=      -220.56607
ibin=     882 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     102.1   174.7  -0.032  -0.045   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0454   1.28e-09
V_corr=      -230.71119
ibin=     883 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     111.6   127.8  -0.016   0.027   0.000   0.000   0.551     NaN
Ages, Metallicities, Weights:
   1.78e+04    -0.0512   1.10e-09
V_corr=      -221.17112
ibin=     884 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     109.1   156.0  -0.036   0.075   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   8.03e+03      0.129   6.62e-10
V_corr=      -223.71610
ibin=     885 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     139.1   135.7  -0.071   0.017   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   6.15e+03    -0.0890   4.30e-10
V_corr=      -193.70710
ibin=     886 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     135.8   152.4  -0.080   0.015   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.237   8.92e-10
V_corr=      -196.97159
ibin=     887 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72     122.2   123.4  -0.037   0.050   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   2.22e+03      0.237   1.70e-10
V_corr=      -210.62093
ibin=     888 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     127.6   118.9   0.077   0.009   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.235   8.38e-10
V_corr=      -205.20117
ibin=     889 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     144.3   155.4  -0.029  -0.048   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.08e+04     -0.135   5.53e-10
V_corr=      -188.55133
ibin=     890 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     110.7   139.9   0.058   0.007   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0438   9.49e-10
V_corr=      -222.10042
ibin=     891 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     227     119.5   190.0  -0.015   0.001   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.82e+04      0.118   9.48e-10
V_corr=      -213.31219
ibin=     892 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     136.6   144.5  -0.013   0.012   0.000   0.000   0.704     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.393   6.82e-10
V_corr=      -196.23147
ibin=     893 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     126.7   167.3  -0.055  -0.026   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.121   9.80e-10
V_corr=      -206.11806
ibin=     894 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     179.6   144.7  -0.017  -0.058   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   4.12e+03      0.301   3.12e-10
V_corr=      -153.19503
ibin=     895 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     145.1   131.7   0.032  -0.015   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.116   7.90e-10
V_corr=      -187.72390
ibin=     896 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     897 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     898 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     899 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      49.2   180.1   0.037   0.010   0.000   0.000   0.998     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.202   4.22e-10
V_corr=      -283.56900
ibin=     900 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      32.5   160.4   0.004   0.002   0.000   0.000   0.880     NaN
Ages, Metallicities, Weights:
   1.46e+04     -0.782   2.13e-10
V_corr=      -300.31171
ibin=     901 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163       2.1   173.0   0.012   0.109   0.000   0.000   1.071     NaN
Ages, Metallicities, Weights:
   3.00e+03      0.406   1.25e-10
V_corr=      -330.74063
ibin=     902 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      53.0   206.9   0.018   0.029   0.000   0.000   0.820     NaN
Ages, Metallicities, Weights:
   9.42e+03      0.203   3.50e-10
V_corr=      -279.81680
ibin=     903 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196       7.8   153.1  -0.020  -0.007   0.000   0.000   0.652     NaN
Ages, Metallicities, Weights:
   1.55e+03     0.0215   5.44e-11
V_corr=      -325.05848
ibin=     904 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      22.6   128.7   0.028   0.024   0.000   0.000   1.328     NaN
Ages, Metallicities, Weights:
   2.20e+03      0.132   8.69e-11
V_corr=      -310.24324
ibin=     905 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128       3.0   108.7   0.004   0.004   0.000   0.000   1.296     NaN
Ages, Metallicities, Weights:
   3.66e+03     -0.388   1.03e-10
V_corr=      -329.85597
ibin=     906 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      18.5    77.1   0.007   0.001   0.000   0.000   0.776     NaN
Ages, Metallicities, Weights:
   1.39e+04     -0.938   2.17e-10
V_corr=      -314.31468
ibin=     907 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     251      19.4   216.8  -0.003   0.031   0.000   0.000   0.548     NaN
Ages, Metallicities, Weights:
   1.44e+04      0.689   8.90e-10
V_corr=      -313.39180
ibin=     908 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      22.2   170.2   0.001   0.039   0.000   0.000   1.045     NaN
Ages, Metallicities, Weights:
   6.30e+03     -0.372   1.69e-10
V_corr=      -310.60530
ibin=     909 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      10.6    57.0   0.002  -0.004   0.000   0.000   0.794     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.763   3.30e-10
V_corr=      -322.24093
ibin=     910 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      -5.9   176.9   0.030  -0.028   0.000   0.000   1.720     NaN
Ages, Metallicities, Weights:
   1.03e+03      0.395   5.49e-11
V_corr=      -338.72941
ibin=     911 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      -2.0   164.1   0.041   0.038   0.000   0.000   1.028     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.229   5.69e-10
V_corr=      -334.81282
ibin=     912 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      45.4   120.4   0.020  -0.004   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.87e+04     -0.442   4.80e-10
V_corr=      -287.45819
ibin=     913 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      47.5   187.7   0.029  -0.059   0.000   0.000   0.982     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0241   7.33e-10
V_corr=      -285.30108
ibin=     914 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     222      34.3    66.9   0.009  -0.001   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.66e+03     -0.594   5.60e-11
V_corr=      -298.46144
ibin=     915 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      45.7   197.7   0.104   0.062   0.000   0.000   0.645     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.155   6.68e-10
V_corr=      -287.06231
ibin=     916 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      20.5   150.5  -0.021   0.105   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.18e+03      0.637   9.14e-11
V_corr=      -312.28793
ibin=     917 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      17.9   156.9  -0.015  -0.027   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   3.05e+03      0.196   1.98e-10
V_corr=      -314.95030
ibin=     918 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      37.4   135.3  -0.008  -0.024   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.418   6.58e-10
V_corr=      -295.44629
ibin=     919 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       7.1   117.0   0.061   0.005   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.54e+03      0.224   1.05e-10
V_corr=      -325.67570
ibin=     920 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      14.3   138.6   0.041   0.019   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.263   7.84e-10
V_corr=      -318.55241
ibin=     921 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      50.6   137.8   0.044   0.006   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.223   8.47e-10
V_corr=      -282.17704
ibin=     922 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      53.9    99.8  -0.048   0.038   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.335   7.90e-10
V_corr=      -278.86553
ibin=     923 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      46.8   169.5  -0.007   0.021   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   2.50e+03      0.388   2.35e-10
V_corr=      -286.00427
ibin=     924 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      38.1   142.6   0.033   0.070   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0391   1.01e-09
V_corr=      -294.74217
ibin=     925 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      57.1   131.8   0.023   0.046   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   3.35e+03     0.0644   2.49e-10
V_corr=      -275.68252
ibin=     926 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      28.0   135.9  -0.011   0.051   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.115   1.03e-09
V_corr=      -304.85562
ibin=     927 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      74.5   144.4  -0.033   0.058   0.000   0.000   0.364     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.194   1.02e-09
V_corr=      -258.31702
ibin=     928 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      52.4   148.7   0.002   0.069   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   1.89e+04     -0.159   1.08e-09
V_corr=      -280.43529
ibin=     929 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      58.8   132.1   0.009   0.025   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.252   1.11e-09
V_corr=      -274.04687
ibin=     930 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      55.6   149.0   0.093   0.094   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0553   1.26e-09
V_corr=      -277.23929
ibin=     931 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      72.6   185.6   0.004   0.004   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.95e+03      0.491   2.91e-10
V_corr=      -260.16480
ibin=     932 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      58.2   194.1  -0.017   0.104   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.449   2.08e-09
V_corr=      -274.63194
ibin=     933 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      72.3   150.9  -0.028   0.024   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0435   1.51e-09
V_corr=      -260.46231
ibin=     934 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      80.0   159.1  -0.042  -0.005   0.000   0.000   0.311     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.125   1.44e-09
V_corr=      -252.79413
ibin=     935 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      68.7   171.2  -0.045   0.017   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   1.89e+04      0.138   1.68e-09
V_corr=      -264.13176
ibin=     936 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      90.1   158.5  -0.038   0.073   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.134   1.68e-09
V_corr=      -242.67360
ibin=     937 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      87.5   133.8  -0.030   0.018   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   6.23e+03    -0.0750   6.08e-10
V_corr=      -245.35760
ibin=     938 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      96.8   165.2   0.049  -0.039   0.000   0.000   0.775     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.211   1.44e-09
V_corr=      -236.03059
ibin=     939 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      99.1   151.1   0.053   0.031   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0360   1.56e-09
V_corr=      -233.66474
ibin=     940 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      85.7   164.0  -0.075   0.063   0.000   0.000   0.770     NaN
Ages, Metallicities, Weights:
   6.42e+03      0.188   7.45e-10
V_corr=      -247.12038
ibin=     941 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      99.7   152.9   0.001   0.029   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.124   1.19e-09
V_corr=      -233.06008
ibin=     942 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      95.7   154.9   0.013  -0.016   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0335   1.57e-09
V_corr=      -237.11684
ibin=     943 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      92.6   136.9   0.055  -0.014   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.325   1.25e-09
V_corr=      -240.19238
ibin=     944 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      93.6   152.7  -0.023   0.034   0.000   0.000   0.724     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.151   1.43e-09
V_corr=      -239.22985
ibin=     945 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      95.8   140.8   0.042   0.015   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.31e+04     -0.109   9.90e-10
V_corr=      -236.98055
ibin=     946 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      83.6   173.4   0.023   0.023   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.87e+04      0.204   1.65e-09
V_corr=      -249.17428
ibin=     947 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     110.5   155.7  -0.086   0.063   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   1.62e+04      0.206   1.46e-09
V_corr=      -222.32656
ibin=     948 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      93.7   124.1  -0.030   0.028   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   8.76e+03    -0.0306   7.17e-10
V_corr=      -239.14096
ibin=     949 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      98.9   147.3   0.049   0.002   0.000   0.000   0.324     NaN
Ages, Metallicities, Weights:
   1.78e+03      0.531   2.47e-10
V_corr=      -233.86293
ibin=     950 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     225      99.9   171.1   0.028   0.025   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0286   1.30e-09
V_corr=      -232.88103
ibin=     951 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      91.6   153.9   0.061   0.013   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   1.11e+04     -0.167   7.17e-10
V_corr=      -241.19199
ibin=     952 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      98.6   201.6   0.047   0.007   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.577   2.39e-09
V_corr=      -234.17757
ibin=     953 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     110.6   168.5  -0.023   0.008   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00689   1.23e-09
V_corr=      -222.22536
ibin=     954 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     121.6   148.9   0.028   0.000   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0640   1.14e-09
V_corr=      -211.21432
ibin=     955 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     148.6   139.7  -0.084   0.057   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.89e+04    -0.0244   9.52e-10
V_corr=      -184.24060
ibin=     956 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     136.7    78.4  -0.021   0.013   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   1.23e+04     -0.388   5.13e-10
V_corr=      -196.13592
ibin=     957 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     132.2   140.7  -0.003  -0.020   0.000   0.000   0.343     NaN
Ages, Metallicities, Weights:
   1.78e+03      0.528   1.83e-10
V_corr=      -200.60988
ibin=     958 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     112.9   104.7   0.015   0.047   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   2.24e+03      0.360   1.97e-10
V_corr=      -219.93883
ibin=     959 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     147.2    99.0  -0.019   0.024   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.245   8.48e-10
V_corr=      -185.62607
ibin=     960 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     189     104.5   134.2  -0.014  -0.059   0.000   0.000   0.381     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.145   9.11e-10
V_corr=      -228.26300
ibin=     961 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     118.4   164.3  -0.011   0.023   0.000   0.000   0.366     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0204   9.47e-10
V_corr=      -214.42207
ibin=     962 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     143.1   120.1   0.041  -0.013   0.000   0.000   0.315     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.308   7.63e-10
V_corr=      -189.68593
ibin=     963 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     111.5   193.8  -0.025  -0.067   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   2.44e+03      0.344   1.98e-10
V_corr=      -221.31579
ibin=     964 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     183.8   140.2  -0.078   0.037   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.152   9.20e-10
V_corr=      -149.00268
ibin=     965 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     966 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     967 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=     968 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -18.4   212.3   0.045  -0.013   0.000   0.000   1.091     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.442   3.45e-10
V_corr=      -351.21514
ibin=     969 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      43.8   119.6   0.037   0.023   0.000   0.000   1.536     NaN
Ages, Metallicities, Weights:
   1.53e+04     -0.700   2.35e-10
V_corr=      -289.04608
ibin=     970 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      31.3    84.7   0.029  -0.010   0.000   0.000   1.131     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.705   2.50e-10
V_corr=      -301.54324
ibin=     971 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      17.0   129.7  -0.001  -0.046   0.000   0.000   0.793     NaN
Ages, Metallicities, Weights:
   9.03e+03     -0.652   1.75e-10
V_corr=      -315.81101
ibin=     972 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      16.0   205.7   0.019  -0.011   0.000   0.000   0.798     NaN
Ages, Metallicities, Weights:
   3.53e+03      0.298   1.66e-10
V_corr=      -316.78463
ibin=     973 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      35.9   136.0   0.049   0.019   0.000   0.000   1.642     NaN
Ages, Metallicities, Weights:
   1.36e+03      0.149   5.76e-11
V_corr=      -296.86156
ibin=     974 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      28.7   141.1  -0.025   0.070   0.000   0.000   0.661     NaN
Ages, Metallicities, Weights:
   1.20e+04     -0.103   3.37e-10
V_corr=      -304.12521
ibin=     975 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194      31.6    66.0   0.012   0.010   0.000   0.000   0.769     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.602   3.47e-10
V_corr=      -301.24967
ibin=     976 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      -4.7   151.2  -0.002  -0.044   0.000   0.000   1.290     NaN
Ages, Metallicities, Weights:
   1.21e+03    -0.0143   4.42e-11
V_corr=      -337.51916
ibin=     977 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      39.7   210.3   0.032  -0.019   0.000   0.000   0.677     NaN
Ages, Metallicities, Weights:
   2.40e+03      0.169   1.12e-10
V_corr=      -293.10029
ibin=     978 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129       0.4   140.7   0.033   0.030   0.000   0.000   0.836     NaN
Ages, Metallicities, Weights:
   1.61e+04     -0.572   3.39e-10
V_corr=      -332.40755
ibin=     979 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       9.8   111.6   0.024   0.058   0.000   0.000   0.756     NaN
Ages, Metallicities, Weights:
   1.02e+03      0.597   6.40e-11
V_corr=      -322.99540
ibin=     980 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      26.3    87.1  -0.017  -0.028   0.000   0.000   1.027     NaN
Ages, Metallicities, Weights:
   6.66e+03     -0.801   1.64e-10
V_corr=      -306.48678
ibin=     981 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      23.7    84.3  -0.010   0.011   0.000   0.000   1.254     NaN
Ages, Metallicities, Weights:
   4.38e+03     -0.240   1.75e-10
V_corr=      -309.06185
ibin=     982 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      30.3   164.6   0.042   0.033   0.000   0.000   0.547     NaN
Ages, Metallicities, Weights:
   2.55e+03     0.0376   1.26e-10
V_corr=      -302.52183
ibin=     983 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      74       7.5   108.1   0.018   0.066   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   8.10e+03     -0.241   2.88e-10
V_corr=      -325.32822
ibin=     984 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      43.8   148.3  -0.002  -0.028   0.000   0.000   0.636     NaN
Ages, Metallicities, Weights:
   1.53e+04     -0.582   4.22e-10
V_corr=      -288.97646
ibin=     985 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      26.9   135.6   0.004   0.062   0.000   0.000   1.019     NaN
Ages, Metallicities, Weights:
   4.50e+03      0.187   2.65e-10
V_corr=      -305.89746
ibin=     986 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      47.2   164.0   0.017  -0.028   0.000   0.000   0.812     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.411   6.53e-10
V_corr=      -285.62617
ibin=     987 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      42.1   112.8  -0.014  -0.015   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   2.44e+03     -0.141   1.40e-10
V_corr=      -290.70648
ibin=     988 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128       7.4   143.6   0.067   0.080   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0858   9.52e-10
V_corr=      -325.39027
ibin=     989 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      18.0   118.6  -0.027   0.028   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   2.85e+03   -0.00688   1.81e-10
V_corr=      -314.85440
ibin=     990 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      38.8   145.9   0.080   0.025   0.000   0.000   0.624     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.127   9.33e-10
V_corr=      -294.03620
ibin=     991 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      32.8   142.1   0.014   0.012   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   8.71e+03     -0.173   4.71e-10
V_corr=      -300.05479
ibin=     992 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      45.1   124.5  -0.037   0.056   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   8.73e+03     -0.126   4.94e-10
V_corr=      -287.70407
ibin=     993 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      30.5   174.3   0.048   0.087   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.151   9.45e-10
V_corr=      -302.29932
ibin=     994 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      46.3   168.5  -0.001   0.087   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.72e+04    -0.0726   9.38e-10
V_corr=      -286.54607
ibin=     995 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      38.9   145.8   0.007   0.040   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.196   1.04e-09
V_corr=      -293.94100
ibin=     996 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      44.1   151.1  -0.060   0.052   0.000   0.000   0.313     NaN
Ages, Metallicities, Weights:
   1.77e+04     -0.244   1.01e-09
V_corr=      -288.71294
ibin=     997 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      49.6   156.8  -0.008   0.054   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.26e+04     0.0752   1.01e-09
V_corr=      -283.16933
ibin=     998 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      75.3   165.0   0.019  -0.001   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.144   1.27e-09
V_corr=      -257.54114
ibin=     999 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      62.8   137.9  -0.044   0.015   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   3.29e+03      0.137   3.41e-10
V_corr=      -269.98727
ibin=    1000 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194      53.2   184.7  -0.013   0.149   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.303   1.73e-09
V_corr=      -279.58539
ibin=    1001 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      83.5   124.0  -0.057   0.005   0.000   0.000   0.397     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.259   1.32e-09
V_corr=      -249.34236
ibin=    1002 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      69.7   151.5   0.027   0.055   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0205   1.59e-09
V_corr=      -263.09222
ibin=    1003 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      87.5   150.1  -0.021   0.072   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0677   1.52e-09
V_corr=      -245.30116
ibin=    1004 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      73.6   137.6   0.018  -0.004   0.000   0.000   0.704     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.105   1.31e-09
V_corr=      -259.16907
ibin=    1005 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      61.7   172.8  -0.023   0.071   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.159   1.79e-09
V_corr=      -271.12494
ibin=    1006 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      69.1   168.9  -0.078   0.037   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   7.65e+03      0.164   9.27e-10
V_corr=      -263.72394
ibin=    1007 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      74.4   165.6   0.007   0.072   0.000   0.000   0.587     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.113   1.50e-09
V_corr=      -258.37426
ibin=    1008 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      86.9   149.3  -0.013  -0.020   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   2.60e+03     0.0235   3.06e-10
V_corr=      -245.87388
ibin=    1009 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      86.6   144.7  -0.002  -0.029   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0446   1.66e-09
V_corr=      -246.20736
ibin=    1010 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     102.6   137.3  -0.119  -0.002   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.186   1.47e-09
V_corr=      -230.20514
ibin=    1011 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      80.0   180.0  -0.079  -0.028   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.175   1.49e-09
V_corr=      -252.84307
ibin=    1012 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      85.4   160.1  -0.016   0.007   0.000   0.000   0.340     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0136   1.62e-09
V_corr=      -247.44765
ibin=    1013 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      73.0   158.8  -0.029   0.008   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   2.33e+03      0.359   3.23e-10
V_corr=      -259.81374
ibin=    1014 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     101.7   160.4  -0.012  -0.009   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.194   1.38e-09
V_corr=      -231.08236
ibin=    1015 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168      99.4   155.8  -0.035  -0.085   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.166   1.18e-09
V_corr=      -233.38142
ibin=    1016 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     119.6   121.6  -0.036   0.055   0.000   0.000   0.668     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0197   1.45e-09
V_corr=      -213.18620
ibin=    1017 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     112.6   137.9  -0.088  -0.003   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.28e+04    -0.0224   1.04e-09
V_corr=      -220.22830
ibin=    1018 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      97.5   134.1   0.036   0.019   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
   1.79e+03      0.495   2.47e-10
V_corr=      -235.28573
ibin=    1019 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      99.2    95.6  -0.002   0.014   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.177   1.02e-09
V_corr=      -233.64323
ibin=    1020 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      84.2   153.9   0.035   0.051   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.90e+04    -0.0504   1.24e-09
V_corr=      -248.63066
ibin=    1021 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     120.6   137.1   0.015  -0.036   0.000   0.000   0.708     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.255   1.12e-09
V_corr=      -212.22337
ibin=    1022 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     110.3   123.7  -0.052   0.074   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0288   1.16e-09
V_corr=      -222.46981
ibin=    1023 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     140.7   125.1  -0.023  -0.070   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.83e+04     -0.250   9.83e-10
V_corr=      -192.09475
ibin=    1024 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     137.9   174.9  -0.020   0.050   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.139   1.23e-09
V_corr=      -194.89082
ibin=    1025 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     117.9   178.6  -0.037  -0.020   0.000   0.000   0.613     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.211   1.10e-09
V_corr=      -214.86337
ibin=    1026 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     106.3   133.9   0.003  -0.067   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
       883.      0.565   9.83e-11
V_corr=      -226.50361
ibin=    1027 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     127.4   145.3  -0.008  -0.012   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   5.62e+03    -0.0972   3.72e-10
V_corr=      -205.38999
ibin=    1028 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     121.8   155.5   0.035  -0.004   0.000   0.000   0.391     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.164   9.47e-10
V_corr=      -211.03508
ibin=    1029 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     144.3   109.4   0.015   0.027   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.219   8.59e-10
V_corr=      -188.53826
ibin=    1030 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     114.5   150.9   0.055   0.030   0.000   0.000   0.645     NaN
Ages, Metallicities, Weights:
   9.63e+03     0.0853   6.07e-10
V_corr=      -218.33535
ibin=    1031 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     100.5   136.0  -0.012  -0.005   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   8.18e+03     0.0624   5.24e-10
V_corr=      -232.34056
ibin=    1032 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     126.8   187.0  -0.017   0.055   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.107   9.62e-10
V_corr=      -205.98774
ibin=    1033 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     148.4   173.8   0.042   0.077   0.000   0.000   0.568     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.270   1.01e-09
V_corr=      -184.43022
ibin=    1034 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1035 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1036 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1037 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      -0.6   204.4   0.054  -0.006   0.000   0.000   1.954     NaN
Ages, Metallicities, Weights:
   2.56e+03     0.0996   9.87e-11
V_corr=      -333.39823
ibin=    1038 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      31.2   167.5   0.008   0.062   0.000   0.000   1.260     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.281   3.98e-10
V_corr=      -301.59737
ibin=    1039 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      38.1    30.1  -0.000  -0.001   0.000   0.000   4.472     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.879   3.00e-10
V_corr=      -294.72240
ibin=    1040 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     -14.7   119.7   0.013   0.011   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.812   2.36e-10
V_corr=      -347.53923
ibin=    1041 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183       6.3   170.1   0.028   0.047   0.000   0.000   1.182     NaN
Ages, Metallicities, Weights:
       947.      0.153   3.40e-11
V_corr=      -326.47278
ibin=    1042 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      10.6   127.0   0.045   0.043   0.000   0.000   0.764     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.533   3.61e-10
V_corr=      -322.22123
ibin=    1043 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      31.8   180.3   0.003  -0.050   0.000   0.000   0.885     NaN
Ages, Metallicities, Weights:
   3.06e+03      0.158   1.33e-10
V_corr=      -300.97636
ibin=    1044 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      15.6    72.9  -0.005   0.005   0.000   0.000   0.914     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.612   3.64e-10
V_corr=      -317.21190
ibin=    1045 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      35.8    83.8   0.010   0.015   0.000   0.000   0.788     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.528   4.04e-10
V_corr=      -297.02946
ibin=    1046 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84       6.0   196.1   0.023   0.023   0.000   0.000   1.320     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0378   6.07e-10
V_corr=      -326.81847
ibin=    1047 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     229      15.9   102.6   0.010   0.000   0.000   0.000   0.673     NaN
Ages, Metallicities, Weights:
   1.76e+04     -0.633   3.72e-10
V_corr=      -316.95391
ibin=    1048 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      32.8   142.5   0.054   0.039   0.000   0.000   0.858     NaN
Ages, Metallicities, Weights:
   2.03e+03    0.00427   9.11e-11
V_corr=      -300.03794
ibin=    1049 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     271      52.5   108.3   0.029   0.008   0.000   0.000   0.822     NaN
Ages, Metallicities, Weights:
   3.60e+03     -0.295   1.41e-10
V_corr=      -280.27541
ibin=    1050 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      48.0   121.0  -0.045   0.026   0.000   0.000   0.673     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.367   5.63e-10
V_corr=      -284.77884
ibin=    1051 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163       3.2   161.4   0.047   0.045   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   7.23e+03      0.158   4.03e-10
V_corr=      -329.62710
ibin=    1052 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      20.0   115.2   0.004   0.025   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   6.02e+03     -0.195   2.56e-10
V_corr=      -312.80866
ibin=    1053 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118       9.2   165.7  -0.010   0.096   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   7.48e+03      0.112   4.05e-10
V_corr=      -323.63764
ibin=    1054 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180      34.7   200.0  -0.019   0.116   0.000   0.000   0.711     NaN
Ages, Metallicities, Weights:
   3.48e+03      0.636   3.49e-10
V_corr=      -298.11460
ibin=    1055 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      37.3    86.0  -0.013   0.004   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   1.36e+04     -0.553   4.45e-10
V_corr=      -295.50722
ibin=    1056 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      37.3   127.4   0.000   0.048   0.000   0.000   0.751     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.291   7.51e-10
V_corr=      -295.46105
ibin=    1057 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     224      15.4   172.3   0.062   0.062   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.18e+03      0.672   1.24e-10
V_corr=      -317.41297
ibin=    1058 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      64.2   104.0  -0.069   0.015   0.000   0.000   0.847     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.383   7.83e-10
V_corr=      -268.57572
ibin=    1059 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      69.6   146.2   0.025   0.036   0.000   0.000   0.322     NaN
Ages, Metallicities, Weights:
   1.24e+04    -0.0779   6.86e-10
V_corr=      -263.19214
ibin=    1060 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      19.2   105.3   0.016   0.021   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.458   6.46e-10
V_corr=      -313.59449
ibin=    1061 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      35.5   156.0  -0.074   0.076   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   5.84e+03      0.179   4.62e-10
V_corr=      -297.32187
ibin=    1062 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      54.8   157.1   0.033  -0.045   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   8.11e+03     -0.175   4.95e-10
V_corr=      -277.99309
ibin=    1063 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      57.0   116.3  -0.037   0.022   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   4.26e+03     -0.181   3.15e-10
V_corr=      -275.76103
ibin=    1064 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     248      54.8   177.7  -0.042   0.124   0.000   0.000   0.728     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.440   1.79e-09
V_corr=      -277.98544
ibin=    1065 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      54.8   170.1  -0.036   0.040   0.000   0.000   0.560     NaN
Ages, Metallicities, Weights:
   2.30e+03      0.321   2.63e-10
V_corr=      -278.03722
ibin=    1066 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      33.9   144.4   0.018   0.022   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   6.11e+03     0.0227   5.62e-10
V_corr=      -298.94118
ibin=    1067 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      33.0   152.3  -0.010  -0.025   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   5.11e+03     -0.112   4.63e-10
V_corr=      -299.80745
ibin=    1068 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     228      48.4   128.3   0.022   0.032   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   5.45e+03     0.0102   5.40e-10
V_corr=      -284.44278
ibin=    1069 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      77.6   163.0  -0.012   0.029   0.000   0.000   0.630     NaN
Ages, Metallicities, Weights:
   1.22e+04   -0.00733   1.10e-09
V_corr=      -255.24350
ibin=    1070 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      86.1   142.1   0.056   0.039   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.169   1.48e-09
V_corr=      -246.75266
ibin=    1071 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      70.2   156.0  -0.061  -0.020   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   4.40e+03    -0.0200   4.93e-10
V_corr=      -262.64794
ibin=    1072 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180      79.5   174.9  -0.057  -0.045   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0921   1.69e-09
V_corr=      -253.29417
ibin=    1073 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      67.5   141.6   0.007   0.089   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0192   1.65e-09
V_corr=      -265.26926
ibin=    1074 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      90.9   152.4  -0.022   0.047   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0781   1.66e-09
V_corr=      -241.91368
ibin=    1075 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      81.6   155.0  -0.036   0.059   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0284   1.72e-09
V_corr=      -251.16891
ibin=    1076 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      83.5   182.6  -0.027   0.040   0.000   0.000   0.536     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.147   1.84e-09
V_corr=      -249.26878
ibin=    1077 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      65.9   168.8   0.003  -0.016   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   4.61e+03      0.273   6.37e-10
V_corr=      -266.93708
ibin=    1078 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      88.2   154.3   0.016   0.063   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.20e+04    -0.0565   1.10e-09
V_corr=      -244.61844
ibin=    1079 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      90.4   116.5   0.001   0.031   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0541   1.63e-09
V_corr=      -242.36718
ibin=    1080 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      77.1   188.3  -0.054   0.068   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   9.64e+03      0.240   1.19e-09
V_corr=      -255.69949
ibin=    1081 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     110.3   162.4   0.011   0.012   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0183   1.64e-09
V_corr=      -222.47034
ibin=    1082 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      77.1   184.5  -0.044   0.080   0.000   0.000   0.536     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.283   1.91e-09
V_corr=      -255.68139
ibin=    1083 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      80.2   165.1  -0.056   0.052   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   1.27e+04      0.220   1.39e-09
V_corr=      -252.59942
ibin=    1084 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      97.7   171.7  -0.090  -0.033   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0277   1.58e-09
V_corr=      -235.13872
ibin=    1085 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     103.1   167.9  -0.022   0.025   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0877   1.62e-09
V_corr=      -229.73260
ibin=    1086 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      93.6   163.0  -0.031   0.036   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0221   1.48e-09
V_corr=      -239.18275
ibin=    1087 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     114.9   157.6  -0.076  -0.040   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0733   1.47e-09
V_corr=      -217.93687
ibin=    1088 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      82.1   123.8   0.030   0.037   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0241   1.41e-09
V_corr=      -250.69075
ibin=    1089 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     116.6   111.4  -0.034   0.069   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.252   1.14e-09
V_corr=      -216.25869
ibin=    1090 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      97.1   155.6  -0.025   0.027   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.61e+04     0.0584   1.21e-09
V_corr=      -235.75381
ibin=    1091 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     119.2   129.3   0.013   0.002   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   2.58e+03    -0.0276   2.20e-10
V_corr=      -213.65692
ibin=    1092 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     295     116.4   158.5  -0.017   0.027   0.000   0.000   0.381     NaN
Ages, Metallicities, Weights:
   1.83e+03      0.655   2.65e-10
V_corr=      -216.40457
ibin=    1093 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     114.4   165.5   0.006   0.004   0.000   0.000   0.371     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00677   1.19e-09
V_corr=      -218.37448
ibin=    1094 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     132.7   118.8   0.003   0.018   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.79e+03    -0.0102   1.42e-10
V_corr=      -200.15093
ibin=    1095 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     119.0   147.6   0.006   0.016   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0239   1.14e-09
V_corr=      -213.84622
ibin=    1096 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     131.7   135.8   0.016   0.027   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.67e+04     -0.273   7.75e-10
V_corr=      -201.09042
ibin=    1097 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     122.1   130.3   0.003   0.054   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   7.06e+03     0.0143   4.66e-10
V_corr=      -210.73969
ibin=    1098 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     104.4   161.1   0.048   0.062   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   3.03e+03      0.453   2.90e-10
V_corr=      -228.39181
ibin=    1099 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     129.3   122.3  -0.021  -0.045   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   3.31e+03     -0.165   2.03e-10
V_corr=      -203.52690
ibin=    1100 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     114.9   138.2   0.024  -0.009   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0839   9.33e-10
V_corr=      -217.86728
ibin=    1101 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     126.9   187.8  -0.059   0.100   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00877   9.01e-10
V_corr=      -205.86989
ibin=    1102 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     165.2   169.5  -0.024   0.088   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.581   1.56e-09
V_corr=      -167.60265
ibin=    1103 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1104 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1105 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1106 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     285      59.6   217.3   0.033  -0.018   0.000   0.000   1.299     NaN
Ages, Metallicities, Weights:
       33.8     -0.634   2.90e-12
V_corr=      -273.19647
ibin=    1107 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      34.6   209.8   0.041   0.040   0.000   0.000   1.130     NaN
Ages, Metallicities, Weights:
   8.15e+03      0.562   3.30e-10
V_corr=      -298.22692
ibin=    1108 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     260      33.8   199.9   0.010   0.069   0.000   0.000   1.322     NaN
Ages, Metallicities, Weights:
   1.29e+03      0.428   5.45e-11
V_corr=      -298.97020
ibin=    1109 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      63.5   192.2  -0.020  -0.019   0.000   0.000   0.690     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.459   3.02e-10
V_corr=      -269.31581
ibin=    1110 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -24.5   152.7  -0.004   0.033   0.000   0.000   2.231     NaN
Ages, Metallicities, Weights:
   2.00e+03     -0.542   5.14e-11
V_corr=      -357.34378
ibin=    1111 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      12.6    96.3   0.004   0.011   0.000   0.000   1.301     NaN
Ages, Metallicities, Weights:
   2.52e+03     -0.444   7.38e-11
V_corr=      -320.18003
ibin=    1112 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      13.8   116.9   0.020   0.019   0.000   0.000   1.094     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.328   4.80e-10
V_corr=      -319.05094
ibin=    1113 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -17.6   160.3   0.020   0.073   0.000   0.000   0.886     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.361   4.58e-10
V_corr=      -350.40887
ibin=    1114 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -7.4    84.0  -0.008   0.003   0.000   0.000   1.027     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.515   4.36e-10
V_corr=      -340.16035
ibin=    1115 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      13.9   152.1   0.036  -0.004   0.000   0.000   0.833     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.322   5.35e-10
V_corr=      -318.87285
ibin=    1116 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      10.8   175.2   0.028  -0.049   0.000   0.000   0.665     NaN
Ages, Metallicities, Weights:
   1.62e+04     -0.181   5.43e-10
V_corr=      -321.99637
ibin=    1117 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      33.9   143.6  -0.057   0.023   0.000   0.000   0.909     NaN
Ages, Metallicities, Weights:
   1.31e+03      0.239   6.63e-11
V_corr=      -298.90361
ibin=    1118 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      33.9   208.6   0.052   0.039   0.000   0.000   0.852     NaN
Ages, Metallicities, Weights:
   7.06e+03      0.143   3.62e-10
V_corr=      -298.87785
ibin=    1119 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      -3.5   133.4   0.010   0.042   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   1.50e+03      0.480   1.02e-10
V_corr=      -336.34799
ibin=    1120 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      40.6   127.9  -0.027   0.006   0.000   0.000   1.131     NaN
Ages, Metallicities, Weights:
   1.07e+04    -0.0883   4.59e-10
V_corr=      -292.25605
ibin=    1121 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      46.1    89.6  -0.046   0.026   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   9.19e+03     -0.216   3.60e-10
V_corr=      -286.67571
ibin=    1122 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       7.7   123.0   0.028   0.011   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.31e+03      0.167   7.58e-11
V_corr=      -325.14846
ibin=    1123 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      40.8   169.3   0.071   0.057   0.000   0.000   0.847     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.597   1.06e-10
V_corr=      -292.02299
ibin=    1124 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      37.5   107.2   0.017   0.045   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.56e+03      0.145   1.03e-10
V_corr=      -295.27628
ibin=    1125 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      38.6   118.1  -0.022  -0.005   0.000   0.000   0.772     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.235   8.48e-10
V_corr=      -294.15905
ibin=    1126 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      22.6   108.6   0.010   0.049   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   8.38e+03     -0.185   4.29e-10
V_corr=      -310.19729
ibin=    1127 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      48.2   141.6  -0.011   0.056   0.000   0.000   0.333     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0446   1.06e-09
V_corr=      -284.57942
ibin=    1128 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      27.1   140.1   0.018   0.055   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   2.87e+03    -0.0306   2.01e-10
V_corr=      -305.71959
ibin=    1129 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      33.9   135.7   0.029   0.039   0.000   0.000   0.587     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.288   9.06e-10
V_corr=      -298.86169
ibin=    1130 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      29.9   167.4   0.008   0.045   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   4.46e+03      0.425   4.56e-10
V_corr=      -302.87766
ibin=    1131 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      39.1   160.7   0.002   0.001   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   9.82e+03     -0.129   6.26e-10
V_corr=      -293.70371
ibin=    1132 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      51.2   136.8  -0.054   0.038   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.79e+04    -0.0638   1.14e-09
V_corr=      -281.62954
ibin=    1133 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      53.6   137.7  -0.033  -0.026   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.61e+04     -0.325   9.05e-10
V_corr=      -279.25806
ibin=    1134 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      45.2   176.2  -0.031   0.006   0.000   0.000   0.323     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.114   1.52e-09
V_corr=      -287.59576
ibin=    1135 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      23.8   140.3   0.053   0.046   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.268   1.18e-09
V_corr=      -309.04616
ibin=    1136 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      65.7   155.7   0.058  -0.030   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.109   1.26e-09
V_corr=      -267.12325
ibin=    1137 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156      64.1   156.4  -0.019   0.101   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
   1.38e+03      0.611   2.27e-10
V_corr=      -268.75869
ibin=    1138 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      49.1   184.1  -0.142   0.066   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.241   1.96e-09
V_corr=      -283.72532
ibin=    1139 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      82.6   163.6  -0.050  -0.016   0.000   0.000   0.334     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0629   1.92e-09
V_corr=      -250.21006
ibin=    1140 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      85.0   161.2  -0.100  -0.053   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0620   1.81e-09
V_corr=      -247.81739
ibin=    1141 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     198      60.7   172.3  -0.053   0.072   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   2.90e+03      0.602   5.83e-10
V_corr=      -272.08159
ibin=    1142 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      75.4   159.1  -0.105  -0.038   0.000   0.000   0.663     NaN
Ages, Metallicities, Weights:
   9.97e+03     0.0478   1.19e-09
V_corr=      -257.43485
ibin=    1143 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      97.9   153.2  -0.094  -0.090   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.78e+04     -0.148   1.65e-09
V_corr=      -234.94045
ibin=    1144 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      98.1   163.8   0.001   0.012   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0551   1.85e-09
V_corr=      -234.75384
ibin=    1145 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      87.8   152.4  -0.024   0.038   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0662   1.65e-09
V_corr=      -245.01830
ibin=    1146 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      77.5   178.7   0.058   0.021   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0893   1.86e-09
V_corr=      -255.35254
ibin=    1147 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      96.4   173.8  -0.021  -0.060   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.56e+04     0.0659   1.68e-09
V_corr=      -236.45681
ibin=    1148 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      84.0   138.5  -0.052   0.005   0.000   0.000   0.577     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.221   1.54e-09
V_corr=      -248.82705
ibin=    1149 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     106.4   193.5  -0.074  -0.036   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.106   1.69e-09
V_corr=      -226.40375
ibin=    1150 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      77.9   131.1   0.044  -0.004   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.227   1.44e-09
V_corr=      -254.89440
ibin=    1151 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      77.2   175.9   0.008   0.032   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0340   1.64e-09
V_corr=      -255.65205
ibin=    1152 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      85.1   144.2   0.019   0.069   0.000   0.000   0.366     NaN
Ages, Metallicities, Weights:
   1.89e+04    -0.0234   1.51e-09
V_corr=      -247.68320
ibin=    1153 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     107.8   127.2  -0.067  -0.005   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.214   1.41e-09
V_corr=      -224.99949
ibin=    1154 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      75.7   187.4  -0.061   0.088   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.290   1.84e-09
V_corr=      -257.07242
ibin=    1155 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      96.7   150.8  -0.015  -0.005   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.52e+04    -0.0750   1.21e-09
V_corr=      -236.14621
ibin=    1156 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      97.8   135.1   0.055   0.047   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0718   1.40e-09
V_corr=      -234.96211
ibin=    1157 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     112.3   136.3  -0.036  -0.011   0.000   0.000   0.320     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.173   1.32e-09
V_corr=      -220.47457
ibin=    1158 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     192     109.9   192.4   0.076   0.078   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   6.08e+03      0.631   8.55e-10
V_corr=      -222.90009
ibin=    1159 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     117.0   154.4  -0.061  -0.016   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   8.17e+03     0.0396   7.35e-10
V_corr=      -215.78405
ibin=    1160 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     108.6   147.6  -0.123   0.003   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.87e+03      0.419   2.24e-10
V_corr=      -224.21055
ibin=    1161 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     118.1   153.7   0.023   0.026   0.000   0.000   0.749     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0912   1.19e-09
V_corr=      -214.74045
ibin=    1162 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     111.8   163.2  -0.128   0.027   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.95e+03      0.356   2.02e-10
V_corr=      -220.99391
ibin=    1163 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     121.9   125.5   0.002   0.005   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.217   1.03e-09
V_corr=      -210.90424
ibin=    1164 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     104.9   143.9  -0.058  -0.001   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   9.64e+03    -0.0757   6.19e-10
V_corr=      -227.95822
ibin=    1165 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     130.3   132.6  -0.065  -0.007   0.000   0.000   0.641     NaN
Ages, Metallicities, Weights:
   2.06e+03      0.152   1.70e-10
V_corr=      -202.53488
ibin=    1166 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     112.5   121.2  -0.013   0.025   0.000   0.000   0.611     NaN
Ages, Metallicities, Weights:
   1.74e+04     -0.253   8.02e-10
V_corr=      -220.29278
ibin=    1167 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     127.8   138.2  -0.037   0.031   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.127   9.45e-10
V_corr=      -205.04142
ibin=    1168 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     134.2   169.9  -0.008   0.012   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00420   9.86e-10
V_corr=      -198.58544
ibin=    1169 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     124.3   163.9  -0.094   0.040   0.000   0.000   0.351     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.626   1.98e-09
V_corr=      -208.51031
ibin=    1170 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     150.4   144.8   0.023   0.007   0.000   0.000   0.284     NaN
Ages, Metallicities, Weights:
   1.67e+04     -0.106   7.43e-10
V_corr=      -182.38473
ibin=    1171 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     136.0   127.0   0.022   0.040   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.91e+04    -0.0297   8.34e-10
V_corr=      -196.81732
ibin=    1172 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     150.4   189.8  -0.046  -0.036   0.000   0.000 118.117     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0215   8.28e-10
V_corr=      -182.39779
ibin=    1173 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1174 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1175 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     143       4.2    41.6   0.001   0.002   0.000   0.000   2.065     NaN
Ages, Metallicities, Weights:
   6.22e+03     -0.761   1.14e-10
V_corr=      -328.65363
ibin=    1176 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      28.0   145.8   0.026   0.012   0.000   0.000   0.770     NaN
Ages, Metallicities, Weights:
   3.69e+03     -0.195   1.10e-10
V_corr=      -304.77071
ibin=    1177 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -26.1   186.1   0.031   0.050   0.000   0.000   1.493     NaN
Ages, Metallicities, Weights:
   1.16e+03      0.608   6.00e-11
V_corr=      -358.88137
ibin=    1178 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     318     -24.8    62.7   0.002   0.000   0.000   0.000   1.143     NaN
Ages, Metallicities, Weights:
   1.28e+04      -1.12   1.89e-10
V_corr=      -357.58945
ibin=    1179 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     205      -2.3   173.1   0.010   0.060   0.000   0.000   1.273     NaN
Ages, Metallicities, Weights:
   7.04e+03     0.0603   2.66e-10
V_corr=      -335.09474
ibin=    1180 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      26.7   114.6   0.036  -0.012   0.000   0.000   1.059     NaN
Ages, Metallicities, Weights:
   2.26e+03     -0.118   8.78e-11
V_corr=      -306.13246
ibin=    1181 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      18.7   186.4   0.024  -0.010   0.000   0.000   1.075     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.437   3.87e-10
V_corr=      -314.14681
ibin=    1182 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      30.0   197.4   0.018  -0.015   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0673   6.52e-10
V_corr=      -302.78170
ibin=    1183 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174      -6.5   100.2  -0.004   0.008   0.000   0.000   0.650     NaN
Ages, Metallicities, Weights:
   1.93e+03     -0.406   7.10e-11
V_corr=      -339.28593
ibin=    1184 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      10.4   108.8   0.017  -0.015   0.000   0.000   0.600     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.680   3.40e-10
V_corr=      -322.37546
ibin=    1185 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       6.6   145.3   0.027   0.040   0.000   0.000   0.684     NaN
Ages, Metallicities, Weights:
   4.14e+03     0.0277   1.88e-10
V_corr=      -326.16425
ibin=    1186 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      14.6   149.2  -0.016   0.051   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   2.34e+03      0.502   1.65e-10
V_corr=      -318.16205
ibin=    1187 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      18.2   144.9  -0.023   0.044   0.000   0.000   0.824     NaN
Ages, Metallicities, Weights:
   3.18e+03     0.0444   1.57e-10
V_corr=      -314.65658
ibin=    1188 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      13.3    91.5   0.039   0.024   0.000   0.000   1.391     NaN
Ages, Metallicities, Weights:
   4.70e+03     -0.431   1.79e-10
V_corr=      -319.51643
ibin=    1189 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96       1.1   146.4  -0.027   0.040   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   4.29e+03    -0.0567   2.21e-10
V_corr=      -331.67877
ibin=    1190 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      11.4   151.6   0.030   0.030   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   5.84e+03     -0.103   2.96e-10
V_corr=      -321.36660
ibin=    1191 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      11.6   173.6   0.001   0.059   0.000   0.000   0.795     NaN
Ages, Metallicities, Weights:
   8.44e+03      0.176   5.34e-10
V_corr=      -321.17906
ibin=    1192 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      19.4   153.8   0.024   0.044   0.000   0.000   0.678     NaN
Ages, Metallicities, Weights:
   8.48e+03    -0.0265   4.83e-10
V_corr=      -313.36388
ibin=    1193 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      27.5   148.0   0.078   0.052   0.000   0.000   0.634     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0411   9.45e-10
V_corr=      -305.34137
ibin=    1194 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      32.0   104.3  -0.027   0.005   0.000   0.000   0.664     NaN
Ages, Metallicities, Weights:
   1.18e+04     -0.576   4.41e-10
V_corr=      -300.79684
ibin=    1195 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      42.9   151.2   0.038   0.078   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   3.10e+03      0.431   2.93e-10
V_corr=      -289.93822
ibin=    1196 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      27.6   132.6  -0.090  -0.023   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.67e+04     -0.316   7.66e-10
V_corr=      -305.24668
ibin=    1197 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      23.0   158.4  -0.012   0.080   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.215   1.24e-09
V_corr=      -309.79816
ibin=    1198 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      37.0   112.1  -0.081  -0.057   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.359   7.59e-10
V_corr=      -295.76528
ibin=    1199 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      48.5   161.3   0.006   0.004   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   3.42e+03      0.104   3.10e-10
V_corr=      -284.27640
ibin=    1200 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      60.0   147.0   0.040   0.012   0.000   0.000   0.364     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.159   1.15e-09
V_corr=      -272.79418
ibin=    1201 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      52.0   169.8  -0.019   0.007   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   6.89e+03      0.153   6.78e-10
V_corr=      -280.80680
ibin=    1202 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      55.3   137.1   0.015   0.043   0.000   0.000   0.361     NaN
Ages, Metallicities, Weights:
   3.33e+03     0.0680   3.08e-10
V_corr=      -277.53421
ibin=    1203 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      43.3   147.3  -0.045  -0.001   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   6.83e+03     -0.164   5.50e-10
V_corr=      -289.46003
ibin=    1204 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      62.0   200.2  -0.039  -0.031   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.211   1.81e-09
V_corr=      -270.76957
ibin=    1205 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      52.6   169.0  -0.004  -0.040   0.000   0.000   0.293     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.329   1.08e-09
V_corr=      -280.18970
ibin=    1206 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      50.0   161.8   0.020   0.133   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0206   1.64e-09
V_corr=      -282.85856
ibin=    1207 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      43.6   154.0  -0.012   0.025   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   5.16e+03     0.0991   6.50e-10
V_corr=      -289.25610
ibin=    1208 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      64.5   163.1  -0.025   0.032   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04  -0.000193   1.85e-09
V_corr=      -268.30468
ibin=    1209 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      84.0   157.7  -0.013   0.080   0.000   0.000   0.449     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.116   1.94e-09
V_corr=      -248.78440
ibin=    1210 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      56.7   156.0   0.019   0.030   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00573   1.91e-09
V_corr=      -276.10772
ibin=    1211 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     233      75.4   182.2   0.044   0.002   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0619   1.96e-09
V_corr=      -257.39617
ibin=    1212 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      99.3   165.8   0.049  -0.038   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.51e+04    -0.0866   1.43e-09
V_corr=      -233.53264
ibin=    1213 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      90.6   138.4  -0.012   0.018   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.144   1.61e-09
V_corr=      -242.25041
ibin=    1214 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     179      68.8   170.7  -0.091   0.009   0.000   0.000   0.359     NaN
Ages, Metallicities, Weights:
   2.38e+03      0.536   4.53e-10
V_corr=      -263.98917
ibin=    1215 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      87.3   174.1   0.060   0.036   0.000   0.000   0.335     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0230   1.77e-09
V_corr=      -245.49131
ibin=    1216 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      93.6   145.3  -0.053   0.093   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.48e+04    -0.0269   1.35e-09
V_corr=      -239.20281
ibin=    1217 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     104.1   138.1  -0.038   0.011   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
   1.91e+04     -0.265   1.46e-09
V_corr=      -228.66314
ibin=    1218 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      96.7   158.3  -0.010   0.052   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0413   1.80e-09
V_corr=      -236.10590
ibin=    1219 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     112.0   160.6  -0.082  -0.012   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.113   1.66e-09
V_corr=      -220.81613
ibin=    1220 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     190      96.2   162.6  -0.026  -0.038   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.188   1.56e-09
V_corr=      -236.62922
ibin=    1221 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     108.9   149.7  -0.043   0.021   0.000   0.000   0.337     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.144   1.54e-09
V_corr=      -223.90529
ibin=    1222 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      89.0   170.4   0.047  -0.002   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0613   1.62e-09
V_corr=      -243.84792
ibin=    1223 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     108.9   155.0  -0.050   0.034   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0141   1.62e-09
V_corr=      -223.87047
ibin=    1224 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     104.8   154.7  -0.050   0.006   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   1.68e+03      0.499   2.62e-10
V_corr=      -227.99753
ibin=    1225 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     211     124.3   149.6  -0.048  -0.008   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.121   1.45e-09
V_corr=      -208.49607
ibin=    1226 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     104.9   145.2  -0.090   0.054   0.000   0.000   0.356     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.149   1.32e-09
V_corr=      -227.89848
ibin=    1227 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     119.1   151.1   0.030   0.038   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   1.35e-09
V_corr=      -213.75081
ibin=    1228 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     104.5   148.0  -0.015  -0.054   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   2.95e+03    0.00677   2.92e-10
V_corr=      -228.29254
ibin=    1229 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     114.9   127.9  -0.068   0.013   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.97e+04     -0.189   1.18e-09
V_corr=      -217.90751
ibin=    1230 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      99.9   153.5  -0.025  -0.045   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0404   1.31e-09
V_corr=      -232.91952
ibin=    1231 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     110.2   190.5  -0.105  -0.031   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   9.95e+03      0.131   8.70e-10
V_corr=      -222.58988
ibin=    1232 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     110.3   141.9   0.038  -0.039   0.000   0.000   0.624     NaN
Ages, Metallicities, Weights:
   2.75e+03     -0.126   2.07e-10
V_corr=      -222.52288
ibin=    1233 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     124.5   152.8  -0.078   0.091   0.000   0.000   0.294     NaN
Ages, Metallicities, Weights:
   4.16e+03      0.480   4.29e-10
V_corr=      -208.34449
ibin=    1234 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     125.0   142.6  -0.039  -0.007   0.000   0.000   0.381     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.140   1.02e-09
V_corr=      -207.79402
ibin=    1235 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     105.4   166.9   0.001   0.003   0.000   0.000   0.360     NaN
Ages, Metallicities, Weights:
   3.42e+03      0.224   2.83e-10
V_corr=      -227.42647
ibin=    1236 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     110     145.2   167.8  -0.103  -0.030   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.17e+04    -0.0420   7.18e-10
V_corr=      -187.60374
ibin=    1237 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70     124.6   167.8   0.007   0.020   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.127   9.24e-10
V_corr=      -208.23658
ibin=    1238 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     127.9   135.2  -0.006  -0.018   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.91e+03      0.474   1.75e-10
V_corr=      -204.86404
ibin=    1239 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     124.0   162.3  -0.015  -0.055   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0322   1.00e-09
V_corr=      -208.81603
ibin=    1240 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     126.2   156.5  -0.061   0.013   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.84e+04    -0.0593   8.17e-10
V_corr=      -206.59472
ibin=    1241 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      99.4   120.3   0.033  -0.021   0.000   0.000   0.720     NaN
Ages, Metallicities, Weights:
   1.86e+04     -0.215   7.18e-10
V_corr=      -233.39615
ibin=    1242 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1243 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1244 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      -1.7   130.3   0.026   0.015   0.000   0.000   1.191     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.361   3.88e-10
V_corr=      -334.53877
ibin=    1245 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       7.2   183.2   0.032  -0.005   0.000   0.000   1.177     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.245   4.52e-10
V_corr=      -325.59167
ibin=    1246 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      -9.9   134.2   0.027   0.060   0.000   0.000   0.924     NaN
Ages, Metallicities, Weights:
   1.09e+04     -0.549   2.20e-10
V_corr=      -342.68412
ibin=    1247 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174     -23.1    61.1  -0.001   0.008   0.000   0.000   1.437     NaN
Ages, Metallicities, Weights:
   2.43e+03     -0.575   6.25e-11
V_corr=      -355.89290
ibin=    1248 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     165     -39.0    28.9   0.000  -0.002   0.000   0.000   0.843     NaN
Ages, Metallicities, Weights:
   1.12e+04      -1.12   2.27e-10
V_corr=      -371.80513
ibin=    1249 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     332      20.0    89.2  -0.013   0.025   0.000   0.000   0.996     NaN
Ages, Metallicities, Weights:
   5.41e+03     -0.592   1.42e-10
V_corr=      -312.77155
ibin=    1250 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     175      49.6   168.7   0.045   0.008   0.000   0.000   0.799     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.643   3.20e-10
V_corr=      -283.19603
ibin=    1251 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116       4.0   171.6   0.044   0.013   0.000   0.000   0.653     NaN
Ages, Metallicities, Weights:
   3.73e+03    -0.0817   1.59e-10
V_corr=      -328.85134
ibin=    1252 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     251      48.6    49.5  -0.014   0.002   0.000   0.000   1.107     NaN
Ages, Metallicities, Weights:
   1.90e+04     -0.911   3.34e-10
V_corr=      -284.25661
ibin=    1253 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     246     -12.0    60.0   0.002   0.007   0.000   0.000   0.795     NaN
Ages, Metallicities, Weights:
   1.11e+04     -0.803   2.57e-10
V_corr=      -344.76006
ibin=    1254 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      33.1   150.2   0.052  -0.014   0.000   0.000   0.921     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.399   5.57e-10
V_corr=      -299.74667
ibin=    1255 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -24.1    74.7   0.003   0.008   0.000   0.000   0.670     NaN
Ages, Metallicities, Weights:
   1.53e+03     -0.444   5.61e-11
V_corr=      -356.87109
ibin=    1256 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      60.0   201.5   0.055  -0.040   0.000   0.000   0.997     NaN
Ages, Metallicities, Weights:
   1.72e+04     -0.175   6.55e-10
V_corr=      -272.82051
ibin=    1257 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      11.8   136.8   0.005   0.054   0.000   0.000   0.888     NaN
Ages, Metallicities, Weights:
   2.02e+03      0.193   1.25e-10
V_corr=      -320.96378
ibin=    1258 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      17.4   176.2   0.009   0.014   0.000   0.000   0.677     NaN
Ages, Metallicities, Weights:
   2.64e+03      0.262   1.85e-10
V_corr=      -315.40295
ibin=    1259 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      28.6   171.6   0.066   0.119   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0791   8.89e-10
V_corr=      -304.19646
ibin=    1260 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -1.8   134.8   0.020   0.004   0.000   0.000   0.618     NaN
Ages, Metallicities, Weights:
   3.70e+03    -0.0280   2.25e-10
V_corr=      -334.56379
ibin=    1261 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      39.8   157.3   0.033  -0.022   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   2.87e+03      0.275   2.31e-10
V_corr=      -293.00572
ibin=    1262 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      24.1   183.5   0.021   0.061   0.000   0.000   0.717     NaN
Ages, Metallicities, Weights:
   3.81e+03      0.151   2.72e-10
V_corr=      -308.68665
ibin=    1263 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      26.5   127.4  -0.084   0.041   0.000   0.000   0.826     NaN
Ages, Metallicities, Weights:
   1.27e+04     -0.190   6.37e-10
V_corr=      -306.31215
ibin=    1264 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      -7.6   116.5   0.006   0.036   0.000   0.000   0.889     NaN
Ages, Metallicities, Weights:
   3.40e+03     0.0121   2.49e-10
V_corr=      -340.45649
ibin=    1265 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      29.6   107.1   0.082   0.023   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.457   8.07e-10
V_corr=      -303.18932
ibin=    1266 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      11.0   122.5   0.076   0.038   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.433   8.20e-10
V_corr=      -321.81045
ibin=    1267 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      17.7   163.2   0.017   0.081   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   3.98e+03      0.135   3.32e-10
V_corr=      -315.15566
ibin=    1268 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      37.0   144.6   0.037   0.069   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0150   1.28e-09
V_corr=      -295.76929
ibin=    1269 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     231      48.7   136.1  -0.032   0.001   0.000   0.000   0.906     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.586   7.18e-10
V_corr=      -284.06719
ibin=    1270 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      43.0   170.7  -0.020  -0.030   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.96e+04     -0.138   1.30e-09
V_corr=      -289.78163
ibin=    1271 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      29.6   192.0  -0.039  -0.024   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.142   1.38e-09
V_corr=      -303.18696
ibin=    1272 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      58.6   144.2   0.003   0.013   0.000   0.000   0.662     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.113   1.46e-09
V_corr=      -274.18026
ibin=    1273 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      56.6   178.5  -0.001  -0.049   0.000   0.000   0.361     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.114   1.65e-09
V_corr=      -276.22643
ibin=    1274 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      49.9   149.8   0.036  -0.030   0.000   0.000   0.291     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   1.64e-09
V_corr=      -282.88058
ibin=    1275 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      62.8   188.0   0.008   0.015   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.127   1.99e-09
V_corr=      -270.04293
ibin=    1276 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      60.8   112.6   0.012   0.057   0.000   0.000   0.587     NaN
Ages, Metallicities, Weights:
   1.85e+04     -0.248   1.50e-09
V_corr=      -272.04611
ibin=    1277 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      70.6   144.6  -0.015  -0.003   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.25e+04     -0.106   1.30e-09
V_corr=      -262.19412
ibin=    1278 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      69.7   169.9  -0.056   0.044   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   1.14e+04      0.242   1.64e-09
V_corr=      -263.11057
ibin=    1279 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      82.5   190.7  -0.040   0.106   0.000   0.000   0.791     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.235   2.18e-09
V_corr=      -250.27538
ibin=    1280 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      70.6   174.5   0.034   0.035   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.01e+04      0.120   1.30e-09
V_corr=      -262.24277
ibin=    1281 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      87.7   139.7  -0.056  -0.009   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.232   1.68e-09
V_corr=      -245.09334
ibin=    1282 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      84.5   155.1  -0.074   0.025   0.000   0.000   0.360     NaN
Ages, Metallicities, Weights:
   1.57e+04      0.142   1.95e-09
V_corr=      -248.34721
ibin=    1283 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      95.6   155.7  -0.045   0.027   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0316   1.97e-09
V_corr=      -237.22417
ibin=    1284 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      77.3   170.0  -0.008   0.049   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.105   2.07e-09
V_corr=      -255.52396
ibin=    1285 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      91.7   145.6   0.035   0.093   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.60e+04      0.138   1.80e-09
V_corr=      -241.12467
ibin=    1286 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      94.9   131.9  -0.026   0.029   0.000   0.000   0.597     NaN
Ages, Metallicities, Weights:
   1.15e+04     -0.180   1.10e-09
V_corr=      -237.86742
ibin=    1287 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      97.3   168.5  -0.010   0.012   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.77e+04     0.0168   1.82e-09
V_corr=      -235.52173
ibin=    1288 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      97.3   151.6  -0.021   0.032   0.000   0.000   0.842     NaN
Ages, Metallicities, Weights:
   1.23e+04    -0.0214   1.26e-09
V_corr=      -235.50856
ibin=    1289 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      90.2   163.0  -0.042   0.055   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   8.24e+03      0.149   1.07e-09
V_corr=      -242.61771
ibin=    1290 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156      87.0   176.5  -0.024  -0.063   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0437   1.84e-09
V_corr=      -245.83661
ibin=    1291 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      73.1   161.6   0.013  -0.000   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00894   1.72e-09
V_corr=      -259.67596
ibin=    1292 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     255     108.7   169.4  -0.014   0.102   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.195   1.74e-09
V_corr=      -224.09871
ibin=    1293 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182     107.2   181.7  -0.008   0.075   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.682   4.05e-09
V_corr=      -225.56682
ibin=    1294 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157     113.9   168.5  -0.025  -0.006   0.000   0.000   0.379     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0867   1.68e-09
V_corr=      -218.86924
ibin=    1295 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     102.0   160.5   0.027  -0.012   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.24e+04    -0.0310   1.06e-09
V_corr=      -230.78332
ibin=    1296 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      84.8   168.8   0.007   0.081   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.143   1.58e-09
V_corr=      -248.04260
ibin=    1297 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     116.3   167.1  -0.024  -0.057   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0278   1.44e-09
V_corr=      -216.54988
ibin=    1298 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     113.5   151.3   0.020   0.035   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.104   1.41e-09
V_corr=      -219.33715
ibin=    1299 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     123.6   149.3   0.064   0.058   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.140   1.17e-09
V_corr=      -209.18007
ibin=    1300 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      98.8   174.7  -0.075   0.024   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.01e+04      0.189   9.24e-10
V_corr=      -233.98033
ibin=    1301 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     130.7   123.8  -0.011   0.032   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.119   1.07e-09
V_corr=      -202.13295
ibin=    1302 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     126.2   116.1  -0.029   0.042   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.129   1.01e-09
V_corr=      -206.60630
ibin=    1303 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      96.2   135.4   0.028   0.032   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   3.99e+03      0.110   3.08e-10
V_corr=      -236.64967
ibin=    1304 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      95.2    96.1  -0.011  -0.002   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
   1.97e+03    -0.0200   1.41e-10
V_corr=      -237.65816
ibin=    1305 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     129.5   141.6   0.012   0.072   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0460   9.71e-10
V_corr=      -203.34569
ibin=    1306 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     119.3   158.5   0.010  -0.059   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.234   7.97e-10
V_corr=      -213.50899
ibin=    1307 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     126.1   117.6  -0.021   0.063   0.000   0.000   0.407     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.314   7.72e-10
V_corr=      -206.71054
ibin=    1308 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     136.8   161.8   0.032   0.009   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   2.12e+03      0.522   2.07e-10
V_corr=      -196.00370
ibin=    1309 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     110.1   154.5  -0.000  -0.010   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   1.34e+03      0.600   1.26e-10
V_corr=      -222.72011
ibin=    1310 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     141.1   156.6  -0.027   0.000   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   8.00e+03      0.115   4.97e-10
V_corr=      -191.73775
ibin=    1311 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1312 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1313 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      -6.9   111.0   0.042  -0.002   0.000   0.000   0.911     NaN
Ages, Metallicities, Weights:
   1.43e+04     -0.866   2.30e-10
V_corr=      -339.66828
ibin=    1314 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     218      18.0   129.2   0.021   0.076   0.000   0.000   1.128     NaN
Ages, Metallicities, Weights:
   2.52e+03     -0.128   8.29e-11
V_corr=      -314.79680
ibin=    1315 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      72.1   219.4   0.060   0.008   0.000   0.000   3.774     NaN
Ages, Metallicities, Weights:
       609.      0.537   3.14e-11
V_corr=      -260.66777
ibin=    1316 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      33.5   100.1   0.006   0.031   0.000   0.000   1.123     NaN
Ages, Metallicities, Weights:
   1.17e+04     -0.572   2.47e-10
V_corr=      -299.35350
ibin=    1317 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      18.7   128.9   0.005   0.023   0.000   0.000   2.062     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.469   4.25e-10
V_corr=      -314.07515
ibin=    1318 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      16.6    89.5  -0.003   0.007   0.000   0.000   1.102     NaN
Ages, Metallicities, Weights:
   1.42e+04     -0.708   2.92e-10
V_corr=      -316.20788
ibin=    1319 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195      68.5   217.5   0.006  -0.052   0.000   0.000   1.039     NaN
Ages, Metallicities, Weights:
   1.90e+04     -0.245   6.07e-10
V_corr=      -264.29757
ibin=    1320 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     132      28.9   104.8  -0.036   0.022   0.000   0.000   0.704     NaN
Ages, Metallicities, Weights:
   2.34e+03     -0.515   7.75e-11
V_corr=      -303.95452
ibin=    1321 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       9.6   113.4  -0.021  -0.025   0.000   0.000   1.161     NaN
Ages, Metallicities, Weights:
   1.97e+04     -0.662   4.27e-10
V_corr=      -323.18142
ibin=    1322 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      -3.9    95.3  -0.031  -0.016   0.000   0.000   1.001     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.446   5.35e-10
V_corr=      -336.69794
ibin=    1323 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      25.0   154.1   0.056  -0.005   0.000   0.000   0.706     NaN
Ages, Metallicities, Weights:
   5.14e+03     -0.115   2.44e-10
V_corr=      -307.81949
ibin=    1324 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     185       4.5   140.3   0.043   0.078   0.000   0.000   0.810     NaN
Ages, Metallicities, Weights:
   1.31e+03      0.278   7.57e-11
V_corr=      -328.27298
ibin=    1325 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      14.8   103.4   0.002   0.011   0.000   0.000   0.841     NaN
Ages, Metallicities, Weights:
   2.20e+03     -0.247   1.07e-10
V_corr=      -318.04370
ibin=    1326 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93       3.9   123.7  -0.029  -0.005   0.000   0.000   0.662     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.402   6.50e-10
V_corr=      -328.92353
ibin=    1327 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      58.5   150.8   0.042   0.004   0.000   0.000   0.796     NaN
Ages, Metallicities, Weights:
   4.79e+03     -0.290   2.37e-10
V_corr=      -274.35731
ibin=    1328 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -27.3   219.5  -0.104   0.100   0.000   0.000   0.745     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.306   1.13e-09
V_corr=      -360.15052
ibin=    1329 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194       4.8   130.7   0.053   0.070   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.09e+04    -0.0605   5.68e-10
V_corr=      -327.98190
ibin=    1330 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      37.6    82.4  -0.025   0.018   0.000   0.000   0.611     NaN
Ages, Metallicities, Weights:
   1.70e+04     -0.687   5.34e-10
V_corr=      -295.24862
ibin=    1331 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      25.7   163.8  -0.039  -0.021   0.000   0.000   0.704     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.146   9.92e-10
V_corr=      -307.12301
ibin=    1332 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      23.4   115.8  -0.037   0.008   0.000   0.000   0.701     NaN
Ages, Metallicities, Weights:
   2.79e+03     -0.164   1.87e-10
V_corr=      -309.37744
ibin=    1333 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103       1.5   134.1   0.003   0.018   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   6.37e+03     -0.138   4.20e-10
V_corr=      -331.28983
ibin=    1334 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      34.1   144.0  -0.001   0.030   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.275   1.04e-09
V_corr=      -298.71721
ibin=    1335 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      19.5   164.9   0.034   0.088   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0448   1.16e-09
V_corr=      -313.33407
ibin=    1336 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      27.5   180.7  -0.034   0.010   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.140   1.40e-09
V_corr=      -305.31944
ibin=    1337 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      31.1   149.2  -0.018   0.049   0.000   0.000   0.567     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.263   1.13e-09
V_corr=      -301.68028
ibin=    1338 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      28.5   197.1  -0.019   0.034   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.46e+04      0.258   1.46e-09
V_corr=      -304.28175
ibin=    1339 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      41.6   168.2   0.023   0.011   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0689   1.43e-09
V_corr=      -291.25335
ibin=    1340 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      59.0   165.0   0.002  -0.019   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.339   1.28e-09
V_corr=      -273.79441
ibin=    1341 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      47.2   156.0  -0.052   0.090   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   7.78e+03      0.133   9.04e-10
V_corr=      -285.60942
ibin=    1342 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      59.7   158.3   0.002  -0.038   0.000   0.000   0.830     NaN
Ages, Metallicities, Weights:
   6.77e+03    -0.0173   7.98e-10
V_corr=      -273.08683
ibin=    1343 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      48.4   176.7  -0.064   0.022   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.19e+04    -0.0383   1.21e-09
V_corr=      -284.40812
ibin=    1344 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156      70.3   186.7   0.034   0.054   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.252   2.27e-09
V_corr=      -262.46932
ibin=    1345 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180      50.2   163.0  -0.110   0.121   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.108   2.08e-09
V_corr=      -282.61710
ibin=    1346 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180      76.9   151.9  -0.118   0.022   0.000   0.000   0.364     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0644   2.02e-09
V_corr=      -255.90911
ibin=    1347 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      68.9   174.7  -0.022   0.007   0.000   0.000   0.548     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.145   2.34e-09
V_corr=      -263.93493
ibin=    1348 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     192      77.9   179.3  -0.002   0.014   0.000   0.000   0.536     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0841   2.32e-09
V_corr=      -254.91429
ibin=    1349 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      80.4   165.2  -0.059   0.019   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.156   1.99e-09
V_corr=      -252.37205
ibin=    1350 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      75.7   157.6  -0.065   0.076   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   1.89e+04     0.0835   2.21e-09
V_corr=      -257.09160
ibin=    1351 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      73.5   163.2   0.076  -0.033   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0799   2.17e-09
V_corr=      -259.35312
ibin=    1352 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      92.4   140.8   0.000   0.088   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0342   2.03e-09
V_corr=      -240.39805
ibin=    1353 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      82.1   166.7  -0.043   0.051   0.000   0.000   0.406     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0290   2.21e-09
V_corr=      -250.70644
ibin=    1354 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     102.4   175.2  -0.043   0.019   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   6.44e+03      0.258   1.08e-09
V_corr=      -230.42650
ibin=    1355 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      60.6   145.1  -0.006   0.033   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   1.29e+04     -0.175   1.27e-09
V_corr=      -272.17155
ibin=    1356 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      81.0   167.6   0.027   0.002   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0363   2.03e-09
V_corr=      -251.82313
ibin=    1357 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      93.0   141.0   0.034   0.051   0.000   0.000   0.672     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.153   1.77e-09
V_corr=      -239.80899
ibin=    1358 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      73.0   205.6  -0.073   0.070   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.388   2.48e-09
V_corr=      -259.78513
ibin=    1359 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      98.8   166.4  -0.031  -0.018   0.000   0.000   0.659     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0246   1.87e-09
V_corr=      -234.02020
ibin=    1360 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     104.4   173.0  -0.025   0.018   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0262   1.78e-09
V_corr=      -228.41389
ibin=    1361 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      99.2   151.9  -0.001  -0.010   0.000   0.000   0.252     NaN
Ages, Metallicities, Weights:
   4.85e+03     0.0648   5.57e-10
V_corr=      -233.61238
ibin=    1362 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     260     102.3   149.9   0.032   0.073   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00599   1.54e-09
V_corr=      -230.50396
ibin=    1363 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     104.4   160.6  -0.016   0.023   0.000   0.000   0.328     NaN
Ages, Metallicities, Weights:
   1.01e+04      0.108   1.04e-09
V_corr=      -228.36227
ibin=    1364 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      93.8   210.3  -0.044   0.071   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.386   1.96e-09
V_corr=      -239.04422
ibin=    1365 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      89.5   141.7  -0.003   0.121   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0242   1.40e-09
V_corr=      -243.31823
ibin=    1366 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     113.2   140.8   0.044   0.068   0.000   0.000   0.664     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0289   1.41e-09
V_corr=      -219.63207
ibin=    1367 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      90.9   191.3  -0.033   0.057   0.000   0.000   0.362     NaN
Ages, Metallicities, Weights:
   1.78e+04      0.590   2.40e-09
V_corr=      -241.93826
ibin=    1368 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     121.8   144.1   0.065   0.018   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0964   1.25e-09
V_corr=      -210.96980
ibin=    1369 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     110.8   174.6  -0.018  -0.011   0.000   0.000   0.386     NaN
Ages, Metallicities, Weights:
   7.72e+03      0.596   7.89e-10
V_corr=      -222.00818
ibin=    1370 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     106.4   120.8   0.037   0.040   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   5.90e+03    -0.0891   4.25e-10
V_corr=      -226.41127
ibin=    1371 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      94.7   172.5   0.008   0.006   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   3.94e+03      0.516   4.65e-10
V_corr=      -238.11989
ibin=    1372 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      96.6   122.5  -0.013  -0.004   0.000   0.000   0.328     NaN
Ages, Metallicities, Weights:
   7.92e+03     -0.155   4.68e-10
V_corr=      -236.24031
ibin=    1373 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      99.2   154.4  -0.019   0.066   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   6.32e+03      0.152   4.69e-10
V_corr=      -233.64094
ibin=    1374 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     141.9   156.0  -0.045   0.079   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.181   8.70e-10
V_corr=      -190.86784
ibin=    1375 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     130.1   144.6  -0.070   0.065   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
   6.59e+03     0.0967   4.59e-10
V_corr=      -202.66836
ibin=    1376 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     110.8   156.7  -0.038   0.018   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.45e+04     0.0981   8.47e-10
V_corr=      -222.04338
ibin=    1377 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      95.9   134.0   0.015   0.052   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.69e+03      0.540   1.59e-10
V_corr=      -236.87922
ibin=    1378 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     118.7   146.5   0.011  -0.045   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.28e+04     -0.179   5.78e-10
V_corr=      -214.14092
ibin=    1379 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     137.8   127.7  -0.077   0.002   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.152   7.78e-10
V_corr=      -195.02439
ibin=    1380 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1381 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1382 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139       2.6   126.2   0.012   0.027   0.000   0.000   1.120     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.221   5.07e-11
V_corr=      -330.17672
ibin=    1383 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     175     -26.9   223.2   0.061  -0.008   0.000   0.000   1.395     NaN
Ages, Metallicities, Weights:
   3.02e+03      0.181   1.31e-10
V_corr=      -359.66392
ibin=    1384 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      -4.2   109.2  -0.003   0.020   0.000   0.000   0.747     NaN
Ages, Metallicities, Weights:
   2.06e+03     -0.184   7.07e-11
V_corr=      -337.02663
ibin=    1385 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      11.6   156.5  -0.011   0.038   0.000   0.000   0.834     NaN
Ages, Metallicities, Weights:
   5.91e+03    -0.0631   2.20e-10
V_corr=      -321.20488
ibin=    1386 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      28.8   167.0   0.037   0.047   0.000   0.000   1.091     NaN
Ages, Metallicities, Weights:
   8.52e+03     0.0132   3.30e-10
V_corr=      -304.00427
ibin=    1387 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       6.6   147.3   0.020   0.002   0.000   0.000   1.111     NaN
Ages, Metallicities, Weights:
   1.80e+03     0.0764   8.36e-11
V_corr=      -326.25100
ibin=    1388 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     207       9.9   210.8   0.088   0.068   0.000   0.000   0.577     NaN
Ages, Metallicities, Weights:
   8.36e+03      0.155   4.01e-10
V_corr=      -322.88148
ibin=    1389 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      56.2   143.4   0.041   0.069   0.000   0.000   0.911     NaN
Ages, Metallicities, Weights:
   8.37e+03     -0.150   3.02e-10
V_corr=      -276.57990
ibin=    1390 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130       2.6   108.2   0.012   0.003   0.000   0.000   0.862     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.579   4.08e-10
V_corr=      -330.23139
ibin=    1391 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      32.7    78.7   0.004   0.012   0.000   0.000   1.177     NaN
Ages, Metallicities, Weights:
   8.64e+03     -0.848   2.18e-10
V_corr=      -300.11789
ibin=    1392 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     208      -3.3   102.9  -0.001   0.025   0.000   0.000   1.373     NaN
Ages, Metallicities, Weights:
   1.14e+03     0.0246   5.62e-11
V_corr=      -336.06134
ibin=    1393 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95       7.8   133.0  -0.031   0.066   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.66e+04     -0.602   4.40e-10
V_corr=      -324.98292
ibin=    1394 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      13.8   153.1   0.005   0.051   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   1.89e+04     -0.194   7.25e-10
V_corr=      -318.99623
ibin=    1395 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82       9.5   111.4   0.009   0.008   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.466   6.38e-10
V_corr=      -323.35072
ibin=    1396 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -12.1   164.0   0.062   0.022   0.000   0.000   0.899     NaN
Ages, Metallicities, Weights:
   2.59e+03      0.455   2.38e-10
V_corr=      -344.86596
ibin=    1397 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -18.3   107.3  -0.020   0.025   0.000   0.000   0.688     NaN
Ages, Metallicities, Weights:
   1.62e+04     -0.455   5.88e-10
V_corr=      -351.14164
ibin=    1398 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      11.7   128.3   0.032   0.045   0.000   0.000   0.949     NaN
Ages, Metallicities, Weights:
   4.15e+03    -0.0717   2.65e-10
V_corr=      -321.11855
ibin=    1399 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      13.3   110.7  -0.024  -0.010   0.000   0.000   0.805     NaN
Ages, Metallicities, Weights:
   1.84e+03     -0.208   1.17e-10
V_corr=      -319.50340
ibin=    1400 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      80      12.4   112.4   0.005   0.049   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.540   7.00e-10
V_corr=      -320.41334
ibin=    1401 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83       6.9   128.0   0.065   0.048   0.000   0.000   0.747     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.285   9.34e-10
V_corr=      -325.89079
ibin=    1402 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      27.6   148.5   0.081   0.055   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0615   1.15e-09
V_corr=      -305.20005
ibin=    1403 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      36.1   128.3  -0.045   0.017   0.000   0.000   0.586     NaN
Ages, Metallicities, Weights:
   1.38e+04     -0.175   8.37e-10
V_corr=      -296.73013
ibin=    1404 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      33.6   162.8  -0.034   0.017   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.250   1.11e-09
V_corr=      -299.21338
ibin=    1405 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156      14.3   193.7   0.029   0.020   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   3.82e+03      0.320   4.07e-10
V_corr=      -318.47753
ibin=    1406 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      20.8   132.8  -0.014   0.036   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   1.88e+04     -0.136   1.26e-09
V_corr=      -311.96554
ibin=    1407 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      18.5   125.0  -0.011   0.068   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.43e+04     -0.212   9.60e-10
V_corr=      -314.33295
ibin=    1408 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      34.9   165.6   0.009   0.023   0.000   0.000   0.930     NaN
Ages, Metallicities, Weights:
   7.06e+03     0.0233   7.24e-10
V_corr=      -297.87338
ibin=    1409 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      30.5   183.2  -0.049   0.051   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   1.16e+04      0.124   1.25e-09
V_corr=      -302.29067
ibin=    1410 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      71.8   183.8  -0.001  -0.068   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   9.19e+03    -0.0401   1.02e-09
V_corr=      -261.02662
ibin=    1411 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      49.9   167.7   0.018   0.105   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   6.93e+03      0.347   1.05e-09
V_corr=      -282.95419
ibin=    1412 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      88.5   138.6  -0.008   0.070   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   1.74e-09
V_corr=      -244.29639
ibin=    1413 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      65.1   195.4  -0.047   0.032   0.000   0.000   0.714     NaN
Ages, Metallicities, Weights:
   9.33e+03      0.137   1.34e-09
V_corr=      -267.69766
ibin=    1414 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      74.6   174.8  -0.042   0.051   0.000   0.000   0.449     NaN
Ages, Metallicities, Weights:
   1.50e+04      0.114   1.91e-09
V_corr=      -258.20069
ibin=    1415 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      69.7   161.2  -0.016   0.004   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.136   2.10e-09
V_corr=      -263.09863
ibin=    1416 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      68.1   175.4  -0.029   0.039   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0544   2.43e-09
V_corr=      -264.68115
ibin=    1417 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      78.1   155.7   0.016   0.035   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.117   2.23e-09
V_corr=      -254.67440
ibin=    1418 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      66.7   174.5  -0.068   0.062   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00502   2.24e-09
V_corr=      -266.11312
ibin=    1419 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      78.1   151.0  -0.039   0.083   0.000   0.000   0.969     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0280   2.29e-09
V_corr=      -254.70712
ibin=    1420 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      83.3   167.8   0.022   0.034   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0137   2.37e-09
V_corr=      -249.50715
ibin=    1421 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      83.1   131.7  -0.047   0.063   0.000   0.000   0.688     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0607   2.21e-09
V_corr=      -249.73946
ibin=    1422 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      88.3   136.5  -0.036   0.066   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   1.11e+04     0.0429   1.51e-09
V_corr=      -244.54048
ibin=    1423 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      91.2   172.4   0.017   0.035   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00896   2.27e-09
V_corr=      -241.63756
ibin=    1424 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      94.9   174.5   0.004   0.022   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.59e+04      0.127   2.12e-09
V_corr=      -237.95266
ibin=    1425 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      94.3   153.3  -0.030   0.046   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0283   2.04e-09
V_corr=      -238.53115
ibin=    1426 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      92.6   150.7   0.003   0.020   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0636   2.13e-09
V_corr=      -240.18312
ibin=    1427 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      83.6   165.0  -0.041  -0.007   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   9.10e+03      0.117   1.25e-09
V_corr=      -249.23115
ibin=    1428 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      92.6   164.0   0.013  -0.044   0.000   0.000   0.531     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.108   1.80e-09
V_corr=      -240.17682
ibin=    1429 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      81.1   143.2  -0.044   0.067   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0792   1.72e-09
V_corr=      -251.74477
ibin=    1430 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      97.9   153.0  -0.036   0.064   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.83e+04      0.212   1.94e-09
V_corr=      -234.86552
ibin=    1431 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      99.5   147.4  -0.043   0.037   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0426   1.65e-09
V_corr=      -233.26575
ibin=    1432 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146      85.6   162.2  -0.035   0.058   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0563   1.51e-09
V_corr=      -247.22027
ibin=    1433 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      89.8   148.0   0.002   0.049   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0806   1.43e-09
V_corr=      -242.99625
ibin=    1434 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     112.4   144.7   0.006   0.004   0.000   0.000   0.382     NaN
Ages, Metallicities, Weights:
   1.61e+04    -0.0822   1.19e-09
V_corr=      -220.37966
ibin=    1435 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     111.5   122.2  -0.005   0.052   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.79e+04     -0.117   1.22e-09
V_corr=      -221.32631
ibin=    1436 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     101.8   178.5  -0.034   0.025   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.136   1.53e-09
V_corr=      -230.98519
ibin=    1437 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     116.4   139.9   0.004   0.093   0.000   0.000   0.420     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0759   1.24e-09
V_corr=      -216.37099
ibin=    1438 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     101.3   166.1   0.027   0.064   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.90e+04    0.00379   1.23e-09
V_corr=      -231.52335
ibin=    1439 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     203      82.7   184.7   0.015   0.103   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.556   2.13e-09
V_corr=      -250.14088
ibin=    1440 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     102.6   169.1  -0.023  -0.006   0.000   0.000   0.551     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0260   1.26e-09
V_corr=      -230.18421
ibin=    1441 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      96.5   109.1  -0.012   0.035   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   2.49e+03     -0.120   1.80e-10
V_corr=      -236.26916
ibin=    1442 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     133.2   152.3   0.021   0.063   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.51e+04      0.157   1.04e-09
V_corr=      -199.62776
ibin=    1443 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     127.3   154.7  -0.038   0.060   0.000   0.000   0.267     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0808   1.05e-09
V_corr=      -205.46758
ibin=    1444 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194     110.4   150.7  -0.053   0.045   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.45e+03      0.644   1.59e-10
V_corr=      -222.44641
ibin=    1445 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     134.4   157.8  -0.062   0.036   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   2.74e+03      0.431   2.40e-10
V_corr=      -198.36799
ibin=    1446 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     123.7   143.5  -0.077   0.039   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.42e+04    -0.0761   6.94e-10
V_corr=      -209.07231
ibin=    1447 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     133.9   165.1  -0.050  -0.030   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   1.39e+04     0.0972   8.07e-10
V_corr=      -198.89151
ibin=    1448 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     142.6   146.7  -0.044  -0.029   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0616   8.49e-10
V_corr=      -190.24552
ibin=    1449 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1450 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1451 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     -79.7   181.2   0.070  -0.005   0.000   0.000   1.591     NaN
Ages, Metallicities, Weights:
   1.33e+03      0.489   6.97e-11
V_corr=      -412.48624
ibin=    1452 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -32.7   190.6   0.057  -0.056   0.000   0.000   2.355     NaN
Ages, Metallicities, Weights:
   1.12e+03      0.269   5.00e-11
V_corr=      -365.48728
ibin=    1453 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     325     -30.4    75.7  -0.001   0.011   0.000   0.000   1.147     NaN
Ages, Metallicities, Weights:
   2.73e+03     -0.721   6.69e-11
V_corr=      -363.19076
ibin=    1454 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     -65.4   178.3  -0.015  -0.022   0.000   0.000   1.939     NaN
Ages, Metallicities, Weights:
   2.31e+03    -0.0415   9.86e-11
V_corr=      -398.17251
ibin=    1455 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117       1.5   140.0   0.001   0.018   0.000   0.000   1.782     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.238   5.64e-10
V_corr=      -331.35784
ibin=    1456 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     288       2.9    76.0   0.001   0.017   0.000   0.000   1.056     NaN
Ages, Metallicities, Weights:
   2.73e+03     -0.852   7.35e-11
V_corr=      -329.85976
ibin=    1457 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      -7.0   126.3  -0.024   0.049   0.000   0.000   0.842     NaN
Ages, Metallicities, Weights:
   4.04e+03     -0.203   1.64e-10
V_corr=      -339.76614
ibin=    1458 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126       2.0   132.1  -0.005   0.075   0.000   0.000   0.921     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.322   5.56e-10
V_corr=      -330.83418
ibin=    1459 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      10.5   160.9   0.050   0.014   0.000   0.000   0.717     NaN
Ages, Metallicities, Weights:
   4.34e+03    -0.0716   2.09e-10
V_corr=      -322.26501
ibin=    1460 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      11.7   106.5  -0.004   0.031   0.000   0.000   0.664     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.410   5.73e-10
V_corr=      -321.12548
ibin=    1461 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      -6.1   113.8   0.053   0.028   0.000   0.000   0.790     NaN
Ages, Metallicities, Weights:
   1.59e+03    -0.0734   8.06e-11
V_corr=      -338.87235
ibin=    1462 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84       2.5   109.0  -0.004   0.001   0.000   0.000   1.436     NaN
Ages, Metallicities, Weights:
   1.71e+03      0.131   1.08e-10
V_corr=      -330.33354
ibin=    1463 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116       1.5   137.8   0.037   0.012   0.000   0.000   0.989     NaN
Ages, Metallicities, Weights:
   1.76e+03      0.220   1.21e-10
V_corr=      -331.30338
ibin=    1464 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      86       3.8   101.3   0.018   0.041   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   5.44e+03     -0.193   2.88e-10
V_corr=      -329.01468
ibin=    1465 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      27.9   123.9   0.037  -0.002   0.000   0.000   0.682     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.438   5.75e-10
V_corr=      -304.94451
ibin=    1466 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      73       6.2   132.8  -0.040   0.085   0.000   0.000   0.653     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.318   8.25e-10
V_corr=      -326.57184
ibin=    1467 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     216      16.2   160.6   0.016   0.157   0.000   0.000   0.726     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00389   9.81e-10
V_corr=      -316.56235
ibin=    1468 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      16.7   166.5   0.037  -0.055   0.000   0.000   0.765     NaN
Ages, Metallicities, Weights:
   2.55e+03     0.0742   2.05e-10
V_corr=      -316.05904
ibin=    1469 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      20.1   140.5  -0.028  -0.036   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   2.15e+03     0.0763   1.80e-10
V_corr=      -312.72044
ibin=    1470 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -12.4   150.6  -0.058   0.078   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0587   1.12e-09
V_corr=      -345.19732
ibin=    1471 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      12.9   121.7  -0.030  -0.018   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
   4.75e+03    -0.0588   3.89e-10
V_corr=      -319.93214
ibin=    1472 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      35.8   109.2  -0.023   0.042   0.000   0.000   0.936     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.459   9.24e-10
V_corr=      -297.01683
ibin=    1473 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158       6.4   192.7  -0.042   0.067   0.000   0.000   0.625     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.243   1.59e-09
V_corr=      -326.42159
ibin=    1474 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      15.3   159.6  -0.063   0.033   0.000   0.000   0.672     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00271   1.40e-09
V_corr=      -317.48585
ibin=    1475 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184      44.7   186.0  -0.030   0.063   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   4.90e+03      0.342   5.81e-10
V_corr=      -288.09946
ibin=    1476 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      41.0   130.3  -0.053   0.014   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.165   1.48e-09
V_corr=      -291.77194
ibin=    1477 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      31.6   156.8  -0.032   0.022   0.000   0.000   0.785     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0803   1.60e-09
V_corr=      -301.24470
ibin=    1478 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      47.8   130.6  -0.053   0.027   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.198   1.58e-09
V_corr=      -285.04250
ibin=    1479 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      49.3   184.5  -0.045   0.012   0.000   0.000   0.714     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.108   2.10e-09
V_corr=      -283.50886
ibin=    1480 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      50.8   138.4   0.019   0.039   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.81e+04     -0.262   1.59e-09
V_corr=      -282.02798
ibin=    1481 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      73.6   156.7   0.000   0.065   0.000   0.000   0.339     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0749   2.01e-09
V_corr=      -259.16798
ibin=    1482 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      64.3   158.6   0.030   0.028   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0729   2.14e-09
V_corr=      -268.45894
ibin=    1483 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      60.6   173.7   0.003   0.118   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   5.93e+03      0.485   1.23e-09
V_corr=      -272.16685
ibin=    1484 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      59.7   158.6  -0.038  -0.062   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.130   2.48e-09
V_corr=      -273.14195
ibin=    1485 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      91.3   167.1  -0.069  -0.003   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.137   2.43e-09
V_corr=      -241.48016
ibin=    1486 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      82.0   161.2   0.000   0.002   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0372   2.53e-09
V_corr=      -250.81417
ibin=    1487 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      72.7   168.8   0.000   0.035   0.000   0.000   0.687     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0781   2.62e-09
V_corr=      -260.08199
ibin=    1488 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      87.1   147.4  -0.009   0.048   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0486   2.47e-09
V_corr=      -245.73478
ibin=    1489 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      73.5   154.4   0.026   0.024   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.163   2.32e-09
V_corr=      -259.32469
ibin=    1490 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      71.5   152.2   0.003   0.030   0.000   0.000   0.604     NaN
Ages, Metallicities, Weights:
   1.93e+04    -0.0391   2.42e-09
V_corr=      -261.29054
ibin=    1491 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      85.3   152.6  -0.027   0.004   0.000   0.000   0.487     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.107   2.35e-09
V_corr=      -247.52141
ibin=    1492 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      85.4   146.0  -0.006  -0.003   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.79e+04     -0.104   2.09e-09
V_corr=      -247.43450
ibin=    1493 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      88.1   138.5   0.000   0.016   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.187   2.08e-09
V_corr=      -244.75158
ibin=    1494 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      64.4   169.0  -0.034   0.079   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   2.26e+03      0.516   5.08e-10
V_corr=      -268.36131
ibin=    1495 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      81.2   142.5   0.010   0.043   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   4.78e+03      0.120   7.29e-10
V_corr=      -251.56652
ibin=    1496 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      94.1   160.3  -0.044   0.041   0.000   0.000   0.373     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.106   2.24e-09
V_corr=      -238.72694
ibin=    1497 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      91.8   144.6   0.054   0.019   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.100   1.92e-09
V_corr=      -241.04936
ibin=    1498 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     104.8   166.4   0.025  -0.022   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00998   1.99e-09
V_corr=      -227.99525
ibin=    1499 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      91.2   166.6  -0.044   0.001   0.000   0.000   0.457     NaN
Ages, Metallicities, Weights:
   1.78e+04    -0.0771   1.67e-09
V_corr=      -241.56238
ibin=    1500 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     102.1   147.1  -0.069   0.040   0.000   0.000   0.352     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0789   1.66e-09
V_corr=      -230.73621
ibin=    1501 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     108.3   130.5   0.046   0.049   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0484   1.70e-09
V_corr=      -224.55857
ibin=    1502 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     109.7   128.7   0.066   0.037   0.000   0.000   0.555     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.230   1.34e-09
V_corr=      -223.07518
ibin=    1503 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     131.5   131.3  -0.042  -0.022   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.124   1.42e-09
V_corr=      -201.35141
ibin=    1504 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     109.2   155.2  -0.018  -0.027   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   3.52e+03    -0.0246   3.47e-10
V_corr=      -223.57750
ibin=    1505 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     116.4   152.5  -0.038  -0.010   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.194   1.24e-09
V_corr=      -216.42112
ibin=    1506 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     127.4   142.6  -0.007   0.041   0.000   0.000   0.487     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.321   1.08e-09
V_corr=      -205.42002
ibin=    1507 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      92.7   197.8   0.018   0.086   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.618   2.62e-09
V_corr=      -240.10734
ibin=    1508 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     132.8   127.6  -0.060   0.018   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.221   1.10e-09
V_corr=      -199.99231
ibin=    1509 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157     109.8   188.5  -0.115  -0.007   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   7.75e+03      0.163   6.97e-10
V_corr=      -223.03413
ibin=    1510 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     114.1   148.4  -0.020   0.048   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.113   1.07e-09
V_corr=      -218.69708
ibin=    1511 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      98.3   171.7  -0.028   0.081   0.000   0.000   0.292     NaN
Ages, Metallicities, Weights:
   3.54e+03      0.330   3.19e-10
V_corr=      -234.50917
ibin=    1512 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      98.3   162.8  -0.049   0.035   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.84e+04    -0.0403   9.91e-10
V_corr=      -234.46466
ibin=    1513 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     136.7   148.5  -0.037  -0.061   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
   1.66e+04     -0.390   6.95e-10
V_corr=      -196.06055
ibin=    1514 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     124.5   148.9  -0.093  -0.044   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.236   8.85e-10
V_corr=      -208.28664
ibin=    1515 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     101.3   154.3  -0.005  -0.023   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.03e+03      0.352   7.97e-11
V_corr=      -231.48813
ibin=    1516 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     128.1   163.8  -0.095  -0.026   0.000   0.000   0.366     NaN
Ages, Metallicities, Weights:
   2.40e+03      0.605   2.66e-10
V_corr=      -204.67125
ibin=    1517 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     251     101.4   222.3  -0.114   0.076   0.000   0.000   0.722     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.650   1.95e-09
V_corr=      -231.43028
ibin=    1518 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1519 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1520 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      49.2   158.1   0.076  -0.017   0.000   0.000   1.306     NaN
Ages, Metallicities, Weights:
   8.77e+03     -0.186   2.75e-10
V_corr=      -283.59740
ibin=    1521 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -22.4   107.2   0.014  -0.024   0.000   0.000   3.025     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.802   2.99e-10
V_corr=      -355.18698
ibin=    1522 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     283      27.2   214.5  -0.008   0.082   0.000   0.000   1.427     NaN
Ages, Metallicities, Weights:
       975.      0.605   5.86e-11
V_corr=      -305.62025
ibin=    1523 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      -4.6   162.9   0.030   0.025   0.000   0.000   1.646     NaN
Ages, Metallicities, Weights:
   1.41e+04     -0.317   3.89e-10
V_corr=      -337.36817
ibin=    1524 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     215      10.6   125.1  -0.012   0.014   0.000   0.000   1.050     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.735   3.41e-10
V_corr=      -322.25084
ibin=    1525 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -24.4   165.9   0.060   0.006   0.000   0.000   0.593     NaN
Ages, Metallicities, Weights:
   2.31e+03     0.0630   1.16e-10
V_corr=      -357.18625
ibin=    1526 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -10.6   132.6   0.004   0.021   0.000   0.000   1.034     NaN
Ages, Metallicities, Weights:
   1.58e+04     -0.738   3.50e-10
V_corr=      -343.36018
ibin=    1527 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -12.0   212.7   0.009   0.067   0.000   0.000   1.060     NaN
Ages, Metallicities, Weights:
   5.68e+03      0.244   3.20e-10
V_corr=      -344.80899
ibin=    1528 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -27.5   160.3   0.029   0.035   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.249   6.61e-10
V_corr=      -360.33493
ibin=    1529 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      46.0   102.4   0.045   0.025   0.000   0.000   1.082     NaN
Ages, Metallicities, Weights:
   1.12e+04     -0.587   3.30e-10
V_corr=      -286.81201
ibin=    1530 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -5.1   134.8  -0.027  -0.002   0.000   0.000   0.723     NaN
Ages, Metallicities, Weights:
   1.30e+03      0.145   7.58e-11
V_corr=      -337.86310
ibin=    1531 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      -3.3   124.1   0.062  -0.038   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.410   6.78e-10
V_corr=      -336.13784
ibin=    1532 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -19.8   117.6   0.053   0.043   0.000   0.000   0.886     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.421   6.70e-10
V_corr=      -352.64772
ibin=    1533 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      25.9   102.1   0.007   0.033   0.000   0.000   0.736     NaN
Ages, Metallicities, Weights:
   1.91e+03    0.00642   1.24e-10
V_corr=      -306.89614
ibin=    1534 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97       4.0   112.5   0.038   0.036   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   2.83e+03     -0.440   1.43e-10
V_corr=      -328.80740
ibin=    1535 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      29.7   118.0   0.005   0.067   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   4.94e+03     -0.208   2.90e-10
V_corr=      -303.07196
ibin=    1536 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      27.6   123.0   0.016   0.070   0.000   0.000   0.512     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.187   9.73e-10
V_corr=      -305.22953
ibin=    1537 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -2.8   173.8   0.000   0.095   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   8.04e+03      0.307   7.11e-10
V_corr=      -335.61200
ibin=    1538 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      14.9   130.0  -0.052   0.080   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   2.45e+03      0.278   2.33e-10
V_corr=      -317.90143
ibin=    1539 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      18.4   133.1   0.056   0.052   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.157   1.13e-09
V_corr=      -314.37112
ibin=    1540 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      17.1   140.5   0.015   0.078   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   7.65e+03     0.0308   6.18e-10
V_corr=      -315.71168
ibin=    1541 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      44.7   169.9  -0.013  -0.062   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   2.61e+03   -0.00480   2.49e-10
V_corr=      -288.11510
ibin=    1542 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      32.9   162.9  -0.037   0.143   0.000   0.000   0.735     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00121   1.33e-09
V_corr=      -299.92584
ibin=    1543 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      35.8   177.5  -0.012   0.017   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   1.41e+04    -0.0362   1.17e-09
V_corr=      -296.96702
ibin=    1544 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      30.1   142.8  -0.007   0.073   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   7.91e+03     -0.111   6.82e-10
V_corr=      -302.70342
ibin=    1545 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      43.4   162.5  -0.047   0.085   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0218   1.66e-09
V_corr=      -289.36849
ibin=    1546 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      32.5   155.9   0.044  -0.026   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.101   1.77e-09
V_corr=      -300.26929
ibin=    1547 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      40.8   182.1  -0.011   0.021   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00697   1.98e-09
V_corr=      -292.04151
ibin=    1548 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     244      52.9   163.5  -0.030   0.011   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0103   2.18e-09
V_corr=      -279.93401
ibin=    1549 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      34.8   153.7   0.068   0.135   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.06e+04      0.139   1.56e-09
V_corr=      -297.99309
ibin=    1550 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      62.0   159.8  -0.044   0.025   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0990   2.27e-09
V_corr=      -270.81624
ibin=    1551 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      47.6   171.4  -0.129   0.023   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   8.46e+03     0.0620   1.41e-09
V_corr=      -285.25464
ibin=    1552 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      41.3   158.9   0.023   0.057   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   1.19e+04    -0.0334   1.74e-09
V_corr=      -291.48714
ibin=    1553 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      45.4   135.5   0.022   0.092   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.163   1.92e-09
V_corr=      -287.36834
ibin=    1554 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      77.1   145.8  -0.069   0.104   0.000   0.000   0.603     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0729   2.54e-09
V_corr=      -255.73746
ibin=    1555 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      63.2   172.1  -0.049   0.052   0.000   0.000   0.371     NaN
Ages, Metallicities, Weights:
   1.29e+04      0.118   2.30e-09
V_corr=      -269.64531
ibin=    1556 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      58.7   179.4  -0.074   0.001   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0697   3.04e-09
V_corr=      -274.10916
ibin=    1557 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      73.7   171.4  -0.032  -0.002   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00494   2.94e-09
V_corr=      -259.06876
ibin=    1558 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      77.2   156.7  -0.048  -0.004   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.38e+04     -0.106   2.01e-09
V_corr=      -255.62623
ibin=    1559 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      81.8   170.1   0.020   0.056   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   5.01e+03      0.284   1.07e-09
V_corr=      -250.98783
ibin=    1560 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      81.6   169.4  -0.047  -0.005   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0422   2.59e-09
V_corr=      -251.16949
ibin=    1561 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      84.7   140.4  -0.012   0.013   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.141   2.33e-09
V_corr=      -248.11636
ibin=    1562 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      78.0   156.4  -0.018  -0.042   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.73e+04    -0.0734   2.26e-09
V_corr=      -254.77224
ibin=    1563 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     114.2   145.7  -0.075   0.037   0.000   0.000   0.808     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0802   2.28e-09
V_corr=      -218.60313
ibin=    1564 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      81.9   186.9  -0.022  -0.022   0.000   0.000   0.776     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0349   2.38e-09
V_corr=      -250.91071
ibin=    1565 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      92.8   181.4  -0.075   0.046   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.169   2.39e-09
V_corr=      -239.99522
ibin=    1566 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      95.9   178.7  -0.026   0.006   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   1.49e+04    0.00614   1.75e-09
V_corr=      -236.88305
ibin=    1567 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      75.9   162.0  -0.031   0.045   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0324   2.04e-09
V_corr=      -256.94988
ibin=    1568 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      78.0   182.3  -0.087   0.016   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   1.79e+04      0.204   2.25e-09
V_corr=      -254.80404
ibin=    1569 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      77.5   167.8  -0.007   0.032   0.000   0.000   0.427     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.170   2.05e-09
V_corr=      -255.35522
ibin=    1570 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     106.1   169.4   0.008   0.067   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.68e+04     0.0320   1.52e-09
V_corr=      -226.66197
ibin=    1571 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     101.4   171.8   0.072   0.035   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.151   1.74e-09
V_corr=      -231.44847
ibin=    1572 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      97.2   155.2   0.012   0.000   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   1.57e+04      0.141   1.52e-09
V_corr=      -235.59467
ibin=    1573 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      77.0   161.5  -0.006   0.033   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0886   1.35e-09
V_corr=      -255.79967
ibin=    1574 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      99.4   197.3   0.038   0.029   0.000   0.000   0.512     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.308   1.73e-09
V_corr=      -233.43712
ibin=    1575 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     102.9   135.4  -0.019  -0.036   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   1.21e+03      0.136   1.12e-10
V_corr=      -229.93139
ibin=    1576 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      95.6   158.7  -0.030  -0.013   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   9.67e+03   -0.00588   7.73e-10
V_corr=      -237.18364
ibin=    1577 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      89.2   154.6   0.005   0.021   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.86e+03      0.563   2.48e-10
V_corr=      -243.64124
ibin=    1578 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      84.6   157.7  -0.001  -0.025   0.000   0.000   0.427     NaN
Ages, Metallicities, Weights:
   2.04e+03      0.240   2.02e-10
V_corr=      -248.23413
ibin=    1579 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      80.2   181.3  -0.053   0.010   0.000   0.000   0.323     NaN
Ages, Metallicities, Weights:
   1.10e+03      0.620   1.28e-10
V_corr=      -252.62090
ibin=    1580 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182     109.8   155.5  -0.005  -0.024   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.15e+03      0.610   1.32e-10
V_corr=      -223.05004
ibin=    1581 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     125.3   170.0  -0.084   0.015   0.000   0.000   0.604     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.182   9.60e-10
V_corr=      -207.51906
ibin=    1582 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     131.2   176.2  -0.061  -0.021   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   2.95e+03      0.295   2.62e-10
V_corr=      -201.62834
ibin=    1583 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     115.3   139.1   0.020   0.013   0.000   0.000   0.471     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.119   9.54e-10
V_corr=      -217.55552
ibin=    1584 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     135.4   169.3  -0.072  -0.033   0.000   0.000   0.309     NaN
Ages, Metallicities, Weights:
   3.56e+03      0.406   3.21e-10
V_corr=      -197.39930
ibin=    1585 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     156.1   123.7   0.026   0.012   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.235   8.15e-10
V_corr=      -176.72843
ibin=    1586 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     122.6   134.0  -0.021  -0.002   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.216   6.31e-10
V_corr=      -210.22339
ibin=    1587 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1588 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1589 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -17.7   129.4   0.015  -0.013   0.000   0.000   1.672     NaN
Ages, Metallicities, Weights:
       996.     0.0786   3.90e-11
V_corr=      -350.48711
ibin=    1590 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -14.0    90.5   0.008  -0.012   0.000   0.000   1.299     NaN
Ages, Metallicities, Weights:
   1.53e+04     -0.946   2.67e-10
V_corr=      -346.84408
ibin=    1591 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      15.9   150.7  -0.006   0.021   0.000   0.000   0.964     NaN
Ages, Metallicities, Weights:
   4.54e+03     -0.240   1.72e-10
V_corr=      -316.86872
ibin=    1592 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95       5.5   124.3  -0.005   0.037   0.000   0.000   1.266     NaN
Ages, Metallicities, Weights:
   4.30e+03     -0.263   1.58e-10
V_corr=      -327.28977
ibin=    1593 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     205      33.2   150.2   0.075   0.076   0.000   0.000   2.269     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.350   5.18e-10
V_corr=      -299.62313
ibin=    1594 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     -17.0    76.7  -0.016   0.009   0.000   0.000   1.764     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.755   3.96e-10
V_corr=      -349.77280
ibin=    1595 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -0.6   105.8  -0.031   0.007   0.000   0.000   0.852     NaN
Ages, Metallicities, Weights:
   1.96e+04     -0.619   4.52e-10
V_corr=      -333.44261
ibin=    1596 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97     -13.2   144.9  -0.004   0.070   0.000   0.000   1.284     NaN
Ages, Metallicities, Weights:
   2.65e+03      0.146   1.50e-10
V_corr=      -346.01974
ibin=    1597 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      69       1.1   114.4   0.002   0.003   0.000   0.000   1.297     NaN
Ages, Metallicities, Weights:
   6.91e+03     -0.402   2.54e-10
V_corr=      -331.71495
ibin=    1598 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      11.5    93.4   0.031  -0.004   0.000   0.000   0.799     NaN
Ages, Metallicities, Weights:
   3.76e+03     -0.431   1.61e-10
V_corr=      -321.33068
ibin=    1599 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184     -30.1   153.1   0.037  -0.025   0.000   0.000   0.696     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.292   6.19e-10
V_corr=      -362.90492
ibin=    1600 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      14.3   111.0   0.018   0.044   0.000   0.000   0.685     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.532   5.86e-10
V_corr=      -318.47482
ibin=    1601 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      -4.3    94.2   0.039   0.010   0.000   0.000   0.875     NaN
Ages, Metallicities, Weights:
   1.75e+03     -0.289   9.24e-11
V_corr=      -337.13751
ibin=    1602 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94       9.9   102.1  -0.044   0.035   0.000   0.000   0.716     NaN
Ages, Metallicities, Weights:
   7.39e+03     -0.177   3.87e-10
V_corr=      -322.95158
ibin=    1603 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     228       3.2   140.4   0.018   0.016   0.000   0.000   1.211     NaN
Ages, Metallicities, Weights:
   5.91e+03     -0.215   3.38e-10
V_corr=      -329.58286
ibin=    1604 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      -1.3   131.7   0.047   0.037   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.32e+04     -0.152   7.02e-10
V_corr=      -334.09649
ibin=    1605 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      16.9   102.9  -0.014  -0.020   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   6.22e+03     -0.264   3.78e-10
V_corr=      -315.94749
ibin=    1606 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      20.0   188.2   0.024   0.073   0.000   0.000   0.606     NaN
Ages, Metallicities, Weights:
   2.04e+03      0.544   2.47e-10
V_corr=      -312.79051
ibin=    1607 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     206       9.6   149.3   0.002   0.094   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0272   1.18e-09
V_corr=      -323.19337
ibin=    1608 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      15.6   131.3   0.054   0.044   0.000   0.000   0.645     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.267   1.10e-09
V_corr=      -317.21918
ibin=    1609 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      11.4   111.6  -0.017   0.032   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   7.87e+03     -0.342   4.75e-10
V_corr=      -321.42671
ibin=    1610 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      10.7   167.1   0.008   0.033   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   5.29e+03      0.141   5.31e-10
V_corr=      -322.15583
ibin=    1611 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      23.5   164.1  -0.023   0.063   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   1.30e+04    -0.0356   1.04e-09
V_corr=      -309.29918
ibin=    1612 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      23.7   168.1  -0.007   0.052   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   7.14e+03      0.182   8.76e-10
V_corr=      -309.13156
ibin=    1613 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      31.9   136.0  -0.011   0.091   0.000   0.000   0.749     NaN
Ages, Metallicities, Weights:
   3.82e+03     0.0141   4.33e-10
V_corr=      -300.91458
ibin=    1614 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      34.5   154.4  -0.088   0.072   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.128   1.68e-09
V_corr=      -298.33614
ibin=    1615 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      54.6   174.0  -0.027   0.110   0.000   0.000   0.532     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0910   1.97e-09
V_corr=      -278.24027
ibin=    1616 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      35.8   147.7  -0.007   0.004   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.170   1.94e-09
V_corr=      -297.00799
ibin=    1617 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      45.7   158.1   0.057   0.025   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.50e+04    -0.0313   1.89e-09
V_corr=      -287.12520
ibin=    1618 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      65.2   154.2  -0.017   0.037   0.000   0.000   0.548     NaN
Ages, Metallicities, Weights:
   6.61e+03    -0.0412   1.01e-09
V_corr=      -267.65415
ibin=    1619 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      48.2   156.3  -0.068   0.072   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   3.98e+03      0.275   8.10e-10
V_corr=      -284.57703
ibin=    1620 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      51.8   157.2  -0.031   0.017   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
   7.98e+03    -0.0148   1.40e-09
V_corr=      -281.03722
ibin=    1621 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      61.0   171.7   0.001   0.063   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   1.35e+04      0.154   2.52e-09
V_corr=      -271.79841
ibin=    1622 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      62.4   169.5  -0.028   0.011   0.000   0.000   0.749     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0105   3.08e-09
V_corr=      -270.41718
ibin=    1623 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      68.4   155.9  -0.029   0.019   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0132   3.14e-09
V_corr=      -264.44874
ibin=    1624 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      64.0   182.8   0.021   0.079   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.159   3.42e-09
V_corr=      -268.79515
ibin=    1625 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      78.9   137.3  -0.110   0.076   0.000   0.000   0.658     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0784   2.91e-09
V_corr=      -253.86280
ibin=    1626 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      68.2   154.2   0.022   0.048   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0687   3.01e-09
V_corr=      -264.59460
ibin=    1627 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      81.3   157.2  -0.021   0.055   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.56e+04    -0.0791   2.39e-09
V_corr=      -251.49873
ibin=    1628 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      75.1   150.1  -0.058   0.061   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0218   2.87e-09
V_corr=      -257.69725
ibin=    1629 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      75.7   162.4  -0.027  -0.008   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   2.32e+03      0.423   6.39e-10
V_corr=      -257.13827
ibin=    1630 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168      98.4   138.9  -0.038   0.080   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0837   2.58e-09
V_corr=      -234.37841
ibin=    1631 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      84.6   152.2  -0.074   0.005   0.000   0.000   0.457     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.127   2.55e-09
V_corr=      -248.23145
ibin=    1632 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      80.4   165.9  -0.052   0.010   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0812   2.42e-09
V_corr=      -252.43993
ibin=    1633 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      81.7   150.5  -0.022   0.039   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.137   2.16e-09
V_corr=      -251.07107
ibin=    1634 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      98.2   180.0  -0.054  -0.052   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0521   2.34e-09
V_corr=      -234.61756
ibin=    1635 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      89.2   144.9   0.016   0.036   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.117   2.05e-09
V_corr=      -243.60974
ibin=    1636 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     118.8   152.3  -0.025   0.032   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.162   1.85e-09
V_corr=      -214.04126
ibin=    1637 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      86.8   164.3  -0.066   0.013   0.000   0.000   0.787     NaN
Ages, Metallicities, Weights:
   1.61e+04    -0.0180   1.62e-09
V_corr=      -246.02645
ibin=    1638 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168     121.9   148.2  -0.110   0.004   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0769   1.75e-09
V_corr=      -210.93686
ibin=    1639 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     106.9   172.3  -0.042   0.083   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   6.90e+03      0.183   8.12e-10
V_corr=      -225.92101
ibin=    1640 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      92.0   138.3  -0.032   0.036   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   8.09e+03     0.0155   8.02e-10
V_corr=      -240.81781
ibin=    1641 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     111.9   153.1  -0.011  -0.026   0.000   0.000   0.908     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0720   1.49e-09
V_corr=      -220.92487
ibin=    1642 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     131.7   168.6  -0.017   0.034   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0144   1.44e-09
V_corr=      -201.09525
ibin=    1643 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     104.1   144.3  -0.036   0.044   0.000   0.000   0.351     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.115   1.51e-09
V_corr=      -228.70213
ibin=    1644 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     108.2   157.6  -0.006  -0.032   0.000   0.000   0.368     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.116   1.30e-09
V_corr=      -224.61845
ibin=    1645 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     111.7   138.5   0.007  -0.042   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   1.85e+04     -0.241   1.06e-09
V_corr=      -221.10722
ibin=    1646 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     111.4   152.9  -0.036  -0.014   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0115   1.23e-09
V_corr=      -221.37871
ibin=    1647 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91     104.8   148.7  -0.004   0.030   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   7.23e+03    0.00458   5.45e-10
V_corr=      -227.96433
ibin=    1648 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      96.7   178.5  -0.052   0.009   0.000   0.000   0.362     NaN
Ages, Metallicities, Weights:
   1.34e+04      0.108   9.59e-10
V_corr=      -236.14774
ibin=    1649 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     117.2   120.1  -0.040   0.014   0.000   0.000   0.318     NaN
Ages, Metallicities, Weights:
   4.05e+03    -0.0923   2.78e-10
V_corr=      -215.58716
ibin=    1650 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     110.3   199.8  -0.097   0.007   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   1.19e+04      0.129   8.51e-10
V_corr=      -222.53526
ibin=    1651 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     130.7   149.0  -0.015   0.011   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.133   9.64e-10
V_corr=      -202.10049
ibin=    1652 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     128.5   143.2  -0.076  -0.023   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   2.71e+03      0.213   1.98e-10
V_corr=      -204.33199
ibin=    1653 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     104.9   152.9  -0.033   0.023   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   3.12e+03      0.426   2.75e-10
V_corr=      -227.89416
ibin=    1654 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     118.9   188.2  -0.016  -0.001   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   2.45e-09
V_corr=      -213.93856
ibin=    1655 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     124.0   174.7   0.010  -0.001   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   2.60e+03      0.426   2.18e-10
V_corr=      -208.83070
ibin=    1656 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1657 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1658 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -20.0    78.2   0.001  -0.010   0.000   0.000   0.952     NaN
Ages, Metallicities, Weights:
   2.26e+03     -0.477   7.05e-11
V_corr=      -352.84185
ibin=    1659 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161       7.6   151.5  -0.001   0.039   0.000   0.000   0.756     NaN
Ages, Metallicities, Weights:
   9.03e+03     -0.272   2.64e-10
V_corr=      -325.24479
ibin=    1660 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      -3.0   113.1  -0.004   0.007   0.000   0.000   1.553     NaN
Ages, Metallicities, Weights:
   1.21e+04     -0.821   2.51e-10
V_corr=      -335.84246
ibin=    1661 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -15.7   144.7   0.024   0.026   0.000   0.000   0.927     NaN
Ages, Metallicities, Weights:
   3.35e+03      0.133   1.63e-10
V_corr=      -348.54801
ibin=    1662 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -17.5   110.6   0.015   0.032   0.000   0.000   0.997     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.571   4.43e-10
V_corr=      -350.35409
ibin=    1663 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -24.5   152.5   0.009  -0.050   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   5.08e+03     -0.506   1.80e-10
V_corr=      -357.27590
ibin=    1664 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128       7.4   162.6   0.020   0.021   0.000   0.000   0.850     NaN
Ages, Metallicities, Weights:
   1.41e+04     -0.198   5.11e-10
V_corr=      -325.37903
ibin=    1665 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129       2.5   177.4   0.091  -0.023   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.362   5.51e-10
V_corr=      -330.26497
ibin=    1666 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -19.4   113.0  -0.022   0.004   0.000   0.000   0.620     NaN
Ages, Metallicities, Weights:
   1.89e+04     -0.637   4.86e-10
V_corr=      -352.21805
ibin=    1667 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      19.9   129.5   0.063  -0.033   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.423   6.61e-10
V_corr=      -312.92544
ibin=    1668 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -15.2    61.4  -0.007   0.000   0.000   0.000   1.102     NaN
Ages, Metallicities, Weights:
   1.46e+04     -0.831   3.99e-10
V_corr=      -348.04978
ibin=    1669 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127       0.2   141.9   0.036   0.027   0.000   0.000   0.957     NaN
Ages, Metallicities, Weights:
   1.18e+04     -0.259   5.08e-10
V_corr=      -332.63510
ibin=    1670 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -21.6   170.6   0.061   0.045   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   9.06e+03    -0.0522   5.10e-10
V_corr=      -354.37169
ibin=    1671 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127       1.2   115.1   0.036   0.009   0.000   0.000   0.755     NaN
Ages, Metallicities, Weights:
   2.50e+03     -0.127   1.64e-10
V_corr=      -331.57686
ibin=    1672 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -2.0   159.8  -0.070   0.011   0.000   0.000   0.956     NaN
Ages, Metallicities, Weights:
   3.91e+03    -0.0103   2.78e-10
V_corr=      -334.85257
ibin=    1673 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129       5.0   131.1  -0.050   0.089   0.000   0.000   0.738     NaN
Ages, Metallicities, Weights:
   2.91e+03      0.115   2.27e-10
V_corr=      -327.82147
ibin=    1674 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -3.6   195.6  -0.019   0.063   0.000   0.000   1.195     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.430   1.68e-09
V_corr=      -336.42329
ibin=    1675 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      -1.6   138.8   0.003   0.014   0.000   0.000   0.536     NaN
Ages, Metallicities, Weights:
   2.75e+03      0.236   2.68e-10
V_corr=      -334.38986
ibin=    1676 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -19.0   160.7   0.007   0.072   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.117   1.19e-09
V_corr=      -351.76553
ibin=    1677 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      -1.7   143.0  -0.039  -0.011   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   3.04e+03     -0.105   2.67e-10
V_corr=      -334.52245
ibin=    1678 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      10.4   133.1   0.009   0.044   0.000   0.000   0.674     NaN
Ages, Metallicities, Weights:
   7.17e+03     -0.152   5.66e-10
V_corr=      -322.41692
ibin=    1679 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      47.1   141.1  -0.028   0.047   0.000   0.000   0.774     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.193   1.14e-09
V_corr=      -285.65992
ibin=    1680 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      20.5   163.4   0.076   0.023   0.000   0.000   0.820     NaN
Ages, Metallicities, Weights:
   8.21e+03    -0.0411   7.94e-10
V_corr=      -312.35151
ibin=    1681 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117       7.2   174.5   0.037   0.010   0.000   0.000   0.661     NaN
Ages, Metallicities, Weights:
   1.83e+04    -0.0405   1.65e-09
V_corr=      -325.65840
ibin=    1682 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      25.9   147.2   0.031  -0.024   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.83e+04     -0.217   1.60e-09
V_corr=      -306.91369
ibin=    1683 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146      20.0   182.8  -0.056   0.056   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00674   1.94e-09
V_corr=      -312.79886
ibin=    1684 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      19.3   183.3  -0.044   0.063   0.000   0.000   0.770     NaN
Ages, Metallicities, Weights:
   8.62e+03      0.171   1.31e-09
V_corr=      -313.51242
ibin=    1685 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      33.8   156.0  -0.044   0.059   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0177   2.34e-09
V_corr=      -298.98135
ibin=    1686 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      57.1   145.7  -0.035   0.065   0.000   0.000   0.851     NaN
Ages, Metallicities, Weights:
   1.70e+04     -0.177   2.00e-09
V_corr=      -275.72646
ibin=    1687 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      40.4   177.3  -0.044   0.080   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.20e+04      0.144   2.02e-09
V_corr=      -292.38673
ibin=    1688 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156      59.8   161.9  -0.092  -0.018   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   1.17e+04    -0.0596   1.90e-09
V_corr=      -272.97963
ibin=    1689 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      55.2   145.0  -0.008   0.109   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0167   2.98e-09
V_corr=      -277.65754
ibin=    1690 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      54.6   183.0  -0.032  -0.003   0.000   0.000   0.743     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00158   3.36e-09
V_corr=      -278.21408
ibin=    1691 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      64.6   199.7  -0.087   0.089   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.54e+04      0.254   3.55e-09
V_corr=      -268.20824
ibin=    1692 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      64.7   176.8  -0.094   0.077   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   1.61e+04      0.110   3.21e-09
V_corr=      -268.12152
ibin=    1693 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      73.2   159.5  -0.051   0.061   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.100   3.10e-09
V_corr=      -259.56393
ibin=    1694 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      71.9   178.0  -0.056   0.046   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.140   3.64e-09
V_corr=      -260.92540
ibin=    1695 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      62.4   156.8  -0.021  -0.005   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.198   3.09e-09
V_corr=      -270.45302
ibin=    1696 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      64.1   158.0  -0.015   0.020   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0149   3.33e-09
V_corr=      -268.73032
ibin=    1697 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      67.0   137.2   0.005   0.075   0.000   0.000   0.536     NaN
Ages, Metallicities, Weights:
   6.98e+03    -0.0172   1.38e-09
V_corr=      -265.82657
ibin=    1698 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      78.0   165.6  -0.038   0.005   0.000   0.000   0.730     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0670   3.31e-09
V_corr=      -254.82264
ibin=    1699 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      89.2   147.5  -0.014   0.021   0.000   0.000   0.572     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.132   2.78e-09
V_corr=      -243.59279
ibin=    1700 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168      82.0   180.4  -0.050   0.032   0.000   0.000   0.701     NaN
Ages, Metallicities, Weights:
   1.45e+04      0.134   2.65e-09
V_corr=      -250.82072
ibin=    1701 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      86.9   164.9  -0.080   0.031   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00891   2.77e-09
V_corr=      -245.93439
ibin=    1702 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      86.0   139.7  -0.017   0.093   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0116   2.49e-09
V_corr=      -246.80848
ibin=    1703 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      86.1   177.1  -0.019   0.064   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.144   2.65e-09
V_corr=      -246.65978
ibin=    1704 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      76.2   166.7  -0.015  -0.023   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   1.55e+04     0.0471   2.13e-09
V_corr=      -256.65813
ibin=    1705 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     222      83.7   173.3  -0.087   0.019   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0123   2.14e-09
V_corr=      -249.12664
ibin=    1706 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      91.9   153.8   0.011   0.003   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.151   1.82e-09
V_corr=      -240.87612
ibin=    1707 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      96.9   147.8  -0.028   0.063   0.000   0.000   0.393     NaN
Ages, Metallicities, Weights:
   1.80e+03      0.451   3.07e-10
V_corr=      -235.90788
ibin=    1708 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     102.8   157.8  -0.026   0.025   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0147   1.79e-09
V_corr=      -230.01004
ibin=    1709 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      83.4   166.0   0.043   0.047   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.92e+04    -0.0152   1.62e-09
V_corr=      -249.45355
ibin=    1710 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      90.8   148.4   0.037   0.020   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   1.30e+04    0.00154   1.18e-09
V_corr=      -241.97366
ibin=    1711 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180      97.4   170.4   0.046   0.076   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.150   1.64e-09
V_corr=      -235.43511
ibin=    1712 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     111.4   172.8  -0.050   0.078   0.000   0.000   0.314     NaN
Ages, Metallicities, Weights:
   7.92e+03      0.191   8.78e-10
V_corr=      -221.36061
ibin=    1713 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      78.5   197.4  -0.026  -0.003   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.567   2.60e-09
V_corr=      -254.35696
ibin=    1714 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     191     113.4   180.5  -0.021   0.083   0.000   0.000   0.629     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.181   1.41e-09
V_corr=      -219.37660
ibin=    1715 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     113.8   182.7  -0.035   0.027   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   4.82e+03      0.310   4.82e-10
V_corr=      -219.05586
ibin=    1716 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     121.2   161.6   0.061   0.021   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.34e+04     -0.101   8.12e-10
V_corr=      -211.65037
ibin=    1717 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     102.4   157.8   0.026  -0.016   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
   1.09e+03      0.472   1.08e-10
V_corr=      -230.39548
ibin=    1718 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     107.7   137.2  -0.026   0.030   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   7.60e+03      0.106   5.84e-10
V_corr=      -225.10452
ibin=    1719 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     108.9   153.3  -0.024   0.065   0.000   0.000   0.351     NaN
Ages, Metallicities, Weights:
   2.21e+03      0.438   2.15e-10
V_corr=      -223.89428
ibin=    1720 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      93.1   120.4  -0.005   0.011   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   1.99e+03   -0.00863   1.29e-10
V_corr=      -239.71947
ibin=    1721 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     142.7   145.5  -0.006  -0.025   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0414   8.99e-10
V_corr=      -190.06422
ibin=    1722 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     147.9   153.4  -0.041   0.020   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0857   9.19e-10
V_corr=      -184.93900
ibin=    1723 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     127.3   149.3   0.009  -0.057   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.168   8.92e-10
V_corr=      -205.47777
ibin=    1724 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     120.5   137.0   0.038  -0.025   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.54e+04    -0.0841   7.12e-10
V_corr=      -212.35615
ibin=    1725 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1726 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1727 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126       6.5    88.5   0.007   0.016   0.000   0.000   1.405     NaN
Ages, Metallicities, Weights:
   2.81e+03     -0.474   8.46e-11
V_corr=      -326.25988
ibin=    1728 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -36.8    91.7  -0.021   0.008   0.000   0.000   1.617     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.770   3.53e-10
V_corr=      -369.57410
ibin=    1729 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     120     -36.3   171.1  -0.016   0.029   0.000   0.000   1.449     NaN
Ages, Metallicities, Weights:
   1.31e+03      0.279   6.53e-11
V_corr=      -369.13020
ibin=    1730 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153      -3.0   219.0   0.033  -0.007   0.000   0.000   0.682     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.112   6.74e-10
V_corr=      -335.78943
ibin=    1731 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      -7.1   140.3   0.104   0.024   0.000   0.000   1.407     NaN
Ages, Metallicities, Weights:
   2.39e+03      0.149   1.29e-10
V_corr=      -339.91100
ibin=    1732 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -51.9   155.7   0.016   0.040   0.000   0.000   1.159     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.374   5.74e-10
V_corr=      -384.66493
ibin=    1733 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      -4.5    94.1  -0.028   0.019   0.000   0.000   1.354     NaN
Ages, Metallicities, Weights:
   1.43e+04     -0.823   3.38e-10
V_corr=      -337.32934
ibin=    1734 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     344      20.7    80.5  -0.024   0.025   0.000   0.000   0.944     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.844   3.69e-10
V_corr=      -312.12685
ibin=    1735 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -34.6   151.2  -0.007   0.033   0.000   0.000   0.791     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.451   6.04e-10
V_corr=      -367.38739
ibin=    1736 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      17.8   121.7   0.024   0.039   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   8.12e+03     -0.208   3.65e-10
V_corr=      -314.99932
ibin=    1737 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     166      18.8   167.5   0.106   0.138   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   9.53e+03      0.157   5.90e-10
V_corr=      -314.05500
ibin=    1738 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95       4.0   119.7  -0.017   0.075   0.000   0.000   1.023     NaN
Ages, Metallicities, Weights:
   1.09e+04     -0.164   5.18e-10
V_corr=      -328.78777
ibin=    1739 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      -3.9   165.9   0.081   0.026   0.000   0.000   1.173     NaN
Ages, Metallicities, Weights:
   1.91e+03      0.376   1.74e-10
V_corr=      -336.67290
ibin=    1740 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      27.8   126.7  -0.015   0.048   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   1.73e+04     -0.380   7.20e-10
V_corr=      -305.02234
ibin=    1741 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      -8.9   113.2   0.052   0.040   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   4.43e+03     -0.304   2.73e-10
V_corr=      -341.67954
ibin=    1742 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -10.2   160.9  -0.002   0.072   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   5.84e+03      0.198   4.91e-10
V_corr=      -343.04040
ibin=    1743 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      86      11.7   136.5   0.065   0.056   0.000   0.000   0.768     NaN
Ages, Metallicities, Weights:
   1.22e+04    -0.0811   7.74e-10
V_corr=      -321.06647
ibin=    1744 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     120       3.4   144.7   0.068   0.000   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.310   9.23e-10
V_corr=      -329.39587
ibin=    1745 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      27.3   157.5  -0.001   0.098   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   6.83e+03      0.105   6.37e-10
V_corr=      -305.55354
ibin=    1746 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      40.8   129.0  -0.082   0.083   0.000   0.000   1.025     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.187   1.24e-09
V_corr=      -291.98793
ibin=    1747 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      16.7   155.4  -0.010   0.026   0.000   0.000   0.587     NaN
Ages, Metallicities, Weights:
   1.03e+04     -0.112   8.51e-10
V_corr=      -316.07761
ibin=    1748 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139       6.0   156.4  -0.079   0.035   0.000   0.000   0.714     NaN
Ages, Metallicities, Weights:
   1.89e+03      0.443   2.90e-10
V_corr=      -326.82306
ibin=    1749 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      12.7   158.7  -0.005   0.064   0.000   0.000   0.750     NaN
Ages, Metallicities, Weights:
   7.90e+03     0.0509   9.00e-10
V_corr=      -320.09737
ibin=    1750 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      16.0   167.3  -0.019   0.042   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.27e+04     0.0253   1.40e-09
V_corr=      -316.77441
ibin=    1751 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      21.5   163.0  -0.051   0.041   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   5.08e+03      0.256   7.85e-10
V_corr=      -311.33377
ibin=    1752 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      31.3   151.8   0.004   0.005   0.000   0.000   0.892     NaN
Ages, Metallicities, Weights:
   1.90e+04     -0.217   1.80e-09
V_corr=      -301.49013
ibin=    1753 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      35.1   174.6  -0.045  -0.062   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.45e+04   -0.00457   1.97e-09
V_corr=      -297.66851
ibin=    1754 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      41.0   154.4  -0.036   0.038   0.000   0.000   0.604     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.162   2.36e-09
V_corr=      -291.82434
ibin=    1755 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      53.7   148.6   0.005   0.086   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0224   2.71e-09
V_corr=      -279.07008
ibin=    1756 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      49.2   169.0  -0.010   0.050   0.000   0.000   0.671     NaN
Ages, Metallicities, Weights:
   9.54e+03      0.120   1.93e-09
V_corr=      -283.59514
ibin=    1757 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      65.7   175.4  -0.032   0.052   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0613   3.04e-09
V_corr=      -267.09294
ibin=    1758 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      56.2   166.4  -0.056   0.089   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0953   3.49e-09
V_corr=      -276.60829
ibin=    1759 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      51.5   171.2  -0.068   0.043   0.000   0.000   0.337     NaN
Ages, Metallicities, Weights:
   8.31e+03      0.164   2.20e-09
V_corr=      -281.35224
ibin=    1760 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      57.0   170.6  -0.063  -0.005   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0607   3.68e-09
V_corr=      -275.83466
ibin=    1761 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      60.8   162.3  -0.099   0.067   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0981   3.44e-09
V_corr=      -271.99589
ibin=    1762 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      37.3   194.8  -0.146   0.039   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.239   4.46e-09
V_corr=      -295.54134
ibin=    1763 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      55.3   193.1  -0.077   0.056   0.000   0.000   0.595     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.583   7.13e-09
V_corr=      -277.53260
ibin=    1764 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      70.6   138.1  -0.012   0.057   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.128   3.38e-09
V_corr=      -262.17631
ibin=    1765 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      81.9   166.1  -0.072   0.025   0.000   0.000   0.613     NaN
Ages, Metallicities, Weights:
   1.16e+04     0.0291   2.50e-09
V_corr=      -250.88366
ibin=    1766 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      70.0   166.7  -0.053   0.059   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.60e+04     0.0559   3.11e-09
V_corr=      -262.76379
ibin=    1767 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      77.9   160.7  -0.053  -0.020   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   1.00e+04    -0.0423   2.00e-09
V_corr=      -254.86661
ibin=    1768 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      68.3   165.2   0.027   0.023   0.000   0.000   0.757     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0271   3.34e-09
V_corr=      -264.49621
ibin=    1769 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      77.7   161.2  -0.013   0.012   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0257   3.08e-09
V_corr=      -255.10588
ibin=    1770 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      80.2   180.8  -0.024   0.048   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.87e+04      0.231   3.33e-09
V_corr=      -252.62430
ibin=    1771 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      70.4   172.6  -0.026  -0.028   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.55e+04     -0.123   2.17e-09
V_corr=      -262.45639
ibin=    1772 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      74.3   184.4  -0.014   0.022   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.58e+04      0.166   2.62e-09
V_corr=      -258.52316
ibin=    1773 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      79.7   156.2  -0.030   0.075   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.63e+04      0.103   2.28e-09
V_corr=      -253.07571
ibin=    1774 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      81.6   157.0  -0.032   0.073   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.110   2.41e-09
V_corr=      -251.22262
ibin=    1775 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      98.2   145.5   0.016   0.072   0.000   0.000   0.336     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0429   2.04e-09
V_corr=      -234.56557
ibin=    1776 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      80.8   170.6  -0.040  -0.003   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   5.11e+03      0.189   7.74e-10
V_corr=      -251.97580
ibin=    1777 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      88.5   171.9  -0.047   0.035   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0493   1.86e-09
V_corr=      -244.27271
ibin=    1778 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      94.2   170.8  -0.070   0.005   0.000   0.000   0.386     NaN
Ages, Metallicities, Weights:
   3.38e+03      0.413   5.29e-10
V_corr=      -238.64435
ibin=    1779 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      99.4   140.7  -0.064  -0.040   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   7.12e+03    -0.0293   7.33e-10
V_corr=      -233.35905
ibin=    1780 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     102.8   151.3  -0.049   0.053   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0207   1.54e-09
V_corr=      -229.96643
ibin=    1781 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      87.6   201.2  -0.030   0.082   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.141   1.57e-09
V_corr=      -245.18162
ibin=    1782 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     109.9   170.0  -0.065   0.074   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   3.50e-09
V_corr=      -222.95486
ibin=    1783 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     101.7   156.3  -0.003  -0.053   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.216   1.19e-09
V_corr=      -231.11081
ibin=    1784 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     108.8   182.8   0.016   0.012   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.71e+04     0.0904   1.25e-09
V_corr=      -223.97741
ibin=    1785 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     109.3   171.0  -0.040  -0.039   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0845   1.29e-09
V_corr=      -223.49996
ibin=    1786 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     130.3   144.8  -0.011   0.055   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   7.18e+03    0.00431   4.83e-10
V_corr=      -202.49033
ibin=    1787 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     113.2   131.9   0.040   0.060   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   1.80e+04    -0.0690   9.51e-10
V_corr=      -219.56309
ibin=    1788 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      94.6   162.6  -0.058   0.023   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   8.02e+03    -0.0273   5.11e-10
V_corr=      -238.18281
ibin=    1789 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     112.7   176.5  -0.012   0.033   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   9.05e+03      0.286   6.98e-10
V_corr=      -220.09260
ibin=    1790 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      93.7   176.5   0.000   0.035   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   9.39e+03      0.204   5.71e-10
V_corr=      -239.08283
ibin=    1791 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     106.9   171.6  -0.092  -0.006   0.000   0.000   0.487     NaN
Ages, Metallicities, Weights:
   5.79e+03    -0.0353   3.45e-10
V_corr=      -225.88940
ibin=    1792 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     148.2   154.6   0.053  -0.003   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.164   9.25e-10
V_corr=      -184.65699
ibin=    1793 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     144.1   119.4   0.022   0.058   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.86e+03      0.395   1.43e-10
V_corr=      -188.67559
ibin=    1794 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1795 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1796 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     243     -26.5    59.0  -0.010   0.006   0.000   0.000   2.676     NaN
Ages, Metallicities, Weights:
   1.47e+03     -0.542   4.26e-11
V_corr=      -359.26552
ibin=    1797 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      -4.1   104.7   0.020  -0.004   0.000   0.000   0.887     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.380   5.12e-10
V_corr=      -336.87583
ibin=    1798 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -28.8   183.5   0.064  -0.011   0.000   0.000   1.240     NaN
Ages, Metallicities, Weights:
   1.48e+03      0.298   8.15e-11
V_corr=      -361.57137
ibin=    1799 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -46.2   169.1   0.001  -0.013   0.000   0.000   1.694     NaN
Ages, Metallicities, Weights:
   1.12e+04     -0.184   3.95e-10
V_corr=      -378.98186
ibin=    1800 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     -13.4    93.8  -0.013  -0.003   0.000   0.000   1.498     NaN
Ages, Metallicities, Weights:
   1.47e+04     -0.914   3.18e-10
V_corr=      -346.25125
ibin=    1801 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     187      -5.2   159.9   0.042   0.058   0.000   0.000   1.105     NaN
Ages, Metallicities, Weights:
   1.48e+03     0.0630   7.44e-11
V_corr=      -337.96791
ibin=    1802 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -15.0    96.1   0.012   0.026   0.000   0.000   0.984     NaN
Ages, Metallicities, Weights:
   6.08e+03     -0.472   2.20e-10
V_corr=      -347.82430
ibin=    1803 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -17.1   115.4   0.006   0.022   0.000   0.000   0.924     NaN
Ages, Metallicities, Weights:
   9.92e+03     -0.366   3.57e-10
V_corr=      -349.95310
ibin=    1804 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -15.1   146.5  -0.005   0.040   0.000   0.000   3.196     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.364   6.79e-10
V_corr=      -347.88188
ibin=    1805 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       4.8   105.6  -0.059   0.013   0.000   0.000   2.360     NaN
Ages, Metallicities, Weights:
   1.97e+04     -0.559   5.94e-10
V_corr=      -328.01505
ibin=    1806 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      -1.1   142.3   0.039  -0.037   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.367   7.76e-10
V_corr=      -333.87583
ibin=    1807 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      -3.2   118.2  -0.013   0.039   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   2.04e+03     0.0241   1.41e-10
V_corr=      -336.00318
ibin=    1808 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -12.9   103.1  -0.017   0.016   0.000   0.000   0.764     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.580   5.70e-10
V_corr=      -345.66434
ibin=    1809 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      10.1   134.7   0.055   0.018   0.000   0.000   0.662     NaN
Ages, Metallicities, Weights:
   1.61e+04     -0.465   6.61e-10
V_corr=      -322.72909
ibin=    1810 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -2.5    97.7  -0.008   0.027   0.000   0.000   0.900     NaN
Ages, Metallicities, Weights:
   1.97e+04     -0.389   8.79e-10
V_corr=      -335.35293
ibin=    1811 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      24.7   109.7  -0.028   0.028   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.542   8.05e-10
V_corr=      -308.09895
ibin=    1812 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94       5.5   113.9  -0.028  -0.003   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   6.79e+03     -0.237   4.71e-10
V_corr=      -327.31865
ibin=    1813 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145       5.1   173.6   0.002   0.053   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.181   1.50e-09
V_corr=      -327.67599
ibin=    1814 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129       3.3   144.6   0.026   0.053   0.000   0.000   0.684     NaN
Ages, Metallicities, Weights:
   5.54e+03     -0.189   4.51e-10
V_corr=      -329.55146
ibin=    1815 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      36.6   156.9  -0.001   0.060   0.000   0.000   0.774     NaN
Ages, Metallicities, Weights:
   1.75e+04    -0.0654   1.35e-09
V_corr=      -296.17233
ibin=    1816 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      31.0   152.7   0.006   0.024   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.205   1.18e-09
V_corr=      -301.80941
ibin=    1817 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      29.4   146.8  -0.028   0.114   0.000   0.000   0.835     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00642   1.69e-09
V_corr=      -303.44208
ibin=    1818 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      25.4   175.7  -0.063  -0.029   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.04e+04     0.0192   1.22e-09
V_corr=      -307.42178
ibin=    1819 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      98      20.4   160.1   0.010  -0.100   0.000   0.000   0.560     NaN
Ages, Metallicities, Weights:
   1.80e+04     -0.291   1.65e-09
V_corr=      -312.43097
ibin=    1820 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      26.0   168.6  -0.072   0.045   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   7.19e+03      0.267   1.19e-09
V_corr=      -306.82503
ibin=    1821 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      33.0   147.7   0.022   0.077   0.000   0.000   0.700     NaN
Ages, Metallicities, Weights:
   1.03e+04     0.0515   1.49e-09
V_corr=      -299.84144
ibin=    1822 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      25.0   144.3  -0.020   0.089   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.09e+04    -0.0283   1.55e-09
V_corr=      -307.82393
ibin=    1823 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      23.0   177.4  -0.037   0.028   0.000   0.000   0.449     NaN
Ages, Metallicities, Weights:
   1.02e+04     0.0300   1.77e-09
V_corr=      -309.78401
ibin=    1824 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      38.7   172.2  -0.046  -0.000   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   1.05e+04    -0.0191   1.92e-09
V_corr=      -294.14755
ibin=    1825 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      44.8   176.9  -0.063   0.057   0.000   0.000   0.349     NaN
Ages, Metallicities, Weights:
   1.07e+04      0.152   2.41e-09
V_corr=      -288.02104
ibin=    1826 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      55.5   144.1  -0.051   0.057   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   1.75e+04     -0.129   2.99e-09
V_corr=      -277.33645
ibin=    1827 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      49.0   163.5  -0.002   0.054   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0461   3.70e-09
V_corr=      -283.81206
ibin=    1828 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      54.9   167.8   0.009   0.094   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   1.50e+04      0.195   3.72e-09
V_corr=      -277.94686
ibin=    1829 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      53.0   188.0  -0.006   0.041   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0173   4.00e-09
V_corr=      -279.81449
ibin=    1830 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      64.7   184.1  -0.045   0.010   0.000   0.000   0.604     NaN
Ages, Metallicities, Weights:
   1.92e+04     0.0444   4.32e-09
V_corr=      -268.06247
ibin=    1831 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      71.9   167.5   0.004   0.014   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   1.51e+04     0.0226   3.63e-09
V_corr=      -260.92837
ibin=    1832 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      57.8   159.9  -0.010  -0.005   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0268   4.22e-09
V_corr=      -274.97061
ibin=    1833 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      76.3   162.4  -0.040   0.001   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0963   4.01e-09
V_corr=      -256.46424
ibin=    1834 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     189      64.8   172.0  -0.077  -0.001   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00469   4.11e-09
V_corr=      -267.95939
ibin=    1835 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      74.0   157.0  -0.023   0.108   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00597   3.69e-09
V_corr=      -258.78767
ibin=    1836 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      77.4   158.0  -0.052   0.043   0.000   0.000   0.691     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00586   3.62e-09
V_corr=      -255.40653
ibin=    1837 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      93.4   169.1  -0.064   0.028   0.000   0.000   0.790     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0471   3.38e-09
V_corr=      -239.36042
ibin=    1838 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      83.1   164.8  -0.047   0.084   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0571   3.31e-09
V_corr=      -249.72866
ibin=    1839 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      97.3   176.8  -0.036  -0.029   0.000   0.000   0.302     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0695   3.05e-09
V_corr=      -235.55680
ibin=    1840 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      74.1   163.5  -0.057   0.042   0.000   0.000   0.308     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0966   3.04e-09
V_corr=      -258.66500
ibin=    1841 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      71.3   158.1  -0.058  -0.018   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0891   2.64e-09
V_corr=      -261.49626
ibin=    1842 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      87.6   176.7  -0.055  -0.007   0.000   0.000   0.282     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0741   2.73e-09
V_corr=      -245.18740
ibin=    1843 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      92.0   136.6  -0.072   0.008   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.122   2.25e-09
V_corr=      -240.85353
ibin=    1844 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      70.4   135.3   0.066   0.050   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.102   2.07e-09
V_corr=      -262.41098
ibin=    1845 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      81.8   171.1   0.006   0.031   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.184   2.32e-09
V_corr=      -250.98768
ibin=    1846 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     119.1   153.1  -0.054   0.007   0.000   0.000   0.743     NaN
Ages, Metallicities, Weights:
   9.74e+03     0.0904   1.24e-09
V_corr=      -213.73933
ibin=    1847 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      92.0   138.0  -0.028   0.029   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.60e+04     0.0681   1.65e-09
V_corr=      -240.84719
ibin=    1848 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      96.4   148.7  -0.020   0.013   0.000   0.000   0.728     NaN
Ages, Metallicities, Weights:
   1.21e+04    -0.0555   1.12e-09
V_corr=      -236.41071
ibin=    1849 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      85.9   178.1   0.028   0.034   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0290   1.64e-09
V_corr=      -246.88212
ibin=    1850 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      86.7   149.9   0.017   0.056   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   2.33e+03      0.421   3.21e-10
V_corr=      -246.15714
ibin=    1851 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     110.2   172.0   0.034   0.080   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.333   1.76e-09
V_corr=      -222.56130
ibin=    1852 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      84.3   155.1   0.018   0.057   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00108   1.28e-09
V_corr=      -248.54747
ibin=    1853 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70     107.2   133.3  -0.028  -0.001   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.25e+04     -0.134   7.65e-10
V_corr=      -225.57243
ibin=    1854 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     106.4   159.1  -0.035   0.018   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0945   1.09e-09
V_corr=      -226.36474
ibin=    1855 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     115.2   168.2  -0.045  -0.010   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.49e+04     -0.178   7.89e-10
V_corr=      -217.61848
ibin=    1856 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     102.1   169.2  -0.087  -0.004   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.145   9.83e-10
V_corr=      -230.66869
ibin=    1857 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     107.1   162.4   0.019  -0.071   0.000   0.000   0.330     NaN
Ages, Metallicities, Weights:
   1.88e+04     -0.247   9.10e-10
V_corr=      -225.68713
ibin=    1858 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     114.0   153.4  -0.014   0.058   0.000   0.000   0.616     NaN
Ages, Metallicities, Weights:
   1.69e+04     0.0185   8.68e-10
V_corr=      -218.82641
ibin=    1859 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     101.4   143.6  -0.059  -0.017   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0593   8.76e-10
V_corr=      -231.40609
ibin=    1860 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      79.5   210.4  -0.092   0.041   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   2.02e-09
V_corr=      -253.33240
ibin=    1861 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     111.0   186.4   0.048  -0.025   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   1.54e+04      0.206   9.04e-10
V_corr=      -221.77059
ibin=    1862 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      96.2   128.9  -0.054   0.057   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.112   7.76e-10
V_corr=      -236.61992
ibin=    1863 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1864 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1865 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      -3.0   140.6   0.020  -0.010   0.000   0.000   0.782     NaN
Ages, Metallicities, Weights:
   1.13e+03      0.333   5.73e-11
V_corr=      -335.81790
ibin=    1866 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174     -46.6   142.7   0.095   0.013   0.000   0.000   1.152     NaN
Ages, Metallicities, Weights:
   2.45e+03      0.291   1.38e-10
V_corr=      -379.45235
ibin=    1867 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      21.6    62.1   0.001   0.001   0.000   0.000   0.685     NaN
Ages, Metallicities, Weights:
   3.40e+03     -0.794   9.71e-11
V_corr=      -311.17016
ibin=    1868 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      74      -4.8   126.7   0.027  -0.004   0.000   0.000   1.164     NaN
Ages, Metallicities, Weights:
   6.19e+03     -0.162   2.62e-10
V_corr=      -337.63110
ibin=    1869 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     218     -13.5    88.5  -0.010   0.021   0.000   0.000   4.082     NaN
Ages, Metallicities, Weights:
   1.38e+04     -0.839   3.22e-10
V_corr=      -346.32366
ibin=    1870 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      20.1   215.5   0.042   0.060   0.000   0.000   2.196     NaN
Ages, Metallicities, Weights:
   7.82e+03      0.174   4.72e-10
V_corr=      -312.69918
ibin=    1871 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      10.6   151.8   0.038   0.023   0.000   0.000   1.806     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.208   7.26e-10
V_corr=      -322.19736
ibin=    1872 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       8.1   190.2   0.091   0.038   0.000   0.000   1.078     NaN
Ages, Metallicities, Weights:
   4.35e+03      0.180   2.76e-10
V_corr=      -324.71546
ibin=    1873 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -33.6   144.3   0.051   0.038   0.000   0.000   0.841     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.238   7.78e-10
V_corr=      -366.36008
ibin=    1874 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      -4.9   120.1  -0.012   0.023   0.000   0.000   1.066     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.300   7.85e-10
V_corr=      -337.74793
ibin=    1875 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     252      10.9    75.2   0.007   0.025   0.000   0.000   0.743     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.650   5.89e-10
V_corr=      -321.87487
ibin=    1876 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      -2.9   125.2  -0.036   0.075   0.000   0.000   0.777     NaN
Ages, Metallicities, Weights:
   1.72e+04     -0.332   7.16e-10
V_corr=      -335.72138
ibin=    1877 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     238     -12.4   147.6   0.048   0.125   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   1.87e+03      0.364   1.70e-10
V_corr=      -345.24692
ibin=    1878 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -18.2   170.2   0.043   0.027   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   4.54e+03     0.0882   3.65e-10
V_corr=      -351.03051
ibin=    1879 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      26.6   124.5  -0.024   0.050   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   5.35e+03     -0.336   3.34e-10
V_corr=      -306.16237
ibin=    1880 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82       0.3   134.6  -0.003   0.063   0.000   0.000   1.150     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.375   9.49e-10
V_corr=      -332.53274
ibin=    1881 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      -4.4   145.5   0.025   0.109   0.000   0.000   0.998     NaN
Ages, Metallicities, Weights:
   8.17e+03      0.125   7.51e-10
V_corr=      -337.21806
ibin=    1882 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -11.9   130.1   0.027   0.038   0.000   0.000   0.713     NaN
Ages, Metallicities, Weights:
   2.19e+03      0.298   2.60e-10
V_corr=      -344.74962
ibin=    1883 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      -7.5   164.6  -0.013   0.068   0.000   0.000   0.688     NaN
Ages, Metallicities, Weights:
   9.45e+03      0.159   9.94e-10
V_corr=      -340.29627
ibin=    1884 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      20.7   145.1  -0.014   0.015   0.000   0.000   0.840     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.143   1.50e-09
V_corr=      -312.08374
ibin=    1885 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      17.1   170.1   0.051   0.094   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   7.91e+03     0.0667   9.46e-10
V_corr=      -315.75608
ibin=    1886 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      10.3   164.7   0.008   0.058   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0346   1.90e-09
V_corr=      -322.54475
ibin=    1887 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      12.7   162.8  -0.042   0.013   0.000   0.000   0.891     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.138   1.87e-09
V_corr=      -320.13017
ibin=    1888 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      42.3   175.5  -0.038  -0.002   0.000   0.000   0.393     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0704   2.07e-09
V_corr=      -290.54619
ibin=    1889 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180      30.1   149.7  -0.030   0.056   0.000   0.000   0.569     NaN
Ages, Metallicities, Weights:
   1.28e+04   -0.00146   1.67e-09
V_corr=      -302.75314
ibin=    1890 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      31.3   155.6  -0.041   0.009   0.000   0.000   0.743     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.160   2.37e-09
V_corr=      -301.50992
ibin=    1891 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      35.9   148.1  -0.081   0.010   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   9.27e+03    0.00528   1.61e-09
V_corr=      -296.95316
ibin=    1892 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      37.6   162.1  -0.016  -0.013   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.265   2.70e-09
V_corr=      -295.18843
ibin=    1893 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      28.3   173.4  -0.031   0.038   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00535   3.40e-09
V_corr=      -304.48654
ibin=    1894 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      31.2   158.3   0.017   0.038   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0911   3.52e-09
V_corr=      -301.63453
ibin=    1895 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      55.5   151.3  -0.030   0.063   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   1.75e+04    -0.0854   3.46e-09
V_corr=      -277.31760
ibin=    1896 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      34.6   191.8  -0.048   0.045   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0701   4.51e-09
V_corr=      -298.19315
ibin=    1897 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      49.3   165.5  -0.087   0.071   0.000   0.000   0.806     NaN
Ages, Metallicities, Weights:
   2.60e+03      0.457   1.07e-09
V_corr=      -283.53046
ibin=    1898 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      60.9   185.3  -0.054  -0.008   0.000   0.000   0.636     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0472   4.80e-09
V_corr=      -271.95432
ibin=    1899 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      54.6   189.5  -0.054   0.019   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.29e+04      0.185   4.23e-09
V_corr=      -278.25207
ibin=    1900 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      65.0   156.8  -0.086   0.087   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00265   4.68e-09
V_corr=      -267.82199
ibin=    1901 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      64.2   161.9  -0.045  -0.046   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.176   4.45e-09
V_corr=      -268.58757
ibin=    1902 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     189      71.6   174.8  -0.025  -0.024   0.000   0.000   1.015     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0115   4.75e-09
V_corr=      -261.18116
ibin=    1903 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      74.5   173.8  -0.046   0.042   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0108   4.38e-09
V_corr=      -258.34356
ibin=    1904 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     192      55.8   187.6  -0.046   0.029   0.000   0.000   0.678     NaN
Ages, Metallicities, Weights:
   4.30e+03      0.477   1.76e-09
V_corr=      -276.97655
ibin=    1905 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      69.8   164.7  -0.081   0.094   0.000   0.000   0.586     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.161   4.23e-09
V_corr=      -263.02695
ibin=    1906 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      71.4   189.5  -0.087   0.077   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.81e+04      0.272   4.24e-09
V_corr=      -261.45327
ibin=    1907 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      61.2   159.4  -0.072   0.054   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   4.75e+03      0.189   1.15e-09
V_corr=      -271.62694
ibin=    1908 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      64.7   175.0  -0.042   0.071   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.105   3.25e-09
V_corr=      -268.15571
ibin=    1909 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      76.8   184.3  -0.065   0.027   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.182   3.43e-09
V_corr=      -256.03441
ibin=    1910 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      83.1   178.3  -0.028   0.019   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.159   3.13e-09
V_corr=      -249.67941
ibin=    1911 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      95.6   144.1  -0.082   0.083   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.106   2.41e-09
V_corr=      -237.23855
ibin=    1912 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      97.5   176.0  -0.045   0.013   0.000   0.000   0.685     NaN
Ages, Metallicities, Weights:
   1.87e+03      0.530   4.67e-10
V_corr=      -235.27446
ibin=    1913 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      98.3   156.2  -0.015   0.036   0.000   0.000   0.372     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0428   2.33e-09
V_corr=      -234.51456
ibin=    1914 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      91.8   170.8  -0.029   0.032   0.000   0.000   0.772     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0444   2.07e-09
V_corr=      -240.96558
ibin=    1915 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      91.9   178.0  -0.025   0.019   0.000   0.000   0.760     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00929   1.96e-09
V_corr=      -240.92967
ibin=    1916 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      73     104.2   151.2  -0.073  -0.014   0.000   0.000   0.600     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.123   1.76e-09
V_corr=      -228.58626
ibin=    1917 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     119.9   156.0  -0.058  -0.016   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.101   1.64e-09
V_corr=      -212.94132
ibin=    1918 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     101.5   176.3  -0.035  -0.002   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0587   1.59e-09
V_corr=      -231.30164
ibin=    1919 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      97.2   127.7  -0.027   0.052   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0213   1.47e-09
V_corr=      -235.56243
ibin=    1920 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     103.1   155.7  -0.002   0.025   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0149   1.41e-09
V_corr=      -229.70710
ibin=    1921 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     100.7   171.2  -0.029   0.048   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   4.94e+03      0.263   5.00e-10
V_corr=      -232.06410
ibin=    1922 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      94.5   173.3   0.014  -0.031   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   3.81e+03      0.290   3.90e-10
V_corr=      -238.35133
ibin=    1923 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     105.0   166.1   0.012  -0.030   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.191   1.08e-09
V_corr=      -227.79169
ibin=    1924 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     112.1   150.8   0.011   0.017   0.000   0.000   0.381     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0202   1.15e-09
V_corr=      -220.68827
ibin=    1925 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     115.3   171.1   0.036   0.033   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   1.70e+04      0.283   1.25e-09
V_corr=      -217.53909
ibin=    1926 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     119.5   134.5   0.026  -0.008   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.288   8.42e-10
V_corr=      -213.33548
ibin=    1927 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     128.7   153.8   0.065  -0.069   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   2.71e+03    -0.0377   1.53e-10
V_corr=      -204.08439
ibin=    1928 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      99.2   165.6   0.034  -0.017   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   1.61e+03      0.521   1.51e-10
V_corr=      -233.60154
ibin=    1929 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      66.5   172.8   0.024   0.058   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.44e+03      0.506   1.14e-10
V_corr=      -266.31472
ibin=    1930 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      90.7   140.8   0.026   0.061   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   2.82e+03      0.330   1.96e-10
V_corr=      -242.09981
ibin=    1931 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     140.4   145.1  -0.027   0.107   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   1.66e+03      0.685   1.58e-10
V_corr=      -192.40592
ibin=    1932 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1933 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    1934 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     -29.2   169.1  -0.011   0.035   0.000   0.000   0.949     NaN
Ages, Metallicities, Weights:
   1.11e+03      0.673   7.97e-11
V_corr=      -362.01834
ibin=    1935 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -33.2    91.8  -0.002  -0.017   0.000   0.000   2.200     NaN
Ages, Metallicities, Weights:
   1.96e+03     -0.219   8.18e-11
V_corr=      -366.00690
ibin=    1936 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126       4.3   175.8   0.011  -0.018   0.000   0.000   1.773     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.352   5.74e-10
V_corr=      -328.51881
ibin=    1937 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -49.0   149.9   0.036   0.033   0.000   0.000   0.831     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.232   6.39e-10
V_corr=      -381.81152
ibin=    1938 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -20.5   156.6   0.047  -0.006   0.000   0.000   1.496     NaN
Ages, Metallicities, Weights:
   1.35e+03      0.367   8.81e-11
V_corr=      -353.29434
ibin=    1939 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     -26.5   129.6  -0.001   0.032   0.000   0.000   0.780     NaN
Ages, Metallicities, Weights:
   6.64e+03     -0.154   3.00e-10
V_corr=      -359.27562
ibin=    1940 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -26.5   110.0   0.057   0.036   0.000   0.000   1.110     NaN
Ages, Metallicities, Weights:
   5.19e+03     -0.388   2.23e-10
V_corr=      -359.29208
ibin=    1941 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -17.0   150.0   0.031   0.008   0.000   0.000   1.197     NaN
Ages, Metallicities, Weights:
   7.38e+03     -0.318   3.18e-10
V_corr=      -349.78106
ibin=    1942 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     198     -18.0   196.2  -0.059   0.024   0.000   0.000   0.701     NaN
Ages, Metallicities, Weights:
   1.74e+03      0.536   1.65e-10
V_corr=      -350.82256
ibin=    1943 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153      13.3   169.1  -0.006   0.051   0.000   0.000   1.077     NaN
Ages, Metallicities, Weights:
   9.29e+03    -0.0695   5.12e-10
V_corr=      -319.45951
ibin=    1944 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       8.0   171.6   0.070  -0.024   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.62e+04     -0.432   7.79e-10
V_corr=      -324.79409
ibin=    1945 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      12.5   182.4   0.047   0.105   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.93e+03      0.176   1.73e-10
V_corr=      -320.26585
ibin=    1946 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      -0.0   166.8   0.100   0.073   0.000   0.000   0.677     NaN
Ages, Metallicities, Weights:
   2.91e+03      0.186   2.45e-10
V_corr=      -332.84096
ibin=    1947 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      -3.9   134.3   0.007  -0.021   0.000   0.000   0.769     NaN
Ages, Metallicities, Weights:
   1.64e+04     -0.357   8.11e-10
V_corr=      -336.70917
ibin=    1948 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      12.8   146.6  -0.009   0.041   0.000   0.000   0.778     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.191   1.11e-09
V_corr=      -320.00327
ibin=    1949 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -1.6   114.3  -0.022   0.044   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   3.92e+03     -0.198   3.04e-10
V_corr=      -334.37494
ibin=    1950 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94       6.7   131.5   0.017   0.056   0.000   0.000   0.974     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.176   1.24e-09
V_corr=      -326.07844
ibin=    1951 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      16.4   156.3  -0.048   0.020   0.000   0.000   0.771     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.141   1.37e-09
V_corr=      -316.44938
ibin=    1952 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      -2.2   120.6  -0.010   0.050   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.297   1.29e-09
V_corr=      -334.96599
ibin=    1953 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      -0.7   120.5  -0.061   0.014   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.331   1.38e-09
V_corr=      -333.52847
ibin=    1954 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      -0.9   119.4  -0.039   0.108   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   1.66e+04     -0.347   1.20e-09
V_corr=      -333.74981
ibin=    1955 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      14.7   182.0  -0.019   0.015   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0254   2.05e-09
V_corr=      -318.07961
ibin=    1956 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -8.3   162.8   0.008   0.062   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   9.07e+03      0.284   1.52e-09
V_corr=      -341.07499
ibin=    1957 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147       8.7   151.0  -0.018   0.041   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.37e+04    -0.0629   1.66e-09
V_corr=      -324.08814
ibin=    1958 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156      16.9   147.0  -0.060   0.052   0.000   0.000   0.871     NaN
Ages, Metallicities, Weights:
   1.11e+04    -0.0248   1.56e-09
V_corr=      -315.85887
ibin=    1959 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      50.4   165.7  -0.046   0.035   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0900   2.69e-09
V_corr=      -282.38389
ibin=    1960 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      32.5   160.7   0.011  -0.020   0.000   0.000   0.622     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.165   2.93e-09
V_corr=      -300.31228
ibin=    1961 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      28.6   179.6  -0.063  -0.006   0.000   0.000   0.551     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.105   3.79e-09
V_corr=      -304.22916
ibin=    1962 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      26.1   172.9  -0.061  -0.011   0.000   0.000   0.711     NaN
Ages, Metallicities, Weights:
   1.94e+04    -0.0906   3.63e-09
V_corr=      -306.71481
ibin=    1963 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      33.3   191.4  -0.054   0.071   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.251   4.83e-09
V_corr=      -299.53805
ibin=    1964 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      55.1   169.3  -0.038  -0.007   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.86e+04     -0.151   4.01e-09
V_corr=      -277.73494
ibin=    1965 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      49.1   176.4  -0.045   0.092   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0131   4.76e-09
V_corr=      -283.73777
ibin=    1966 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      45.9   172.2  -0.012   0.068   0.000   0.000   0.457     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0123   5.01e-09
V_corr=      -286.90038
ibin=    1967 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      50.1   161.1  -0.021   0.025   0.000   0.000   0.586     NaN
Ages, Metallicities, Weights:
   1.23e+04     -0.109   3.41e-09
V_corr=      -282.70417
ibin=    1968 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      65.7   180.3  -0.065   0.029   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0579   5.69e-09
V_corr=      -267.10631
ibin=    1969 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      58.3   169.2  -0.042   0.073   0.000   0.000   0.600     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0577   5.51e-09
V_corr=      -274.49848
ibin=    1970 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     189      65.0   163.9  -0.115   0.097   0.000   0.000   0.658     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0285   5.21e-09
V_corr=      -267.80662
ibin=    1971 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      72.7   171.0  -0.124   0.086   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   1.88e+04     0.0563   5.02e-09
V_corr=      -260.07867
ibin=    1972 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      76.5   156.7  -0.038   0.064   0.000   0.000   0.334     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0144   4.68e-09
V_corr=      -256.30744
ibin=    1973 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      70.0   169.1  -0.040   0.033   0.000   0.000   0.580     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0496   4.81e-09
V_corr=      -262.77534
ibin=    1974 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      78.2   168.7  -0.072   0.033   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   9.28e+03      0.194   2.70e-09
V_corr=      -254.59513
ibin=    1975 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      78.0   165.2  -0.076  -0.044   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   1.06e+04    -0.0743   2.39e-09
V_corr=      -254.82219
ibin=    1976 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      73.5   162.0  -0.086   0.023   0.000   0.000   0.763     NaN
Ages, Metallicities, Weights:
   1.31e+04     0.0276   2.75e-09
V_corr=      -259.31373
ibin=    1977 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      83.7   169.3  -0.084   0.090   0.000   0.000   0.367     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.102   3.37e-09
V_corr=      -249.13227
ibin=    1978 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      77.5   167.3  -0.019   0.108   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.123   3.27e-09
V_corr=      -255.33167
ibin=    1979 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      68.6   169.2   0.022   0.074   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   1.15e+04      0.174   2.28e-09
V_corr=      -264.21403
ibin=    1980 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      84.3   171.1  -0.027  -0.031   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0906   2.67e-09
V_corr=      -248.49377
ibin=    1981 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      79.8   152.6  -0.066   0.118   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0603   2.46e-09
V_corr=      -253.01308
ibin=    1982 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      79.8   164.7   0.005   0.016   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0127   2.33e-09
V_corr=      -252.98835
ibin=    1983 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      81.3   198.2  -0.062   0.034   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.265   2.57e-09
V_corr=      -251.53139
ibin=    1984 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91     116.4   158.1  -0.060   0.019   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.152   1.83e-09
V_corr=      -216.41455
ibin=    1985 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     102.6   154.9  -0.094  -0.013   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0671   1.83e-09
V_corr=      -230.23598
ibin=    1986 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      99.0   173.4  -0.100   0.044   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   9.88e+03      0.106   1.14e-09
V_corr=      -233.82060
ibin=    1987 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     112.1   165.7  -0.011   0.003   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   6.73e+03      0.146   7.90e-10
V_corr=      -220.72818
ibin=    1988 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      98.3   147.2   0.040   0.015   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.90e+04    -0.0237   1.43e-09
V_corr=      -234.51309
ibin=    1989 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      97.6   139.7   0.012   0.013   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0558   1.35e-09
V_corr=      -235.25025
ibin=    1990 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     114.3   163.8   0.035   0.035   0.000   0.000   0.551     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.124   1.22e-09
V_corr=      -218.47998
ibin=    1991 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      89.5   180.2  -0.062   0.033   0.000   0.000   0.295     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00923   1.25e-09
V_corr=      -243.31906
ibin=    1992 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      89.7   139.8  -0.027  -0.021   0.000   0.000   0.315     NaN
Ages, Metallicities, Weights:
   7.04e+03     0.0112   5.57e-10
V_corr=      -243.10464
ibin=    1993 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      92.5   166.4  -0.014  -0.013   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
       985.      0.614   1.19e-10
V_corr=      -240.31861
ibin=    1994 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      94.7   158.9   0.006   0.010   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0390   1.13e-09
V_corr=      -238.10212
ibin=    1995 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      96.2   163.7   0.027   0.012   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   1.79e+04     -0.132   8.49e-10
V_corr=      -236.62142
ibin=    1996 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     130.3   174.2   0.008   0.029   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.156   1.02e-09
V_corr=      -202.53473
ibin=    1997 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      96.4   188.4  -0.037   0.012   0.000   0.000   0.763     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0746   1.00e-09
V_corr=      -236.43355
ibin=    1998 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     109.9   112.4   0.018   0.016   0.000   0.000   0.918     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.424   6.57e-10
V_corr=      -222.86856
ibin=    1999 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     126.2   137.9   0.014   0.055   0.000   0.000   0.330     NaN
Ages, Metallicities, Weights:
   1.59e+03      0.513   1.30e-10
V_corr=      -206.56958
ibin=    2000 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     160.4   173.8  -0.033   0.064   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0744   8.66e-10
V_corr=      -172.44162
ibin=    2001 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2002 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2003 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -14.4   194.3  -0.027   0.068   0.000   0.000   1.037     NaN
Ages, Metallicities, Weights:
   3.16e+03      0.319   1.75e-10
V_corr=      -347.22790
ibin=    2004 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -51.1   136.7   0.014  -0.033   0.000   0.000   1.581     NaN
Ages, Metallicities, Weights:
   1.55e+04     -0.629   3.75e-10
V_corr=      -383.87215
ibin=    2005 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131     -66.9   158.5  -0.022   0.075   0.000   0.000   0.790     NaN
Ages, Metallicities, Weights:
   2.45e+03      0.309   1.48e-10
V_corr=      -399.74212
ibin=    2006 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      -0.7   195.5   0.016  -0.015   0.000   0.000   0.886     NaN
Ages, Metallicities, Weights:
   1.85e+04     -0.164   6.70e-10
V_corr=      -333.54129
ibin=    2007 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -26.9   131.3   0.009   0.072   0.000   0.000   0.908     NaN
Ages, Metallicities, Weights:
   6.66e+03    -0.0517   3.20e-10
V_corr=      -359.73842
ibin=    2008 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -28.2   111.8   0.043   0.014   0.000   0.000   1.226     NaN
Ages, Metallicities, Weights:
   1.48e+03     -0.243   6.93e-11
V_corr=      -360.99913
ibin=    2009 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -9.1   148.0   0.042  -0.022   0.000   0.000   0.956     NaN
Ages, Metallicities, Weights:
   2.43e+03      0.136   1.65e-10
V_corr=      -341.93300
ibin=    2010 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -38.3    86.8  -0.008   0.019   0.000   0.000   0.934     NaN
Ages, Metallicities, Weights:
   1.58e+04     -0.635   4.79e-10
V_corr=      -371.08032
ibin=    2011 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       3.8   124.1  -0.004  -0.008   0.000   0.000   1.061     NaN
Ages, Metallicities, Weights:
   2.14e+03     -0.188   1.27e-10
V_corr=      -328.99225
ibin=    2012 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -13.1   105.2   0.013  -0.013   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   1.94e+04     -0.603   6.30e-10
V_corr=      -345.94905
ibin=    2013 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      -6.4   166.0   0.015   0.132   0.000   0.000   1.307     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.151   9.31e-10
V_corr=      -339.19755
ibin=    2014 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -21.8   156.1   0.020   0.020   0.000   0.000   0.844     NaN
Ages, Metallicities, Weights:
   1.96e+03      0.393   2.02e-10
V_corr=      -354.62504
ibin=    2015 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      -4.8   131.8   0.008   0.047   0.000   0.000   0.742     NaN
Ages, Metallicities, Weights:
   1.96e+03     0.0122   1.58e-10
V_corr=      -337.62731
ibin=    2016 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      -9.5   111.6  -0.014  -0.033   0.000   0.000   1.109     NaN
Ages, Metallicities, Weights:
   8.97e+03     -0.748   4.06e-10
V_corr=      -342.26733
ibin=    2017 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      -7.2   135.2  -0.028   0.006   0.000   0.000   0.764     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.469   7.79e-10
V_corr=      -340.00852
ibin=    2018 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      10.6   157.5   0.062   0.025   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.208   1.25e-09
V_corr=      -322.22571
ibin=    2019 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117       6.3   102.4  -0.024   0.049   0.000   0.000   0.991     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.356   1.14e-09
V_corr=      -326.47414
ibin=    2020 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68       3.6   158.2  -0.016   0.011   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.129   1.46e-09
V_corr=      -329.22493
ibin=    2021 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -11.9   155.3  -0.018   0.008   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   4.22e+03    0.00868   4.80e-10
V_corr=      -344.67018
ibin=    2022 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      -5.2   168.4  -0.010  -0.007   0.000   0.000   0.841     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0492   1.81e-09
V_corr=      -338.04128
ibin=    2023 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      -4.4   145.7  -0.026   0.106   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.145   1.45e-09
V_corr=      -337.24437
ibin=    2024 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137       5.6   154.9  -0.089   0.038   0.000   0.000   0.381     NaN
Ages, Metallicities, Weights:
   2.11e+03      0.329   3.80e-10
V_corr=      -327.16585
ibin=    2025 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      13.9   156.2  -0.001   0.090   0.000   0.000   0.845     NaN
Ages, Metallicities, Weights:
   1.22e+04     0.0139   1.57e-09
V_corr=      -318.88361
ibin=    2026 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       9.5   145.9   0.033   0.054   0.000   0.000   0.572     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.143   2.27e-09
V_corr=      -323.34722
ibin=    2027 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126       4.8   178.9  -0.015   0.046   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.81e+04     0.0148   2.66e-09
V_corr=      -327.98064
ibin=    2028 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81       6.3   150.4  -0.014   0.117   0.000   0.000   0.634     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.121   3.20e-09
V_corr=      -326.46575
ibin=    2029 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      17.5   181.5   0.010   0.030   0.000   0.000   0.824     NaN
Ages, Metallicities, Weights:
   9.22e+03      0.166   2.29e-09
V_corr=      -315.26737
ibin=    2030 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      13.8   165.2  -0.012   0.103   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   1.20e+04     0.0890   2.74e-09
V_corr=      -319.01630
ibin=    2031 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      42.6   180.8  -0.059  -0.002   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0412   4.22e-09
V_corr=      -290.17397
ibin=    2032 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      32.2   163.6  -0.027   0.072   0.000   0.000   0.593     NaN
Ages, Metallicities, Weights:
   7.95e+03     0.0869   2.46e-09
V_corr=      -300.62204
ibin=    2033 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      45.1   172.6  -0.016   0.040   0.000   0.000   0.616     NaN
Ages, Metallicities, Weights:
   1.22e+04     0.0237   3.67e-09
V_corr=      -287.69756
ibin=    2034 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      36.8   188.1  -0.084  -0.013   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0136   5.72e-09
V_corr=      -295.99068
ibin=    2035 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      39.9   184.9  -0.073   0.099   0.000   0.000   0.687     NaN
Ages, Metallicities, Weights:
   1.90e+04      0.331   7.30e-09
V_corr=      -292.91209
ibin=    2036 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      50.5   177.1  -0.051   0.064   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0822   6.41e-09
V_corr=      -282.31812
ibin=    2037 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      43.3   189.1  -0.067   0.027   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.18e+04      0.216   5.29e-09
V_corr=      -289.50390
ibin=    2038 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      56.0   172.7  -0.013   0.044   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0194   6.22e-09
V_corr=      -276.76485
ibin=    2039 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      63.1   184.3  -0.041   0.059   0.000   0.000   0.577     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.132   6.39e-09
V_corr=      -269.72878
ibin=    2040 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      70.7   169.1  -0.088   0.107   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0925   5.79e-09
V_corr=      -262.10304
ibin=    2041 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      70.4   150.0  -0.031   0.036   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.118   4.91e-09
V_corr=      -262.36935
ibin=    2042 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      57.5   189.9  -0.013   0.064   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.163   5.33e-09
V_corr=      -275.34636
ibin=    2043 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      62.4   181.2  -0.054   0.048   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.120   4.74e-09
V_corr=      -270.45246
ibin=    2044 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      75.0   175.4  -0.002   0.014   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0210   4.12e-09
V_corr=      -257.84798
ibin=    2045 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      74.5   163.0   0.017   0.033   0.000   0.000   0.360     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00778   3.84e-09
V_corr=      -258.26224
ibin=    2046 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      71.9   170.4   0.010   0.010   0.000   0.000   0.355     NaN
Ages, Metallicities, Weights:
   1.38e+04   -0.00935   2.68e-09
V_corr=      -260.93658
ibin=    2047 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      89.1   168.8  -0.083   0.070   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.187   3.55e-09
V_corr=      -243.66607
ibin=    2048 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      76.6   147.9  -0.065   0.046   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   4.13e+03      0.147   8.82e-10
V_corr=      -256.20322
ibin=    2049 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      84.7   172.5   0.000   0.048   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.185   3.02e-09
V_corr=      -248.11024
ibin=    2050 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      91.9   167.3  -0.003   0.061   0.000   0.000   0.829     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.143   2.71e-09
V_corr=      -240.91503
ibin=    2051 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      81.8   149.1  -0.016  -0.039   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   3.65e+03      0.146   6.46e-10
V_corr=      -250.97005
ibin=    2052 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      90.5   186.7  -0.027  -0.020   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   1.88e+04      0.129   2.37e-09
V_corr=      -242.31142
ibin=    2053 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      82.1   161.4  -0.025   0.044   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   6.12e+03      0.186   9.23e-10
V_corr=      -250.72492
ibin=    2054 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      91.8   162.1   0.016  -0.023   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   7.04e+03    -0.0358   8.46e-10
V_corr=      -241.02281
ibin=    2055 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      83.0   158.3  -0.057   0.002   0.000   0.000   0.673     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0703   1.67e-09
V_corr=      -249.83680
ibin=    2056 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      91.1   182.6   0.057   0.027   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0439   1.68e-09
V_corr=      -241.68473
ibin=    2057 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     105.5   150.9   0.073   0.038   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0774   1.39e-09
V_corr=      -227.33989
ibin=    2058 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      89.5   153.9  -0.011   0.021   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   6.79e+03     0.0386   5.92e-10
V_corr=      -243.30520
ibin=    2059 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     103.1   160.5  -0.029   0.095   0.000   0.000   0.682     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.674   3.12e-09
V_corr=      -229.71098
ibin=    2060 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     104.1   153.5  -0.045   0.047   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   1.15e+04    -0.0350   8.07e-10
V_corr=      -228.73633
ibin=    2061 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     108.1   149.1   0.003  -0.068   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.188   1.13e-09
V_corr=      -224.75794
ibin=    2062 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      99.1   136.3   0.025  -0.007   0.000   0.000   0.389     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.254   9.77e-10
V_corr=      -233.74520
ibin=    2063 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     112.6   116.4  -0.032   0.042   0.000   0.000   0.407     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.164   9.01e-10
V_corr=      -220.18288
ibin=    2064 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     132.4   159.6   0.017   0.056   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.102   8.30e-10
V_corr=      -200.38299
ibin=    2065 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     109.6   132.9   0.014   0.011   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.228   8.02e-10
V_corr=      -223.20935
ibin=    2066 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      93.7   137.9  -0.052  -0.026   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   5.66e+03      0.158   3.87e-10
V_corr=      -239.12786
ibin=    2067 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     126.5    94.2  -0.009   0.020   0.000   0.000   0.263     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.333   7.08e-10
V_corr=      -206.29275
ibin=    2068 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     100.1   139.9   0.023   0.050   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   1.30e+03      0.345   8.69e-11
V_corr=      -232.72803
ibin=    2069 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     133.9   140.1  -0.000  -0.027   0.000   0.000   0.352     NaN
Ages, Metallicities, Weights:
   5.37e+03     -0.226   2.54e-10
V_corr=      -198.91785
ibin=    2070 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2071 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2072 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -12.0    97.4  -0.021   0.023   0.000   0.000   1.500     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.531   4.59e-10
V_corr=      -344.84229
ibin=    2073 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     205     -34.2   140.2   0.017   0.011   0.000   0.000   3.091     NaN
Ages, Metallicities, Weights:
   1.08e+03      0.684   8.52e-11
V_corr=      -367.03474
ibin=    2074 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127       3.9   147.2  -0.011   0.037   0.000   0.000   1.613     NaN
Ages, Metallicities, Weights:
   3.80e+03     0.0547   1.93e-10
V_corr=      -328.94373
ibin=    2075 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     328     -21.6   186.7   0.033   0.078   0.000   0.000   1.051     NaN
Ages, Metallicities, Weights:
   2.35e+03      0.596   2.03e-10
V_corr=      -354.42747
ibin=    2076 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -13.1   157.5   0.015   0.032   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.411   6.02e-10
V_corr=      -345.92470
ibin=    2077 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -19.8   167.1   0.007  -0.017   0.000   0.000   1.088     NaN
Ages, Metallicities, Weights:
   3.05e+03     0.0127   1.80e-10
V_corr=      -352.61514
ibin=    2078 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -52.2   136.8   0.011   0.020   0.000   0.000   0.878     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.401   6.78e-10
V_corr=      -384.98887
ibin=    2079 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -30.3   141.6  -0.073   0.096   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
   1.61e+04     -0.188   6.80e-10
V_corr=      -363.14181
ibin=    2080 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      69      -1.1    99.8  -0.004   0.029   0.000   0.000   0.951     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.404   7.45e-10
V_corr=      -333.86981
ibin=    2081 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      15.7   183.6   0.100   0.071   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   1.35e+04    0.00979   7.89e-10
V_corr=      -317.11507
ibin=    2082 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     165      -6.7    64.0   0.003   0.025   0.000   0.000   0.869     NaN
Ages, Metallicities, Weights:
   6.29e+03     -0.760   2.59e-10
V_corr=      -339.51232
ibin=    2083 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      -2.9   174.9  -0.018  -0.010   0.000   0.000   1.091     NaN
Ages, Metallicities, Weights:
   7.15e+03      0.122   6.23e-10
V_corr=      -335.68558
ibin=    2084 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      -4.6   147.4   0.058   0.078   0.000   0.000   0.668     NaN
Ages, Metallicities, Weights:
   7.89e+03      0.205   7.44e-10
V_corr=      -337.42771
ibin=    2085 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116       8.0   130.8  -0.018   0.034   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.273   1.10e-09
V_corr=      -324.80945
ibin=    2086 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153      -7.3   169.9   0.062   0.088   0.000   0.000   0.817     NaN
Ages, Metallicities, Weights:
   1.67e+04      0.689   2.83e-09
V_corr=      -340.11250
ibin=    2087 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       7.0   103.5  -0.049   0.070   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.286   9.56e-10
V_corr=      -325.83459
ibin=    2088 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      -1.2   136.7  -0.089   0.057   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0805   1.47e-09
V_corr=      -334.00850
ibin=    2089 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -12.2   131.1   0.072   0.078   0.000   0.000   0.754     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.257   1.36e-09
V_corr=      -345.00029
ibin=    2090 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127       5.5   149.6  -0.041   0.042   0.000   0.000   1.171     NaN
Ages, Metallicities, Weights:
   2.88e+03      0.166   3.86e-10
V_corr=      -327.35406
ibin=    2091 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136       4.9   168.4   0.012   0.059   0.000   0.000   0.746     NaN
Ages, Metallicities, Weights:
   1.41e+04    -0.0425   1.42e-09
V_corr=      -327.95460
ibin=    2092 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156       9.0   164.0  -0.059   0.023   0.000   0.000   0.646     NaN
Ages, Metallicities, Weights:
   1.53e+04    -0.0897   1.64e-09
V_corr=      -323.82343
ibin=    2093 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150       2.5   148.6   0.063   0.024   0.000   0.000   0.996     NaN
Ages, Metallicities, Weights:
   1.67e+04     -0.174   1.79e-09
V_corr=      -330.34932
ibin=    2094 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101       6.8   157.2  -0.006   0.033   0.000   0.000   0.892     NaN
Ages, Metallicities, Weights:
   9.41e+03     0.0284   1.44e-09
V_corr=      -326.00000
ibin=    2095 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136       9.1   190.5  -0.023   0.036   0.000   0.000   0.776     NaN
Ages, Metallicities, Weights:
   4.12e+03      0.424   1.02e-09
V_corr=      -323.75316
ibin=    2096 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180       7.7   171.8  -0.062   0.076   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   6.22e+03      0.276   1.46e-09
V_corr=      -325.12607
ibin=    2097 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      12.0   159.7  -0.008   0.036   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.199   2.98e-09
V_corr=      -320.78970
ibin=    2098 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      -4.3   215.1  -0.065   0.029   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   1.14e+04      0.219   3.10e-09
V_corr=      -337.05892
ibin=    2099 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      30.9   168.2  -0.027   0.060   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.139   3.91e-09
V_corr=      -301.93240
ibin=    2100 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      38.0   188.4  -0.039  -0.012   0.000   0.000   0.650     NaN
Ages, Metallicities, Weights:
   1.64e+04    -0.0453   4.12e-09
V_corr=      -294.84624
ibin=    2101 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      30.2   178.3  -0.060   0.053   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0747   5.43e-09
V_corr=      -302.61986
ibin=    2102 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      34.0   175.8  -0.046  -0.008   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0988   5.65e-09
V_corr=      -298.81407
ibin=    2103 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      39.4   168.1   0.019   0.032   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0227   6.38e-09
V_corr=      -293.45193
ibin=    2104 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      38.8   181.3  -0.050   0.074   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0383   6.96e-09
V_corr=      -294.04910
ibin=    2105 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      45.5   174.5  -0.043   0.011   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.21e+04     0.0527   5.36e-09
V_corr=      -287.27534
ibin=    2106 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      42.5   179.9  -0.051   0.039   0.000   0.000   0.574     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0802   7.58e-09
V_corr=      -290.34672
ibin=    2107 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      52.8   185.1  -0.049   0.067   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   1.72e+04      0.191   7.43e-09
V_corr=      -280.05244
ibin=    2108 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      58.4   169.6  -0.075   0.016   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0284   6.96e-09
V_corr=      -274.42902
ibin=    2109 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      57.3   179.1  -0.057   0.045   0.000   0.000   0.942     NaN
Ages, Metallicities, Weights:
   1.66e+04      0.110   5.99e-09
V_corr=      -275.49659
ibin=    2110 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      62.5   162.0  -0.055   0.034   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0302   5.54e-09
V_corr=      -270.26095
ibin=    2111 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      70.2   151.5  -0.025   0.076   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0343   5.02e-09
V_corr=      -262.65179
ibin=    2112 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      72.9   172.0  -0.049   0.041   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0986   5.12e-09
V_corr=      -259.88775
ibin=    2113 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      72.6   169.5  -0.063   0.078   0.000   0.000   0.504     NaN
Ages, Metallicities, Weights:
   1.62e+04      0.256   4.62e-09
V_corr=      -260.19792
ibin=    2114 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      78.1   170.4  -0.058   0.044   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0668   4.07e-09
V_corr=      -254.74871
ibin=    2115 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      60.7   192.1  -0.056   0.032   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   4.28e+03      0.500   1.54e-09
V_corr=      -272.06266
ibin=    2116 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      71.4   172.1  -0.121   0.037   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   9.90e+03      0.214   2.41e-09
V_corr=      -261.45333
ibin=    2117 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      73.5   167.3  -0.044   0.018   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.05e+04     0.0845   2.10e-09
V_corr=      -259.30497
ibin=    2118 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      76.0   175.9  -0.053   0.008   0.000   0.000   0.389     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0709   2.98e-09
V_corr=      -256.77919
ibin=    2119 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168      82.5   165.2  -0.101   0.063   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0103   2.47e-09
V_corr=      -250.35522
ibin=    2120 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      74.4   174.8  -0.031   0.059   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.209   2.59e-09
V_corr=      -258.38570
ibin=    2121 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      88.5   177.8  -0.050   0.030   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0790   2.32e-09
V_corr=      -244.33417
ibin=    2122 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      81.0   164.6  -0.029   0.066   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.180   2.26e-09
V_corr=      -251.83506
ibin=    2123 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      76.3   161.0  -0.020   0.053   0.000   0.000   0.898     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0144   1.90e-09
V_corr=      -256.53033
ibin=    2124 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      82.7   149.4   0.045   0.034   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.139   1.61e-09
V_corr=      -250.08609
ibin=    2125 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     105.8   137.3  -0.002  -0.006   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   5.46e+03     -0.116   5.29e-10
V_corr=      -226.99901
ibin=    2126 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      91.1   169.2   0.042   0.006   0.000   0.000   0.281     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0465   1.34e-09
V_corr=      -241.72191
ibin=    2127 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     105.9   147.1   0.089  -0.006   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.174   1.29e-09
V_corr=      -226.93772
ibin=    2128 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      96.9   152.2  -0.012   0.087   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.128   1.17e-09
V_corr=      -235.88004
ibin=    2129 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     104.0   109.9  -0.032   0.057   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.266   9.94e-10
V_corr=      -228.76004
ibin=    2130 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      90.8   145.9   0.017   0.068   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   1.21e+03      0.581   1.34e-10
V_corr=      -242.01748
ibin=    2131 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      99.8   150.1  -0.084   0.057   0.000   0.000   0.389     NaN
Ages, Metallicities, Weights:
   3.79e+03     0.0766   2.72e-10
V_corr=      -233.02592
ibin=    2132 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      87.2   158.2  -0.031   0.021   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0816   9.06e-10
V_corr=      -245.62434
ibin=    2133 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      94.2   174.7   0.004   0.017   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00918   9.16e-10
V_corr=      -238.62438
ibin=    2134 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      87.9   138.7  -0.031  -0.047   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   1.95e+03      0.302   1.36e-10
V_corr=      -244.86227
ibin=    2135 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      90.4   138.3  -0.012   0.054   0.000   0.000   0.356     NaN
Ages, Metallicities, Weights:
   1.29e+03      0.668   1.20e-10
V_corr=      -242.45563
ibin=    2136 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      99.9   119.1  -0.015   0.035   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.126   7.58e-10
V_corr=      -232.94106
ibin=    2137 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      89.6   130.0   0.028   0.003   0.000   0.000   0.294     NaN
Ages, Metallicities, Weights:
   2.03e+03      0.262   1.35e-10
V_corr=      -243.24354
ibin=    2138 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     116.7   145.0  -0.005   0.108   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.178   8.37e-10
V_corr=      -216.07764
ibin=    2139 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2140 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2141 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     -14.0   196.4  -0.032   0.079   0.000   0.000   1.432     NaN
Ages, Metallicities, Weights:
   2.58e+03      0.432   1.64e-10
V_corr=      -346.81142
ibin=    2142 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -51.9   133.9   0.061   0.007   0.000   0.000   2.215     NaN
Ages, Metallicities, Weights:
   1.90e+04     -0.407   5.39e-10
V_corr=      -384.72594
ibin=    2143 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131     -43.1   176.6  -0.030   0.101   0.000   0.000   2.423     NaN
Ages, Metallicities, Weights:
   1.12e+03      0.528   7.63e-11
V_corr=      -375.92473
ibin=    2144 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -19.0   155.2   0.065   0.047   0.000   0.000   1.599     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0984   7.50e-10
V_corr=      -351.78360
ibin=    2145 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     -34.1   108.7   0.006  -0.020   0.000   0.000   1.212     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.507   5.85e-10
V_corr=      -366.88930
ibin=    2146 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91       2.3   123.2   0.041   0.031   0.000   0.000   0.901     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.208   7.78e-10
V_corr=      -330.48867
ibin=    2147 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -10.9   123.1   0.047   0.002   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.291   7.80e-10
V_corr=      -343.71783
ibin=    2148 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -23.1   161.7  -0.030   0.081   0.000   0.000   1.572     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00529   9.51e-10
V_corr=      -355.93835
ibin=    2149 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -17.4   141.8   0.024   0.029   0.000   0.000   1.135     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.292   8.62e-10
V_corr=      -350.16238
ibin=    2150 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -35.8   134.7   0.055   0.066   0.000   0.000   0.471     NaN
Ages, Metallicities, Weights:
   2.92e+03    0.00598   2.08e-10
V_corr=      -368.56906
ibin=    2151 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      -1.5   150.8   0.026   0.040   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.269   8.51e-10
V_corr=      -334.35129
ibin=    2152 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -28.7   151.0  -0.009   0.002   0.000   0.000   1.116     NaN
Ages, Metallicities, Weights:
   1.88e+04     -0.317   9.67e-10
V_corr=      -361.51832
ibin=    2153 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     270     -22.1   125.4   0.015   0.069   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.285   1.04e-09
V_corr=      -354.91378
ibin=    2154 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      15.4   112.3  -0.003   0.041   0.000   0.000   0.889     NaN
Ages, Metallicities, Weights:
   1.80e+04     -0.494   8.64e-10
V_corr=      -317.39938
ibin=    2155 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      -6.2   143.1   0.002  -0.002   0.000   0.000   0.908     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.203   1.32e-09
V_corr=      -338.96255
ibin=    2156 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129       0.8   126.5  -0.058   0.028   0.000   0.000   1.049     NaN
Ages, Metallicities, Weights:
   6.35e+03    -0.0838   6.00e-10
V_corr=      -331.96091
ibin=    2157 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      -5.1   110.6   0.022   0.020   0.000   0.000   0.920     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.515   1.13e-09
V_corr=      -337.86369
ibin=    2158 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -20.1   177.5  -0.068   0.054   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.24e+04     0.0649   1.33e-09
V_corr=      -352.92064
ibin=    2159 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -22.0   136.1  -0.034   0.079   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.23e+04    0.00836   1.32e-09
V_corr=      -354.78496
ibin=    2160 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -12.4   147.0   0.082   0.016   0.000   0.000   0.504     NaN
Ages, Metallicities, Weights:
   1.91e+04     -0.194   1.78e-09
V_corr=      -345.21330
ibin=    2161 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       3.1   159.0  -0.094   0.046   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   1.05e+04    -0.0283   1.35e-09
V_corr=      -329.73159
ibin=    2162 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      -8.6   172.3  -0.036   0.117   0.000   0.000   0.616     NaN
Ages, Metallicities, Weights:
   5.43e+03      0.410   1.11e-09
V_corr=      -341.45320
ibin=    2163 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       3.7   177.6  -0.044  -0.001   0.000   0.000   0.420     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0812   2.58e-09
V_corr=      -329.08899
ibin=    2164 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      -6.4   162.9  -0.046   0.012   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   2.48e+03      0.235   5.79e-10
V_corr=      -339.24754
ibin=    2165 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181     -10.7   180.0  -0.069   0.084   0.000   0.000   0.934     NaN
Ages, Metallicities, Weights:
   9.91e+03      0.457   2.65e-09
V_corr=      -343.50839
ibin=    2166 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146       9.9   169.8  -0.084   0.084   0.000   0.000   0.837     NaN
Ages, Metallicities, Weights:
   1.93e+04    0.00951   3.56e-09
V_corr=      -322.92382
ibin=    2167 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134       7.0   183.7  -0.030   0.048   0.000   0.000   0.577     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0188   4.12e-09
V_corr=      -325.83789
ibin=    2168 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117       2.1   181.7  -0.064  -0.008   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.18e+04     0.0482   3.36e-09
V_corr=      -330.71409
ibin=    2169 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112       6.5   183.4  -0.007   0.050   0.000   0.000   0.661     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0552   5.32e-09
V_corr=      -326.30338
ibin=    2170 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      23.6   170.7  -0.042   0.028   0.000   0.000   0.650     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0796   5.68e-09
V_corr=      -309.24840
ibin=    2171 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      29.3   165.6  -0.001   0.044   0.000   0.000   0.651     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.104   6.43e-09
V_corr=      -303.46095
ibin=    2172 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      37.4   185.1  -0.092   0.082   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.107   7.87e-09
V_corr=      -295.44193
ibin=    2173 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      40.8   162.3  -0.049   0.050   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0286   7.93e-09
V_corr=      -292.01779
ibin=    2174 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      43.9   175.8  -0.046   0.039   0.000   0.000   0.731     NaN
Ages, Metallicities, Weights:
   1.71e+04      0.120   8.42e-09
V_corr=      -288.85958
ibin=    2175 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      47.8   188.0  -0.066   0.031   0.000   0.000   0.767     NaN
Ages, Metallicities, Weights:
   1.51e+04      0.171   8.20e-09
V_corr=      -284.99012
ibin=    2176 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      60.8   165.6  -0.077   0.037   0.000   0.000   0.751     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0103   8.14e-09
V_corr=      -272.03598
ibin=    2177 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      69.7   171.0  -0.063   0.071   0.000   0.000   0.389     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0112   7.30e-09
V_corr=      -263.06919
ibin=    2178 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      69.7   163.6  -0.100   0.018   0.000   0.000   0.641     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0657   6.32e-09
V_corr=      -263.13172
ibin=    2179 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      65.6   176.2  -0.093   0.075   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   3.59e+03      0.485   2.01e-09
V_corr=      -267.16020
ibin=    2180 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     211      72.6   163.0  -0.057   0.022   0.000   0.000   0.873     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0537   5.39e-09
V_corr=      -260.25414
ibin=    2181 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      66.2   166.3  -0.045   0.067   0.000   0.000   0.652     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0825   5.20e-09
V_corr=      -266.57639
ibin=    2182 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      64.2   168.8  -0.024   0.041   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0631   4.64e-09
V_corr=      -268.59095
ibin=    2183 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      63.1   179.2  -0.014   0.056   0.000   0.000   0.629     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.175   4.49e-09
V_corr=      -269.66359
ibin=    2184 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      80.4   162.8  -0.081  -0.013   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.108   3.49e-09
V_corr=      -252.37784
ibin=    2185 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      75.9   166.7  -0.040   0.046   0.000   0.000   0.788     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0182   3.22e-09
V_corr=      -256.94116
ibin=    2186 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     211      85.1   164.9  -0.094  -0.039   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.154   2.81e-09
V_corr=      -247.73757
ibin=    2187 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      84.8   146.2  -0.078   0.063   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0859   2.90e-09
V_corr=      -248.03458
ibin=    2188 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      85.4   142.8  -0.052   0.069   0.000   0.000   0.665     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0283   2.47e-09
V_corr=      -247.36374
ibin=    2189 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      62.5   165.8   0.035   0.078   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.100   2.47e-09
V_corr=      -270.34102
ibin=    2190 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      82.5   160.3  -0.046   0.086   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   1.70e+04      0.145   2.14e-09
V_corr=      -250.29791
ibin=    2191 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108     105.2   166.7  -0.051   0.069   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0704   2.11e-09
V_corr=      -227.59373
ibin=    2192 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      86.6   146.3  -0.049   0.107   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.18e+04    -0.0114   1.23e-09
V_corr=      -246.21484
ibin=    2193 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      80.7   181.4   0.005   0.025   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.192   1.98e-09
V_corr=      -252.12827
ibin=    2194 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      97.8   155.4  -0.047  -0.017   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0791   1.46e-09
V_corr=      -235.04076
ibin=    2195 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      79.3   203.8  -0.078   0.094   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   1.04e+04      0.355   1.09e-09
V_corr=      -253.47613
ibin=    2196 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      85.4   173.3  -0.058   0.055   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   3.95e+03      0.374   4.72e-10
V_corr=      -247.37134
ibin=    2197 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     110.6   164.8  -0.048  -0.010   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   1.80e+03      0.500   2.41e-10
V_corr=      -222.17076
ibin=    2198 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     108.0   175.6  -0.033  -0.023   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0205   1.32e-09
V_corr=      -224.82562
ibin=    2199 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      87.5   171.1  -0.018   0.017   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.266   1.39e-09
V_corr=      -245.26177
ibin=    2200 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     123.9   148.3   0.013   0.002   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.60e+04    -0.0587   8.41e-10
V_corr=      -208.88835
ibin=    2201 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     133.4   130.1  -0.018   0.017   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.244   7.83e-10
V_corr=      -199.41213
ibin=    2202 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     101.0   172.7   0.014   0.053   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.667   1.22e-10
V_corr=      -231.82652
ibin=    2203 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      85.8   169.2   0.032   0.034   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.12e+04      0.105   6.35e-10
V_corr=      -246.99341
ibin=    2204 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     121.4   131.9  -0.042   0.051   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.149   6.95e-10
V_corr=      -211.39955
ibin=    2205 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     138.6   146.8  -0.023   0.020   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.107   8.90e-10
V_corr=      -194.21653
ibin=    2206 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169     119.0   208.5  -0.044   0.046   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.236   9.71e-10
V_corr=      -213.76151
ibin=    2207 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     137.9   128.6  -0.021   0.032   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   8.64e+03      0.207   5.12e-10
V_corr=      -194.91644
ibin=    2208 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2209 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2210 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      -9.3   178.5   0.045   0.045   0.000   0.000   1.482     NaN
Ages, Metallicities, Weights:
   1.74e+03     -0.136   8.81e-11
V_corr=      -342.09772
ibin=    2211 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -32.7   107.4  -0.006  -0.005   0.000   0.000   0.691     NaN
Ages, Metallicities, Weights:
   4.73e+03     -0.240   2.09e-10
V_corr=      -365.49866
ibin=    2212 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -10.5   113.8  -0.004   0.032   0.000   0.000   1.038     NaN
Ages, Metallicities, Weights:
   7.68e+03     -0.391   2.79e-10
V_corr=      -343.34356
ibin=    2213 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -50.4   127.8   0.026  -0.000   0.000   0.000   1.022     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.340   6.77e-10
V_corr=      -383.19776
ibin=    2214 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -12.2   140.1   0.054   0.076   0.000   0.000   1.069     NaN
Ages, Metallicities, Weights:
   5.33e+03   -0.00408   2.89e-10
V_corr=      -345.00772
ibin=    2215 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -36.1    82.3   0.017   0.015   0.000   0.000   1.684     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.474   6.36e-10
V_corr=      -368.88396
ibin=    2216 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      -0.4   154.5   0.109   0.006   0.000   0.000   1.021     NaN
Ages, Metallicities, Weights:
   1.75e+04     -0.332   6.92e-10
V_corr=      -333.16901
ibin=    2217 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     132     -36.4   115.8  -0.020   0.026   0.000   0.000   1.053     NaN
Ages, Metallicities, Weights:
   1.34e+03      0.240   9.74e-11
V_corr=      -369.16229
ibin=    2218 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -15.0   140.8   0.032   0.036   0.000   0.000   0.894     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.391   6.82e-10
V_corr=      -347.79488
ibin=    2219 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      12.3   102.3  -0.046   0.011   0.000   0.000   0.881     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.435   8.25e-10
V_corr=      -320.51681
ibin=    2220 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      10.9    98.7  -0.020   0.044   0.000   0.000   0.732     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.374   7.50e-10
V_corr=      -321.89344
ibin=    2221 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      -3.0   119.5   0.005   0.056   0.000   0.000   1.059     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.300   1.02e-09
V_corr=      -335.82388
ibin=    2222 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -31.7   142.7   0.035   0.072   0.000   0.000   0.565     NaN
Ages, Metallicities, Weights:
   7.77e+03     0.0101   6.39e-10
V_corr=      -364.51460
ibin=    2223 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -27.3   144.1   0.004   0.057   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.107   1.31e-09
V_corr=      -360.06296
ibin=    2224 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -17.8   154.2  -0.050   0.062   0.000   0.000   0.766     NaN
Ages, Metallicities, Weights:
   2.33e+03      0.321   2.92e-10
V_corr=      -350.65856
ibin=    2225 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -34.4   165.0  -0.026   0.028   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   2.52e+03      0.254   3.29e-10
V_corr=      -367.24769
ibin=    2226 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      -3.8   149.1  -0.096   0.010   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.61e+04    -0.0455   1.50e-09
V_corr=      -336.60181
ibin=    2227 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -16.1   167.7  -0.034   0.079   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   8.16e+03      0.246   1.20e-09
V_corr=      -348.93282
ibin=    2228 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      -7.3   135.4  -0.070   0.149   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.124   1.74e-09
V_corr=      -340.09800
ibin=    2229 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -31.0   175.7  -0.016  -0.010   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   4.02e+03      0.151   6.42e-10
V_corr=      -363.84859
ibin=    2230 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      -4.3   166.1  -0.087   0.164   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.255   2.60e-09
V_corr=      -337.14604
ibin=    2231 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      -2.2   152.3   0.020   0.046   0.000   0.000   0.794     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0238   2.54e-09
V_corr=      -334.96633
ibin=    2232 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -10.8   176.6  -0.079  -0.030   0.000   0.000   0.696     NaN
Ages, Metallicities, Weights:
   1.38e+04     0.0696   2.40e-09
V_corr=      -343.62029
ibin=    2233 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      21.3   145.3  -0.015   0.092   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   1.95e+04     -0.152   2.74e-09
V_corr=      -311.47626
ibin=    2234 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135       1.6   157.8  -0.061   0.115   0.000   0.000   0.618     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00244   3.36e-09
V_corr=      -331.19793
ibin=    2235 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138       7.9   160.5  -0.062   0.110   0.000   0.000   0.907     NaN
Ages, Metallicities, Weights:
   8.33e+03     0.0445   2.07e-09
V_corr=      -324.87441
ibin=    2236 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      18.8   167.1  -0.044   0.047   0.000   0.000   0.584     NaN
Ages, Metallicities, Weights:
   1.08e+04    -0.0574   2.65e-09
V_corr=      -313.97180
ibin=    2237 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      20.8   163.2  -0.062   0.030   0.000   0.000   1.005     NaN
Ages, Metallicities, Weights:
   1.96e+04    -0.0869   4.74e-09
V_corr=      -311.96214
ibin=    2238 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      18.2   177.8  -0.002  -0.023   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0402   5.84e-09
V_corr=      -314.58827
ibin=    2239 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      29.6   169.9  -0.044   0.067   0.000   0.000   0.604     NaN
Ages, Metallicities, Weights:
   1.05e+04     0.0362   4.21e-09
V_corr=      -303.25632
ibin=    2240 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      12.7   181.3   0.003   0.042   0.000   0.000   0.560     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.138   8.38e-09
V_corr=      -320.05981
ibin=    2241 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      34.2   188.5   0.003   0.042   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0437   9.01e-09
V_corr=      -298.59142
ibin=    2242 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      27.8   182.1  -0.063   0.048   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   1.25e+04      0.127   7.78e-09
V_corr=      -305.02629
ibin=    2243 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      46.7   175.3  -0.103   0.017   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.13e+04     0.0998   7.27e-09
V_corr=      -286.07961
ibin=    2244 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      73      56.4   175.4  -0.049   0.119   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.170   1.03e-08
V_corr=      -276.41823
ibin=    2245 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      48.6   181.8  -0.094   0.029   0.000   0.000   0.564     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.110   9.88e-09
V_corr=      -284.17939
ibin=    2246 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      55.2   171.2  -0.098   0.047   0.000   0.000   0.867     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0184   8.45e-09
V_corr=      -277.61752
ibin=    2247 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      55.9   180.3  -0.063   0.017   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   1.92e+04    0.00147   7.38e-09
V_corr=      -276.94498
ibin=    2248 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      72.9   146.2  -0.088   0.060   0.000   0.000   0.911     NaN
Ages, Metallicities, Weights:
   1.87e+04     -0.164   5.54e-09
V_corr=      -259.86574
ibin=    2249 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      52.0   160.7  -0.011   0.108   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.13e+04      0.100   3.92e-09
V_corr=      -280.78780
ibin=    2250 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      58.8   180.1  -0.070   0.032   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0368   5.01e-09
V_corr=      -274.03508
ibin=    2251 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      69.5   180.3  -0.042   0.034   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   5.34e+03      0.348   1.99e-09
V_corr=      -263.29166
ibin=    2252 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146      50.2   188.0  -0.084   0.076   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.601   8.04e-09
V_corr=      -282.57250
ibin=    2253 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      86.4   160.5  -0.108   0.092   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0621   3.79e-09
V_corr=      -246.37348
ibin=    2254 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      72.0   173.2  -0.065   0.064   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.85e+04    0.00571   3.13e-09
V_corr=      -260.84769
ibin=    2255 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      85.4   160.0   0.012   0.002   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.155   2.78e-09
V_corr=      -247.44301
ibin=    2256 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      77.3   164.5  -0.004   0.010   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0792   2.67e-09
V_corr=      -255.49258
ibin=    2257 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      81.1   121.9   0.001   0.117   0.000   0.000   0.685     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.124   2.26e-09
V_corr=      -251.66376
ibin=    2258 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      72.0   177.1  -0.008   0.040   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.219   2.73e-09
V_corr=      -260.83678
ibin=    2259 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      82.6   150.0  -0.015   0.086   0.000   0.000   0.999     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0401   2.03e-09
V_corr=      -250.20818
ibin=    2260 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91      96.4   156.5  -0.031   0.003   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.138   1.86e-09
V_corr=      -236.45024
ibin=    2261 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      89.7   150.7   0.004   0.006   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.59e+04    -0.0208   1.64e-09
V_corr=      -243.13859
ibin=    2262 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      94.7   100.5  -0.020   0.007   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.38e+03    -0.0326   1.50e-10
V_corr=      -238.07591
ibin=    2263 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      95.9   172.4  -0.086   0.104   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0291   1.52e-09
V_corr=      -236.88223
ibin=    2264 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     109.6   157.9  -0.048   0.069   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   2.99e+03      0.470   4.03e-10
V_corr=      -223.22617
ibin=    2265 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156      88.4   150.1  -0.019   0.086   0.000   0.000   0.227     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.152   1.52e-09
V_corr=      -244.37186
ibin=    2266 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91      98.6   165.0  -0.019   0.030   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0345   1.37e-09
V_corr=      -234.25247
ibin=    2267 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      85.8   160.2   0.038   0.014   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.99e+03      0.518   2.54e-10
V_corr=      -246.96370
ibin=    2268 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     107.4   151.8   0.016  -0.006   0.000   0.000   0.636     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0884   1.09e-09
V_corr=      -225.41039
ibin=    2269 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     132.8   125.8  -0.028   0.026   0.000   0.000   0.368     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.408   7.37e-10
V_corr=      -200.04025
ibin=    2270 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     107.3   113.8  -0.017   0.030   0.000   0.000   0.389     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.280   7.80e-10
V_corr=      -225.54944
ibin=    2271 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     118.1   215.8   0.003  -0.040   0.000   0.000   0.349     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0700   9.41e-10
V_corr=      -214.72561
ibin=    2272 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     122.6   134.1   0.026   0.007   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.186   7.57e-10
V_corr=      -210.20537
ibin=    2273 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      89.7   138.3  -0.006   0.036   0.000   0.000   0.599     NaN
Ages, Metallicities, Weights:
   7.27e+03     -0.116   3.20e-10
V_corr=      -243.13209
ibin=    2274 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      83.3   187.0  -0.014  -0.011   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0795   7.93e-10
V_corr=      -249.51924
ibin=    2275 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     115.6   118.6   0.016   0.021   0.000   0.000   0.769     NaN
Ages, Metallicities, Weights:
   1.85e+04     -0.368   5.75e-10
V_corr=      -217.24985
ibin=    2276 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     152.9   195.4   0.006   0.062   0.000   0.000   0.401     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.559   1.40e-09
V_corr=      -179.92324
ibin=    2277 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2278 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2279 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -43.4   165.5  -0.017   0.030   0.000   0.000   1.478     NaN
Ages, Metallicities, Weights:
   3.39e+03      0.359   2.10e-10
V_corr=      -376.18134
ibin=    2280 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116       3.8   167.5   0.019   0.015   0.000   0.000   1.262     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.346   6.01e-10
V_corr=      -329.02273
ibin=    2281 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -34.7   140.1  -0.012   0.032   0.000   0.000   0.717     NaN
Ages, Metallicities, Weights:
   2.28e+03      0.169   1.39e-10
V_corr=      -367.52768
ibin=    2282 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -33.3   125.4   0.073  -0.005   0.000   0.000   0.799     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.568   5.40e-10
V_corr=      -366.13844
ibin=    2283 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97     -12.7    94.0  -0.015   0.012   0.000   0.000   2.202     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.494   6.02e-10
V_corr=      -345.54133
ibin=    2284 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -27.3   134.0  -0.015  -0.050   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   4.20e+03     -0.601   1.80e-10
V_corr=      -360.11069
ibin=    2285 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      -8.0   150.1  -0.014   0.067   0.000   0.000   1.078     NaN
Ages, Metallicities, Weights:
   3.90e+03    -0.0172   2.41e-10
V_corr=      -340.82833
ibin=    2286 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -41.8   143.1   0.014   0.040   0.000   0.000   1.040     NaN
Ages, Metallicities, Weights:
   7.73e+03     -0.231   3.93e-10
V_corr=      -374.62200
ibin=    2287 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -27.7   143.2   0.015  -0.009   0.000   0.000   1.199     NaN
Ages, Metallicities, Weights:
   3.58e+03     -0.295   2.23e-10
V_corr=      -360.46214
ibin=    2288 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      -9.4   173.6   0.024   0.048   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.150   1.06e-09
V_corr=      -342.21958
ibin=    2289 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -11.6   110.6  -0.052   0.068   0.000   0.000   0.875     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.313   9.89e-10
V_corr=      -344.43081
ibin=    2290 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      10.0   117.9   0.012   0.037   0.000   0.000   1.043     NaN
Ages, Metallicities, Weights:
   1.05e+04     -0.295   6.01e-10
V_corr=      -322.82147
ibin=    2291 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -34.3   135.8   0.046  -0.007   0.000   0.000   0.679     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.277   1.16e-09
V_corr=      -367.08471
ibin=    2292 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -16.3   143.9  -0.055   0.023   0.000   0.000   0.985     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0908   1.37e-09
V_corr=      -349.06353
ibin=    2293 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      -5.8   131.7  -0.031   0.037   0.000   0.000   0.985     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.255   1.31e-09
V_corr=      -338.57076
ibin=    2294 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -2.8   163.4  -0.021   0.013   0.000   0.000   0.890     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.190   1.51e-09
V_corr=      -335.65534
ibin=    2295 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -14.9   142.1  -0.042   0.010   0.000   0.000   0.629     NaN
Ages, Metallicities, Weights:
   2.22e+03      0.226   3.25e-10
V_corr=      -347.68337
ibin=    2296 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -17.7   156.0  -0.023   0.055   0.000   0.000   0.831     NaN
Ages, Metallicities, Weights:
   3.67e+03      0.118   5.07e-10
V_corr=      -350.46670
ibin=    2297 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -17.7   137.5   0.040   0.010   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.369   1.46e-09
V_corr=      -350.52586
ibin=    2298 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      -8.0   149.3  -0.002   0.104   0.000   0.000   0.531     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   1.97e-09
V_corr=      -340.76483
ibin=    2299 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -14.9   182.4  -0.003   0.029   0.000   0.000   0.721     NaN
Ages, Metallicities, Weights:
   1.90e+04     0.0476   2.51e-09
V_corr=      -347.66105
ibin=    2300 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      10.8   171.3   0.042   0.031   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.18e+04    -0.0611   1.76e-09
V_corr=      -321.99511
ibin=    2301 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      -7.4   166.6  -0.065   0.072   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0181   2.92e-09
V_corr=      -340.17949
ibin=    2302 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       9.8   171.4  -0.103   0.045   0.000   0.000   0.794     NaN
Ages, Metallicities, Weights:
   1.13e+04     0.0182   2.21e-09
V_corr=      -322.98488
ibin=    2303 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      -2.7   164.5  -0.033   0.007   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   1.88e+04    -0.0692   3.54e-09
V_corr=      -335.46621
ibin=    2304 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      -1.7   195.6  -0.038   0.055   0.000   0.000   0.471     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0194   4.26e-09
V_corr=      -334.47473
ibin=    2305 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      -3.7   177.2  -0.018  -0.013   0.000   0.000   0.910     NaN
Ages, Metallicities, Weights:
   1.30e+04    -0.0243   3.58e-09
V_corr=      -336.49888
ibin=    2306 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       3.0   166.7  -0.040   0.020   0.000   0.000   0.865     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0752   5.33e-09
V_corr=      -329.82678
ibin=    2307 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94       5.9   161.4  -0.046   0.072   0.000   0.000   0.641     NaN
Ages, Metallicities, Weights:
   1.20e+04     0.0159   4.40e-09
V_corr=      -326.94895
ibin=    2308 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       7.5   192.5   0.013   0.060   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.149   8.16e-09
V_corr=      -325.31591
ibin=    2309 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      19.5   186.4  -0.043   0.046   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00264   8.80e-09
V_corr=      -313.35816
ibin=    2310 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      27.8   183.8  -0.038   0.029   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.105   1.11e-08
V_corr=      -305.03537
ibin=    2311 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      36.6   163.4  -0.076   0.079   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0648   1.21e-08
V_corr=      -296.21494
ibin=    2312 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      45.0   177.1  -0.071   0.041   0.000   0.000   0.661     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.104   1.36e-08
V_corr=      -287.85490
ibin=    2313 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      48.9   174.8  -0.086   0.089   0.000   0.000   0.547     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.221   1.34e-08
V_corr=      -283.95132
ibin=    2314 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      56.6   169.7  -0.074   0.059   0.000   0.000   0.777     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.112   1.17e-08
V_corr=      -276.16954
ibin=    2315 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      46.3   185.6  -0.066   0.100   0.000   0.000   0.765     NaN
Ages, Metallicities, Weights:
   1.78e+04      0.206   1.04e-08
V_corr=      -286.52669
ibin=    2316 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      56.1   167.4  -0.109   0.014   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0103   8.42e-09
V_corr=      -276.68919
ibin=    2317 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      70.7   176.3  -0.071   0.045   0.000   0.000   0.666     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0202   7.17e-09
V_corr=      -262.11019
ibin=    2318 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      66.8   158.3  -0.075   0.060   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0133   5.99e-09
V_corr=      -266.01969
ibin=    2319 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      76.6   159.8  -0.069   0.042   0.000   0.000   0.655     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0837   4.87e-09
V_corr=      -256.16863
ibin=    2320 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      63.7   168.9  -0.030   0.038   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   1.25e+04      0.136   3.86e-09
V_corr=      -269.07450
ibin=    2321 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      62.5   174.8  -0.009   0.063   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.150   4.48e-09
V_corr=      -270.33035
ibin=    2322 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      69.1   172.1  -0.027   0.005   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   1.63e+04      0.102   3.45e-09
V_corr=      -263.73480
ibin=    2323 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      62.9   163.7   0.003   0.090   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0800   3.34e-09
V_corr=      -269.95071
ibin=    2324 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      70.8   154.4  -0.059   0.079   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0544   2.99e-09
V_corr=      -261.97918
ibin=    2325 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      75.9   142.5  -0.071   0.057   0.000   0.000   0.645     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0827   2.59e-09
V_corr=      -256.90341
ibin=    2326 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      55.2   202.5  -0.151   0.052   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.392   3.43e-09
V_corr=      -277.59504
ibin=    2327 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      86.0   176.9  -0.080   0.026   0.000   0.000   0.393     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0410   2.42e-09
V_corr=      -246.81038
ibin=    2328 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      79.0   184.1  -0.024   0.038   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.169   2.42e-09
V_corr=      -253.84538
ibin=    2329 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      76.2   168.8  -0.002  -0.017   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0547   2.13e-09
V_corr=      -256.57939
ibin=    2330 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     101.3   148.1  -0.100   0.009   0.000   0.000   0.555     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.148   1.68e-09
V_corr=      -231.50637
ibin=    2331 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      80.8   148.4   0.013   0.016   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0945   1.56e-09
V_corr=      -252.03027
ibin=    2332 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      78.1   150.5  -0.023   0.077   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.131   1.36e-09
V_corr=      -254.71345
ibin=    2333 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      95.9   170.1  -0.032   0.087   0.000   0.000   0.351     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.209   1.60e-09
V_corr=      -236.94322
ibin=    2334 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     175      75.5   177.7  -0.096   0.122   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   1.65e+04      0.349   1.64e-09
V_corr=      -257.34769
ibin=    2335 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     101.4   177.7  -0.056   0.088   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.160   1.40e-09
V_corr=      -231.44026
ibin=    2336 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     164     106.5   170.2  -0.017   0.035   0.000   0.000   0.668     NaN
Ages, Metallicities, Weights:
   1.60e+04      0.199   1.25e-09
V_corr=      -226.30638
ibin=    2337 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     109.1   178.1  -0.033   0.105   0.000   0.000   0.457     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.131   1.12e-09
V_corr=      -223.74282
ibin=    2338 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      77.2   161.2   0.069   0.035   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   5.37e+03      0.146   3.58e-10
V_corr=      -255.58679
ibin=    2339 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      67.3   156.2  -0.011   0.028   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
   2.37e+03      0.531   2.22e-10
V_corr=      -265.50705
ibin=    2340 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      53.5   153.4  -0.103   0.040   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   7.13e+03      0.216   4.53e-10
V_corr=      -279.35791
ibin=    2341 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      74.2   209.5  -0.021   0.040   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   2.13e-09
V_corr=      -258.64797
ibin=    2342 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     117.1   148.6  -0.029   0.079   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   1.38e+03      0.689   1.27e-10
V_corr=      -215.66146
ibin=    2343 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      86.1   123.2   0.025   0.012   0.000   0.000   0.613     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.310   6.43e-10
V_corr=      -246.71424
ibin=    2344 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     107.4   206.3   0.001   0.061   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   6.16e+03      0.215   3.57e-10
V_corr=      -225.38576
ibin=    2345 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     309     132.0    85.4  -0.046  -0.011   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.46e+04     -0.557   3.97e-10
V_corr=      -200.76034
ibin=    2346 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2347 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2348 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     -53.8   166.7  -0.010   0.049   0.000   0.000   1.425     NaN
Ages, Metallicities, Weights:
   2.61e+03      0.483   1.90e-10
V_corr=      -386.63400
ibin=    2349 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -48.5   115.0   0.023  -0.009   0.000   0.000   1.198     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.423   5.76e-10
V_corr=      -381.27283
ibin=    2350 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -33.5   148.5   0.006   0.005   0.000   0.000   1.177     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.114   7.55e-10
V_corr=      -366.30380
ibin=    2351 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -52.5   135.0   0.034  -0.003   0.000   0.000   0.772     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.322   7.00e-10
V_corr=      -385.33441
ibin=    2352 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -14.3   119.4   0.018   0.027   0.000   0.000   1.803     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.370   7.02e-10
V_corr=      -347.12640
ibin=    2353 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -32.3   150.4   0.036   0.076   0.000   0.000   1.019     NaN
Ages, Metallicities, Weights:
   1.46e+03      0.590   1.40e-10
V_corr=      -365.09910
ibin=    2354 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -40.7   164.2   0.005   0.074   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
   2.76e+03      0.341   2.31e-10
V_corr=      -373.47803
ibin=    2355 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     -26.2   147.9  -0.004   0.001   0.000   0.000   0.901     NaN
Ages, Metallicities, Weights:
   2.70e+03     -0.216   1.71e-10
V_corr=      -358.97663
ibin=    2356 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -18.2   123.3   0.034  -0.018   0.000   0.000   1.150     NaN
Ages, Metallicities, Weights:
   1.67e+04     -0.297   8.09e-10
V_corr=      -351.05800
ibin=    2357 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -25.4   158.9  -0.018  -0.010   0.000   0.000   0.785     NaN
Ages, Metallicities, Weights:
   4.87e+03     -0.233   3.44e-10
V_corr=      -358.19256
ibin=    2358 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -25.8   134.3   0.060   0.070   0.000   0.000   0.899     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.197   1.11e-09
V_corr=      -358.65840
ibin=    2359 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      -4.6   144.7   0.016   0.010   0.000   0.000   1.290     NaN
Ages, Metallicities, Weights:
   3.43e+03     0.0381   3.17e-10
V_corr=      -337.41316
ibin=    2360 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71     -15.6   126.0  -0.012   0.045   0.000   0.000   0.982     NaN
Ages, Metallicities, Weights:
   1.05e+04    -0.0902   7.88e-10
V_corr=      -348.40751
ibin=    2361 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126       0.4   145.4  -0.030   0.004   0.000   0.000   0.750     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0987   1.43e-09
V_corr=      -332.40003
ibin=    2362 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -21.6   126.8   0.029   0.033   0.000   0.000   0.863     NaN
Ages, Metallicities, Weights:
   2.32e+03     0.0911   2.69e-10
V_corr=      -354.43344
ibin=    2363 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      -4.2   143.3  -0.020   0.041   0.000   0.000   0.791     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.243   1.48e-09
V_corr=      -337.03880
ibin=    2364 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      -6.3   143.3  -0.069   0.077   0.000   0.000   0.832     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   1.69e-09
V_corr=      -339.11528
ibin=    2365 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      -5.7   143.8  -0.020   0.030   0.000   0.000   0.774     NaN
Ages, Metallicities, Weights:
   1.15e+04    -0.0611   1.31e-09
V_corr=      -338.54667
ibin=    2366 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       2.4   150.1   0.048   0.063   0.000   0.000   0.871     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0651   2.12e-09
V_corr=      -330.39888
ibin=    2367 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      -0.5   172.8  -0.020   0.074   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.133   2.54e-09
V_corr=      -333.31493
ibin=    2368 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135     -13.1   171.8  -0.073   0.084   0.000   0.000   0.765     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0238   2.48e-09
V_corr=      -345.93221
ibin=    2369 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57     -11.6   129.3  -0.007   0.028   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   3.41e+03    -0.0797   6.21e-10
V_corr=      -344.42622
ibin=    2370 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      -9.9   146.4  -0.043   0.046   0.000   0.000   0.662     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.173   2.85e-09
V_corr=      -342.67387
ibin=    2371 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -11.3   169.6  -0.019   0.078   0.000   0.000   0.653     NaN
Ages, Metallicities, Weights:
   1.04e+04      0.195   2.58e-09
V_corr=      -344.15254
ibin=    2372 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       1.6   185.2  -0.047   0.086   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.191   4.28e-09
V_corr=      -331.19524
ibin=    2373 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      -1.0   185.7  -0.027   0.019   0.000   0.000   0.730     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0948   4.74e-09
V_corr=      -333.78886
ibin=    2374 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101       4.4   163.4  -0.013   0.054   0.000   0.000   0.736     NaN
Ages, Metallicities, Weights:
   1.94e+04    -0.0620   4.76e-09
V_corr=      -328.36927
ibin=    2375 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112       0.1   188.7  -0.019   0.070   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0975   6.18e-09
V_corr=      -332.71363
ibin=    2376 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      12.7   191.1  -0.039   0.047   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.87e+04      0.142   7.40e-09
V_corr=      -320.14064
ibin=    2377 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      11.3   176.1  -0.025   0.024   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.86e+04     0.0110   8.11e-09
V_corr=      -321.54133
ibin=    2378 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      14.5   175.4  -0.028   0.090   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0902   1.01e-08
V_corr=      -318.30007
ibin=    2379 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      27.0   167.6  -0.049   0.066   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0753   1.26e-08
V_corr=      -305.79691
ibin=    2380 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      30.2   173.3  -0.036   0.014   0.000   0.000   0.587     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0376   1.58e-08
V_corr=      -302.62036
ibin=    2381 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      40.4   161.2  -0.065   0.029   0.000   0.000   0.586     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0754   1.78e-08
V_corr=      -292.41336
ibin=    2382 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      45.9   170.9  -0.078   0.065   0.000   0.000   0.722     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.201   1.81e-08
V_corr=      -286.95057
ibin=    2383 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      50.4   169.3  -0.081   0.044   0.000   0.000   0.751     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0557   1.33e-08
V_corr=      -282.39946
ibin=    2384 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      65.0   161.1  -0.120   0.079   0.000   0.000   0.564     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.111   1.11e-08
V_corr=      -267.79276
ibin=    2385 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      52.4   179.4  -0.089   0.049   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.101   9.21e-09
V_corr=      -280.43280
ibin=    2386 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      43.4   173.6  -0.096   0.083   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.167   8.01e-09
V_corr=      -289.36839
ibin=    2387 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      49.1   173.8  -0.024   0.041   0.000   0.000   0.762     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0301   6.37e-09
V_corr=      -283.73177
ibin=    2388 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      62.5   168.9  -0.089   0.048   0.000   0.000   0.681     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0559   5.18e-09
V_corr=      -270.28594
ibin=    2389 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      41.9   203.2  -0.057   0.006   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.169   5.36e-09
V_corr=      -290.88962
ibin=    2390 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      57.7   172.4  -0.075  -0.013   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0449   4.21e-09
V_corr=      -275.14032
ibin=    2391 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      70.4   162.9  -0.072   0.064   0.000   0.000   0.729     NaN
Ages, Metallicities, Weights:
   8.75e+03      0.161   2.34e-09
V_corr=      -262.38183
ibin=    2392 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      68.5   159.4  -0.004   0.059   0.000   0.000   0.722     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0680   3.17e-09
V_corr=      -264.34293
ibin=    2393 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      79.4   167.2  -0.042   0.019   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0413   3.12e-09
V_corr=      -253.40489
ibin=    2394 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      75.9   162.6  -0.036   0.015   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.16e+04    0.00631   1.86e-09
V_corr=      -256.93674
ibin=    2395 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      93.0   151.8  -0.097   0.022   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.182   2.27e-09
V_corr=      -239.81935
ibin=    2396 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      81.2   146.8  -0.022   0.052   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0174   2.23e-09
V_corr=      -251.63992
ibin=    2397 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      74.3   152.3  -0.015   0.003   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.139   1.93e-09
V_corr=      -258.50424
ibin=    2398 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     213      82.9   155.9  -0.004   0.063   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0574   1.90e-09
V_corr=      -249.91307
ibin=    2399 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     252      96.7   173.2  -0.078   0.055   0.000   0.000   0.671     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   4.71e-09
V_corr=      -236.15332
ibin=    2400 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     106.9   140.5  -0.035   0.054   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0905   1.56e-09
V_corr=      -225.87822
ibin=    2401 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      79.3   181.3  -0.041   0.056   0.000   0.000   0.290     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.274   1.79e-09
V_corr=      -253.49721
ibin=    2402 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      89.1   172.5   0.003   0.037   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   8.00e+03      0.252   8.97e-10
V_corr=      -243.70932
ibin=    2403 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      95.5   152.9  -0.033   0.056   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0640   1.37e-09
V_corr=      -237.35328
ibin=    2404 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      82.1   182.8   0.017   0.051   0.000   0.000   0.313     NaN
Ages, Metallicities, Weights:
   1.45e+03      0.665   2.04e-10
V_corr=      -250.71273
ibin=    2405 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     111.8   146.8  -0.030   0.029   0.000   0.000   0.285     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.289   9.58e-10
V_corr=      -221.01492
ibin=    2406 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     116.4   160.2  -0.012   0.072   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   1.71e+04     0.0470   9.71e-10
V_corr=      -216.42614
ibin=    2407 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      76.2   184.6   0.027   0.009   0.000   0.000   0.356     NaN
Ages, Metallicities, Weights:
   2.01e+03      0.222   1.55e-10
V_corr=      -256.61505
ibin=    2408 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     101.8   129.5   0.056   0.033   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.256   7.19e-10
V_corr=      -231.05365
ibin=    2409 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      87.1   184.9   0.009   0.019   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0889   8.81e-10
V_corr=      -245.73893
ibin=    2410 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     119.8   110.1  -0.008   0.020   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   5.04e+03     -0.207   2.24e-10
V_corr=      -213.00316
ibin=    2411 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      74.3   134.9  -0.029  -0.015   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
       799.      0.614   6.16e-11
V_corr=      -258.51302
ibin=    2412 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      65.2   106.1  -0.009   0.029   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   2.74e+03     -0.107   1.27e-10
V_corr=      -267.55991
ibin=    2413 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     119.8   174.4   0.045  -0.035   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   1.46e+04    -0.0571   5.79e-10
V_corr=      -212.97648
ibin=    2414 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     125.5   131.7   0.019  -0.043   0.000   0.000   0.668     NaN
Ages, Metallicities, Weights:
   8.45e+03    -0.0101   3.71e-10
V_corr=      -207.26017
ibin=    2415 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2416 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2417 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     206     -10.8    95.5   0.018  -0.008   0.000   0.000   1.069     NaN
Ages, Metallicities, Weights:
   9.82e+03     -0.848   2.48e-10
V_corr=      -343.58809
ibin=    2418 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -19.2   161.2   0.006  -0.043   0.000   0.000   1.814     NaN
Ages, Metallicities, Weights:
   7.48e+03     -0.623   2.24e-10
V_corr=      -351.96445
ibin=    2419 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -14.1   139.2  -0.032   0.101   0.000   0.000   1.090     NaN
Ages, Metallicities, Weights:
   1.34e+03      0.644   1.13e-10
V_corr=      -346.93909
ibin=    2420 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196     -46.5   182.9  -0.028   0.079   0.000   0.000   1.565     NaN
Ages, Metallicities, Weights:
   2.13e+03      0.418   1.68e-10
V_corr=      -379.31944
ibin=    2421 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -23.9    91.5   0.024   0.027   0.000   0.000   0.869     NaN
Ages, Metallicities, Weights:
   1.12e+04     -0.640   3.66e-10
V_corr=      -356.73047
ibin=    2422 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -1.9   136.6   0.031   0.094   0.000   0.000   0.855     NaN
Ages, Metallicities, Weights:
   4.29e+03     -0.309   2.15e-10
V_corr=      -334.66333
ibin=    2423 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -15.8   108.0  -0.062  -0.028   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
   6.19e+03     -0.426   3.00e-10
V_corr=      -348.56641
ibin=    2424 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -43.9   145.7  -0.026   0.044   0.000   0.000   0.709     NaN
Ages, Metallicities, Weights:
   1.27e+04     -0.266   6.03e-10
V_corr=      -376.75870
ibin=    2425 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      -4.3   126.5   0.078  -0.004   0.000   0.000   0.802     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.331   8.06e-10
V_corr=      -337.09433
ibin=    2426 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -33.5   137.2  -0.047   0.017   0.000   0.000   1.310     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.284   1.05e-09
V_corr=      -366.35297
ibin=    2427 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -22.8   122.6  -0.021   0.052   0.000   0.000   1.357     NaN
Ages, Metallicities, Weights:
   6.53e+03   -0.00411   5.38e-10
V_corr=      -355.60625
ibin=    2428 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -28.5   116.8   0.032  -0.011   0.000   0.000   0.850     NaN
Ages, Metallicities, Weights:
   4.16e+03     -0.189   3.47e-10
V_corr=      -361.34694
ibin=    2429 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -20.8   165.1   0.002  -0.075   0.000   0.000   1.036     NaN
Ages, Metallicities, Weights:
   6.67e+03    -0.0621   6.29e-10
V_corr=      -353.61436
ibin=    2430 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      80     -34.8   175.1  -0.005  -0.017   0.000   0.000   1.092     NaN
Ages, Metallicities, Weights:
   1.58e+04    -0.0874   1.27e-09
V_corr=      -367.62452
ibin=    2431 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -16.5   150.4  -0.036   0.010   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   7.79e+03     0.0941   9.07e-10
V_corr=      -349.29418
ibin=    2432 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      -5.6   159.6  -0.004   0.083   0.000   0.000   1.600     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0264   1.72e-09
V_corr=      -338.38462
ibin=    2433 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -28.6   152.0   0.070   0.064   0.000   0.000   0.722     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0824   1.85e-09
V_corr=      -361.36275
ibin=    2434 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       4.2   197.1  -0.006  -0.018   0.000   0.000   0.704     NaN
Ages, Metallicities, Weights:
   9.82e+03     0.0867   1.56e-09
V_corr=      -328.60348
ibin=    2435 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       8.2   143.6  -0.037   0.026   0.000   0.000   1.300     NaN
Ages, Metallicities, Weights:
   1.34e+04     -0.125   1.56e-09
V_corr=      -324.58613
ibin=    2436 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -20.3   163.3  -0.037   0.051   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.89e+04      0.132   2.65e-09
V_corr=      -353.09024
ibin=    2437 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      -9.0   151.8   0.058   0.035   0.000   0.000   0.746     NaN
Ages, Metallicities, Weights:
   8.21e+03    -0.0389   1.31e-09
V_corr=      -341.78875
ibin=    2438 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     -20.5   169.5  -0.030   0.062   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.128   3.19e-09
V_corr=      -353.30411
ibin=    2439 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -16.4   164.0  -0.016   0.047   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0183   3.26e-09
V_corr=      -349.19058
ibin=    2440 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -13.1   166.8  -0.059   0.034   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0471   3.82e-09
V_corr=      -345.93243
ibin=    2441 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -18.9   202.6   0.028   0.068   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0504   4.58e-09
V_corr=      -351.72040
ibin=    2442 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      -9.4   150.7  -0.003   0.084   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0278   4.47e-09
V_corr=      -342.22739
ibin=    2443 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -16.6   185.6  -0.008   0.051   0.000   0.000   0.757     NaN
Ages, Metallicities, Weights:
   9.59e+03      0.267   4.01e-09
V_corr=      -349.40304
ibin=    2444 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      -8.3   184.1   0.001   0.027   0.000   0.000   0.552     NaN
Ages, Metallicities, Weights:
   6.61e+03      0.221   3.22e-09
V_corr=      -341.13259
ibin=    2445 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82       1.0   172.4   0.006   0.013   0.000   0.000   0.547     NaN
Ages, Metallicities, Weights:
   1.18e+04     0.0443   5.28e-09
V_corr=      -331.83484
ibin=    2446 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       6.4   177.4  -0.006   0.013   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0153   9.10e-09
V_corr=      -326.44423
ibin=    2447 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      12.2   177.5  -0.016   0.041   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.102   1.16e-08
V_corr=      -320.64649
ibin=    2448 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      18.5   172.3  -0.009   0.044   0.000   0.000   0.630     NaN
Ages, Metallicities, Weights:
   1.23e+04      0.239   1.24e-08
V_corr=      -314.34435
ibin=    2449 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      18.2   168.1  -0.025   0.050   0.000   0.000   0.678     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.132   2.04e-08
V_corr=      -314.62192
ibin=    2450 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      37.9   152.9  -0.085   0.050   0.000   0.000   1.051     NaN
Ages, Metallicities, Weights:
   1.64e+04      0.136   2.61e-08
V_corr=      -294.85938
ibin=    2451 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      49.6   152.9  -0.111   0.056   0.000   0.000   1.025     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0915   2.00e-08
V_corr=      -283.23023
ibin=    2452 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      44.3   158.5  -0.040   0.074   0.000   0.000   0.681     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0633   1.44e-08
V_corr=      -288.52318
ibin=    2453 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      40.1   161.0  -0.059   0.045   0.000   0.000   0.919     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0234   1.12e-08
V_corr=      -292.75354
ibin=    2454 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      47.7   176.7  -0.062   0.067   0.000   0.000   0.680     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.108   9.39e-09
V_corr=      -285.11443
ibin=    2455 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      44.5   184.2  -0.050   0.006   0.000   0.000   0.504     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00878   7.38e-09
V_corr=      -288.34639
ibin=    2456 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      46.1   174.9  -0.057   0.108   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.22e+04      0.508   6.04e-09
V_corr=      -286.71016
ibin=    2457 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      64.5   172.3  -0.076   0.049   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0711   5.35e-09
V_corr=      -268.26320
ibin=    2458 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      44.8   183.8  -0.024   0.042   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0181   4.60e-09
V_corr=      -288.01840
ibin=    2459 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      70.2   170.9  -0.112   0.059   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.21e+04     0.0644   2.97e-09
V_corr=      -262.60959
ibin=    2460 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      70.9   150.1  -0.055   0.037   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0198   3.41e-09
V_corr=      -261.93762
ibin=    2461 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      86.3   180.4  -0.114   0.133   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.345   4.02e-09
V_corr=      -246.52098
ibin=    2462 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      71.5   172.5  -0.045   0.015   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0231   2.95e-09
V_corr=      -261.35824
ibin=    2463 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      75.4   133.0  -0.016   0.105   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   8.18e+03    0.00821   1.30e-09
V_corr=      -257.36838
ibin=    2464 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      84.3   150.2  -0.023   0.099   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0103   2.33e-09
V_corr=      -248.51483
ibin=    2465 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      78.5   166.5  -0.008   0.005   0.000   0.000   0.723     NaN
Ages, Metallicities, Weights:
   1.96e+03      0.510   4.50e-10
V_corr=      -254.32334
ibin=    2466 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      86.0   178.0   0.007   0.103   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.57e+04     0.0657   1.73e-09
V_corr=      -246.80254
ibin=    2467 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      76.4   156.7  -0.050   0.054   0.000   0.000   0.323     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0627   1.91e-09
V_corr=      -256.41215
ibin=    2468 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      91.0   155.9  -0.050   0.077   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0820   1.57e-09
V_corr=      -241.83377
ibin=    2469 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     101.7   164.9  -0.095   0.129   0.000   0.000   0.634     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0822   1.60e-09
V_corr=      -231.10732
ibin=    2470 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      57.3   164.3   0.005   0.069   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   2.32e+03      0.531   3.53e-10
V_corr=      -275.54750
ibin=    2471 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      67.0   144.9   0.120   0.111   0.000   0.000   0.672     NaN
Ages, Metallicities, Weights:
   2.27e+03      0.515   3.14e-10
V_corr=      -265.82646
ibin=    2472 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      79.0   141.5  -0.067   0.045   0.000   0.000   0.407     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.110   1.22e-09
V_corr=      -253.82612
ibin=    2473 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     119.7   160.3   0.050  -0.015   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.77e+04     -0.166   1.06e-09
V_corr=      -213.13123
ibin=    2474 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     103.8   165.3  -0.054   0.062   0.000   0.000   0.339     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0108   1.11e-09
V_corr=      -229.05752
ibin=    2475 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72     100.6   160.9   0.029   0.052   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0953   1.10e-09
V_corr=      -232.18784
ibin=    2476 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      54.4   213.5  -0.099  -0.064   0.000   0.000   0.311     NaN
Ages, Metallicities, Weights:
   2.87e+03      0.239   2.16e-10
V_corr=      -278.44641
ibin=    2477 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     113.2   149.0   0.007  -0.023   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   6.41e+03     -0.201   3.04e-10
V_corr=      -219.62807
ibin=    2478 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     114.7   176.3   0.046  -0.007   0.000   0.000   0.386     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.190   6.94e-10
V_corr=      -218.11593
ibin=    2479 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      80.6   122.1   0.042  -0.026   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   3.03e+03     -0.148   1.45e-10
V_corr=      -252.20755
ibin=    2480 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      98      84.0   142.3  -0.035   0.020   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   6.09e+03     -0.144   2.27e-10
V_corr=      -248.83448
ibin=    2481 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     100.9   111.7  -0.044   0.047   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.399   4.07e-10
V_corr=      -231.89591
ibin=    2482 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     130.3   157.2  -0.013  -0.014   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.182   6.37e-10
V_corr=      -202.47232
ibin=    2483 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     112.9   111.3   0.027  -0.002   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.11e+03      0.104   4.77e-11
V_corr=      -219.89931
ibin=    2484 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2485 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2486 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     277      -8.7   107.2   0.040   0.051   0.000   0.000   1.302     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.629   4.63e-10
V_corr=      -341.52745
ibin=    2487 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      -4.0   128.0   0.052   0.043   0.000   0.000   1.145     NaN
Ages, Metallicities, Weights:
   2.26e+03    -0.0672   1.15e-10
V_corr=      -336.83649
ibin=    2488 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -20.8   114.7  -0.017   0.005   0.000   0.000   1.315     NaN
Ages, Metallicities, Weights:
   2.31e+03    -0.0116   1.30e-10
V_corr=      -353.60611
ibin=    2489 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -39.9   134.5  -0.011   0.047   0.000   0.000   1.585     NaN
Ages, Metallicities, Weights:
   5.68e+03     -0.250   2.71e-10
V_corr=      -372.71552
ibin=    2490 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      -8.5   112.7  -0.010   0.028   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.654   5.55e-10
V_corr=      -341.34938
ibin=    2491 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -24.7   129.5  -0.053  -0.004   0.000   0.000   0.960     NaN
Ages, Metallicities, Weights:
   2.24e+03     0.0905   1.65e-10
V_corr=      -357.51612
ibin=    2492 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     227     -32.6   110.2  -0.015   0.050   0.000   0.000   0.979     NaN
Ages, Metallicities, Weights:
   3.51e+03     -0.227   2.15e-10
V_corr=      -365.41224
ibin=    2493 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      -7.8    94.3  -0.045   0.003   0.000   0.000   1.053     NaN
Ages, Metallicities, Weights:
   1.32e+03      0.111   1.01e-10
V_corr=      -340.59836
ibin=    2494 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      -5.8    86.2  -0.011   0.054   0.000   0.000   0.822     NaN
Ages, Metallicities, Weights:
   5.43e+03     -0.217   3.53e-10
V_corr=      -338.63801
ibin=    2495 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107       7.0   150.6  -0.108  -0.002   0.000   0.000   0.812     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.279   1.07e-09
V_corr=      -325.83426
ibin=    2496 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -34.4   156.2   0.016   0.021   0.000   0.000   0.963     NaN
Ages, Metallicities, Weights:
   6.88e+03     0.0660   6.39e-10
V_corr=      -367.21586
ibin=    2497 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -25.5   152.4   0.048   0.076   0.000   0.000   0.766     NaN
Ages, Metallicities, Weights:
   1.92e+03      0.520   2.73e-10
V_corr=      -358.35654
ibin=    2498 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -19.2   161.1  -0.038   0.038   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   5.01e+03    -0.0635   4.90e-10
V_corr=      -351.96845
ibin=    2499 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     -13.9   174.0   0.031   0.115   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.658   3.59e-09
V_corr=      -346.66307
ibin=    2500 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -42.0   171.2  -0.013   0.099   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0790   1.75e-09
V_corr=      -374.78689
ibin=    2501 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     248     -10.2   151.2  -0.093   0.088   0.000   0.000   0.600     NaN
Ages, Metallicities, Weights:
   5.35e+03     0.0987   6.81e-10
V_corr=      -342.97794
ibin=    2502 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     -31.5   144.3   0.019   0.019   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.08e+04     0.0615   1.40e-09
V_corr=      -364.34950
ibin=    2503 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -11.5   161.0  -0.058   0.011   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0279   2.20e-09
V_corr=      -344.35001
ibin=    2504 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57     -25.4   151.7  -0.012   0.041   0.000   0.000   1.152     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.102   2.25e-09
V_corr=      -358.25295
ibin=    2505 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -20.6   148.0   0.064   0.006   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   7.40e+03    0.00620   1.23e-09
V_corr=      -353.40718
ibin=    2506 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   4
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     353     -20.6   169.4  -0.023   0.091   0.000   0.000   1.378     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.263   3.27e-09
V_corr=      -353.42425
ibin=    2507 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -16.3   153.6  -0.004   0.087   0.000   0.000   0.787     NaN
Ages, Metallicities, Weights:
   1.83e+03      0.485   5.34e-10
V_corr=      -349.15625
ibin=    2508 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -13.5   172.0  -0.010   0.086   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   1.22e+04     0.0202   2.35e-09
V_corr=      -346.31549
ibin=    2509 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -14.8   163.7  -0.030   0.073   0.000   0.000   0.536     NaN
Ages, Metallicities, Weights:
   1.69e+04   0.000317   3.31e-09
V_corr=      -347.59375
ibin=    2510 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -14.4   172.0  -0.026   0.030   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00526   4.19e-09
V_corr=      -347.19272
ibin=    2511 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      -3.7   161.9  -0.008  -0.001   0.000   0.000   0.716     NaN
Ages, Metallicities, Weights:
   1.00e+04    0.00123   2.89e-09
V_corr=      -336.52364
ibin=    2512 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       2.3   158.6  -0.068   0.020   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   1.97e+04    -0.0795   5.32e-09
V_corr=      -330.52352
ibin=    2513 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      -4.4   170.0  -0.039   0.089   0.000   0.000   0.645     NaN
Ages, Metallicities, Weights:
   1.29e+04      0.145   5.25e-09
V_corr=      -337.24903
ibin=    2514 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      -2.0   176.5  -0.025   0.068   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   1.17e+04      0.258   6.41e-09
V_corr=      -334.79138
ibin=    2515 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70       9.7   183.0   0.022   0.048   0.000   0.000   0.606     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0872   9.53e-09
V_corr=      -323.13363
ibin=    2516 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       5.4   164.9  -0.022   0.016   0.000   0.000   0.663     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0121   1.14e-08
V_corr=      -327.36323
ibin=    2517 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -9.0   169.7  -0.001   0.070   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.62e+04      0.187   1.46e-08
V_corr=      -341.83195
ibin=    2518 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68       2.3   159.9  -0.013   0.059   0.000   0.000   0.682     NaN
Ages, Metallicities, Weights:
   1.87e+04      0.234   2.21e-08
V_corr=      -330.53435
ibin=    2519 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      17.0   155.5  -0.059   0.034   0.000   0.000   1.040     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.145   2.59e-08
V_corr=      -315.81118
ibin=    2520 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      37.1   157.8  -0.031   0.048   0.000   0.000   1.009     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0795   1.77e-08
V_corr=      -295.70363
ibin=    2521 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      27.2   179.5  -0.063   0.075   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   1.01e+04      0.239   9.76e-09
V_corr=      -305.57839
ibin=    2522 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      39.2   169.9  -0.084   0.002   0.000   0.000   0.810     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0214   1.09e-08
V_corr=      -293.65727
ibin=    2523 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      46.4   179.9  -0.009   0.024   0.000   0.000   0.650     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0658   8.97e-09
V_corr=      -286.45657
ibin=    2524 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      43.8   177.0  -0.066   0.036   0.000   0.000   0.774     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0706   7.16e-09
V_corr=      -288.97256
ibin=    2525 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      58.0   176.0  -0.084   0.019   0.000   0.000   0.900     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0258   5.91e-09
V_corr=      -274.78948
ibin=    2526 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      61.0   163.9  -0.100   0.111   0.000   0.000   0.726     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0894   4.80e-09
V_corr=      -271.84545
ibin=    2527 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      44.7   164.8   0.000   0.066   0.000   0.000   0.790     NaN
Ages, Metallicities, Weights:
   2.62e+03      0.385   9.24e-10
V_corr=      -288.10972
ibin=    2528 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      51.1   158.7  -0.088   0.084   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.102   3.55e-09
V_corr=      -281.69872
ibin=    2529 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      64.6   178.7  -0.013   0.006   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   1.09e+04     0.0536   2.44e-09
V_corr=      -268.17072
ibin=    2530 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      80.7   153.6  -0.127   0.087   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.11e+04   -0.00131   2.01e-09
V_corr=      -252.10817
ibin=    2531 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      71.7   152.8  -0.015   0.046   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.121   2.63e-09
V_corr=      -261.11309
ibin=    2532 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      68.5   151.4  -0.087   0.016   0.000   0.000   0.732     NaN
Ages, Metallicities, Weights:
   1.10e+04     -0.124   1.45e-09
V_corr=      -264.28892
ibin=    2533 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      76.1   177.5  -0.093   0.074   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   4.29e+03      0.350   8.39e-10
V_corr=      -256.66197
ibin=    2534 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      69.1   154.0  -0.007   0.037   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0713   2.09e-09
V_corr=      -263.68695
ibin=    2535 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      84.0   164.8   0.003   0.097   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0416   1.97e-09
V_corr=      -248.83634
ibin=    2536 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      70.5   158.1   0.056   0.114   0.000   0.000   0.487     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.102   1.65e-09
V_corr=      -262.26748
ibin=    2537 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      76.0   149.4   0.001   0.052   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.106   1.50e-09
V_corr=      -256.78776
ibin=    2538 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      84.7   163.0  -0.042   0.110   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.106   1.56e-09
V_corr=      -248.10831
ibin=    2539 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      82.0   134.3   0.022   0.015   0.000   0.000   0.616     NaN
Ages, Metallicities, Weights:
   1.03e+04   -0.00544   8.75e-10
V_corr=      -250.82720
ibin=    2540 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      72.2   159.7  -0.047  -0.015   0.000   0.000   0.304     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0605   1.32e-09
V_corr=      -260.58003
ibin=    2541 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      73.0   171.4   0.020  -0.010   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.199   1.48e-09
V_corr=      -259.81039
ibin=    2542 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      71.9   110.7  -0.012   0.080   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   1.11e+03      0.658   1.33e-10
V_corr=      -260.90149
ibin=    2543 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      99.0   180.7   0.090   0.065   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0413   1.09e-09
V_corr=      -233.83315
ibin=    2544 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     119.8   122.1  -0.047   0.038   0.000   0.000   0.407     NaN
Ages, Metallicities, Weights:
   4.91e+03     0.0997   3.39e-10
V_corr=      -212.97499
ibin=    2545 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     102.7   144.5   0.081   0.057   0.000   0.000   0.300     NaN
Ages, Metallicities, Weights:
   1.82e+04     0.0487   8.76e-10
V_corr=      -230.13026
ibin=    2546 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      86.5   145.2   0.031   0.070   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   2.72e+03      0.290   1.81e-10
V_corr=      -246.28670
ibin=    2547 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      98.3   146.5   0.053   0.014   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.235   6.54e-10
V_corr=      -234.51003
ibin=    2548 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     115.9   154.8  -0.012   0.079   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0889   6.03e-10
V_corr=      -216.89275
ibin=    2549 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      98.7   110.2   0.015  -0.015   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.04e+03     -0.101   3.25e-11
V_corr=      -234.06609
ibin=    2550 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     105.8   101.0  -0.006   0.013   0.000   0.000   0.651     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.429   4.11e-10
V_corr=      -227.02619
ibin=    2551 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     418     105.5   212.1   0.022   0.040   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.58e+04      0.202   6.79e-10
V_corr=      -227.32850
ibin=    2552 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     126.4   137.8   0.038   0.066   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   5.03e+03      0.115   2.27e-10
V_corr=      -206.36008
ibin=    2553 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2554 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2555 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -41.3   169.2   0.014   0.062   0.000   0.000   1.463     NaN
Ages, Metallicities, Weights:
   1.11e+03      0.417   7.27e-11
V_corr=      -374.13305
ibin=    2556 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -23.3   128.5   0.018   0.066   0.000   0.000   1.093     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.224   7.10e-10
V_corr=      -356.11157
ibin=    2557 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195     -36.8   115.2   0.006   0.057   0.000   0.000   0.565     NaN
Ages, Metallicities, Weights:
   1.60e+03    -0.0605   8.60e-11
V_corr=      -369.65275
ibin=    2558 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -59.2   142.8   0.013   0.028   0.000   0.000   1.184     NaN
Ages, Metallicities, Weights:
   1.46e+03      0.137   9.33e-11
V_corr=      -392.00424
ibin=    2559 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      -5.4   135.5   0.069   0.029   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.27e+04     -0.247   5.59e-10
V_corr=      -338.22845
ibin=    2560 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      -6.1   104.0  -0.017   0.048   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   8.11e+03     -0.406   3.50e-10
V_corr=      -338.92230
ibin=    2561 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -52.8   155.5   0.035   0.043   0.000   0.000   0.750     NaN
Ages, Metallicities, Weights:
   3.93e+03    -0.0580   2.63e-10
V_corr=      -385.60640
ibin=    2562 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173     -38.8   119.7  -0.016   0.017   0.000   0.000   0.778     NaN
Ages, Metallicities, Weights:
   2.84e+03     -0.111   2.03e-10
V_corr=      -371.56832
ibin=    2563 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -23.9   115.3   0.010   0.036   0.000   0.000   1.134     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.555   8.08e-10
V_corr=      -356.69717
ibin=    2564 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -25.7   129.4  -0.022   0.047   0.000   0.000   1.252     NaN
Ages, Metallicities, Weights:
   2.62e+03      0.415   3.00e-10
V_corr=      -358.48413
ibin=    2565 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -36.5   110.6  -0.005   0.018   0.000   0.000   1.334     NaN
Ages, Metallicities, Weights:
   8.67e+03     -0.288   5.60e-10
V_corr=      -369.29034
ibin=    2566 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      -2.4   119.0  -0.080  -0.013   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.597   8.16e-10
V_corr=      -335.23766
ibin=    2567 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -32.8   118.0  -0.019  -0.006   0.000   0.000   1.337     NaN
Ages, Metallicities, Weights:
   1.38e+03    -0.0313   1.39e-10
V_corr=      -365.57129
ibin=    2568 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -26.1   160.3   0.031  -0.022   0.000   0.000   0.902     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.323   1.16e-09
V_corr=      -358.90550
ibin=    2569 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -18.2   151.9  -0.034   0.052   0.000   0.000   0.902     NaN
Ages, Metallicities, Weights:
   3.21e+03      0.315   4.70e-10
V_corr=      -351.05850
ibin=    2570 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -21.2   169.7  -0.072   0.037   0.000   0.000   1.090     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0953   2.04e-09
V_corr=      -354.00495
ibin=    2571 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      -7.7   130.0  -0.079   0.060   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   7.37e+03    0.00375   9.60e-10
V_corr=      -340.50069
ibin=    2572 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      74     -17.3   130.2  -0.066   0.092   0.000   0.000   0.681     NaN
Ages, Metallicities, Weights:
   1.88e+04     -0.282   1.70e-09
V_corr=      -350.07491
ibin=    2573 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57     -14.4   160.1  -0.039   0.050   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0433   2.32e-09
V_corr=      -347.21125
ibin=    2574 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -14.0   148.1   0.023   0.066   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   9.93e+03   -0.00896   1.51e-09
V_corr=      -346.85165
ibin=    2575 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -29.7   158.0   0.000   0.088   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   7.86e+03      0.242   1.73e-09
V_corr=      -362.47966
ibin=    2576 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -16.6   173.3  -0.106   0.013   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.51e+04     0.0962   2.93e-09
V_corr=      -349.45511
ibin=    2577 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -16.0   153.9   0.032   0.045   0.000   0.000   0.755     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0286   3.37e-09
V_corr=      -348.77725
ibin=    2578 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -19.8   170.4  -0.002   0.045   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0599   3.83e-09
V_corr=      -352.60407
ibin=    2579 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -17.0   173.5  -0.094   0.027   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0328   4.14e-09
V_corr=      -349.84839
ibin=    2580 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -15.3   178.1  -0.056   0.061   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.151   5.23e-09
V_corr=      -348.14296
ibin=    2581 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -17.2   170.6  -0.029   0.040   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0139   5.60e-09
V_corr=      -350.05790
ibin=    2582 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -16.9   177.7   0.027   0.028   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.05e+04      0.104   4.45e-09
V_corr=      -349.69287
ibin=    2583 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       2.3   174.3   0.016   0.041   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0175   7.36e-09
V_corr=      -330.55334
ibin=    2584 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      -6.0   164.0   0.026   0.052   0.000   0.000   1.003     NaN
Ages, Metallicities, Weights:
   1.01e+04      0.100   5.81e-09
V_corr=      -338.83357
ibin=    2585 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -0.1   169.5  -0.037   0.055   0.000   0.000   0.701     NaN
Ages, Metallicities, Weights:
   1.12e+04      0.190   8.41e-09
V_corr=      -332.88943
ibin=    2586 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -13.0   157.1   0.053   0.112   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.207   1.44e-08
V_corr=      -345.77679
ibin=    2587 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      -3.9   146.5  -0.008   0.055   0.000   0.000   0.675     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00541   1.50e-08
V_corr=      -336.70383
ibin=    2588 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127       9.7   158.0  -0.032   0.106   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.13e+04      0.165   1.15e-08
V_corr=      -323.10992
ibin=    2589 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      27.7   156.4  -0.041   0.052   0.000   0.000   0.881     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0631   1.44e-08
V_corr=      -305.08111
ibin=    2590 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      23.1   165.0  -0.031   0.082   0.000   0.000   0.572     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0198   1.15e-08
V_corr=      -309.67587
ibin=    2591 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      20.4   170.2  -0.008   0.072   0.000   0.000   0.826     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.105   9.99e-09
V_corr=      -312.37486
ibin=    2592 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      46.3   172.5  -0.034   0.073   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0267   7.96e-09
V_corr=      -286.52346
ibin=    2593 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      43.5   167.8  -0.073   0.123   0.000   0.000   0.420     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0892   6.65e-09
V_corr=      -289.32906
ibin=    2594 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      42.2   168.9   0.033  -0.005   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0955   5.41e-09
V_corr=      -290.60383
ibin=    2595 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      40.4   174.3  -0.038   0.043   0.000   0.000   0.622     NaN
Ages, Metallicities, Weights:
   7.52e+03      0.152   2.50e-09
V_corr=      -292.43593
ibin=    2596 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      46.9   186.1  -0.005   0.048   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   1.54e+04      0.302   3.99e-09
V_corr=      -285.90032
ibin=    2597 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      59.6   162.3  -0.054   0.042   0.000   0.000   0.690     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0220   3.73e-09
V_corr=      -273.19638
ibin=    2598 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      78.8   165.4  -0.008   0.050   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0654   3.45e-09
V_corr=      -254.00307
ibin=    2599 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      57.9   167.9  -0.082   0.023   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0169   3.08e-09
V_corr=      -274.91226
ibin=    2600 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      56.7   172.2  -0.008   0.001   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0175   2.85e-09
V_corr=      -276.15299
ibin=    2601 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      72.5   135.7   0.019  -0.006   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   5.95e+03    -0.0854   9.08e-10
V_corr=      -260.32497
ibin=    2602 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      75.4   171.8  -0.031   0.037   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   1.20e+04     0.0423   1.62e-09
V_corr=      -257.38787
ibin=    2603 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      63.6   162.3  -0.032   0.024   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   9.36e+03     0.0346   1.21e-09
V_corr=      -269.22150
ibin=    2604 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      79.8   131.7  -0.079  -0.018   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.352   1.51e-09
V_corr=      -253.04736
ibin=    2605 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      74.6   149.8  -0.029   0.051   0.000   0.000   0.457     NaN
Ages, Metallicities, Weights:
   1.34e+04     -0.135   1.11e-09
V_corr=      -258.20914
ibin=    2606 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      67.5   155.0  -0.033   0.003   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.15e+04     -0.117   9.75e-10
V_corr=      -265.33333
ibin=    2607 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     101.4   152.0  -0.000   0.120   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00175   1.39e-09
V_corr=      -231.43841
ibin=    2608 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      54.0   148.2   0.037  -0.016   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.188   1.22e-09
V_corr=      -278.79578
ibin=    2609 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      83.8   141.2  -0.030   0.070   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.203   1.09e-09
V_corr=      -248.99603
ibin=    2610 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     111.2   158.1  -0.037   0.041   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0563   1.23e-09
V_corr=      -221.56216
ibin=    2611 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      80.5   155.1  -0.061   0.060   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.58e+04     -0.124   8.39e-10
V_corr=      -252.29902
ibin=    2612 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      88.6   167.7  -0.001   0.064   0.000   0.000   0.365     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0803   9.29e-10
V_corr=      -244.24746
ibin=    2613 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     101.2   133.3   0.057   0.045   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   1.23e+04     0.0302   6.91e-10
V_corr=      -231.61210
ibin=    2614 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      89.5   164.4   0.062   0.049   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   3.94e+03      0.419   3.00e-10
V_corr=      -243.26536
ibin=    2615 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      66.8   167.6  -0.013   0.010   0.000   0.000   0.340     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.135   7.14e-10
V_corr=      -266.05241
ibin=    2616 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     338      99.3   164.3   0.011   0.091   0.000   0.000   0.449     NaN
Ages, Metallicities, Weights:
   1.52e+04      0.146   6.36e-10
V_corr=      -233.49814
ibin=    2617 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     164     114.2    74.1  -0.016  -0.000   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   8.93e+03     -0.934   1.67e-10
V_corr=      -218.63797
ibin=    2618 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      76.5   191.8  -0.086   0.000   0.000   0.000   0.449     NaN
Ages, Metallicities, Weights:
   1.76e+03      0.689   1.33e-10
V_corr=      -256.29025
ibin=    2619 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     100.2   160.0  -0.014  -0.031   0.000   0.000   0.427     NaN
Ages, Metallicities, Weights:
   1.58e+04     0.0879   4.94e-10
V_corr=      -232.59160
ibin=    2620 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     107.1   152.2   0.034  -0.025   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
       662.      0.473   3.25e-11
V_corr=      -225.73005
ibin=    2621 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     127.4   142.9  -0.003   0.033   0.000   0.000   0.673     NaN
Ages, Metallicities, Weights:
       955.      0.675   5.59e-11
V_corr=      -205.36741
ibin=    2622 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2623 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2624 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -50.7   195.9   0.029   0.053   0.000   0.000   1.536     NaN
Ages, Metallicities, Weights:
   2.68e+03      0.375   1.89e-10
V_corr=      -383.54497
ibin=    2625 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72     -19.8   147.4   0.041  -0.011   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   3.82e+03     -0.111   2.07e-10
V_corr=      -352.57305
ibin=    2626 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      -7.4   121.3  -0.016   0.026   0.000   0.000   2.471     NaN
Ages, Metallicities, Weights:
   1.82e+04     -0.310   6.72e-10
V_corr=      -340.19192
ibin=    2627 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -30.2   144.4  -0.032   0.030   0.000   0.000   1.814     NaN
Ages, Metallicities, Weights:
   1.53e+04     -0.205   6.53e-10
V_corr=      -362.95904
ibin=    2628 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -26.0   147.5  -0.038   0.004   0.000   0.000   0.777     NaN
Ages, Metallicities, Weights:
   1.02e+04     -0.128   5.36e-10
V_corr=      -358.81154
ibin=    2629 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -28.4   103.3   0.010   0.056   0.000   0.000   0.769     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.423   7.48e-10
V_corr=      -361.24709
ibin=    2630 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -27.1    93.7  -0.022   0.003   0.000   0.000   1.171     NaN
Ages, Metallicities, Weights:
   5.00e+03     -0.481   2.57e-10
V_corr=      -359.87904
ibin=    2631 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -20.4   172.7  -0.000   0.100   0.000   0.000   1.141     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.166   9.85e-10
V_corr=      -353.17877
ibin=    2632 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -17.2   116.0   0.018   0.035   0.000   0.000   2.807     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.374   9.23e-10
V_corr=      -350.02976
ibin=    2633 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -31.9   114.6  -0.061   0.051   0.000   0.000   0.988     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.302   1.03e-09
V_corr=      -364.66658
ibin=    2634 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -28.4   112.4   0.027   0.015   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   5.88e+03     -0.168   4.64e-10
V_corr=      -361.20612
ibin=    2635 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -21.4   156.2   0.049   0.024   0.000   0.000   0.797     NaN
Ages, Metallicities, Weights:
   6.10e+03     -0.122   5.48e-10
V_corr=      -354.20982
ibin=    2636 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -16.5   144.5   0.020   0.053   0.000   0.000   0.974     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.219   1.39e-09
V_corr=      -349.34347
ibin=    2637 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -28.3   164.8   0.010  -0.005   0.000   0.000   1.054     NaN
Ages, Metallicities, Weights:
   2.15e+03      0.473   3.70e-10
V_corr=      -361.12188
ibin=    2638 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      69     -23.8   100.5  -0.000  -0.000   0.000   0.000   0.726     NaN
Ages, Metallicities, Weights:
   5.32e+03     -0.338   5.14e-10
V_corr=      -356.58198
ibin=    2639 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     -11.3   147.1   0.009   0.042   0.000   0.000   1.035     NaN
Ages, Metallicities, Weights:
   2.30e+03      0.524   4.64e-10
V_corr=      -344.10382
ibin=    2640 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -44.5   155.1   0.003   0.035   0.000   0.000   0.566     NaN
Ages, Metallicities, Weights:
   1.48e+04    0.00349   1.71e-09
V_corr=      -377.34570
ibin=    2641 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -21.0   159.1   0.022   0.019   0.000   0.000   0.762     NaN
Ages, Metallicities, Weights:
   1.13e+04     0.0831   1.59e-09
V_corr=      -353.84063
ibin=    2642 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -35.3   146.1   0.073   0.044   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.109   2.27e-09
V_corr=      -368.10285
ibin=    2643 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -20.6   143.2   0.014   0.030   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.67e+04    -0.0979   2.21e-09
V_corr=      -353.39206
ibin=    2644 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124     -11.8   164.5   0.023   0.039   0.000   0.000   0.678     NaN
Ages, Metallicities, Weights:
   8.86e+03   -0.00366   1.57e-09
V_corr=      -344.56051
ibin=    2645 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      -7.7   130.9  -0.050   0.085   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   4.02e+03      0.117   8.80e-10
V_corr=      -340.52812
ibin=    2646 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -17.7   160.9   0.020   0.026   0.000   0.000   0.750     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.130   3.25e-09
V_corr=      -350.48255
ibin=    2647 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178     -29.6   158.2  -0.038  -0.020   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   5.45e+03    -0.0288   1.34e-09
V_corr=      -362.45749
ibin=    2648 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -19.5   167.6  -0.020   0.073   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0598   3.98e-09
V_corr=      -352.30659
ibin=    2649 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157     -12.9   151.0  -0.039   0.020   0.000   0.000   0.655     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0345   4.76e-09
V_corr=      -345.66125
ibin=    2650 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -19.8   167.6   0.003   0.049   0.000   0.000   0.630     NaN
Ages, Metallicities, Weights:
   1.23e+04     0.0479   3.97e-09
V_corr=      -352.60614
ibin=    2651 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -24.3   159.4   0.052   0.091   0.000   0.000   0.574     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0410   6.21e-09
V_corr=      -357.10388
ibin=    2652 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      -8.0   169.9  -0.031   0.098   0.000   0.000   0.552     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.189   7.81e-09
V_corr=      -340.80164
ibin=    2653 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      -6.6   166.3   0.023   0.083   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0253   8.21e-09
V_corr=      -339.37991
ibin=    2654 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      -1.7   147.7  -0.005   0.107   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.22e+04     0.0919   7.08e-09
V_corr=      -334.50464
ibin=    2655 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      -1.6   166.3   0.000   0.033   0.000   0.000   0.740     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0377   1.09e-08
V_corr=      -334.45649
ibin=    2656 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       1.9   165.7  -0.040   0.043   0.000   0.000   0.367     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.124   1.26e-08
V_corr=      -330.90573
ibin=    2657 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       4.3   170.6   0.010   0.082   0.000   0.000   0.838     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.160   1.31e-08
V_corr=      -328.53274
ibin=    2658 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       9.2   175.3  -0.020   0.039   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.101   1.20e-08
V_corr=      -323.65159
ibin=    2659 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      15.1   180.9  -0.023   0.065   0.000   0.000   1.195     NaN
Ages, Metallicities, Weights:
   1.92e+04      0.125   1.04e-08
V_corr=      -317.73267
ibin=    2660 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      32.1   178.6  -0.060   0.045   0.000   0.000   0.661     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0333   8.56e-09
V_corr=      -300.71921
ibin=    2661 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      31.3   181.0  -0.060  -0.034   0.000   0.000   0.670     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0907   6.91e-09
V_corr=      -301.51100
ibin=    2662 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      44.6   180.6  -0.066   0.069   0.000   0.000   0.616     NaN
Ages, Metallicities, Weights:
   1.65e+04      0.180   6.24e-09
V_corr=      -288.15908
ibin=    2663 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      30.3   179.8  -0.061   0.048   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0641   5.18e-09
V_corr=      -302.50703
ibin=    2664 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      46.0   183.7  -0.031   0.026   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0592   3.93e-09
V_corr=      -286.80828
ibin=    2665 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      50.5   164.4  -0.031   0.138   0.000   0.000   0.471     NaN
Ages, Metallicities, Weights:
   1.77e+04      0.271   3.71e-09
V_corr=      -282.33556
ibin=    2666 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      54.2   173.2  -0.075   0.030   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   8.17e+03      0.116   1.99e-09
V_corr=      -278.63905
ibin=    2667 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91      47.7   167.2  -0.067   0.082   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.108   3.33e-09
V_corr=      -285.12407
ibin=    2668 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      68.7   147.1  -0.025   0.010   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0857   2.74e-09
V_corr=      -264.10675
ibin=    2669 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      76.5   152.3  -0.113   0.018   0.000   0.000   0.326     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.232   2.26e-09
V_corr=      -256.33359
ibin=    2670 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      58.0   167.1  -0.012   0.077   0.000   0.000   0.330     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0266   2.39e-09
V_corr=      -274.79276
ibin=    2671 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      72.6   164.6  -0.051   0.037   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0251   2.12e-09
V_corr=      -260.22505
ibin=    2672 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      37.8   179.4  -0.028  -0.061   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.135   1.89e-09
V_corr=      -295.02667
ibin=    2673 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      68.1   142.0  -0.074   0.068   0.000   0.000   0.659     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00619   1.70e-09
V_corr=      -264.69002
ibin=    2674 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      73.4   150.4  -0.012   0.058   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0424   1.56e-09
V_corr=      -259.40876
ibin=    2675 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     103.1   174.9  -0.015   0.015   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0305   1.50e-09
V_corr=      -229.71286
ibin=    2676 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195      73.0   164.4   0.070   0.164   0.000   0.000   0.369     NaN
Ages, Metallicities, Weights:
   1.65e+04      0.568   2.12e-09
V_corr=      -259.77942
ibin=    2677 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      80.1   146.0   0.013   0.040   0.000   0.000   0.831     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.162   1.09e-09
V_corr=      -252.66548
ibin=    2678 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      78.4   144.6   0.027   0.118   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   1.58e+04     0.0266   9.86e-10
V_corr=      -254.44675
ibin=    2679 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      89.4   145.4   0.029   0.025   0.000   0.000   0.647     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.157   1.03e-09
V_corr=      -243.45756
ibin=    2680 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     106.3   154.5  -0.005   0.054   0.000   0.000   0.685     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0260   1.05e-09
V_corr=      -226.51064
ibin=    2681 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      83.8   152.0   0.037   0.057   0.000   0.000   0.307     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0234   9.56e-10
V_corr=      -248.96573
ibin=    2682 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     101.6   126.0  -0.023   0.011   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.133   8.22e-10
V_corr=      -231.19923
ibin=    2683 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      95.8   138.9   0.000   0.070   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.198   6.92e-10
V_corr=      -237.01659
ibin=    2684 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      57.7   100.5  -0.028   0.011   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
   4.75e+03     -0.230   1.96e-10
V_corr=      -275.09040
ibin=    2685 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      93.0    98.2   0.001   0.052   0.000   0.000   0.781     NaN
Ages, Metallicities, Weights:
       936.      0.689   6.51e-11
V_corr=      -239.82600
ibin=    2686 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      57.4   163.9  -0.034   0.027   0.000   0.000   0.260     NaN
Ages, Metallicities, Weights:
   1.29e+03      0.439   6.64e-11
V_corr=      -275.38483
ibin=    2687 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     121.0   128.7   0.008   0.012   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   5.91e+03     -0.163   1.89e-10
V_corr=      -211.82138
ibin=    2688 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196     127.5   146.3  -0.028   0.029   0.000   0.000   0.712     NaN
Ages, Metallicities, Weights:
   1.13e+04     -0.381   2.31e-10
V_corr=      -205.26874
ibin=    2689 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     185     123.9   180.7  -0.004  -0.030   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   1.28e-09
V_corr=      -208.93258
ibin=    2690 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     119.1   171.8   0.033   0.067   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0367   4.89e-10
V_corr=      -213.72492
ibin=    2691 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2692 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2693 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -23.5   155.0   0.049  -0.005   0.000   0.000   2.127     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.291   6.93e-10
V_corr=      -356.26168
ibin=    2694 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -30.1   123.7   0.031   0.008   0.000   0.000   1.588     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.245   7.46e-10
V_corr=      -362.93611
ibin=    2695 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     225     -52.5   103.6   0.030   0.040   0.000   0.000   0.949     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.426   6.59e-10
V_corr=      -385.30004
ibin=    2696 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131     -59.3   126.9   0.048   0.023   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   4.65e+03     -0.248   2.50e-10
V_corr=      -392.09620
ibin=    2697 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -8.4   143.0   0.018   0.123   0.000   0.000   0.699     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.169   8.67e-10
V_corr=      -341.25131
ibin=    2698 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     -10.3   146.8   0.017  -0.009   0.000   0.000   0.887     NaN
Ages, Metallicities, Weights:
   1.37e+04     -0.212   6.88e-10
V_corr=      -343.10435
ibin=    2699 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181     -68.1   165.0   0.048   0.024   0.000   0.000   1.048     NaN
Ages, Metallicities, Weights:
   1.38e+03      0.516   1.46e-10
V_corr=      -400.91634
ibin=    2700 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -21.0   189.0   0.010   0.071   0.000   0.000   1.528     NaN
Ages, Metallicities, Weights:
   1.68e+04      0.157   1.17e-09
V_corr=      -353.82277
ibin=    2701 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -49.5   127.3  -0.003   0.028   0.000   0.000   0.689     NaN
Ages, Metallicities, Weights:
   6.07e+03   -0.00382   4.79e-10
V_corr=      -382.26654
ibin=    2702 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -38.1   126.8   0.059   0.056   0.000   0.000   0.736     NaN
Ages, Metallicities, Weights:
   1.72e+04     -0.287   9.36e-10
V_corr=      -370.93855
ibin=    2703 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -19.3   126.2   0.057   0.080   0.000   0.000   1.155     NaN
Ages, Metallicities, Weights:
   3.27e+03      0.270   3.49e-10
V_corr=      -352.11927
ibin=    2704 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126       4.2   168.7  -0.000   0.002   0.000   0.000   0.968     NaN
Ages, Metallicities, Weights:
   2.37e+03      0.209   2.79e-10
V_corr=      -328.62614
ibin=    2705 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -32.5   148.4   0.021   0.021   0.000   0.000   0.815     NaN
Ages, Metallicities, Weights:
   1.54e+03      0.500   2.35e-10
V_corr=      -365.32159
ibin=    2706 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -32.7   163.2   0.124   0.040   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.77e+04    -0.0484   1.53e-09
V_corr=      -365.55777
ibin=    2707 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -16.2   163.7  -0.032   0.058   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.213   1.57e-09
V_corr=      -349.01698
ibin=    2708 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -33.7   153.6   0.018   0.080   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   4.91e+03      0.259   7.24e-10
V_corr=      -366.50707
ibin=    2709 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -18.8   158.0   0.038   0.030   0.000   0.000   0.770     NaN
Ages, Metallicities, Weights:
   7.31e+03   -0.00545   9.55e-10
V_corr=      -351.62461
ibin=    2710 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      -5.4   154.0   0.006   0.092   0.000   0.000   0.775     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0305   2.21e-09
V_corr=      -338.19429
ibin=    2711 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     -28.2   147.6   0.058   0.070   0.000   0.000   0.883     NaN
Ages, Metallicities, Weights:
   4.57e+03      0.154   7.89e-10
V_corr=      -360.98210
ibin=    2712 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -24.5   144.9   0.014  -0.006   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.172   2.46e-09
V_corr=      -357.30874
ibin=    2713 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -30.8   166.2   0.008   0.037   0.000   0.000   0.764     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0153   2.95e-09
V_corr=      -363.60922
ibin=    2714 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -28.8   146.2   0.048   0.034   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   1.46e+04   0.000707   2.60e-09
V_corr=      -361.58201
ibin=    2715 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      -7.7   173.6  -0.069   0.006   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0230   3.64e-09
V_corr=      -340.52918
ibin=    2716 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -35.3   145.2  -0.026   0.069   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   9.64e+03   0.000109   2.09e-09
V_corr=      -368.14353
ibin=    2717 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -16.1   164.8  -0.015  -0.005   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   1.11e+04    -0.0592   2.47e-09
V_corr=      -348.87051
ibin=    2718 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -16.7   177.6   0.021   0.034   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.154   5.11e-09
V_corr=      -349.51980
ibin=    2719 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135     -13.2   177.9  -0.026   0.056   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.19e+04      0.133   4.07e-09
V_corr=      -345.96795
ibin=    2720 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -19.1   159.1   0.026   0.067   0.000   0.000   0.729     NaN
Ages, Metallicities, Weights:
   1.06e+04     0.0593   3.86e-09
V_corr=      -351.91827
ibin=    2721 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57     -21.6   163.6   0.035   0.092   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   5.09e+03      0.239   2.59e-09
V_corr=      -354.41427
ibin=    2722 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      -8.0   171.8   0.005   0.082   0.000   0.000   0.778     NaN
Ages, Metallicities, Weights:
   9.39e+03      0.173   5.10e-09
V_corr=      -340.77829
ibin=    2723 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -17.6   158.0   0.002   0.063   0.000   0.000   0.765     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0758   8.83e-09
V_corr=      -350.41132
ibin=    2724 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      -9.0   178.3   0.011   0.032   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0978   9.84e-09
V_corr=      -341.85704
ibin=    2725 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82       1.2   172.4  -0.039   0.018   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   1.18e+04      0.100   7.38e-09
V_corr=      -331.64648
ibin=    2726 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68       1.8   172.7  -0.044   0.075   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.147   1.04e-08
V_corr=      -331.01734
ibin=    2727 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       9.2   179.0  -0.025   0.036   0.000   0.000   0.632     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0625   9.64e-09
V_corr=      -323.61779
ibin=    2728 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      20.5   175.1  -0.044   0.042   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0476   8.58e-09
V_corr=      -312.34003
ibin=    2729 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      18.4   178.3  -0.003   0.072   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.113   7.77e-09
V_corr=      -314.40039
ibin=    2730 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      23.1   186.5  -0.014   0.076   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.52e+04      0.242   6.52e-09
V_corr=      -309.69555
ibin=    2731 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      34.5   164.8  -0.043   0.090   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0177   5.45e-09
V_corr=      -298.31863
ibin=    2732 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      30.2   194.4  -0.046   0.031   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.172   5.27e-09
V_corr=      -302.60133
ibin=    2733 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      47.0   180.0   0.037   0.057   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0539   3.92e-09
V_corr=      -285.76069
ibin=    2734 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      26.9   181.9  -0.012   0.056   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0805   3.34e-09
V_corr=      -305.92877
ibin=    2735 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      51.5   204.7  -0.091   0.023   0.000   0.000   0.406     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.598   6.37e-09
V_corr=      -281.26815
ibin=    2736 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      55.0   163.6  -0.023  -0.010   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   7.17e+03    -0.0603   1.32e-09
V_corr=      -277.84491
ibin=    2737 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      72.9   167.7  -0.070   0.003   0.000   0.000   0.821     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.103   2.57e-09
V_corr=      -259.95529
ibin=    2738 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      63.7   169.3   0.006   0.104   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.128   2.55e-09
V_corr=      -269.12448
ibin=    2739 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      60.1   147.1   0.027   0.096   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0601   2.24e-09
V_corr=      -272.66310
ibin=    2740 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      99.1   174.5  -0.034   0.045   0.000   0.000   0.471     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0235   1.94e-09
V_corr=      -233.75473
ibin=    2741 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      63.5   147.3  -0.038   0.054   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.95e+03      0.479   3.35e-10
V_corr=      -269.33141
ibin=    2742 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      62.5   130.3   0.011   0.049   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   6.64e+03     -0.124   6.09e-10
V_corr=      -270.35340
ibin=    2743 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      93.0   160.7   0.002   0.082   0.000   0.000   0.569     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0501   1.45e-09
V_corr=      -239.84951
ibin=    2744 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      78.9   169.9   0.042   0.043   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   3.05e+03      0.220   3.34e-10
V_corr=      -253.86380
ibin=    2745 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      67.2   115.1   0.027   0.096   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   5.56e+03    -0.0856   4.37e-10
V_corr=      -265.56531
ibin=    2746 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      71.2   161.4   0.032  -0.045   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.65e+04     -0.115   1.04e-09
V_corr=      -261.56583
ibin=    2747 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      81.2   154.2  -0.062  -0.036   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.26e+04     -0.147   7.43e-10
V_corr=      -251.59038
ibin=    2748 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      78.6   151.8  -0.047   0.023   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   2.85e+03      0.159   2.15e-10
V_corr=      -254.19219
ibin=    2749 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      58.8   145.9  -0.091   0.049   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   4.08e+03    -0.0172   2.45e-10
V_corr=      -274.01731
ibin=    2750 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      93.3   135.7  -0.001   0.046   0.000   0.000   0.658     NaN
Ages, Metallicities, Weights:
   2.64e+03      0.102   1.64e-10
V_corr=      -239.51081
ibin=    2751 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     102.0   152.8  -0.069   0.022   0.000   0.000   0.430     NaN
Ages, Metallicities, Weights:
   1.22e+03      0.673   1.11e-10
V_corr=      -230.81536
ibin=    2752 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      97.1   132.6  -0.002  -0.012   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.329   6.06e-10
V_corr=      -235.73771
ibin=    2753 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      95.1   144.9   0.068  -0.005   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.350   5.54e-10
V_corr=      -237.72824
ibin=    2754 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      69.5   192.3  -0.066   0.040   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   2.13e+03      0.574   1.50e-10
V_corr=      -263.33026
ibin=    2755 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      66.3   159.5  -0.004  -0.009   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.95e+03      0.343   9.45e-11
V_corr=      -266.46721
ibin=    2756 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     115.8   260.0   0.004   0.089   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.459   7.55e-10
V_corr=      -216.98909
ibin=    2757 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      79.0   152.4  -0.019   0.041   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.71e+04     -0.278   3.57e-10
V_corr=      -253.77873
ibin=    2758 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     120.9   213.5  -0.003   0.048   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.110   5.07e-10
V_corr=      -211.94231
ibin=    2759 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174     145.3   226.8  -0.035   0.044   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.69e+04      0.276   5.68e-10
V_corr=      -187.51114
ibin=    2760 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2761 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2762 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      -4.4   221.8   0.001  -0.010   0.000   0.000   0.747     NaN
Ages, Metallicities, Weights:
   2.11e+03      0.459   1.76e-10
V_corr=      -337.23181
ibin=    2763 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      -0.2   115.6   0.051   0.032   0.000   0.000   2.246     NaN
Ages, Metallicities, Weights:
   5.95e+03     -0.407   2.49e-10
V_corr=      -332.97702
ibin=    2764 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -64.4   122.5   0.088  -0.002   0.000   0.000   1.010     NaN
Ages, Metallicities, Weights:
   5.02e+03     0.0472   3.18e-10
V_corr=      -397.16448
ibin=    2765 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -27.1   119.0  -0.036  -0.019   0.000   0.000   0.776     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.445   5.91e-10
V_corr=      -359.94896
ibin=    2766 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -43.1    94.7  -0.017   0.009   0.000   0.000   1.011     NaN
Ages, Metallicities, Weights:
   2.56e+03     -0.424   1.37e-10
V_corr=      -375.93522
ibin=    2767 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -59.4   149.8   0.032   0.063   0.000   0.000   1.121     NaN
Ages, Metallicities, Weights:
   1.28e+03      0.648   1.47e-10
V_corr=      -392.23519
ibin=    2768 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -32.5   112.6  -0.065   0.070   0.000   0.000   0.686     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.250   9.39e-10
V_corr=      -365.31734
ibin=    2769 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -17.5   131.8  -0.001  -0.004   0.000   0.000   1.436     NaN
Ages, Metallicities, Weights:
   1.32e+04     -0.167   7.71e-10
V_corr=      -350.33671
ibin=    2770 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70     -29.3   117.5  -0.091   0.039   0.000   0.000   1.306     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.211   1.09e-09
V_corr=      -362.08913
ibin=    2771 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -30.0   139.5  -0.054   0.041   0.000   0.000   1.159     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.151   1.19e-09
V_corr=      -362.77993
ibin=    2772 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -32.5   115.5   0.052   0.067   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.310   1.11e-09
V_corr=      -365.27654
ibin=    2773 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -36.5   151.6   0.029   0.018   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   8.10e+03    0.00286   7.59e-10
V_corr=      -369.29434
ibin=    2774 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -40.0   173.0   0.061  -0.002   0.000   0.000   0.887     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.133   1.50e-09
V_corr=      -372.82766
ibin=    2775 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -27.3   163.0  -0.022  -0.035   0.000   0.000   0.820     NaN
Ages, Metallicities, Weights:
   1.82e+04     -0.127   1.54e-09
V_corr=      -360.06630
ibin=    2776 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -17.3   158.8  -0.052   0.057   0.000   0.000   0.718     NaN
Ages, Metallicities, Weights:
   8.21e+03    0.00731   9.27e-10
V_corr=      -350.14285
ibin=    2777 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -22.6   121.0   0.030   0.049   0.000   0.000   0.883     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.339   1.54e-09
V_corr=      -355.42299
ibin=    2778 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -34.6   168.0   0.027   0.033   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0559   2.15e-09
V_corr=      -367.38810
ibin=    2779 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -30.2   131.7  -0.012   0.079   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.134   2.02e-09
V_corr=      -362.96026
ibin=    2780 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -32.5   151.9  -0.034  -0.028   0.000   0.000   0.853     NaN
Ages, Metallicities, Weights:
   8.14e+03    -0.0183   1.25e-09
V_corr=      -365.32511
ibin=    2781 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194     -27.1   146.6   0.028   0.053   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   8.38e+03      0.119   1.53e-09
V_corr=      -359.91652
ibin=    2782 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -48.0   170.7   0.064   0.058   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.164   3.20e-09
V_corr=      -380.84312
ibin=    2783 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -32.9   160.7   0.020   0.005   0.000   0.000   0.763     NaN
Ages, Metallicities, Weights:
   3.94e+03      0.196   9.43e-10
V_corr=      -365.67769
ibin=    2784 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     -22.3   172.1  -0.024   0.078   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.200   3.86e-09
V_corr=      -355.10071
ibin=    2785 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -18.6   179.7   0.048   0.040   0.000   0.000   1.057     NaN
Ages, Metallicities, Weights:
   4.12e+03      0.372   1.25e-09
V_corr=      -351.42991
ibin=    2786 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -18.3   152.9  -0.039   0.072   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0638   3.61e-09
V_corr=      -351.15720
ibin=    2787 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -21.3   171.9   0.036   0.000   0.000   0.000   0.622     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0523   4.36e-09
V_corr=      -354.15397
ibin=    2788 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -20.6   168.1  -0.008   0.061   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.45e+04     0.0448   4.14e-09
V_corr=      -353.37426
ibin=    2789 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -13.5   162.4  -0.018   0.034   0.000   0.000   0.826     NaN
Ages, Metallicities, Weights:
   1.92e+04     0.0476   5.71e-09
V_corr=      -346.28963
ibin=    2790 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -13.8   168.2  -0.043   0.050   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.73e+04     0.0798   6.06e-09
V_corr=      -346.59552
ibin=    2791 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      -9.4   164.3   0.007   0.020   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   1.98e+04   0.000899   6.85e-09
V_corr=      -342.22503
ibin=    2792 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      -6.0   181.5  -0.002   0.053   0.000   0.000   0.792     NaN
Ages, Metallicities, Weights:
   9.84e+03      0.211   5.35e-09
V_corr=      -338.80069
ibin=    2793 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -20.6   174.5   0.023   0.032   0.000   0.000   0.555     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0701   8.28e-09
V_corr=      -353.44810
ibin=    2794 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -10.7   175.2  -0.013   0.070   0.000   0.000   0.569     NaN
Ages, Metallicities, Weights:
   5.41e+03      0.377   3.66e-09
V_corr=      -343.47815
ibin=    2795 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57       4.9   174.0  -0.007   0.010   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0267   8.30e-09
V_corr=      -327.93112
ibin=    2796 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92       5.4   186.5  -0.027   0.044   0.000   0.000   0.548     NaN
Ages, Metallicities, Weights:
   9.94e+03      0.185   5.51e-09
V_corr=      -327.41464
ibin=    2797 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57      14.8   170.3  -0.016   0.047   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0481   7.33e-09
V_corr=      -318.01818
ibin=    2798 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156       8.4   197.0  -0.062   0.088   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   1.66e+04      0.462   8.84e-09
V_corr=      -324.38609
ibin=    2799 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      13.3   195.1  -0.069   0.051   0.000   0.000   0.753     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.134   6.13e-09
V_corr=      -319.49522
ibin=    2800 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      28.9   188.1   0.000   0.037   0.000   0.000   0.618     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0457   5.16e-09
V_corr=      -303.88833
ibin=    2801 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      34.8   167.5  -0.039   0.092   0.000   0.000   0.373     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.103   4.47e-09
V_corr=      -297.99688
ibin=    2802 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      25.1   200.1  -0.024   0.053   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0704   3.92e-09
V_corr=      -307.70773
ibin=    2803 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      43.3   163.8  -0.075   0.097   0.000   0.000   0.690     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.195   3.45e-09
V_corr=      -289.53645
ibin=    2804 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      48.4   180.4  -0.071   0.023   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   4.87e+03      0.207   1.09e-09
V_corr=      -284.39411
ibin=    2805 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      49.7   145.4   0.045   0.067   0.000   0.000   0.787     NaN
Ages, Metallicities, Weights:
   1.21e+04     -0.153   1.57e-09
V_corr=      -283.08332
ibin=    2806 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      70.8   188.7   0.009   0.029   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0149   2.42e-09
V_corr=      -262.05394
ibin=    2807 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      63.9   154.1  -0.083   0.051   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.244   1.90e-09
V_corr=      -268.86161
ibin=    2808 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      69.3   137.4  -0.057   0.049   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.200   1.81e-09
V_corr=      -263.54277
ibin=    2809 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      55.1   161.5  -0.008   0.044   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0409   1.83e-09
V_corr=      -277.74296
ibin=    2810 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     202      85.1   157.1  -0.092   0.010   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.130   1.53e-09
V_corr=      -247.74876
ibin=    2811 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      32.1   177.0  -0.090   0.074   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   3.48e+03      0.405   4.30e-10
V_corr=      -300.65899
ibin=    2812 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      59.1   139.9  -0.029   0.062   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.13e+04    -0.0429   8.82e-10
V_corr=      -273.67371
ibin=    2813 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      71.3   182.0  -0.027   0.020   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.139   1.53e-09
V_corr=      -261.50838
ibin=    2814 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      61.1   131.9   0.018   0.119   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.09e+03      0.637   1.38e-10
V_corr=      -271.66174
ibin=    2815 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      91.4   148.4   0.012   0.094   0.000   0.000   0.360     NaN
Ages, Metallicities, Weights:
   4.78e+03      0.168   4.06e-10
V_corr=      -241.41078
ibin=    2816 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      69.9   174.2  -0.046   0.017   0.000   0.000   0.720     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   2.90e-09
V_corr=      -262.87623
ibin=    2817 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      92.6   106.0  -0.052  -0.031   0.000   0.000   0.260     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.225   8.82e-10
V_corr=      -240.23702
ibin=    2818 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      67.6   123.4   0.079   0.024   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
       765.      0.624   6.56e-11
V_corr=      -265.16552
ibin=    2819 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     101.8   131.4  -0.073  -0.024   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   4.74e+03     -0.427   1.97e-10
V_corr=      -230.99475
ibin=    2820 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      95.9   113.8   0.026   0.009   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.546   5.44e-10
V_corr=      -236.94311
ibin=    2821 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      88.3   134.5   0.014   0.001   0.000   0.000   0.572     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.188   6.54e-10
V_corr=      -244.51855
ibin=    2822 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      87.2    96.4  -0.012   0.013   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   4.86e+03     -0.162   1.94e-10
V_corr=      -245.58525
ibin=    2823 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      84.3   124.0  -0.055   0.019   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.333   5.23e-10
V_corr=      -248.51042
ibin=    2824 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     351     141.7    81.2   0.016  -0.003   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.17e+03     -0.124   4.22e-11
V_corr=      -191.09722
ibin=    2825 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     306      86.3   191.8   0.014   0.056   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   1.27e-09
V_corr=      -246.47512
ibin=    2826 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     226     119.7   188.1   0.003  -0.024   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.540   8.13e-10
V_corr=      -213.10192
ibin=    2827 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      70.9   167.2  -0.034  -0.029   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.169   4.60e-10
V_corr=      -261.89756
ibin=    2828 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     221     101.0   121.7   0.033   0.014   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
       602.      0.689   3.14e-11
V_corr=      -231.77377
ibin=    2829 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2830 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2831 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -42.4   168.2   0.054   0.038   0.000   0.000   1.241     NaN
Ages, Metallicities, Weights:
   3.87e+03    -0.0951   2.05e-10
V_corr=      -375.25107
ibin=    2832 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -31.7   160.6   0.070   0.048   0.000   0.000   2.056     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.191   7.74e-10
V_corr=      -364.52184
ibin=    2833 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -50.2   111.5   0.026  -0.004   0.000   0.000   0.726     NaN
Ages, Metallicities, Weights:
   2.65e+03     0.0143   1.71e-10
V_corr=      -382.98472
ibin=    2834 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71     -29.9   115.8  -0.047   0.014   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.391   7.57e-10
V_corr=      -362.68014
ibin=    2835 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -47.3    97.8  -0.004  -0.006   0.000   0.000   2.092     NaN
Ages, Metallicities, Weights:
   1.26e+03      0.124   8.94e-11
V_corr=      -380.07468
ibin=    2836 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     -15.8   127.8  -0.039   0.075   0.000   0.000   1.115     NaN
Ages, Metallicities, Weights:
   6.21e+03    -0.0589   4.05e-10
V_corr=      -348.56436
ibin=    2837 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -39.9   137.1   0.059  -0.006   0.000   0.000   0.851     NaN
Ages, Metallicities, Weights:
   3.25e+03     -0.119   2.36e-10
V_corr=      -372.67005
ibin=    2838 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -34.5   115.0  -0.052   0.035   0.000   0.000   1.010     NaN
Ages, Metallicities, Weights:
   5.73e+03     -0.257   3.65e-10
V_corr=      -367.30866
ibin=    2839 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -46.6   128.9   0.026   0.014   0.000   0.000   1.643     NaN
Ages, Metallicities, Weights:
   1.44e+04     -0.417   7.19e-10
V_corr=      -379.38469
ibin=    2840 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -4.4   144.7   0.008  -0.039   0.000   0.000   1.015     NaN
Ages, Metallicities, Weights:
   1.95e+04     -0.316   1.11e-09
V_corr=      -337.19322
ibin=    2841 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -32.5   146.4  -0.020  -0.035   0.000   0.000   0.840     NaN
Ages, Metallicities, Weights:
   5.13e+03    -0.0256   4.82e-10
V_corr=      -365.31937
ibin=    2842 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -32.1   141.0   0.000   0.006   0.000   0.000   0.688     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.219   1.31e-09
V_corr=      -364.92135
ibin=    2843 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -36.0   128.6  -0.004  -0.023   0.000   0.000   1.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.382   1.25e-09
V_corr=      -368.77650
ibin=    2844 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -36.5   137.4   0.028   0.125   0.000   0.000   0.629     NaN
Ages, Metallicities, Weights:
   3.67e+03      0.266   4.65e-10
V_corr=      -369.27675
ibin=    2845 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -27.1   150.3  -0.049   0.046   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   6.39e+03    -0.0605   7.38e-10
V_corr=      -359.94306
ibin=    2846 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -21.1   149.6   0.014   0.001   0.000   0.000   0.899     NaN
Ages, Metallicities, Weights:
   1.81e+04     -0.106   1.74e-09
V_corr=      -353.89757
ibin=    2847 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -32.8   153.2  -0.002   0.082   0.000   0.000   0.599     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0126   2.02e-09
V_corr=      -365.57642
ibin=    2848 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -16.6   158.0   0.046   0.050   0.000   0.000   0.391     NaN
Ages, Metallicities, Weights:
   1.29e+04    -0.0609   1.51e-09
V_corr=      -349.45246
ibin=    2849 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -20.6   151.2  -0.040   0.042   0.000   0.000   0.603     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0975   2.26e-09
V_corr=      -353.40656
ibin=    2850 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -24.7   165.2   0.001  -0.017   0.000   0.000   0.842     NaN
Ages, Metallicities, Weights:
   8.81e+03    -0.0519   1.36e-09
V_corr=      -357.49571
ibin=    2851 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -30.7   152.6   0.022   0.026   0.000   0.000   0.742     NaN
Ages, Metallicities, Weights:
   4.99e+03     0.0970   1.01e-09
V_corr=      -363.46943
ibin=    2852 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169     -22.9   174.2  -0.036   0.031   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.121   3.37e-09
V_corr=      -355.72349
ibin=    2853 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -41.3   180.4   0.030   0.033   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   7.18e+03      0.238   1.90e-09
V_corr=      -374.09253
ibin=    2854 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -24.4   145.3  -0.013   0.040   0.000   0.000   0.694     NaN
Ages, Metallicities, Weights:
   9.43e+03    0.00883   2.10e-09
V_corr=      -357.23250
ibin=    2855 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -23.3   151.7  -0.014   0.047   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0829   3.72e-09
V_corr=      -356.11388
ibin=    2856 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -13.9   151.1  -0.023   0.076   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.54e+04    -0.0379   3.40e-09
V_corr=      -346.71284
ibin=    2857 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -18.5   165.0   0.027   0.028   0.000   0.000   0.936     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0778   4.39e-09
V_corr=      -351.34956
ibin=    2858 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -24.8   161.7  -0.041   0.048   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0374   5.02e-09
V_corr=      -357.61622
ibin=    2859 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -20.6   162.5  -0.032   0.045   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0716   5.39e-09
V_corr=      -353.45094
ibin=    2860 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -14.3   173.6   0.009   0.057   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0839   6.43e-09
V_corr=      -347.06534
ibin=    2861 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -15.4   168.5  -0.036   0.076   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0609   6.60e-09
V_corr=      -348.19286
ibin=    2862 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -9.8   177.7  -0.036   0.082   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   4.81e+03      0.359   2.70e-09
V_corr=      -342.59708
ibin=    2863 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112       5.9   182.9  -0.013   0.010   0.000   0.000   0.372     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0429   7.20e-09
V_corr=      -326.86928
ibin=    2864 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130       5.2   184.9  -0.043   0.036   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.57e+04      0.152   6.68e-09
V_corr=      -327.65661
ibin=    2865 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      -8.7   174.4  -0.002   0.101   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.119   6.74e-09
V_corr=      -341.53906
ibin=    2866 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125       8.5   174.8  -0.046   0.043   0.000   0.000   0.960     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0943   5.71e-09
V_corr=      -324.27434
ibin=    2867 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      18.0   185.7  -0.004   0.083   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0861   5.66e-09
V_corr=      -314.81967
ibin=    2868 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      25.5   163.3   0.010   0.123   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0204   4.70e-09
V_corr=      -307.27520
ibin=    2869 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      12.0   183.4  -0.039   0.061   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   4.09e+03      0.412   1.62e-09
V_corr=      -320.85496
ibin=    2870 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      29.4   162.2   0.014   0.041   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0400   3.85e-09
V_corr=      -303.44377
ibin=    2871 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      30.6   152.1  -0.031   0.105   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0451   3.43e-09
V_corr=      -302.23882
ibin=    2872 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168      33.9   171.3  -0.077   0.043   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
   9.05e+03     0.0653   1.78e-09
V_corr=      -298.92138
ibin=    2873 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      33.8   198.7  -0.092   0.075   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   1.72e+04      0.374   3.46e-09
V_corr=      -298.99143
ibin=    2874 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      51.9   161.4  -0.015   0.033   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.29e+04     0.0504   1.93e-09
V_corr=      -280.90336
ibin=    2875 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      68.9   170.3   0.050   0.023   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0196   2.36e-09
V_corr=      -263.90702
ibin=    2876 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      53.5   132.8   0.089   0.073   0.000   0.000   0.681     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0906   1.98e-09
V_corr=      -279.30830
ibin=    2877 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      52.3   168.7  -0.035   0.022   0.000   0.000   0.617     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00438   1.98e-09
V_corr=      -280.55556
ibin=    2878 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      56.4   162.1  -0.043   0.022   0.000   0.000   0.586     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0814   1.69e-09
V_corr=      -276.45204
ibin=    2879 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      72.1   160.6   0.019   0.097   0.000   0.000   0.567     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0133   1.49e-09
V_corr=      -260.70678
ibin=    2880 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      83.7   180.5  -0.041   0.042   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.74e+04    -0.0146   1.22e-09
V_corr=      -249.13393
ibin=    2881 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      66.5   158.9  -0.007   0.067   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   9.23e+03      0.303   9.91e-10
V_corr=      -266.35548
ibin=    2882 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      77.6   122.0  -0.053   0.003   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.306   1.14e-09
V_corr=      -255.17548
ibin=    2883 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      90.8   146.1  -0.042   0.042   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   2.48e+03     0.0503   2.11e-10
V_corr=      -241.98393
ibin=    2884 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      66.6   143.6   0.010   0.007   0.000   0.000   0.512     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.265   9.95e-10
V_corr=      -266.16397
ibin=    2885 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      83.8   132.4   0.049  -0.001   0.000   0.000   0.565     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.137   1.02e-09
V_corr=      -248.97513
ibin=    2886 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      80.8   167.1   0.019   0.059   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00957   9.84e-10
V_corr=      -252.02544
ibin=    2887 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      87.3   162.4  -0.033   0.057   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.173   7.82e-10
V_corr=      -245.48266
ibin=    2888 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      57.3   149.7  -0.040  -0.036   0.000   0.000   0.656     NaN
Ages, Metallicities, Weights:
   5.85e+03    -0.0931   2.97e-10
V_corr=      -275.50551
ibin=    2889 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      49.2   210.6  -0.039  -0.007   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0212   7.91e-10
V_corr=      -283.58352
ibin=    2890 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      73.5   198.1  -0.003   0.034   0.000   0.000   0.332     NaN
Ages, Metallicities, Weights:
   1.71e+04      0.173   7.07e-10
V_corr=      -259.33621
ibin=    2891 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      78.2   113.4   0.050   0.044   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.71e+03     -0.117   6.98e-11
V_corr=      -254.61631
ibin=    2892 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     100.5   142.9   0.005  -0.048   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.270   5.08e-10
V_corr=      -232.29964
ibin=    2893 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      94.3   144.2   0.026   0.064   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
   1.34e+03      0.445   6.33e-11
V_corr=      -238.46194
ibin=    2894 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      85.7   122.1   0.043   0.029   0.000   0.000   0.327     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.554   3.07e-10
V_corr=      -247.15000
ibin=    2895 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      80.0   168.4  -0.030   0.033   0.000   0.000   0.757     NaN
Ages, Metallicities, Weights:
   1.48e+04     -0.538   2.24e-10
V_corr=      -252.79424
ibin=    2896 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     118.1   152.8  -0.042   0.037   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0652   4.43e-10
V_corr=      -214.70520
ibin=    2897 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     122.7   141.4   0.029  -0.014   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.413   3.68e-10
V_corr=      -210.07808
ibin=    2898 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2899 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2900 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -43.4   171.8   0.110   0.035   0.000   0.000   1.549     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.336   6.77e-10
V_corr=      -376.24227
ibin=    2901 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     -23.8   117.9   0.085  -0.008   0.000   0.000   1.450     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.500   6.36e-10
V_corr=      -356.62350
ibin=    2902 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     164     -46.5   120.9   0.067   0.001   0.000   0.000   1.603     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.460   5.77e-10
V_corr=      -379.30988
ibin=    2903 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     344     -66.2   152.7   0.008   0.011   0.000   0.000   1.069     NaN
Ages, Metallicities, Weights:
   2.09e+03      0.338   1.81e-10
V_corr=      -399.00300
ibin=    2904 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -46.1   145.2  -0.058   0.096   0.000   0.000   2.402     NaN
Ages, Metallicities, Weights:
   2.61e+03      0.152   1.97e-10
V_corr=      -378.87048
ibin=    2905 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -36.4   173.1  -0.036   0.097   0.000   0.000   1.238     NaN
Ages, Metallicities, Weights:
   3.37e+03      0.591   4.02e-10
V_corr=      -369.17031
ibin=    2906 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -35.8   153.8   0.010   0.022   0.000   0.000   1.014     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.246   9.80e-10
V_corr=      -368.63127
ibin=    2907 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -29.9   129.1   0.018   0.049   0.000   0.000   1.272     NaN
Ages, Metallicities, Weights:
   1.25e+04     -0.285   6.56e-10
V_corr=      -362.69872
ibin=    2908 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -35.2   123.9  -0.060  -0.006   0.000   0.000   1.434     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.359   1.01e-09
V_corr=      -368.05719
ibin=    2909 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -30.2   152.0   0.027   0.021   0.000   0.000   0.829     NaN
Ages, Metallicities, Weights:
   4.65e+03    -0.0842   3.93e-10
V_corr=      -362.98013
ibin=    2910 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -12.4   147.0   0.022   0.057   0.000   0.000   1.451     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.101   1.33e-09
V_corr=      -345.17190
ibin=    2911 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -11.4   123.7  -0.076  -0.012   0.000   0.000   0.665     NaN
Ages, Metallicities, Weights:
   1.08e+04     -0.132   8.50e-10
V_corr=      -344.18669
ibin=    2912 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -38.5   141.6  -0.006   0.048   0.000   0.000   1.308     NaN
Ages, Metallicities, Weights:
   5.46e+03     0.0458   5.84e-10
V_corr=      -371.26309
ibin=    2913 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -18.3   144.7  -0.002  -0.032   0.000   0.000   0.622     NaN
Ages, Metallicities, Weights:
   1.23e+04     -0.272   9.78e-10
V_corr=      -351.07382
ibin=    2914 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -29.8   153.8  -0.050   0.062   0.000   0.000   0.699     NaN
Ages, Metallicities, Weights:
   6.13e+03      0.156   8.01e-10
V_corr=      -362.65311
ibin=    2915 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -31.2   141.4   0.008   0.056   0.000   0.000   0.675     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.324   1.52e-09
V_corr=      -363.96982
ibin=    2916 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     -39.8   177.0  -0.062   0.108   0.000   0.000   0.999     NaN
Ages, Metallicities, Weights:
   1.28e+04      0.332   1.95e-09
V_corr=      -372.56076
ibin=    2917 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -13.6   135.6  -0.020   0.016   0.000   0.000   0.829     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.243   1.90e-09
V_corr=      -346.39015
ibin=    2918 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -16.3   149.9  -0.067  -0.005   0.000   0.000   0.920     NaN
Ages, Metallicities, Weights:
   1.95e+04    -0.0413   2.37e-09
V_corr=      -349.10037
ibin=    2919 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181     -20.5   170.8  -0.027   0.078   0.000   0.000   1.154     NaN
Ages, Metallicities, Weights:
   7.71e+03      0.225   1.52e-09
V_corr=      -353.33782
ibin=    2920 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -25.8   151.2  -0.038   0.047   0.000   0.000   0.642     NaN
Ages, Metallicities, Weights:
   8.35e+03     0.0630   1.54e-09
V_corr=      -358.62247
ibin=    2921 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -38.4   153.2   0.000   0.016   0.000   0.000   0.706     NaN
Ages, Metallicities, Weights:
   1.18e+04     0.0372   2.16e-09
V_corr=      -371.25078
ibin=    2922 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -15.9   147.1  -0.066   0.067   0.000   0.000   0.780     NaN
Ages, Metallicities, Weights:
   1.67e+04    -0.0980   2.67e-09
V_corr=      -348.68939
ibin=    2923 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -14.6   141.0  -0.058   0.048   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.39e+04     -0.154   2.37e-09
V_corr=      -347.36859
ibin=    2924 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91     -29.9   157.1   0.000   0.030   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.18e+04     0.0156   2.67e-09
V_corr=      -362.71601
ibin=    2925 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -18.5   147.8  -0.005   0.060   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   7.20e+03      0.163   2.18e-09
V_corr=      -351.35540
ibin=    2926 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -21.2   156.2  -0.053   0.020   0.000   0.000   0.767     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0566   4.36e-09
V_corr=      -353.99987
ibin=    2927 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -19.0   162.2  -0.057   0.019   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.06e+04    -0.0151   2.93e-09
V_corr=      -351.84479
ibin=    2928 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -15.4   163.8   0.009   0.034   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   1.13e+04     0.0913   3.71e-09
V_corr=      -348.21105
ibin=    2929 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57     -14.8   162.1  -0.003   0.036   0.000   0.000   0.669     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0133   5.45e-09
V_corr=      -347.61663
ibin=    2930 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -19.0   169.4  -0.020   0.041   0.000   0.000   0.709     NaN
Ages, Metallicities, Weights:
   6.47e+03      0.207   2.85e-09
V_corr=      -351.83976
ibin=    2931 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -11.5   170.4  -0.036   0.043   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0345   5.85e-09
V_corr=      -344.31196
ibin=    2932 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -21.5   177.6   0.036   0.068   0.000   0.000   0.634     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0715   6.14e-09
V_corr=      -354.31599
ibin=    2933 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      -3.0   156.2   0.013   0.035   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   8.01e+03     0.0844   3.22e-09
V_corr=      -335.80169
ibin=    2934 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       3.6   185.7   0.022   0.011   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0242   5.89e-09
V_corr=      -329.19308
ibin=    2935 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       5.3   180.1  -0.034   0.091   0.000   0.000   0.745     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.183   5.83e-09
V_corr=      -327.55743
ibin=    2936 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      11.0   172.9  -0.036   0.071   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.97e+04     0.0716   5.00e-09
V_corr=      -321.79777
ibin=    2937 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      14.5   178.7  -0.070   0.095   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.07e+04      0.211   3.28e-09
V_corr=      -318.27206
ibin=    2938 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      19.2   186.4  -0.052   0.028   0.000   0.000   0.521     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0218   3.87e-09
V_corr=      -313.57502
ibin=    2939 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      30.2   189.2  -0.010   0.073   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0171   3.55e-09
V_corr=      -302.63693
ibin=    2940 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      46.2   175.5  -0.039   0.008   0.000   0.000   0.731     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.136   3.00e-09
V_corr=      -286.60824
ibin=    2941 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     157      41.1   179.8   0.044   0.041   0.000   0.000   0.767     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0248   2.94e-09
V_corr=      -291.72755
ibin=    2942 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      47.3   137.8  -0.026   0.174   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0344   2.45e-09
V_corr=      -285.53741
ibin=    2943 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      47.8   165.8   0.034   0.008   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.34e+04    -0.0456   1.73e-09
V_corr=      -284.97608
ibin=    2944 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      66.9   158.7  -0.080   0.021   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.134   2.04e-09
V_corr=      -265.87524
ibin=    2945 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      44.1   164.9  -0.057  -0.005   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.107   1.97e-09
V_corr=      -288.69090
ibin=    2946 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     213      59.9   188.7   0.066   0.063   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   1.75e+04      0.137   1.90e-09
V_corr=      -272.91047
ibin=    2947 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      65.9   155.8  -0.049   0.060   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0526   1.59e-09
V_corr=      -266.95781
ibin=    2948 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      81.8   204.4  -0.027   0.094   0.000   0.000   0.302     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.299   1.77e-09
V_corr=      -251.01667
ibin=    2949 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      76.5   163.2  -0.011   0.125   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.145   1.50e-09
V_corr=      -256.31649
ibin=    2950 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      67.1   142.4   0.017   0.080   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0857   1.25e-09
V_corr=      -265.69922
ibin=    2951 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      62.9   167.7   0.045   0.088   0.000   0.000   0.690     NaN
Ages, Metallicities, Weights:
   1.65e+04      0.183   1.37e-09
V_corr=      -269.93120
ibin=    2952 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      41.0   190.3  -0.078   0.127   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0375   1.16e-09
V_corr=      -291.78283
ibin=    2953 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      74.2   154.5   0.046  -0.057   0.000   0.000   0.297     NaN
Ages, Metallicities, Weights:
   1.87e+03      0.189   1.67e-10
V_corr=      -258.62881
ibin=    2954 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      65.7   106.0   0.043  -0.004   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.03e+03     0.0407   6.82e-11
V_corr=      -267.12316
ibin=    2955 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      63.3   182.2  -0.088   0.083   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.149   1.01e-09
V_corr=      -269.51732
ibin=    2956 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      65.0   182.7  -0.056   0.031   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.234   6.61e-10
V_corr=      -267.79238
ibin=    2957 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      76.5   137.9   0.014  -0.001   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   3.59e+03      0.145   2.01e-10
V_corr=      -256.35594
ibin=    2958 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      85.0   151.2  -0.000   0.021   0.000   0.000   0.568     NaN
Ages, Metallicities, Weights:
   1.33e+03      0.535   8.64e-11
V_corr=      -247.80880
ibin=    2959 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      87.0   193.5   0.022  -0.008   0.000   0.000   0.745     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0482   6.74e-10
V_corr=      -245.83097
ibin=    2960 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      66.5   139.9   0.044  -0.033   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.99e+03    -0.0155   8.97e-11
V_corr=      -266.31063
ibin=    2961 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      51.8   213.5  -0.064   0.081   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   1.83e+04      0.422   8.20e-10
V_corr=      -281.04972
ibin=    2962 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      71.8   105.7   0.039   0.041   0.000   0.000   0.313     NaN
Ages, Metallicities, Weights:
   1.74e+04     -0.639   2.64e-10
V_corr=      -261.00800
ibin=    2963 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     260      97.1   164.9  -0.016   0.033   0.000   0.000   0.840     NaN
Ages, Metallicities, Weights:
   1.32e+04    -0.0352   3.14e-10
V_corr=      -235.70995
ibin=    2964 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      65.6   121.3   0.001   0.041   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.614   2.56e-10
V_corr=      -267.20565
ibin=    2965 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     407     116.7   123.2  -0.043   0.032   0.000   0.000   0.397     NaN
Ages, Metallicities, Weights:
   1.82e+03      0.375   6.73e-11
V_corr=      -216.15834
ibin=    2966 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     146.9   209.4  -0.012  -0.053   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.04e+04      0.206   3.64e-10
V_corr=      -185.91761
ibin=    2967 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2968 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    2969 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -6.4   190.9   0.060   0.032   0.000   0.000   1.026     NaN
Ages, Metallicities, Weights:
   5.07e+03      0.179   3.24e-10
V_corr=      -339.23580
ibin=    2970 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184     -30.2    81.3  -0.008   0.020   0.000   0.000   3.795     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.669   5.27e-10
V_corr=      -363.01131
ibin=    2971 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -45.3   115.6   0.006   0.031   0.000   0.000   0.658     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.432   6.84e-10
V_corr=      -378.07492
ibin=    2972 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -30.0   141.3   0.025   0.076   0.000   0.000   1.252     NaN
Ages, Metallicities, Weights:
   4.15e+03      0.247   3.11e-10
V_corr=      -362.85022
ibin=    2973 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     204      -1.6   154.0  -0.054   0.013   0.000   0.000   1.011     NaN
Ages, Metallicities, Weights:
   3.11e+03      0.169   2.48e-10
V_corr=      -334.40736
ibin=    2974 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -24.3   135.0  -0.009   0.028   0.000   0.000   0.672     NaN
Ages, Metallicities, Weights:
   2.15e+03     0.0571   1.68e-10
V_corr=      -357.11489
ibin=    2975 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -27.3   131.0  -0.072   0.010   0.000   0.000   1.778     NaN
Ages, Metallicities, Weights:
   3.94e+03     -0.125   2.87e-10
V_corr=      -360.13358
ibin=    2976 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -39.2   124.0  -0.008   0.050   0.000   0.000   0.704     NaN
Ages, Metallicities, Weights:
   8.12e+03   -0.00284   6.07e-10
V_corr=      -371.96444
ibin=    2977 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -43.8   128.5   0.024   0.024   0.000   0.000   0.789     NaN
Ages, Metallicities, Weights:
   1.70e+04     -0.474   7.96e-10
V_corr=      -376.65613
ibin=    2978 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -16.6   131.9  -0.079  -0.007   0.000   0.000   1.065     NaN
Ages, Metallicities, Weights:
   1.36e+04     -0.290   8.20e-10
V_corr=      -349.44641
ibin=    2979 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -45.4   140.4   0.054   0.096   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   6.64e+03     0.0351   6.01e-10
V_corr=      -378.16043
ibin=    2980 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -47.5   119.6   0.002  -0.033   0.000   0.000   0.762     NaN
Ages, Metallicities, Weights:
   1.82e+04     -0.398   1.08e-09
V_corr=      -380.31693
ibin=    2981 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -17.8   114.7   0.010   0.039   0.000   0.000   0.767     NaN
Ages, Metallicities, Weights:
   4.41e+03     -0.311   3.80e-10
V_corr=      -350.56362
ibin=    2982 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -53.2   150.5   0.027  -0.005   0.000   0.000   1.062     NaN
Ages, Metallicities, Weights:
   2.84e+03     0.0304   3.35e-10
V_corr=      -386.04883
ibin=    2983 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -37.5   172.2  -0.039   0.011   0.000   0.000   0.791     NaN
Ages, Metallicities, Weights:
   1.08e+04    -0.0279   1.13e-09
V_corr=      -370.31645
ibin=    2984 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -31.2   166.7  -0.017   0.046   0.000   0.000   0.892     NaN
Ages, Metallicities, Weights:
   1.63e+04      0.203   2.00e-09
V_corr=      -364.05184
ibin=    2985 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -34.6   112.6   0.069   0.039   0.000   0.000   0.981     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.248   1.72e-09
V_corr=      -367.43086
ibin=    2986 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -40.7   174.9   0.011   0.094   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.130   2.29e-09
V_corr=      -373.47537
ibin=    2987 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -38.4   169.2  -0.002   0.031   0.000   0.000   0.927     NaN
Ages, Metallicities, Weights:
   1.02e+04    -0.0224   1.40e-09
V_corr=      -371.23914
ibin=    2988 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -28.9   164.8   0.060   0.046   0.000   0.000   1.073     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0316   2.49e-09
V_corr=      -361.72365
ibin=    2989 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     -31.1   171.1  -0.022   0.084   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   1.19e+04      0.107   2.03e-09
V_corr=      -363.86194
ibin=    2990 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -24.5   151.2  -0.031   0.064   0.000   0.000   0.850     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0453   2.78e-09
V_corr=      -357.30197
ibin=    2991 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -34.6   158.6   0.010   0.038   0.000   0.000   0.902     NaN
Ages, Metallicities, Weights:
   1.77e+04     -0.105   2.71e-09
V_corr=      -367.39587
ibin=    2992 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -26.0   151.8  -0.061   0.051   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0153   3.40e-09
V_corr=      -358.81770
ibin=    2993 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -31.3   162.5  -0.003   0.047   0.000   0.000   0.790     NaN
Ages, Metallicities, Weights:
   9.99e+03     0.0391   2.25e-09
V_corr=      -364.10727
ibin=    2994 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -14.9   159.2   0.011   0.048   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00846   3.83e-09
V_corr=      -347.74755
ibin=    2995 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -26.1   155.6  -0.020   0.066   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   5.61e+03      0.178   1.68e-09
V_corr=      -358.90641
ibin=    2996 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -20.7   165.3   0.000  -0.035   0.000   0.000   0.681     NaN
Ages, Metallicities, Weights:
   1.11e+04    -0.0873   2.71e-09
V_corr=      -353.50176
ibin=    2997 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -24.1   165.3  -0.017   0.064   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0333   4.77e-09
V_corr=      -356.92241
ibin=    2998 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      -7.6   163.9  -0.057   0.062   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0821   5.12e-09
V_corr=      -340.45828
ibin=    2999 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -17.9   157.1   0.020   0.055   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00892   4.99e-09
V_corr=      -350.70263
ibin=    3000 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -16.2   157.4   0.025   0.078   0.000   0.000   0.769     NaN
Ages, Metallicities, Weights:
   1.06e+04     0.0474   3.38e-09
V_corr=      -349.04198
ibin=    3001 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -13.1   162.2  -0.029   0.061   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   6.60e+03      0.206   2.64e-09
V_corr=      -345.90184
ibin=    3002 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      -8.8   176.6  -0.070  -0.044   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0658   5.25e-09
V_corr=      -341.62909
ibin=    3003 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114       0.2   166.6  -0.065   0.040   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   9.29e+03      0.119   3.20e-09
V_corr=      -332.63270
ibin=    3004 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93       9.9   156.2  -0.010   0.114   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.72e+04     0.0514   4.28e-09
V_corr=      -322.88624
ibin=    3005 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123       2.2   178.8  -0.024   0.082   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.103   4.51e-09
V_corr=      -330.65441
ibin=    3006 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      11.2   182.2   0.008   0.115   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.78e+04      0.289   4.38e-09
V_corr=      -321.56280
ibin=    3007 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103       5.4   194.6  -0.026   0.042   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.16e+04      0.252   2.99e-09
V_corr=      -327.36521
ibin=    3008 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167      25.3   172.1  -0.013  -0.001   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   2.30e+03      0.445   7.08e-10
V_corr=      -307.48470
ibin=    3009 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      25.6   174.8  -0.023   0.047   0.000   0.000   0.696     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0505   3.02e-09
V_corr=      -307.16266
ibin=    3010 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      30.3   172.8  -0.010   0.074   0.000   0.000   0.552     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0391   2.63e-09
V_corr=      -302.51959
ibin=    3011 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     224      32.4   178.5  -0.019   0.104   0.000   0.000   0.715     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.549   4.22e-09
V_corr=      -300.37593
ibin=    3012 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      65.7   158.6  -0.063   0.074   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0169   2.15e-09
V_corr=      -267.09512
ibin=    3013 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      56.0   133.1  -0.052   0.040   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   1.95e+04     -0.343   1.56e-09
V_corr=      -276.79232
ibin=    3014 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      50.2   145.6   0.041   0.087   0.000   0.000   0.369     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.236   1.59e-09
V_corr=      -282.61209
ibin=    3015 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      60.7   178.3  -0.052   0.049   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.23e+04     0.0213   1.23e-09
V_corr=      -272.10429
ibin=    3016 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      62.9   180.4  -0.072  -0.009   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
   1.17e+04      0.153   1.24e-09
V_corr=      -269.86932
ibin=    3017 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     407      56.9   136.4   0.008   0.077   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.91e+03      0.425   2.60e-10
V_corr=      -275.93868
ibin=    3018 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      76.8   184.7  -0.010   0.023   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.88e+03      0.365   2.37e-10
V_corr=      -256.00069
ibin=    3019 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      49.7   137.4   0.029   0.047   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.387   8.75e-10
V_corr=      -283.15049
ibin=    3020 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      79.9   134.6   0.050   0.052   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.170   1.09e-09
V_corr=      -252.93995
ibin=    3021 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194      83.3   167.6   0.036   0.079   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   1.05e+03      0.673   1.28e-10
V_corr=      -249.55719
ibin=    3022 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70      86.5   148.5  -0.028  -0.044   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.123   1.08e-09
V_corr=      -246.33114
ibin=    3023 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      43.1   191.3  -0.037   0.018   0.000   0.000   0.295     NaN
Ages, Metallicities, Weights:
   2.85e+03      0.479   2.85e-10
V_corr=      -289.68941
ibin=    3024 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153      40.9   225.4  -0.086   0.082   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.317   1.11e-09
V_corr=      -291.93975
ibin=    3025 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      58.0   172.5  -0.028  -0.005   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.76e+04     -0.295   5.55e-10
V_corr=      -274.83292
ibin=    3026 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      88.3   193.3   0.060   0.025   0.000   0.000   0.274     NaN
Ages, Metallicities, Weights:
   2.78e+03      0.579   2.09e-10
V_corr=      -244.46884
ibin=    3027 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      72.6   117.8  -0.011  -0.047   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   2.71e+03     -0.153   1.10e-10
V_corr=      -260.24812
ibin=    3028 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      85.7   144.3  -0.019  -0.036   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   2.46e+03     -0.160   1.02e-10
V_corr=      -247.15331
ibin=    3029 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      83.7   133.9  -0.012   0.005   0.000   0.000   0.320     NaN
Ages, Metallicities, Weights:
   1.22e+03    -0.0237   4.55e-11
V_corr=      -249.10367
ibin=    3030 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      98.1   142.9  -0.002  -0.020   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.291   4.50e-10
V_corr=      -234.72426
ibin=    3031 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     272      77.7   184.3  -0.043   0.058   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   8.41e+03      0.204   2.96e-10
V_corr=      -255.12048
ibin=    3032 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     155.1   156.3   0.052  -0.009   0.000   0.000   0.458     NaN
Ages, Metallicities, Weights:
   3.67e+03    -0.0781   1.05e-10
V_corr=      -177.75139
ibin=    3033 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      72.3   144.3  -0.033   0.009   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
       890.      0.665   4.32e-11
V_corr=      -260.53677
ibin=    3034 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      93.9   175.6  -0.004   0.008   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.67e+04     -0.230   3.17e-10
V_corr=      -238.91831
ibin=    3035 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     294     119.8    25.8   0.001   0.000   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.626   3.15e-10
V_corr=      -212.97932
ibin=    3036 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3037 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3038 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -34.2   136.2  -0.041   0.043   0.000   0.000   1.336     NaN
Ages, Metallicities, Weights:
   9.17e+03     -0.206   3.96e-10
V_corr=      -367.01500
ibin=    3039 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -51.3   114.1   0.036   0.010   0.000   0.000   0.872     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.548   6.06e-10
V_corr=      -384.14402
ibin=    3040 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     213     -36.2   168.3   0.041   0.065   0.000   0.000   0.792     NaN
Ages, Metallicities, Weights:
   1.45e+03      0.495   1.27e-10
V_corr=      -368.96522
ibin=    3041 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -51.8   124.8  -0.035  -0.006   0.000   0.000   1.830     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.512   6.99e-10
V_corr=      -384.65357
ibin=    3042 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -30.6    73.0  -0.030   0.011   0.000   0.000   1.903     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.373   8.25e-10
V_corr=      -363.43660
ibin=    3043 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -28.8   112.6  -0.029  -0.013   0.000   0.000   0.918     NaN
Ages, Metallicities, Weights:
   1.09e+04     -0.339   5.27e-10
V_corr=      -361.58718
ibin=    3044 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -38.6   129.3  -0.026   0.017   0.000   0.000   1.129     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.212   1.03e-09
V_corr=      -371.40175
ibin=    3045 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195     -31.3   118.1   0.022   0.067   0.000   0.000   1.669     NaN
Ages, Metallicities, Weights:
   2.53e+03    -0.0307   2.02e-10
V_corr=      -364.06149
ibin=    3046 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -35.0   114.1  -0.127   0.007   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   1.16e+04     -0.197   7.27e-10
V_corr=      -367.81109
ibin=    3047 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -23.6   125.3   0.002   0.031   0.000   0.000   1.049     NaN
Ages, Metallicities, Weights:
   4.71e+03    0.00739   4.20e-10
V_corr=      -356.36258
ibin=    3048 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -45.6   134.3  -0.053   0.040   0.000   0.000   0.794     NaN
Ages, Metallicities, Weights:
   2.94e+03      0.211   3.20e-10
V_corr=      -378.39237
ibin=    3049 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -30.5   158.0  -0.023   0.039   0.000   0.000   1.089     NaN
Ages, Metallicities, Weights:
   9.60e+03     0.0171   8.77e-10
V_corr=      -363.35862
ibin=    3050 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -44.3   143.2  -0.039   0.076   0.000   0.000   0.721     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.155   1.39e-09
V_corr=      -377.06954
ibin=    3051 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -57.9   136.5   0.012  -0.014   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   3.51e+03     -0.109   3.74e-10
V_corr=      -390.72146
ibin=    3052 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -35.5   167.8   0.006   0.029   0.000   0.000   0.798     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0271   1.75e-09
V_corr=      -368.29336
ibin=    3053 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -39.9   184.8  -0.013  -0.001   0.000   0.000   0.859     NaN
Ages, Metallicities, Weights:
   4.18e+03      0.397   6.99e-10
V_corr=      -372.73872
ibin=    3054 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     190     -44.4   163.3   0.041   0.061   0.000   0.000   0.555     NaN
Ages, Metallicities, Weights:
   2.11e+03      0.440   3.91e-10
V_corr=      -377.24412
ibin=    3055 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -51.2   137.3  -0.009   0.079   0.000   0.000   0.729     NaN
Ages, Metallicities, Weights:
   8.14e+03  -0.000719   1.05e-09
V_corr=      -384.03693
ibin=    3056 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -38.5   170.8   0.047   0.038   0.000   0.000   0.651     NaN
Ages, Metallicities, Weights:
   4.71e+03      0.210   8.19e-10
V_corr=      -371.26377
ibin=    3057 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -23.9   157.7  -0.006   0.009   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   9.02e+03   -0.00691   1.37e-09
V_corr=      -356.75195
ibin=    3058 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     -27.3   173.3   0.030   0.020   0.000   0.000   0.823     NaN
Ages, Metallicities, Weights:
   8.60e+03      0.181   1.70e-09
V_corr=      -360.06310
ibin=    3059 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -28.6   167.3  -0.036   0.012   0.000   0.000   0.666     NaN
Ages, Metallicities, Weights:
   2.64e+03      0.480   7.37e-10
V_corr=      -361.39591
ibin=    3060 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -19.0   161.8   0.034   0.045   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   4.94e+03      0.228   1.12e-09
V_corr=      -351.85614
ibin=    3061 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -22.0   146.7  -0.028   0.065   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.56e+04    -0.0944   2.47e-09
V_corr=      -354.78817
ibin=    3062 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -37.9   171.0  -0.038   0.019   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   8.45e+03      0.492   2.39e-09
V_corr=      -370.73318
ibin=    3063 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -14.0   133.5   0.010   0.005   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   7.27e+03    -0.0435   1.61e-09
V_corr=      -346.81228
ibin=    3064 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180     -22.4   164.2  -0.053   0.010   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   1.21e+04    0.00620   2.73e-09
V_corr=      -355.20892
ibin=    3065 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -11.5   149.9  -0.077   0.090   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0355   3.89e-09
V_corr=      -344.32915
ibin=    3066 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -26.7   177.1   0.020   0.013   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0112   4.35e-09
V_corr=      -359.48170
ibin=    3067 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -10.8   156.2  -0.019   0.101   0.000   0.000   0.782     NaN
Ages, Metallicities, Weights:
   8.08e+03      0.128   2.44e-09
V_corr=      -343.57428
ibin=    3068 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -21.0   175.8   0.026   0.072   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   9.00e+03      0.212   3.04e-09
V_corr=      -353.82481
ibin=    3069 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      -4.4   166.1  -0.019   0.061   0.000   0.000   0.664     NaN
Ages, Metallicities, Weights:
   1.49e+04      0.146   4.31e-09
V_corr=      -337.19255
ibin=    3070 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      -6.1   177.7  -0.008  -0.004   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   4.08e+03      0.419   1.75e-09
V_corr=      -338.91669
ibin=    3071 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -18.1   187.8  -0.052   0.023   0.000   0.000   0.629     NaN
Ages, Metallicities, Weights:
   3.55e+03      0.454   1.55e-09
V_corr=      -350.90477
ibin=    3072 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      -5.3   178.5  -0.032   0.024   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0209   4.41e-09
V_corr=      -338.12660
ibin=    3073 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127       9.0   168.3  -0.080   0.083   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.45e+04      0.200   3.91e-09
V_corr=      -323.76292
ibin=    3074 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      12.6   167.1  -0.073   0.065   0.000   0.000   0.829     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0155   3.78e-09
V_corr=      -320.25692
ibin=    3075 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      21.0   164.6  -0.029   0.085   0.000   0.000   0.670     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.211   2.96e-09
V_corr=      -311.83800
ibin=    3076 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79       5.4   181.6  -0.018   0.029   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0137   3.27e-09
V_corr=      -327.40934
ibin=    3077 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      17.1   169.6   0.059   0.017   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   9.51e+03      0.151   2.00e-09
V_corr=      -315.69825
ibin=    3078 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      36.9   177.9   0.020   0.040   0.000   0.000   0.430     NaN
Ages, Metallicities, Weights:
   1.88e+04      0.120   2.81e-09
V_corr=      -295.90871
ibin=    3079 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      69      39.9   156.4   0.071   0.057   0.000   0.000   0.623     NaN
Ages, Metallicities, Weights:
   9.58e+03      0.107   1.56e-09
V_corr=      -292.92625
ibin=    3080 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      43.1   174.5  -0.013   0.083   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0276   2.29e-09
V_corr=      -289.69160
ibin=    3081 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      49.1   201.4   0.034   0.089   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.169   2.28e-09
V_corr=      -283.72092
ibin=    3082 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      49.2   164.6  -0.043   0.087   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   8.09e+03      0.293   1.22e-09
V_corr=      -283.59958
ibin=    3083 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      63.9   135.1  -0.063   0.048   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.398   1.35e-09
V_corr=      -268.94068
ibin=    3084 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     192      39.1   173.6  -0.021   0.014   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   1.85e+03      0.505   3.07e-10
V_corr=      -293.73595
ibin=    3085 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      68.2   160.5  -0.078   0.018   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00738   1.57e-09
V_corr=      -264.56191
ibin=    3086 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      87.7   147.4  -0.026   0.037   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.361   1.14e-09
V_corr=      -245.11764
ibin=    3087 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      52.7   146.4  -0.037   0.075   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.238   1.16e-09
V_corr=      -280.14252
ibin=    3088 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      71.5   141.5   0.024   0.023   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   5.45e+03     -0.149   4.08e-10
V_corr=      -261.29413
ibin=    3089 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      56.8   186.0  -0.070   0.079   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.71e+04      0.228   1.26e-09
V_corr=      -276.03777
ibin=    3090 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      48.9   197.9  -0.086   0.097   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.310   1.28e-09
V_corr=      -283.94289
ibin=    3091 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     219      45.9   126.2   0.008   0.047   0.000   0.000   0.646     NaN
Ages, Metallicities, Weights:
   5.44e+03     -0.103   3.20e-10
V_corr=      -286.95547
ibin=    3092 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161       7.1   222.8  -0.118   0.038   0.000   0.000   0.666     NaN
Ages, Metallicities, Weights:
   3.83e+03      0.542   3.78e-10
V_corr=      -325.71343
ibin=    3093 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      61      80.3   146.0  -0.049   0.008   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   2.82e+03     0.0795   1.62e-10
V_corr=      -252.48513
ibin=    3094 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      90.3    94.9   0.016   0.032   0.000   0.000   0.372     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.365   5.82e-10
V_corr=      -242.46983
ibin=    3095 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      65.5   146.7  -0.033   0.042   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   4.12e+03     -0.133   1.77e-10
V_corr=      -267.27819
ibin=    3096 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      73.5   180.4  -0.057   0.082   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0854   6.09e-10
V_corr=      -259.31120
ibin=    3097 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     100.5   128.9   0.022   0.024   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   4.86e+03     -0.206   1.77e-10
V_corr=      -232.27073
ibin=    3098 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153     112.5    80.9  -0.022   0.007   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   1.45e+03    -0.0571   5.72e-11
V_corr=      -220.26626
ibin=    3099 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     102.8   123.6   0.019   0.020   0.000   0.000   0.329     NaN
Ages, Metallicities, Weights:
   2.12e+03    -0.0951   6.98e-11
V_corr=      -230.01766
ibin=    3100 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      84.9   110.3  -0.014   0.021   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   4.84e+03     -0.230   1.33e-10
V_corr=      -247.86631
ibin=    3101 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     129.7   222.6   0.033   0.010   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.260   5.35e-10
V_corr=      -203.08300
ibin=    3102 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      83.6   126.9  -0.032  -0.008   0.000   0.000   0.305     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.634   2.59e-10
V_corr=      -249.24427
ibin=    3103 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      62.0   171.7   0.001   0.034   0.000   0.000   0.613     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.120   3.72e-10
V_corr=      -270.78952
ibin=    3104 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     129.6   155.2   0.010   0.044   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.245   2.70e-10
V_corr=      -203.22533
ibin=    3105 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3106 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3107 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -48.0    98.2   0.024  -0.023   0.000   0.000   1.980     NaN
Ages, Metallicities, Weights:
   1.16e+04     -0.312   4.72e-10
V_corr=      -380.84459
ibin=    3108 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -38.8   142.5   0.057   0.018   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.252   8.03e-10
V_corr=      -371.63354
ibin=    3109 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -55.3    98.4   0.014   0.009   0.000   0.000   1.351     NaN
Ages, Metallicities, Weights:
   4.15e+03     -0.292   2.29e-10
V_corr=      -388.06126
ibin=    3110 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -55.1    94.3  -0.037   0.036   0.000   0.000   0.814     NaN
Ages, Metallicities, Weights:
   1.53e+04     -0.620   5.17e-10
V_corr=      -387.89699
ibin=    3111 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -61.0   154.3   0.023   0.065   0.000   0.000   0.677     NaN
Ages, Metallicities, Weights:
   1.07e+03      0.575   1.08e-10
V_corr=      -393.78195
ibin=    3112 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -50.7   133.2  -0.033   0.037   0.000   0.000   1.433     NaN
Ages, Metallicities, Weights:
   1.36e+03      0.666   1.68e-10
V_corr=      -383.46338
ibin=    3113 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     -31.4   151.0   0.007   0.033   0.000   0.000   2.017     NaN
Ages, Metallicities, Weights:
   2.18e+03     0.0596   1.81e-10
V_corr=      -364.22774
ibin=    3114 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -36.8   144.5  -0.006   0.064   0.000   0.000   0.954     NaN
Ages, Metallicities, Weights:
   1.02e+04     -0.116   6.50e-10
V_corr=      -369.61148
ibin=    3115 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -43.6   134.6   0.017   0.066   0.000   0.000   0.915     NaN
Ages, Metallicities, Weights:
   4.28e+03      0.119   3.83e-10
V_corr=      -376.41263
ibin=    3116 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -40.3   132.8   0.028   0.054   0.000   0.000   0.991     NaN
Ages, Metallicities, Weights:
   1.15e+04     -0.137   7.73e-10
V_corr=      -373.14674
ibin=    3117 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -50.9   173.7   0.010   0.090   0.000   0.000   0.740     NaN
Ages, Metallicities, Weights:
   3.56e+03      0.240   3.77e-10
V_corr=      -383.68071
ibin=    3118 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -34.6   118.2   0.001   0.045   0.000   0.000   1.052     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.232   1.27e-09
V_corr=      -367.43312
ibin=    3119 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -44.5   194.8  -0.017  -0.011   0.000   0.000   0.882     NaN
Ages, Metallicities, Weights:
   3.14e+03      0.401   4.48e-10
V_corr=      -377.28283
ibin=    3120 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72     -20.6   129.7  -0.051  -0.009   0.000   0.000   0.854     NaN
Ages, Metallicities, Weights:
   4.97e+03     -0.105   5.14e-10
V_corr=      -353.36596
ibin=    3121 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -46.4   173.9   0.045   0.076   0.000   0.000   0.888     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0713   1.79e-09
V_corr=      -379.19207
ibin=    3122 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -25.5   145.6  -0.011   0.022   0.000   0.000   0.686     NaN
Ages, Metallicities, Weights:
   7.54e+03     0.0377   9.05e-10
V_corr=      -358.35800
ibin=    3123 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -53.2   141.9   0.015   0.011   0.000   0.000   1.611     NaN
Ages, Metallicities, Weights:
   8.72e+03    -0.0643   9.80e-10
V_corr=      -385.98703
ibin=    3124 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182     -36.1   165.5   0.039   0.083   0.000   0.000   0.721     NaN
Ages, Metallicities, Weights:
   1.85e+04      0.243   2.36e-09
V_corr=      -368.87776
ibin=    3125 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -52.8   164.3  -0.030   0.044   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   5.08e+03      0.261   8.75e-10
V_corr=      -385.63480
ibin=    3126 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -38.7   156.0  -0.066   0.029   0.000   0.000   0.808     NaN
Ages, Metallicities, Weights:
   2.36e+03      0.428   5.24e-10
V_corr=      -371.47201
ibin=    3127 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -47.1   159.6  -0.006   0.050   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0882   2.38e-09
V_corr=      -379.92049
ibin=    3128 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -41.3   161.9  -0.013  -0.055   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   4.23e+03      0.110   8.37e-10
V_corr=      -374.10574
ibin=    3129 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -25.3   167.3  -0.019   0.031   0.000   0.000   0.615     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.102   3.07e-09
V_corr=      -358.11723
ibin=    3130 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -18.1   165.6  -0.004  -0.009   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   1.94e+04     -0.191   2.68e-09
V_corr=      -350.94362
ibin=    3131 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -22.9   135.9  -0.076   0.101   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.40e+04     -0.141   2.03e-09
V_corr=      -355.71929
ibin=    3132 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -29.3   149.3   0.004   0.026   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   9.05e+03     0.0178   1.88e-09
V_corr=      -362.10984
ibin=    3133 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -19.3   148.0  -0.002   0.040   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0994   3.37e-09
V_corr=      -352.15851
ibin=    3134 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -28.6   148.8   0.021   0.026   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.21e+04    -0.0375   2.51e-09
V_corr=      -361.41429
ibin=    3135 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -34.3   180.5  -0.007   0.044   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.136   4.19e-09
V_corr=      -367.09478
ibin=    3136 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -38.9   171.5   0.026   0.073   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   9.62e+03      0.224   2.77e-09
V_corr=      -371.71202
ibin=    3137 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     -17.4   163.5  -0.066   0.024   0.000   0.000   0.572     NaN
Ages, Metallicities, Weights:
   6.45e+03      0.216   2.06e-09
V_corr=      -350.16121
ibin=    3138 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -18.5   154.6   0.012   0.023   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.141   3.85e-09
V_corr=      -351.27100
ibin=    3139 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -13.3   176.6  -0.030   0.041   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.22e+04     0.0616   3.07e-09
V_corr=      -346.15102
ibin=    3140 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      -9.9   151.6  -0.024  -0.007   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.33e+04     -0.138   2.77e-09
V_corr=      -342.66794
ibin=    3141 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -11.4   179.8  -0.064   0.105   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.533   6.42e-09
V_corr=      -344.24110
ibin=    3142 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145       5.1   183.2  -0.046   0.075   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.183   4.00e-09
V_corr=      -327.71930
ibin=    3143 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      12.4   175.1  -0.055   0.097   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.222   3.80e-09
V_corr=      -320.45069
ibin=    3144 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      13.2   174.5  -0.063   0.050   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0210   3.19e-09
V_corr=      -319.57440
ibin=    3145 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      23.2   172.8   0.007   0.066   0.000   0.000   0.688     NaN
Ages, Metallicities, Weights:
   1.26e+04      0.126   2.37e-09
V_corr=      -309.65080
ibin=    3146 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      17.3   189.1  -0.053   0.058   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0786   2.80e-09
V_corr=      -315.47626
ibin=    3147 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      24.3   173.3   0.020   0.081   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0466   2.31e-09
V_corr=      -308.54160
ibin=    3148 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      15.1   162.3   0.006   0.019   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.135   2.06e-09
V_corr=      -317.68351
ibin=    3149 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      34.5   134.5   0.038   0.102   0.000   0.000   0.342     NaN
Ages, Metallicities, Weights:
   3.31e+03      0.104   4.80e-10
V_corr=      -298.34431
ibin=    3150 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      33.9   153.0  -0.028   0.068   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   8.79e+03      0.172   1.26e-09
V_corr=      -298.86273
ibin=    3151 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      64.5   133.7   0.108   0.070   0.000   0.000   0.353     NaN
Ages, Metallicities, Weights:
   1.17e+04    -0.0720   1.12e-09
V_corr=      -268.30182
ibin=    3152 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      39.2   163.2   0.018   0.042   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.182   1.52e-09
V_corr=      -293.58761
ibin=    3153 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      55.5   148.2  -0.009   0.076   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.129   1.43e-09
V_corr=      -277.30704
ibin=    3154 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      67.2   145.9   0.039   0.008   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.297   1.19e-09
V_corr=      -265.58880
ibin=    3155 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      57.7   184.1  -0.073   0.040   0.000   0.000   0.386     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0126   1.35e-09
V_corr=      -275.14442
ibin=    3156 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      75.3   117.8   0.027   0.034   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.232   1.11e-09
V_corr=      -257.54110
ibin=    3157 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      38.3   165.6  -0.036   0.131   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.95e+03      0.539   2.34e-10
V_corr=      -294.54549
ibin=    3158 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      65.1   172.2   0.003   0.075   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0145   1.08e-09
V_corr=      -267.74601
ibin=    3159 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      80.2   153.8   0.021  -0.016   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.123   9.61e-10
V_corr=      -252.64168
ibin=    3160 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      76.4   131.3  -0.000   0.003   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.275   7.00e-10
V_corr=      -256.40388
ibin=    3161 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     109.3   208.1  -0.047   0.008   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   2.02e-09
V_corr=      -223.54896
ibin=    3162 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      78.5   123.3  -0.005   0.032   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.98e+03     0.0795   1.05e-10
V_corr=      -254.27767
ibin=    3163 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      62.5   141.9  -0.038   0.003   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.58e+04     -0.285   4.85e-10
V_corr=      -270.34543
ibin=    3164 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      96.5   236.7   0.008   0.078   0.000   0.000   0.353     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.429   9.75e-10
V_corr=      -236.33821
ibin=    3165 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     111.1   114.2  -0.002   0.001   0.000   0.000   0.565     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.382   4.78e-10
V_corr=      -221.70441
ibin=    3166 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     142      79.5   131.6  -0.006   0.018   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   4.28e+03     0.0586   1.74e-10
V_corr=      -253.28217
ibin=    3167 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      82.5   200.3   0.004  -0.022   0.000   0.000   0.291     NaN
Ages, Metallicities, Weights:
   2.81e+03      0.580   1.81e-10
V_corr=      -250.35283
ibin=    3168 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     216      86.7   164.2   0.018   0.031   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.356   3.77e-10
V_corr=      -246.08853
ibin=    3169 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     102.9   128.6  -0.016   0.024   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.101   4.27e-10
V_corr=      -229.88109
ibin=    3170 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      75.5    95.4   0.008   0.012   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
       915.      0.161   2.70e-11
V_corr=      -257.29995
ibin=    3171 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -37.0   285.7  -0.104   0.029   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   2.76e+03      0.593   1.16e-10
V_corr=      -369.78084
ibin=    3172 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     107.9   167.3   0.013  -0.008   0.000   0.000   0.342     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.194   2.83e-10
V_corr=      -224.86599
ibin=    3173 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      63.5   122.9   0.032  -0.012   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
       605.      0.348   1.48e-11
V_corr=      -269.33174
ibin=    3174 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3175 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3176 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -44.8   169.9   0.031   0.077   0.000   0.000   1.473     NaN
Ages, Metallicities, Weights:
   6.80e+03      0.195   4.54e-10
V_corr=      -377.58021
ibin=    3177 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -46.7   161.4   0.069  -0.085   0.000   0.000   1.299     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.495   6.98e-10
V_corr=      -379.51198
ibin=    3178 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -31.6    84.9  -0.041  -0.004   0.000   0.000   0.766     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.426   7.43e-10
V_corr=      -364.43283
ibin=    3179 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -46.0   113.1   0.017   0.040   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   3.12e+03     -0.110   2.00e-10
V_corr=      -378.80879
ibin=    3180 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91     -10.6   129.6   0.006  -0.008   0.000   0.000   1.855     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.394   8.23e-10
V_corr=      -343.39948
ibin=    3181 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -42.2   115.5  -0.047   0.035   0.000   0.000   0.908     NaN
Ages, Metallicities, Weights:
   1.37e+03    -0.0237   9.50e-11
V_corr=      -374.97601
ibin=    3182 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     154     -62.8   142.2   0.001   0.054   0.000   0.000   0.763     NaN
Ages, Metallicities, Weights:
   1.13e+03      0.689   1.47e-10
V_corr=      -395.63045
ibin=    3183 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     -52.3   168.5  -0.008   0.040   0.000   0.000   1.090     NaN
Ages, Metallicities, Weights:
   3.20e+03      0.248   3.09e-10
V_corr=      -385.09442
ibin=    3184 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -31.7   142.1  -0.029   0.026   0.000   0.000   0.876     NaN
Ages, Metallicities, Weights:
   1.72e+04     -0.204   1.00e-09
V_corr=      -364.46966
ibin=    3185 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -31.1   122.4  -0.021   0.077   0.000   0.000   0.964     NaN
Ages, Metallicities, Weights:
   1.20e+04     -0.235   7.22e-10
V_corr=      -363.95380
ibin=    3186 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -33.0   183.7   0.030  -0.025   0.000   0.000   0.858     NaN
Ages, Metallicities, Weights:
   2.53e+03      0.221   2.86e-10
V_corr=      -365.84627
ibin=    3187 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      -6.1   151.0   0.040   0.062   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.109   1.35e-09
V_corr=      -338.93344
ibin=    3188 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -31.2   131.9  -0.034   0.072   0.000   0.000   0.748     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.118   1.40e-09
V_corr=      -364.03869
ibin=    3189 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -40.8   163.3   0.031  -0.030   0.000   0.000   0.775     NaN
Ages, Metallicities, Weights:
   1.58e+04    -0.0648   1.39e-09
V_corr=      -373.65604
ibin=    3190 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -25.4   151.3   0.017   0.027   0.000   0.000   0.699     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0459   1.69e-09
V_corr=      -358.20881
ibin=    3191 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -40.0   165.5   0.062   0.007   0.000   0.000   0.703     NaN
Ages, Metallicities, Weights:
   1.60e+03      0.484   2.79e-10
V_corr=      -372.77405
ibin=    3192 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -44.9   152.5  -0.007   0.063   0.000   0.000   0.900     NaN
Ages, Metallicities, Weights:
   7.90e+03    -0.0246   9.00e-10
V_corr=      -377.71481
ibin=    3193 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -29.9   148.3  -0.011   0.007   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.33e+04     -0.189   1.28e-09
V_corr=      -362.72552
ibin=    3194 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -14.1   144.3  -0.084   0.001   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   1.03e+04     -0.111   1.19e-09
V_corr=      -346.91078
ibin=    3195 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     -19.4   132.3  -0.038   0.059   0.000   0.000   0.627     NaN
Ages, Metallicities, Weights:
   8.17e+03    -0.0733   1.05e-09
V_corr=      -352.17481
ibin=    3196 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -37.5   162.5   0.001   0.007   0.000   0.000   0.618     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.114   2.31e-09
V_corr=      -370.33998
ibin=    3197 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -33.6   163.4  -0.031  -0.034   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   3.94e+03     0.0998   7.43e-10
V_corr=      -366.43429
ibin=    3198 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -23.4   153.6   0.060   0.055   0.000   0.000   0.359     NaN
Ages, Metallicities, Weights:
   1.17e+04     0.0452   1.88e-09
V_corr=      -356.17294
ibin=    3199 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -31.7   174.4   0.015   0.033   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   5.55e+03      0.116   1.14e-09
V_corr=      -364.47759
ibin=    3200 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -12.6   158.8  -0.004   0.077   0.000   0.000   0.699     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00845   2.95e-09
V_corr=      -345.39954
ibin=    3201 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -26.9   158.9  -0.006  -0.075   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.41e+04     -0.118   2.35e-09
V_corr=      -359.67265
ibin=    3202 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -24.4   168.0  -0.050   0.004   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0990   3.16e-09
V_corr=      -357.21512
ibin=    3203 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91     -17.3   157.9  -0.040  -0.005   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   7.20e+03     0.0315   1.69e-09
V_corr=      -350.12391
ibin=    3204 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -29.2   164.6   0.029   0.057   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0133   3.54e-09
V_corr=      -361.97637
ibin=    3205 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -25.9   144.9  -0.008   0.038   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   8.29e+03     0.0750   2.05e-09
V_corr=      -358.71689
ibin=    3206 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -16.8   154.0  -0.018   0.035   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   5.98e+03     0.0752   1.52e-09
V_corr=      -349.60183
ibin=    3207 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101       5.1   168.3  -0.098   0.070   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0347   3.70e-09
V_corr=      -327.69331
ibin=    3208 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      -8.3   174.9  -0.028   0.055   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0500   3.80e-09
V_corr=      -341.13151
ibin=    3209 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -19.0   188.8  -0.069   0.085   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.293   4.25e-09
V_corr=      -351.81705
ibin=    3210 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     224      -9.6   209.0  -0.016   0.037   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.44e+04      0.465   4.28e-09
V_corr=      -342.44491
ibin=    3211 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123       8.8   188.2  -0.016   0.018   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   9.60e+03      0.105   2.15e-09
V_corr=      -324.05254
ibin=    3212 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      17.9   156.1  -0.019   0.082   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   8.16e+03      0.136   1.77e-09
V_corr=      -314.93794
ibin=    3213 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      28.0   140.9  -0.026   0.076   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   5.79e+03    -0.0477   1.02e-09
V_corr=      -304.78166
ibin=    3214 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      30.6   166.0  -0.027   0.057   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0245   2.71e-09
V_corr=      -302.17988
ibin=    3215 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      17.5   158.0  -0.009   0.087   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0405   2.36e-09
V_corr=      -315.27959
ibin=    3216 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      53.4   149.3  -0.036   0.064   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.218   1.92e-09
V_corr=      -279.38463
ibin=    3217 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      26.2   169.1  -0.027   0.034   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   2.76e+03      0.215   4.41e-10
V_corr=      -306.57538
ibin=    3218 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      52.7   167.1  -0.058   0.083   0.000   0.000   0.339     NaN
Ages, Metallicities, Weights:
   1.48e+04      0.252   1.89e-09
V_corr=      -280.10752
ibin=    3219 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      35.3   150.4   0.061   0.011   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.55e+04     -0.165   1.36e-09
V_corr=      -297.51927
ibin=    3220 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      38.1   143.3   0.026   0.076   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.82e+04     -0.161   1.41e-09
V_corr=      -294.73194
ibin=    3221 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      63.5   155.0  -0.026  -0.035   0.000   0.000   0.945     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.304   1.07e-09
V_corr=      -269.33927
ibin=    3222 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      46.5   149.5   0.044   0.070   0.000   0.000   0.375     NaN
Ages, Metallicities, Weights:
   1.98e+04   0.000643   1.45e-09
V_corr=      -286.26941
ibin=    3223 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      63.6   152.8  -0.110  -0.014   0.000   0.000   0.540     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.388   1.02e-09
V_corr=      -269.22991
ibin=    3224 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      52.2   182.4  -0.062   0.101   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0232   1.23e-09
V_corr=      -280.61638
ibin=    3225 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      40.8   187.8  -0.056   0.074   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   1.92e+03      0.455   2.18e-10
V_corr=      -292.03371
ibin=    3226 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      30.9   142.5   0.070  -0.026   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   2.29e+03   -0.00664   1.85e-10
V_corr=      -301.87839
ibin=    3227 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     187      93.6   114.8  -0.034   0.010   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.62e+04     -0.533   5.94e-10
V_corr=      -239.16016
ibin=    3228 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181      54.8   157.6   0.070   0.096   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0533   8.57e-10
V_corr=      -277.99590
ibin=    3229 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      79.8   150.5   0.048   0.033   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.291   6.52e-10
V_corr=      -253.03049
ibin=    3230 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      63.5   168.7  -0.044   0.050   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   8.28e+03      0.176   4.86e-10
V_corr=      -269.27636
ibin=    3231 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     235      57.1   128.6   0.072   0.083   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.156   6.20e-10
V_corr=      -275.68162
ibin=    3232 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      94.9   171.9  -0.058   0.074   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0639   6.28e-10
V_corr=      -237.91675
ibin=    3233 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      64.0   146.7  -0.023  -0.005   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   5.96e+03    -0.0595   2.42e-10
V_corr=      -268.77144
ibin=    3234 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      89.2   126.0  -0.020   0.049   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   2.24e+03      0.173   9.42e-11
V_corr=      -243.64630
ibin=    3235 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     115.5   130.6   0.030   0.019   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.160   5.44e-10
V_corr=      -217.32702
ibin=    3236 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      79.1   210.3   0.002   0.097   0.000   0.000   0.329     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.649   1.15e-09
V_corr=      -253.72025
ibin=    3237 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     133.3   111.0   0.001   0.009   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.755   3.04e-10
V_corr=      -199.48161
ibin=    3238 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     165.2   140.3  -0.016  -0.007   0.000   0.000   0.305     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.680   2.53e-10
V_corr=      -167.60365
ibin=    3239 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     110.5   135.0  -0.002   0.035   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.382   3.13e-10
V_corr=      -222.30345
ibin=    3240 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      63.5   116.3  -0.019   0.011   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.649   2.41e-10
V_corr=      -269.27728
ibin=    3241 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     116.8   169.6   0.002  -0.016   0.000   0.000   0.337     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.153   3.19e-10
V_corr=      -216.00053
ibin=    3242 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     120.4   189.8   0.017  -0.062   0.000   0.000   0.555     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.654   7.01e-10
V_corr=      -212.43017
ibin=    3243 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3244 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3245 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -30.0   170.8   0.069   0.047   0.000   0.000   1.713     NaN
Ages, Metallicities, Weights:
   2.98e+03      0.129   1.97e-10
V_corr=      -362.79356
ibin=    3246 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -26.9   115.1  -0.019   0.020   0.000   0.000   1.780     NaN
Ages, Metallicities, Weights:
   3.98e+03     -0.258   2.18e-10
V_corr=      -359.68905
ibin=    3247 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -23.1   126.7  -0.005   0.048   0.000   0.000   0.603     NaN
Ages, Metallicities, Weights:
   3.56e+03     -0.240   2.03e-10
V_corr=      -355.89049
ibin=    3248 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     284     -62.6    61.9   0.006   0.008   0.000   0.000   1.552     NaN
Ages, Metallicities, Weights:
   4.73e+03     -0.524   2.29e-10
V_corr=      -395.39679
ibin=    3249 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -59.0   129.1   0.038   0.011   0.000   0.000   1.757     NaN
Ages, Metallicities, Weights:
   5.62e+03     -0.117   3.65e-10
V_corr=      -391.79177
ibin=    3250 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71     -32.7   115.7   0.037   0.013   0.000   0.000   1.863     NaN
Ages, Metallicities, Weights:
   3.45e+03    -0.0618   2.50e-10
V_corr=      -365.52131
ibin=    3251 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -59.9   125.2  -0.022   0.034   0.000   0.000   1.598     NaN
Ages, Metallicities, Weights:
   1.11e+04     -0.247   6.02e-10
V_corr=      -392.75397
ibin=    3252 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -30.1   136.5   0.025   0.089   0.000   0.000   1.329     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.118   1.12e-09
V_corr=      -362.90504
ibin=    3253 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -54.2   145.1  -0.060   0.004   0.000   0.000   1.060     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.226   1.12e-09
V_corr=      -387.00326
ibin=    3254 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -23.1   155.8   0.022  -0.015   0.000   0.000   0.831     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.307   1.11e-09
V_corr=      -355.93798
ibin=    3255 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     -59.7   141.7   0.024   0.031   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   1.03e+04     0.0547   9.03e-10
V_corr=      -392.48264
ibin=    3256 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -49.9   145.0   0.014  -0.019   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.351   1.17e-09
V_corr=      -382.73488
ibin=    3257 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -28.6   143.5  -0.038   0.014   0.000   0.000   1.223     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.275   1.34e-09
V_corr=      -361.41230
ibin=    3258 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -53.4   139.7  -0.010   0.009   0.000   0.000   1.212     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.247   1.37e-09
V_corr=      -386.17863
ibin=    3259 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124     -28.3   167.2  -0.053   0.023   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   8.51e+03     0.0704   9.56e-10
V_corr=      -361.14426
ibin=    3260 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -45.8   156.3  -0.006   0.027   0.000   0.000   0.880     NaN
Ages, Metallicities, Weights:
   1.92e+03      0.377   3.01e-10
V_corr=      -378.59333
ibin=    3261 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -34.5   134.3   0.036   0.089   0.000   0.000   1.002     NaN
Ages, Metallicities, Weights:
   4.66e+03      0.154   6.05e-10
V_corr=      -367.32515
ibin=    3262 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -38.7   160.3   0.076   0.061   0.000   0.000   1.030     NaN
Ages, Metallicities, Weights:
   5.35e+03      0.295   8.26e-10
V_corr=      -371.47007
ibin=    3263 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -42.4   150.7  -0.123   0.053   0.000   0.000   0.691     NaN
Ages, Metallicities, Weights:
   3.45e+03      0.223   5.44e-10
V_corr=      -375.17908
ibin=    3264 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -31.0   150.6   0.005   0.062   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   3.51e+03      0.355   6.47e-10
V_corr=      -363.77642
ibin=    3265 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -49.9   203.5  -0.014  -0.025   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   7.34e+03      0.274   1.50e-09
V_corr=      -382.73406
ibin=    3266 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -42.6   166.7  -0.031   0.023   0.000   0.000   0.852     NaN
Ages, Metallicities, Weights:
   4.98e+03      0.224   9.39e-10
V_corr=      -375.38979
ibin=    3267 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -32.6   147.9   0.002   0.021   0.000   0.000   0.875     NaN
Ages, Metallicities, Weights:
   2.97e+03      0.272   6.24e-10
V_corr=      -365.40250
ibin=    3268 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -47.3   138.8   0.067   0.037   0.000   0.000   0.547     NaN
Ages, Metallicities, Weights:
   1.86e+04     -0.237   2.18e-09
V_corr=      -380.06140
ibin=    3269 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -40.9   134.9   0.034   0.056   0.000   0.000   0.611     NaN
Ages, Metallicities, Weights:
   9.90e+03     -0.116   1.43e-09
V_corr=      -373.72397
ibin=    3270 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -22.3   142.3  -0.013   0.030   0.000   0.000   0.782     NaN
Ages, Metallicities, Weights:
   1.37e+04    -0.0663   2.10e-09
V_corr=      -355.06526
ibin=    3271 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     -11.8   160.8  -0.033   0.020   0.000   0.000   0.726     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.126   2.84e-09
V_corr=      -344.60522
ibin=    3272 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57     -17.6   154.2  -0.023   0.063   0.000   0.000   0.679     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0179   3.22e-09
V_corr=      -350.37998
ibin=    3273 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -23.0   131.7   0.026   0.050   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.68e+04     -0.247   2.38e-09
V_corr=      -355.78204
ibin=    3274 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     -14.2   171.9  -0.042   0.036   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0960   3.51e-09
V_corr=      -346.96382
ibin=    3275 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -27.9   153.5   0.022   0.017   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   8.08e+03    0.00750   1.71e-09
V_corr=      -360.66232
ibin=    3276 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -17.2   148.6  -0.048   0.058   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.79e+04    -0.0915   2.91e-09
V_corr=      -350.01743
ibin=    3277 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -18.5   200.2  -0.046   0.097   0.000   0.000   0.572     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.375   4.34e-09
V_corr=      -351.35477
ibin=    3278 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      -1.2   173.3  -0.059   0.065   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   1.26e+04      0.108   2.53e-09
V_corr=      -334.02223
ibin=    3279 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79      -1.0   179.1   0.045   0.041   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0875   3.30e-09
V_corr=      -333.79952
ibin=    3280 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     211      -8.3   171.6   0.002   0.067   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0388   2.98e-09
V_corr=      -341.15317
ibin=    3281 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      18.6   176.6   0.005  -0.002   0.000   0.000   0.580     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0170   2.79e-09
V_corr=      -314.25456
ibin=    3282 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      21.0   184.7  -0.044   0.092   0.000   0.000   0.532     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.110   2.71e-09
V_corr=      -311.77932
ibin=    3283 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      15.9   172.5   0.061   0.081   0.000   0.000   0.725     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00692   2.29e-09
V_corr=      -316.93191
ibin=    3284 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      13.3   162.3  -0.109   0.017   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   2.36e+03      0.498   5.34e-10
V_corr=      -319.46377
ibin=    3285 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      45.5   120.2  -0.056   0.016   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.64e+03     0.0960   2.42e-10
V_corr=      -287.35504
ibin=    3286 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      54.7   167.7  -0.017   0.070   0.000   0.000   0.260     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0770   1.80e-09
V_corr=      -278.09865
ibin=    3287 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      28.0   145.5   0.060   0.086   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0534   1.71e-09
V_corr=      -304.78166
ibin=    3288 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      30.6   155.4  -0.020   0.035   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.39e+04     -0.163   1.14e-09
V_corr=      -302.25848
ibin=    3289 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      75.6   142.6  -0.041   0.097   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0859   1.45e-09
V_corr=      -257.23146
ibin=    3290 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      50.1   189.4  -0.052   0.033   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.95e+04      0.181   1.66e-09
V_corr=      -282.74202
ibin=    3291 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      37.9   142.2   0.033   0.055   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   6.51e+03    -0.0807   5.23e-10
V_corr=      -294.88951
ibin=    3292 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      41.6   118.7   0.010   0.055   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.209   1.05e-09
V_corr=      -291.20562
ibin=    3293 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      38.0   129.2  -0.002  -0.011   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.288   1.00e-09
V_corr=      -294.80761
ibin=    3294 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      57.0   128.6   0.057   0.022   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.89e+04    -0.0872   1.04e-09
V_corr=      -275.85551
ibin=    3295 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      63.2   106.3   0.016   0.046   0.000   0.000   0.584     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.335   7.87e-10
V_corr=      -269.60899
ibin=    3296 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      41.5   201.8  -0.006   0.019   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.25e+03      0.651   1.25e-10
V_corr=      -291.27403
ibin=    3297 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      66.7   106.3  -0.006   0.022   0.000   0.000   0.699     NaN
Ages, Metallicities, Weights:
   6.33e+03     -0.110   3.23e-10
V_corr=      -266.13480
ibin=    3298 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      77.9   128.6   0.064   0.030   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.04e+04     -0.287   3.97e-10
V_corr=      -254.94367
ibin=    3299 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      81.9   120.5   0.022   0.035   0.000   0.000   0.593     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.345   6.52e-10
V_corr=      -250.94094
ibin=    3300 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     248      86.5   231.2  -0.018   0.069   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.490   1.12e-09
V_corr=      -246.26068
ibin=    3301 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     109.3   176.0   0.090   0.041   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   3.95e+03      0.547   3.01e-10
V_corr=      -223.54082
ibin=    3302 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      70.9   153.5  -0.041  -0.017   0.000   0.000   0.285     NaN
Ages, Metallicities, Weights:
   3.04e+03    -0.0600   1.33e-10
V_corr=      -261.93446
ibin=    3303 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     100.2   137.7  -0.029   0.063   0.000   0.000   0.334     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0353   5.30e-10
V_corr=      -232.56968
ibin=    3304 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     125.8   165.5   0.006  -0.031   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   1.42e+03      0.492   6.98e-11
V_corr=      -206.98651
ibin=    3305 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      74.3   147.0  -0.002   0.021   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   5.56e+03     -0.205   1.37e-10
V_corr=      -258.53711
ibin=    3306 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     122.8   162.7   0.036  -0.028   0.000   0.000   0.616     NaN
Ages, Metallicities, Weights:
   2.59e+03     -0.178   7.01e-11
V_corr=      -210.05255
ibin=    3307 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     142.8   134.6  -0.002  -0.009   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.400   3.08e-10
V_corr=      -190.03291
ibin=    3308 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     103.1   167.5  -0.027  -0.026   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0293   4.20e-10
V_corr=      -229.71440
ibin=    3309 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      81.7   186.8  -0.036   0.080   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.209   3.08e-10
V_corr=      -251.14102
ibin=    3310 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     174.9   201.3   0.049   0.003   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.136   2.77e-10
V_corr=      -157.92501
ibin=    3311 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     163.3   214.3   0.033  -0.006   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.271   2.30e-10
V_corr=      -169.53164
ibin=    3312 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3313 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3314 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -46.1   165.2   0.022   0.016   0.000   0.000   0.929     NaN
Ages, Metallicities, Weights:
   1.93e+03      0.427   1.70e-10
V_corr=      -378.94862
ibin=    3315 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -37.0   116.5  -0.016   0.022   0.000   0.000   1.997     NaN
Ages, Metallicities, Weights:
   4.48e+03     -0.108   2.69e-10
V_corr=      -369.78416
ibin=    3316 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -46.9   129.0  -0.022  -0.042   0.000   0.000   1.100     NaN
Ages, Metallicities, Weights:
   1.85e+04     -0.341   7.79e-10
V_corr=      -379.74376
ibin=    3317 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -57.6   148.2  -0.060   0.063   0.000   0.000   1.199     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.211   8.98e-10
V_corr=      -390.42232
ibin=    3318 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     -34.5   109.2   0.016   0.036   0.000   0.000   1.070     NaN
Ages, Metallicities, Weights:
   4.09e+03     -0.263   2.49e-10
V_corr=      -367.27704
ibin=    3319 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91     -49.5   144.8   0.014  -0.038   0.000   0.000   1.269     NaN
Ages, Metallicities, Weights:
   3.21e+03      0.128   2.73e-10
V_corr=      -382.35491
ibin=    3320 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -33.5   158.2   0.039   0.022   0.000   0.000   1.123     NaN
Ages, Metallicities, Weights:
   1.78e+04     -0.160   9.66e-10
V_corr=      -366.31852
ibin=    3321 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -59.6   140.6   0.001  -0.003   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   2.20e+03     0.0369   1.90e-10
V_corr=      -392.42092
ibin=    3322 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -40.9   131.9  -0.068   0.064   0.000   0.000   0.742     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.344   9.81e-10
V_corr=      -373.73677
ibin=    3323 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -41.4   104.5   0.004  -0.001   0.000   0.000   1.134     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.537   8.83e-10
V_corr=      -374.18425
ibin=    3324 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -44.5   146.4  -0.122  -0.003   0.000   0.000   0.629     NaN
Ages, Metallicities, Weights:
   3.31e+03     0.0708   3.26e-10
V_corr=      -377.26458
ibin=    3325 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -37.9   139.2   0.005   0.076   0.000   0.000   1.169     NaN
Ages, Metallicities, Weights:
   7.35e+03     0.0326   6.70e-10
V_corr=      -370.75476
ibin=    3326 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -34.8   136.6  -0.069   0.060   0.000   0.000   1.116     NaN
Ages, Metallicities, Weights:
   8.69e+03      0.147   9.14e-10
V_corr=      -367.60961
ibin=    3327 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -37.1   158.7   0.161  -0.003   0.000   0.000   1.051     NaN
Ages, Metallicities, Weights:
   3.99e+03      0.120   4.50e-10
V_corr=      -369.91998
ibin=    3328 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -47.9   179.5  -0.060   0.019   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   8.81e+03     0.0487   9.46e-10
V_corr=      -380.72092
ibin=    3329 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -34.1   168.4  -0.027   0.057   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   8.75e+03     0.0717   9.62e-10
V_corr=      -366.92630
ibin=    3330 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     120     -30.8   131.0  -0.073   0.051   0.000   0.000   0.709     NaN
Ages, Metallicities, Weights:
   4.31e+03     0.0679   5.16e-10
V_corr=      -363.61385
ibin=    3331 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     -28.4   143.1  -0.027   0.045   0.000   0.000   0.971     NaN
Ages, Metallicities, Weights:
   7.05e+03     0.0525   8.83e-10
V_corr=      -361.18269
ibin=    3332 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -49.7   139.7   0.049   0.024   0.000   0.000   1.276     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.245   1.75e-09
V_corr=      -382.55049
ibin=    3333 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -28.7   140.4   0.055   0.025   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   1.97e+04     -0.170   1.90e-09
V_corr=      -361.48871
ibin=    3334 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -28.6   156.5   0.023   0.011   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   8.36e+03   -0.00875   1.17e-09
V_corr=      -361.39381
ibin=    3335 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -28.2   176.3   0.068   0.027   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
   6.12e+03      0.133   1.05e-09
V_corr=      -360.97327
ibin=    3336 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -38.6   170.2  -0.026   0.028   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   7.63e+03      0.138   1.37e-09
V_corr=      -371.40844
ibin=    3337 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124     -41.6   161.7  -0.000   0.048   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.93e+04     -0.151   2.28e-09
V_corr=      -374.36600
ibin=    3338 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     -32.7   127.3   0.018   0.094   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   5.64e+03      0.130   1.03e-09
V_corr=      -365.55402
ibin=    3339 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -31.8   145.3   0.033   0.048   0.000   0.000   0.593     NaN
Ages, Metallicities, Weights:
   1.24e+04     0.0187   1.95e-09
V_corr=      -364.61390
ibin=    3340 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -19.1   163.6   0.020   0.063   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00428   2.76e-09
V_corr=      -351.89236
ibin=    3341 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -25.2   165.7  -0.018  -0.009   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   3.37e+03      0.233   7.87e-10
V_corr=      -358.02208
ibin=    3342 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -21.8   156.3  -0.047   0.049   0.000   0.000   0.564     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0672   2.90e-09
V_corr=      -354.65024
ibin=    3343 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -21.8   165.8  -0.040  -0.029   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   2.74e+03      0.428   8.07e-10
V_corr=      -354.58001
ibin=    3344 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     -35.1   160.6  -0.014   0.019   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   1.70e+03      0.529   5.31e-10
V_corr=      -367.90719
ibin=    3345 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      -7.5   214.1  -0.012   0.065   0.000   0.000   0.249     NaN
Ages, Metallicities, Weights:
   1.91e+04      0.105   3.57e-09
V_corr=      -340.29455
ibin=    3346 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      -7.8   168.4  -0.011   0.037   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.98e+04  -0.000766   3.02e-09
V_corr=      -340.57328
ibin=    3347 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     175      -5.9   177.4  -0.041   0.149   0.000   0.000   0.427     NaN
Ages, Metallicities, Weights:
   1.52e+04      0.311   3.03e-09
V_corr=      -338.68680
ibin=    3348 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180     -10.8   188.5  -0.038   0.060   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.346   3.60e-09
V_corr=      -343.59304
ibin=    3349 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      30.8   174.3   0.006   0.035   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.238   2.38e-09
V_corr=      -301.99530
ibin=    3350 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -16.7   213.2  -0.086   0.089   0.000   0.000   0.857     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.450   3.46e-09
V_corr=      -349.48963
ibin=    3351 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      15.5   139.0  -0.039   0.135   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   7.99e+03     0.0927   1.17e-09
V_corr=      -317.30140
ibin=    3352 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     189      32.8   160.0  -0.039   0.088   0.000   0.000   0.512     NaN
Ages, Metallicities, Weights:
   3.28e+03      0.300   5.59e-10
V_corr=      -299.97651
ibin=    3353 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      10.7   171.2   0.030   0.028   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.137   1.96e-09
V_corr=      -322.07973
ibin=    3354 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      18.6   205.4  -0.008   0.090   0.000   0.000   0.307     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.677   4.67e-09
V_corr=      -314.17448
ibin=    3355 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      24.5   167.7   0.080   0.085   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0490   1.73e-09
V_corr=      -308.27531
ibin=    3356 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      36.1   163.1  -0.026   0.089   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.107   1.73e-09
V_corr=      -296.70171
ibin=    3357 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      22.5   148.0   0.002   0.063   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.11e+04     0.0694   1.16e-09
V_corr=      -310.33464
ibin=    3358 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      50.2   107.2  -0.037   0.041   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   4.79e+03    -0.0795   4.36e-10
V_corr=      -282.62753
ibin=    3359 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      48.5   137.1  -0.023   0.143   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0422   1.26e-09
V_corr=      -284.27172
ibin=    3360 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      43.6   106.1  -0.046   0.043   0.000   0.000   0.937     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.290   9.72e-10
V_corr=      -289.20502
ibin=    3361 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      41.1   131.1  -0.000  -0.022   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.334   7.58e-10
V_corr=      -291.68749
ibin=    3362 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      55.7   170.5   0.034   0.047   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.71e+04      0.122   1.08e-09
V_corr=      -277.06671
ibin=    3363 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      49.1   158.7   0.008   0.109   0.000   0.000   0.534     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.182   1.05e-09
V_corr=      -283.70115
ibin=    3364 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      52.9   183.5  -0.057   0.100   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0204   8.42e-10
V_corr=      -279.89566
ibin=    3365 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      85.6   153.3   0.049   0.007   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.189   5.98e-10
V_corr=      -247.19127
ibin=    3366 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      57.4   177.2   0.028   0.073   0.000   0.000   0.692     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.105   7.66e-10
V_corr=      -275.45193
ibin=    3367 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      49.0   181.4   0.086   0.091   0.000   0.000   0.345     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.484   1.21e-09
V_corr=      -283.79515
ibin=    3368 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      63.3   201.3  -0.069   0.027   0.000   0.000   0.444     NaN
Ages, Metallicities, Weights:
   6.55e+03      0.486   4.28e-10
V_corr=      -269.49983
ibin=    3369 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      60.9   177.6  -0.095   0.005   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.689   9.65e-11
V_corr=      -271.92305
ibin=    3370 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      89.7   213.5   0.080   0.077   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.164   6.85e-10
V_corr=      -243.14886
ibin=    3371 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      85.4   123.0   0.023   0.013   0.000   0.000   0.696     NaN
Ages, Metallicities, Weights:
   3.65e+03    -0.0973   1.49e-10
V_corr=      -247.39514
ibin=    3372 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      55.6   183.8   0.053   0.032   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.124   6.58e-10
V_corr=      -277.23301
ibin=    3373 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      75.4   166.0  -0.010   0.015   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   8.21e+03    -0.0753   2.45e-10
V_corr=      -257.41206
ibin=    3374 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      49.5   145.1  -0.017   0.044   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.301   3.55e-10
V_corr=      -283.29263
ibin=    3375 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      35.5   103.4   0.004   0.003   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
       753.      0.233   2.36e-11
V_corr=      -297.32796
ibin=    3376 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     125.0   129.7   0.000   0.028   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0708   3.73e-10
V_corr=      -207.79639
ibin=    3377 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     105.2   142.8   0.011   0.097   0.000   0.000   0.684     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0187   3.71e-10
V_corr=      -227.64738
ibin=    3378 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      90.8   143.6   0.048   0.027   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.18e+03      0.689   4.77e-11
V_corr=      -242.00452
ibin=    3379 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     149.0   211.0   0.021  -0.049   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.77e+04      0.253   3.39e-10
V_corr=      -183.76256
ibin=    3380 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193     231.7   265.6   0.037   0.007   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.202   2.32e-10
V_corr=      -101.07009
ibin=    3381 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3382 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3383 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -71.9   134.4   0.044  -0.018   0.000   0.000   1.469     NaN
Ages, Metallicities, Weights:
   1.01e+04     -0.594   3.78e-10
V_corr=      -404.66265
ibin=    3384 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     -28.5   184.0   0.106  -0.004   0.000   0.000   1.175     NaN
Ages, Metallicities, Weights:
   2.03e+03      0.393   1.84e-10
V_corr=      -361.26925
ibin=    3385 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     241     -64.7   110.3   0.030   0.020   0.000   0.000   1.076     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.411   7.52e-10
V_corr=      -397.50943
ibin=    3386 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -53.6   113.0  -0.026   0.046   0.000   0.000   0.630     NaN
Ages, Metallicities, Weights:
   1.49e+04     -0.387   6.16e-10
V_corr=      -386.45831
ibin=    3387 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -10.3   159.4   0.010   0.056   0.000   0.000   2.345     NaN
Ages, Metallicities, Weights:
   5.36e+03     -0.139   3.42e-10
V_corr=      -343.11742
ibin=    3388 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -35.9   103.2   0.007  -0.008   0.000   0.000   0.989     NaN
Ages, Metallicities, Weights:
   2.97e+03     -0.130   2.12e-10
V_corr=      -368.68599
ibin=    3389 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97     -37.1   121.7  -0.035   0.026   0.000   0.000   1.080     NaN
Ages, Metallicities, Weights:
   4.68e+03     -0.242   3.08e-10
V_corr=      -369.93062
ibin=    3390 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -25.4   196.0   0.057   0.074   0.000   0.000   1.418     NaN
Ages, Metallicities, Weights:
   3.18e+03      0.307   3.09e-10
V_corr=      -358.19901
ibin=    3391 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     -57.4   136.1   0.005  -0.022   0.000   0.000   1.001     NaN
Ages, Metallicities, Weights:
   6.07e+03    -0.0212   5.06e-10
V_corr=      -390.21328
ibin=    3392 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -23.7   129.7  -0.049   0.045   0.000   0.000   0.816     NaN
Ages, Metallicities, Weights:
   3.67e+03     0.0584   3.30e-10
V_corr=      -356.47483
ibin=    3393 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     -44.0   129.3  -0.047  -0.026   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   2.16e+03   -0.00781   2.09e-10
V_corr=      -376.84294
ibin=    3394 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -32.8   150.6   0.014   0.033   0.000   0.000   0.764     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.253   1.20e-09
V_corr=      -365.63148
ibin=    3395 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -29.9   137.2  -0.094   0.004   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   5.35e+03     -0.179   4.65e-10
V_corr=      -362.69883
ibin=    3396 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -58.9   183.4   0.077  -0.057   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   1.66e+04     -0.199   1.24e-09
V_corr=      -391.69081
ibin=    3397 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -61.0   153.5   0.058  -0.031   0.000   0.000   0.780     NaN
Ages, Metallicities, Weights:
   2.30e+03    -0.0656   2.52e-10
V_corr=      -393.76457
ibin=    3398 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -37.4   154.7   0.018   0.008   0.000   0.000   0.763     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.125   1.58e-09
V_corr=      -370.20637
ibin=    3399 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -20.0   147.0  -0.049  -0.016   0.000   0.000   0.863     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.320   1.45e-09
V_corr=      -352.80646
ibin=    3400 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -40.6   185.4  -0.001  -0.007   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   5.74e+03      0.248   8.56e-10
V_corr=      -373.43782
ibin=    3401 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -47.2   137.2  -0.013   0.003   0.000   0.000   0.724     NaN
Ages, Metallicities, Weights:
   2.57e+03     0.0567   3.62e-10
V_corr=      -379.98528
ibin=    3402 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -36.4   155.8  -0.062   0.057   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0206   2.03e-09
V_corr=      -369.18532
ibin=    3403 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -30.2   152.5  -0.009  -0.037   0.000   0.000   0.628     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.224   1.95e-09
V_corr=      -362.97601
ibin=    3404 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -47.9   142.7  -0.033   0.082   0.000   0.000   0.586     NaN
Ages, Metallicities, Weights:
   7.16e+03     0.0619   1.05e-09
V_corr=      -380.68691
ibin=    3405 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -37.4   181.0  -0.075   0.010   0.000   0.000   0.797     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.107   2.52e-09
V_corr=      -370.17259
ibin=    3406 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -31.5   181.7  -0.008   0.058   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   8.06e+03      0.294   1.58e-09
V_corr=      -364.31295
ibin=    3407 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -40.4   126.5  -0.041   0.042   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.18e+04     -0.140   1.48e-09
V_corr=      -373.16812
ibin=    3408 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -39.4   167.9   0.014  -0.002   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   4.65e+03      0.338   9.93e-10
V_corr=      -372.18687
ibin=    3409 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -32.5   181.1  -0.069  -0.002   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   6.94e+03      0.235   1.48e-09
V_corr=      -365.27372
ibin=    3410 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -25.6   180.7  -0.033   0.068   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0783   2.84e-09
V_corr=      -358.40929
ibin=    3411 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -29.7   152.4  -0.034   0.029   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   2.85e+03      0.403   7.19e-10
V_corr=      -362.50381
ibin=    3412 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90      -9.0   156.3  -0.032   0.065   0.000   0.000   0.483     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.134   3.01e-09
V_corr=      -341.76742
ibin=    3413 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -11.9   180.4  -0.048   0.052   0.000   0.000   0.369     NaN
Ages, Metallicities, Weights:
   6.54e+03      0.188   1.39e-09
V_corr=      -344.69058
ibin=    3414 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -13.2   210.1  -0.036   0.053   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   1.66e+04      0.399   3.70e-09
V_corr=      -346.05441
ibin=    3415 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -22.8   157.0  -0.010   0.054   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0350   2.73e-09
V_corr=      -355.60121
ibin=    3416 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112      -9.4   187.3   0.007   0.029   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.143   2.95e-09
V_corr=      -342.20718
ibin=    3417 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -26.5   168.9  -0.051  -0.009   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.133   2.05e-09
V_corr=      -359.34194
ibin=    3418 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       2.0   172.7  -0.055   0.055   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.120   2.51e-09
V_corr=      -330.78137
ibin=    3419 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      13.9   146.5  -0.099   0.091   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   9.66e+03    0.00345   1.23e-09
V_corr=      -318.89926
ibin=    3420 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91      18.0   149.8   0.026   0.056   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.225   1.75e-09
V_corr=      -314.81728
ibin=    3421 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      15.4   145.9   0.020   0.054   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   3.59e+03     0.0794   4.93e-10
V_corr=      -317.45197
ibin=    3422 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      24.0   138.1  -0.013   0.043   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.115   1.78e-09
V_corr=      -308.78437
ibin=    3423 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     201      21.7   188.1  -0.057   0.075   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.174   2.00e-09
V_corr=      -311.13239
ibin=    3424 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      63.6   139.9  -0.046   0.062   0.000   0.000   0.406     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.161   1.49e-09
V_corr=      -269.20228
ibin=    3425 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     185      41.9   181.8   0.007   0.146   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.21e+04      0.112   1.10e-09
V_corr=      -290.95842
ibin=    3426 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      49.2   151.7   0.038   0.118   0.000   0.000   0.367     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0216   1.29e-09
V_corr=      -283.59921
ibin=    3427 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      44.7   145.8   0.042   0.094   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.65e+04    -0.0119   1.12e-09
V_corr=      -288.13765
ibin=    3428 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      42.0   140.8   0.018   0.008   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.124   1.15e-09
V_corr=      -290.80258
ibin=    3429 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      61      36.4   109.2  -0.067   0.015   0.000   0.000   0.296     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.286   9.45e-10
V_corr=      -296.37162
ibin=    3430 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      51.3   151.0   0.011   0.086   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.120   9.61e-10
V_corr=      -281.47326
ibin=    3431 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      40.1   161.4   0.020   0.036   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.135   9.07e-10
V_corr=      -292.70346
ibin=    3432 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      34.8   114.8   0.021   0.052   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   6.80e+03    -0.0651   3.52e-10
V_corr=      -298.03418
ibin=    3433 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      52.5   129.6  -0.028   0.020   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   2.62e+03     -0.202   1.35e-10
V_corr=      -280.31400
ibin=    3434 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      28.2   157.0  -0.001  -0.003   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.190   7.55e-10
V_corr=      -304.61496
ibin=    3435 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      71.6   126.8  -0.034  -0.008   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   1.93e+03      0.222   1.13e-10
V_corr=      -261.17441
ibin=    3436 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     104.5   161.7   0.039   0.012   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.223   6.47e-10
V_corr=      -228.29394
ibin=    3437 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      49.2   149.9   0.000   0.067   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0990   5.75e-10
V_corr=      -283.64777
ibin=    3438 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     296      42.6   191.4  -0.105   0.119   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.83e+04      0.427   8.37e-10
V_corr=      -290.22757
ibin=    3439 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      79.8   131.8   0.057   0.005   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.394   4.65e-10
V_corr=      -253.00426
ibin=    3440 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      70.3   168.0   0.033  -0.002   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   3.78e+03      0.328   1.91e-10
V_corr=      -262.51375
ibin=    3441 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      67.7    45.4  -0.000  -0.002   0.000   0.000   0.574     NaN
Ages, Metallicities, Weights:
       673.      0.246   2.82e-11
V_corr=      -265.09205
ibin=    3442 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     104.8   137.5   0.052   0.016   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   8.16e+03      0.199   2.91e-10
V_corr=      -228.03076
ibin=    3443 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     306      72.5   178.6   0.076   0.019   0.000   0.000   0.773     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.293   3.63e-10
V_corr=      -260.33446
ibin=    3444 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      63.7    84.7   0.049   0.013   0.000   0.000   0.305     NaN
Ages, Metallicities, Weights:
   1.96e+03      0.380   7.43e-11
V_corr=      -269.09046
ibin=    3445 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184     110.7    27.9   0.000  -0.003   0.000   0.000   0.341     NaN
Ages, Metallicities, Weights:
   3.66e+03     -0.898   5.85e-11
V_corr=      -222.06137
ibin=    3446 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      86.7   127.2  -0.001   0.029   0.000   0.000   0.457     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.121   3.45e-10
V_corr=      -246.11778
ibin=    3447 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      70.7    43.8   0.002  -0.005   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   1.98e+04      -1.33   1.46e-10
V_corr=      -262.11949
ibin=    3448 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     160.5   217.5   0.004   0.030   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
   3.39e+03      0.353   8.24e-11
V_corr=      -172.28831
ibin=    3449 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     117.1   231.6   0.030   0.050   0.000   0.000   0.415     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.456   4.21e-10
V_corr=      -215.66162
ibin=    3450 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3451 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3452 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     -53.1   130.6   0.017   0.017   0.000   0.000   1.576     NaN
Ages, Metallicities, Weights:
   2.07e+03    -0.0362   1.31e-10
V_corr=      -385.87631
ibin=    3453 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -31.2    99.8  -0.033   0.052   0.000   0.000   1.078     NaN
Ages, Metallicities, Weights:
   5.07e+03     -0.296   2.64e-10
V_corr=      -363.96930
ibin=    3454 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     187     -43.2    90.9   0.021  -0.003   0.000   0.000   1.539     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.507   5.82e-10
V_corr=      -376.01079
ibin=    3455 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71     -56.5   120.1   0.035  -0.003   0.000   0.000   1.062     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.315   8.58e-10
V_corr=      -389.33602
ibin=    3456 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -55.3   167.5  -0.047   0.026   0.000   0.000   1.519     NaN
Ages, Metallicities, Weights:
   8.25e+03    -0.0106   5.45e-10
V_corr=      -388.14292
ibin=    3457 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -37.8   129.9   0.006   0.000   0.000   0.000   0.552     NaN
Ages, Metallicities, Weights:
   1.86e+03     -0.107   1.36e-10
V_corr=      -370.60925
ibin=    3458 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -41.0   129.0  -0.034   0.061   0.000   0.000   1.249     NaN
Ages, Metallicities, Weights:
   2.59e+03     0.0443   2.04e-10
V_corr=      -373.84641
ibin=    3459 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85     -44.1   143.3  -0.031   0.022   0.000   0.000   0.938     NaN
Ages, Metallicities, Weights:
   3.26e+03     -0.160   2.36e-10
V_corr=      -376.91624
ibin=    3460 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -61.5   134.7  -0.036  -0.015   0.000   0.000   0.751     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.267   1.08e-09
V_corr=      -394.29975
ibin=    3461 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -34.2   163.5   0.002  -0.002   0.000   0.000   1.219     NaN
Ages, Metallicities, Weights:
   1.82e+03      0.404   2.17e-10
V_corr=      -366.99808
ibin=    3462 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     -33.5   148.6  -0.069  -0.058   0.000   0.000   0.883     NaN
Ages, Metallicities, Weights:
   2.16e+03      0.136   2.29e-10
V_corr=      -366.28294
ibin=    3463 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135     -36.5   183.5   0.057   0.006   0.000   0.000   0.943     NaN
Ages, Metallicities, Weights:
   4.05e+03      0.271   4.56e-10
V_corr=      -369.33413
ibin=    3464 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -61.4   162.6  -0.022   0.039   0.000   0.000   1.007     NaN
Ages, Metallicities, Weights:
   2.68e+03      0.470   3.77e-10
V_corr=      -394.18214
ibin=    3465 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -44.0   162.3   0.066   0.032   0.000   0.000   0.802     NaN
Ages, Metallicities, Weights:
   6.02e+03    -0.0254   5.85e-10
V_corr=      -376.79929
ibin=    3466 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -16.1   167.4  -0.008   0.030   0.000   0.000   0.874     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0919   1.52e-09
V_corr=      -348.88896
ibin=    3467 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194     -38.9   152.3  -0.091   0.068   0.000   0.000   0.896     NaN
Ages, Metallicities, Weights:
   1.52e+03      0.545   2.51e-10
V_corr=      -371.71985
ibin=    3468 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169     -47.1   156.2  -0.003   0.083   0.000   0.000   0.879     NaN
Ages, Metallicities, Weights:
   3.03e+03      0.224   3.87e-10
V_corr=      -379.95063
ibin=    3469 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -44.0   136.6  -0.012   0.047   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0888   1.72e-09
V_corr=      -376.80626
ibin=    3470 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     -41.5   160.9   0.050   0.031   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0582   1.86e-09
V_corr=      -374.26717
ibin=    3471 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -51.5   141.0   0.118   0.031   0.000   0.000   0.673     NaN
Ages, Metallicities, Weights:
   3.91e+03     0.0995   5.48e-10
V_corr=      -384.30839
ibin=    3472 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -42.1   169.1  -0.035   0.025   0.000   0.000   0.633     NaN
Ages, Metallicities, Weights:
   6.45e+03      0.143   9.79e-10
V_corr=      -374.95049
ibin=    3473 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      -6.0   124.8  -0.068   0.046   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   5.08e+03    -0.0266   6.99e-10
V_corr=      -338.78385
ibin=    3474 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -41.0   153.3  -0.032   0.052   0.000   0.000   0.757     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0707   2.11e-09
V_corr=      -373.77944
ibin=    3475 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -11.8   143.1  -0.071   0.029   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0704   2.20e-09
V_corr=      -344.61269
ibin=    3476 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -34.4   126.9   0.044   0.043   0.000   0.000   0.606     NaN
Ages, Metallicities, Weights:
   1.34e+04     -0.150   1.55e-09
V_corr=      -367.24295
ibin=    3477 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -23.0   133.8   0.014   0.064   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.137   2.20e-09
V_corr=      -355.76184
ibin=    3478 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -22.5   154.8  -0.009   0.056   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0430   2.42e-09
V_corr=      -355.35119
ibin=    3479 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -44.9   184.0  -0.061  -0.035   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0151   2.67e-09
V_corr=      -377.67040
ibin=    3480 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -15.0   155.5   0.057   0.045   0.000   0.000   0.362     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0333   2.52e-09
V_corr=      -347.77947
ibin=    3481 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -23.7   175.4   0.013   0.040   0.000   0.000   0.471     NaN
Ages, Metallicities, Weights:
   3.47e+03      0.353   7.57e-10
V_corr=      -356.54653
ibin=    3482 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -36.4   171.7   0.008  -0.012   0.000   0.000   0.393     NaN
Ages, Metallicities, Weights:
   6.82e+03      0.147   1.33e-09
V_corr=      -369.16515
ibin=    3483 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -25.3   164.6   0.057   0.069   0.000   0.000   0.784     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00167   2.58e-09
V_corr=      -358.09318
ibin=    3484 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -23.5   175.2  -0.034   0.084   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.123   2.70e-09
V_corr=      -356.35119
ibin=    3485 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68      -7.1   179.0  -0.011   0.067   0.000   0.000   0.693     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.160   2.72e-09
V_corr=      -339.87008
ibin=    3486 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     -15.4   154.8  -0.056   0.084   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0606   2.22e-09
V_corr=      -348.18754
ibin=    3487 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      10.2   142.4  -0.066   0.029   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.241   1.92e-09
V_corr=      -322.61631
ibin=    3488 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146      14.3   169.4   0.027   0.081   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.170   1.90e-09
V_corr=      -318.51084
ibin=    3489 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      13.0   163.6  -0.036   0.147   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.273   2.29e-09
V_corr=      -319.81301
ibin=    3490 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135      24.7   152.2   0.049   0.089   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.26e+04    -0.0732   1.23e-09
V_corr=      -308.09534
ibin=    3491 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      20.3   122.1  -0.020   0.068   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   8.22e+03    -0.0679   8.27e-10
V_corr=      -312.50895
ibin=    3492 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      30.7   176.9  -0.030   0.085   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   1.13e+04      0.182   1.30e-09
V_corr=      -302.12853
ibin=    3493 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      -3.9   197.6  -0.035   0.083   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.214   1.69e-09
V_corr=      -336.71266
ibin=    3494 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      40.9   176.5   0.080   0.057   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0696   1.38e-09
V_corr=      -291.94999
ibin=    3495 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      65.6   137.5  -0.127   0.050   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   9.87e+03    -0.0113   7.17e-10
V_corr=      -267.19278
ibin=    3496 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      52.1   129.9  -0.036   0.062   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.105   1.13e-09
V_corr=      -280.69772
ibin=    3497 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      57.6   176.9  -0.011   0.032   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0398   1.14e-09
V_corr=      -275.17740
ibin=    3498 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      19.4   129.4  -0.082   0.080   0.000   0.000   0.325     NaN
Ages, Metallicities, Weights:
   4.50e+03      0.151   3.35e-10
V_corr=      -313.44716
ibin=    3499 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      62.2   106.2   0.039   0.052   0.000   0.000   0.599     NaN
Ages, Metallicities, Weights:
   1.18e+03     0.0774   7.33e-11
V_corr=      -270.59843
ibin=    3500 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      37.6   151.5  -0.010   0.123   0.000   0.000   0.297     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.537   1.50e-09
V_corr=      -295.22788
ibin=    3501 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      77.6   144.8   0.050   0.042   0.000   0.000   0.631     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.212   7.44e-10
V_corr=      -255.20869
ibin=    3502 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      82.8   145.0   0.004  -0.003   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   9.17e+03   -0.00540   4.42e-10
V_corr=      -249.97955
ibin=    3503 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      90.0   149.2   0.027   0.050   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
   2.90e+03     -0.240   1.29e-10
V_corr=      -242.85663
ibin=    3504 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      91.8   132.0   0.048   0.051   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.208   6.12e-10
V_corr=      -240.97444
ibin=    3505 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      73.9   110.1   0.025   0.015   0.000   0.000   0.686     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.380   5.43e-10
V_corr=      -258.90951
ibin=    3506 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      59.2   149.3  -0.003   0.064   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.26e+04      0.595   7.65e-10
V_corr=      -273.61513
ibin=    3507 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      93.4   188.2   0.001   0.088   0.000   0.000   0.538     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.140   6.31e-10
V_corr=      -239.35976
ibin=    3508 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      68.1   117.9  -0.000   0.021   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.359   4.71e-10
V_corr=      -264.67175
ibin=    3509 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      62.5   162.0   0.033   0.004   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
       670.      0.689   4.34e-11
V_corr=      -270.29236
ibin=    3510 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      89.5   109.6  -0.010   0.011   0.000   0.000   0.311     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.411   4.36e-10
V_corr=      -243.26256
ibin=    3511 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      83.9   160.1   0.081   0.026   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.231   4.04e-10
V_corr=      -248.86143
ibin=    3512 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      55.0   147.0   0.003   0.076   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0840   3.89e-10
V_corr=      -277.77525
ibin=    3513 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      27.9   163.7   0.017  -0.000   0.000   0.000   0.639     NaN
Ages, Metallicities, Weights:
   2.14e+03     -0.116   5.86e-11
V_corr=      -304.91104
ibin=    3514 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     102.8   114.4   0.013   0.013   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   6.21e+03     -0.196   1.34e-10
V_corr=      -229.96700
ibin=    3515 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      84.1   132.7   0.027   0.019   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.183   3.57e-10
V_corr=      -248.74578
ibin=    3516 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     349     127.3   183.7   0.021  -0.021   0.000   0.000   0.457     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.307   2.81e-10
V_corr=      -205.50957
ibin=    3517 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     124.8   138.4   0.018   0.050   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   3.33e+03    -0.0498   6.00e-11
V_corr=      -208.02246
ibin=    3518 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      28.0   323.1  -0.034   0.033   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.394   3.85e-10
V_corr=      -304.85169
ibin=    3519 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3520 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3521 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -53.3   135.7  -0.029  -0.015   0.000   0.000   1.138     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.521   6.31e-10
V_corr=      -386.07867
ibin=    3522 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -43.5   139.5   0.019  -0.002   0.000   0.000   1.116     NaN
Ages, Metallicities, Weights:
   5.48e+03     -0.179   3.11e-10
V_corr=      -376.33113
ibin=    3523 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -61.3   171.3   0.028   0.137   0.000   0.000   0.922     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00573   9.47e-10
V_corr=      -394.08607
ibin=    3524 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195     -67.9    98.9   0.008   0.032   0.000   0.000   1.654     NaN
Ages, Metallicities, Weights:
   1.81e+04     -0.525   6.41e-10
V_corr=      -400.69312
ibin=    3525 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -27.5   114.5   0.008   0.014   0.000   0.000   1.058     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.413   7.94e-10
V_corr=      -360.29554
ibin=    3526 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -73.2   133.4   0.038   0.001   0.000   0.000   1.125     NaN
Ages, Metallicities, Weights:
   1.90e+03      0.330   1.84e-10
V_corr=      -406.04584
ibin=    3527 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119     -24.4    76.9  -0.019  -0.013   0.000   0.000   1.335     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.709   5.66e-10
V_corr=      -357.20595
ibin=    3528 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -42.1   138.4  -0.001   0.015   0.000   0.000   0.848     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.271   1.00e-09
V_corr=      -374.90890
ibin=    3529 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -47.3   182.8   0.016   0.040   0.000   0.000   1.178     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.155   1.11e-09
V_corr=      -380.13955
ibin=    3530 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -26.2   159.1  -0.001   0.042   0.000   0.000   0.811     NaN
Ages, Metallicities, Weights:
   1.86e+03      0.583   2.77e-10
V_corr=      -359.04565
ibin=    3531 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -60.4   145.4   0.048   0.033   0.000   0.000   1.144     NaN
Ages, Metallicities, Weights:
   1.15e+04     -0.181   7.67e-10
V_corr=      -393.20020
ibin=    3532 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -36.4   161.6  -0.031  -0.017   0.000   0.000   0.595     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.166   1.29e-09
V_corr=      -369.24760
ibin=    3533 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -29.8   138.8  -0.035   0.023   0.000   0.000   0.698     NaN
Ages, Metallicities, Weights:
   1.32e+04     -0.114   9.54e-10
V_corr=      -362.62774
ibin=    3534 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -41.5   154.7  -0.034   0.008   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.55e+04     -0.334   9.69e-10
V_corr=      -374.32288
ibin=    3535 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -14.5   149.0   0.014   0.031   0.000   0.000   0.753     NaN
Ages, Metallicities, Weights:
   1.85e+04     -0.262   1.24e-09
V_corr=      -347.29898
ibin=    3536 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -43.5   133.9  -0.019   0.017   0.000   0.000   0.751     NaN
Ages, Metallicities, Weights:
   3.48e+03     0.0393   3.94e-10
V_corr=      -376.31584
ibin=    3537 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -54.4   173.7   0.041   0.008   0.000   0.000   0.718     NaN
Ages, Metallicities, Weights:
   4.39e+03      0.189   5.68e-10
V_corr=      -387.16589
ibin=    3538 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -40.3   154.1   0.054   0.068   0.000   0.000   0.685     NaN
Ages, Metallicities, Weights:
   1.09e+04     0.0489   1.19e-09
V_corr=      -373.11628
ibin=    3539 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     215     -49.2   142.2   0.031   0.088   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.98e+03      0.401   3.26e-10
V_corr=      -382.05536
ibin=    3540 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -31.2   153.7   0.023  -0.094   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   3.34e+03    -0.0458   4.48e-10
V_corr=      -364.04290
ibin=    3541 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -27.8   167.5   0.061   0.067   0.000   0.000   0.772     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0876   1.86e-09
V_corr=      -360.65429
ibin=    3542 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -52.2   157.4   0.042   0.042   0.000   0.000   0.926     NaN
Ages, Metallicities, Weights:
   3.50e+03      0.367   6.21e-10
V_corr=      -384.99420
ibin=    3543 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     216     -22.5   175.7  -0.005   0.093   0.000   0.000   0.725     NaN
Ages, Metallicities, Weights:
   1.68e+04      0.162   2.11e-09
V_corr=      -355.32783
ibin=    3544 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -41.4   158.3  -0.022  -0.035   0.000   0.000   0.894     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.179   2.02e-09
V_corr=      -374.16833
ibin=    3545 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      80     -28.8   143.6  -0.063   0.030   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0534   2.18e-09
V_corr=      -361.64882
ibin=    3546 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -19.8   130.1  -0.035  -0.043   0.000   0.000   0.567     NaN
Ages, Metallicities, Weights:
   1.79e+04     -0.340   1.76e-09
V_corr=      -352.65615
ibin=    3547 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -23.3   148.6  -0.013  -0.013   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.10e+04    -0.0713   1.46e-09
V_corr=      -356.11076
ibin=    3548 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      -9.6   141.3  -0.002   0.043   0.000   0.000   0.348     NaN
Ages, Metallicities, Weights:
   2.73e+03      0.458   6.18e-10
V_corr=      -342.41187
ibin=    3549 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -17.2   170.8   0.023  -0.002   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   9.30e+03  -0.000810   1.39e-09
V_corr=      -350.05619
ibin=    3550 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -13.4   164.0  -0.005   0.048   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0970   2.26e-09
V_corr=      -346.21064
ibin=    3551 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -22.4   147.8   0.000   0.064   0.000   0.000   0.745     NaN
Ages, Metallicities, Weights:
   1.83e+04     -0.113   2.12e-09
V_corr=      -355.18020
ibin=    3552 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      -5.3   160.4  -0.027   0.049   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0569   2.32e-09
V_corr=      -338.15437
ibin=    3553 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       3.6   181.0  -0.003   0.029   0.000   0.000   0.560     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.243   2.83e-09
V_corr=      -329.16145
ibin=    3554 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -22.9   187.4  -0.018   0.005   0.000   0.000   0.589     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0526   2.27e-09
V_corr=      -355.66217
ibin=    3555 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     604       1.9   177.7  -0.117   0.150   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.642   4.56e-09
V_corr=      -330.91057
ibin=    3556 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -18.7   155.4  -0.021   0.040   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   3.24e+03      0.167   5.09e-10
V_corr=      -351.54768
ibin=    3557 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145       1.0   171.4  -0.048   0.103   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00682   1.99e-09
V_corr=      -331.76102
ibin=    3558 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      13.1   137.9  -0.105   0.056   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.114   1.74e-09
V_corr=      -319.70685
ibin=    3559 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      22.7   148.9   0.000   0.056   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   3.27e+03      0.173   4.17e-10
V_corr=      -310.06098
ibin=    3560 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      29.5   165.7  -0.081   0.061   0.000   0.000   0.338     NaN
Ages, Metallicities, Weights:
   9.84e+03     0.0430   1.01e-09
V_corr=      -303.35310
ibin=    3561 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153       2.9   127.4   0.011  -0.005   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   4.37e+03     -0.131   4.30e-10
V_corr=      -329.95360
ibin=    3562 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      41.8   107.0  -0.011   0.018   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.382   9.53e-10
V_corr=      -291.03056
ibin=    3563 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      24.7   167.9  -0.078   0.067   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   3.35e+03      0.478   4.41e-10
V_corr=      -308.14623
ibin=    3564 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      48.1   171.7   0.027   0.106   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   4.59e+03      0.226   4.17e-10
V_corr=      -284.74297
ibin=    3565 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      47.7   135.7  -0.002   0.096   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
   1.82e+04     0.0575   1.10e-09
V_corr=      -285.13402
ibin=    3566 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      51.3   142.3   0.032   0.041   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   5.37e+03     0.0173   3.72e-10
V_corr=      -281.52317
ibin=    3567 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      37.3   154.6   0.001   0.058   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.122   9.02e-10
V_corr=      -295.51129
ibin=    3568 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      49.1   149.7  -0.009   0.052   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.104   8.12e-10
V_corr=      -283.74803
ibin=    3569 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147      65.7   199.8   0.068   0.015   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0361   7.99e-10
V_corr=      -267.10534
ibin=    3570 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     228      39.2   120.1   0.059   0.043   0.000   0.000   0.528     NaN
Ages, Metallicities, Weights:
   2.16e+03     0.0366   1.26e-10
V_corr=      -293.59664
ibin=    3571 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      78.0   144.8  -0.019   0.035   0.000   0.000   0.767     NaN
Ages, Metallicities, Weights:
   1.89e+04     -0.148   7.07e-10
V_corr=      -254.78141
ibin=    3572 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      84.5   253.4  -0.005   0.037   0.000   0.000   0.366     NaN
Ages, Metallicities, Weights:
   8.16e+03      0.491   5.10e-10
V_corr=      -248.28962
ibin=    3573 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      53.7   136.8   0.071  -0.026   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
       904.      0.519   6.05e-11
V_corr=      -279.06865
ibin=    3574 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      70.4   164.6   0.043   0.019   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.36e+03      0.513   9.05e-11
V_corr=      -262.41556
ibin=    3575 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     227      77.6   223.6   0.025   0.123   0.000   0.000   0.357     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.412   8.76e-10
V_corr=      -255.24990
ibin=    3576 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     113.6   179.5   0.029   0.020   0.000   0.000   0.547     NaN
Ages, Metallicities, Weights:
   1.64e+04     -0.288   4.27e-10
V_corr=      -219.18137
ibin=    3577 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      76.7   216.8  -0.020   0.022   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.42e+03      0.563   8.17e-11
V_corr=      -256.07545
ibin=    3578 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      86.1    92.8   0.013   0.012   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.46e+03     -0.209   4.23e-11
V_corr=      -246.71123
ibin=    3579 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     142      78.0   100.7  -0.021   0.009   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   1.48e+04     -0.870   1.93e-10
V_corr=      -254.79947
ibin=    3580 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      65.3   150.2  -0.020  -0.028   0.000   0.000   0.618     NaN
Ages, Metallicities, Weights:
   1.11e+03      0.361   3.65e-11
V_corr=      -267.51080
ibin=    3581 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     297     100.9    99.4   0.019   0.005   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.48e+04     -0.802   1.86e-10
V_corr=      -231.93222
ibin=    3582 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      93.4   192.5   0.030  -0.032   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.80e+04     -0.199   3.30e-10
V_corr=      -239.44324
ibin=    3583 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      29.2    96.5   0.025   0.003   0.000   0.000   0.713     NaN
Ages, Metallicities, Weights:
       961.     -0.141   2.23e-11
V_corr=      -303.56719
ibin=    3584 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     373      69.4   168.9   0.079   0.041   0.000   0.000   0.356     NaN
Ages, Metallicities, Weights:
   1.07e+03      0.536   3.85e-11
V_corr=      -263.38310
ibin=    3585 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      58.2   213.7  -0.013   0.063   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.105   3.43e-10
V_corr=      -274.57950
ibin=    3586 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     127.2   125.2   0.028  -0.010   0.000   0.000   0.568     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.464   2.26e-10
V_corr=      -205.63573
ibin=    3587 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     144.7   245.6  -0.022  -0.017   0.000   0.000   0.547     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0280   2.87e-10
V_corr=      -188.11415
ibin=    3588 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3589 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3590 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -55.7   143.6   0.037   0.047   0.000   0.000   1.196     NaN
Ages, Metallicities, Weights:
   2.24e+03    -0.0578   1.35e-10
V_corr=      -388.51406
ibin=    3591 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -37.5   149.7   0.058   0.030   0.000   0.000   0.895     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.259   8.06e-10
V_corr=      -370.28595
ibin=    3592 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184     -53.5   156.1   0.003   0.051   0.000   0.000   1.758     NaN
Ages, Metallicities, Weights:
   1.87e+04     -0.225   8.11e-10
V_corr=      -386.31578
ibin=    3593 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     -73.1   160.1   0.107   0.024   0.000   0.000   1.156     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.156   9.17e-10
V_corr=      -405.94061
ibin=    3594 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -54.5   117.1  -0.012  -0.041   0.000   0.000   1.275     NaN
Ages, Metallicities, Weights:
   2.68e+03     -0.183   1.78e-10
V_corr=      -387.29754
ibin=    3595 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     203     -49.3   200.6   0.028  -0.004   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   1.50e+03      0.554   1.70e-10
V_corr=      -382.10077
ibin=    3596 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -28.6   130.5  -0.018   0.028   0.000   0.000   0.928     NaN
Ages, Metallicities, Weights:
   3.17e+03     -0.230   2.08e-10
V_corr=      -361.43904
ibin=    3597 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -41.1   149.8   0.026   0.092   0.000   0.000   1.634     NaN
Ages, Metallicities, Weights:
   8.39e+03     0.0691   6.25e-10
V_corr=      -373.86472
ibin=    3598 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108     -33.4   121.9  -0.009   0.033   0.000   0.000   1.305     NaN
Ages, Metallicities, Weights:
   6.49e+03     -0.111   4.57e-10
V_corr=      -366.18409
ibin=    3599 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -39.6   138.7   0.022   0.033   0.000   0.000   0.961     NaN
Ages, Metallicities, Weights:
   5.37e+03     -0.100   4.14e-10
V_corr=      -372.40065
ibin=    3600 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -46.6   150.3   0.063   0.035   0.000   0.000   0.878     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.157   9.35e-10
V_corr=      -379.37829
ibin=    3601 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     -20.3   154.8  -0.004   0.023   0.000   0.000   0.965     NaN
Ages, Metallicities, Weights:
   7.78e+03    -0.0181   6.43e-10
V_corr=      -353.11486
ibin=    3602 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -43.9   117.9  -0.012   0.070   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   4.89e+03     -0.151   3.99e-10
V_corr=      -376.75476
ibin=    3603 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -19.6   168.9  -0.005   0.012   0.000   0.000   1.316     NaN
Ages, Metallicities, Weights:
   1.90e+04     -0.153   1.30e-09
V_corr=      -352.45866
ibin=    3604 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -62.9   150.6   0.011   0.017   0.000   0.000   0.870     NaN
Ages, Metallicities, Weights:
   3.79e+03    -0.0192   3.82e-10
V_corr=      -395.73980
ibin=    3605 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71     -27.1   141.4   0.005  -0.017   0.000   0.000   0.593     NaN
Ages, Metallicities, Weights:
   1.04e+04     -0.141   8.81e-10
V_corr=      -359.86050
ibin=    3606 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -36.5   178.4   0.067   0.031   0.000   0.000   0.886     NaN
Ages, Metallicities, Weights:
   7.72e+03      0.224   1.01e-09
V_corr=      -369.31569
ibin=    3607 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -51.9   179.1   0.023   0.024   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.151   1.90e-09
V_corr=      -384.75657
ibin=    3608 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -58.9   139.3  -0.009   0.053   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.152   1.60e-09
V_corr=      -391.73439
ibin=    3609 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -31.5   150.6   0.010   0.039   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.22e+04     -0.120   1.15e-09
V_corr=      -364.29030
ibin=    3610 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -31.3   165.5  -0.041   0.014   0.000   0.000   0.709     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0259   1.93e-09
V_corr=      -364.09945
ibin=    3611 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -41.3   109.9   0.001   0.034   0.000   0.000   0.856     NaN
Ages, Metallicities, Weights:
   8.97e+03     -0.285   8.21e-10
V_corr=      -374.15030
ibin=    3612 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -25.7   176.8  -0.001   0.129   0.000   0.000   0.804     NaN
Ages, Metallicities, Weights:
   1.34e+04      0.167   1.69e-09
V_corr=      -358.48092
ibin=    3613 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -18.3   176.3   0.004  -0.050   0.000   0.000   0.282     NaN
Ages, Metallicities, Weights:
   9.80e+03    -0.0102   1.26e-09
V_corr=      -351.08610
ibin=    3614 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -15.1   166.0  -0.004   0.017   0.000   0.000   0.620     NaN
Ages, Metallicities, Weights:
   7.73e+03     0.0288   1.08e-09
V_corr=      -347.86536
ibin=    3615 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -26.2   171.4  -0.029   0.065   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.21e+04      0.197   1.81e-09
V_corr=      -359.03658
ibin=    3616 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     156     -27.0   147.4  -0.043   0.101   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0715   2.04e-09
V_corr=      -359.85444
ibin=    3617 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131      -2.2   136.7   0.004   0.070   0.000   0.000   0.692     NaN
Ages, Metallicities, Weights:
   5.81e+03    -0.0485   8.01e-10
V_corr=      -334.99874
ibin=    3618 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -39.5   169.3   0.012   0.001   0.000   0.000   0.915     NaN
Ages, Metallicities, Weights:
   5.31e+03      0.154   8.95e-10
V_corr=      -372.34142
ibin=    3619 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      -9.7   158.5  -0.020   0.082   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   1.63e+04    -0.0831   1.81e-09
V_corr=      -342.46335
ibin=    3620 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -10.0   163.5  -0.096   0.070   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0287   2.25e-09
V_corr=      -342.80300
ibin=    3621 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -26.2   170.0   0.021   0.032   0.000   0.000   0.372     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0922   2.10e-09
V_corr=      -358.96753
ibin=    3622 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      -2.7   146.4   0.017   0.042   0.000   0.000   0.349     NaN
Ages, Metallicities, Weights:
   1.10e+04      0.112   1.53e-09
V_corr=      -335.49315
ibin=    3623 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      12.5   147.2  -0.008  -0.017   0.000   0.000   0.306     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.242   1.80e-09
V_corr=      -320.32222
ibin=    3624 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101      -5.5   163.8   0.027   0.023   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0852   1.95e-09
V_corr=      -338.29126
ibin=    3625 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      -1.2   122.9  -0.017   0.045   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   7.07e+03    -0.0556   8.34e-10
V_corr=      -334.05681
ibin=    3626 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     202      -0.9   178.3  -0.067   0.093   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.675   4.42e-09
V_corr=      -333.66720
ibin=    3627 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      -6.7   167.5  -0.018   0.070   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   2.19e+03      0.620   4.40e-10
V_corr=      -339.51174
ibin=    3628 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      12.6   185.6   0.074   0.055   0.000   0.000   0.581     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.173   1.87e-09
V_corr=      -320.17199
ibin=    3629 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       6.4   139.7   0.012   0.022   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   5.44e+03     0.0494   5.82e-10
V_corr=      -326.45502
ibin=    3630 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      29.7   130.6  -0.102   0.050   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   6.08e+03    -0.0851   5.56e-10
V_corr=      -303.13108
ibin=    3631 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     178      12.0   187.8  -0.006   0.117   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.558   2.56e-09
V_corr=      -320.84055
ibin=    3632 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      29.5   151.3   0.035   0.039   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   1.91e+04     -0.140   1.16e-09
V_corr=      -303.31480
ibin=    3633 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      47.9   157.7   0.018   0.032   0.000   0.000   0.531     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.259   8.23e-10
V_corr=      -284.87010
ibin=    3634 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      65.0   169.3  -0.038   0.052   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   1.50e+04      0.105   1.12e-09
V_corr=      -267.78752
ibin=    3635 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      27.2   177.0   0.005   0.045   0.000   0.000   0.733     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.268   7.58e-10
V_corr=      -305.63960
ibin=    3636 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      37.0   172.4  -0.008   0.080   0.000   0.000   0.643     NaN
Ages, Metallicities, Weights:
   1.83e+04      0.205   9.63e-10
V_corr=      -295.84395
ibin=    3637 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      44.2   140.8  -0.054  -0.024   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.65e+04     -0.196   5.98e-10
V_corr=      -288.65449
ibin=    3638 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      41.3   130.8   0.036  -0.001   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.252   6.01e-10
V_corr=      -291.48934
ibin=    3639 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      82.0   207.6   0.009   0.044   0.000   0.000   0.389     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0461   9.11e-10
V_corr=      -250.80543
ibin=    3640 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      47.7   126.1   0.018   0.023   0.000   0.000   0.401     NaN
Ages, Metallicities, Weights:
   1.79e+04     -0.470   5.08e-10
V_corr=      -285.13331
ibin=    3641 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      47.9   209.0  -0.017   0.060   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.54e+04      0.243   7.98e-10
V_corr=      -284.90097
ibin=    3642 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      46.8   114.8   0.033  -0.023   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   9.63e+03     -0.405   2.95e-10
V_corr=      -285.97016
ibin=    3643 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      60.9   143.9  -0.025  -0.001   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.215   6.13e-10
V_corr=      -271.89358
ibin=    3644 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174      75.8   172.5  -0.029  -0.001   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.12e+03      0.656   7.74e-11
V_corr=      -257.05410
ibin=    3645 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81      80.0   196.7   0.005   0.001   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0684   5.92e-10
V_corr=      -252.83559
ibin=    3646 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      92.5   123.9   0.054   0.003   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.366   4.60e-10
V_corr=      -240.32534
ibin=    3647 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      79.1   149.6  -0.000   0.017   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.54e+04     -0.297   3.27e-10
V_corr=      -253.71962
ibin=    3648 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     119.8   169.7   0.052  -0.028   0.000   0.000   0.649     NaN
Ages, Metallicities, Weights:
       821.      0.689   4.08e-11
V_corr=      -213.02131
ibin=    3649 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      84.1   170.1   0.030  -0.028   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   2.68e+03      0.419   9.48e-11
V_corr=      -248.69989
ibin=    3650 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      56.2   111.8   0.004   0.033   0.000   0.000   0.368     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.657   2.15e-10
V_corr=      -276.56128
ibin=    3651 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      92.9   149.8  -0.042  -0.084   0.000   0.000   0.551     NaN
Ages, Metallicities, Weights:
       570.      0.489   2.10e-11
V_corr=      -239.93220
ibin=    3652 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      85.2   105.5   0.026   0.009   0.000   0.000   0.454     NaN
Ages, Metallicities, Weights:
   1.46e+04     -0.747   1.74e-10
V_corr=      -247.64499
ibin=    3653 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     103.0   133.9   0.030   0.019   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   3.51e+03      0.268   9.59e-11
V_corr=      -229.79441
ibin=    3654 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      94.1   160.4   0.055   0.051   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.112   2.95e-10
V_corr=      -238.68169
ibin=    3655 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     337      98.5   248.8  -0.013   0.033   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.268   2.69e-10
V_corr=      -234.26067
ibin=    3656 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     154.0   236.1   0.037  -0.041   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   1.81e+04     0.0370   2.90e-10
V_corr=      -178.76720
ibin=    3657 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3658 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3659 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -98.0   123.2   0.033  -0.012   0.000   0.000   1.845     NaN
Ages, Metallicities, Weights:
   4.11e+03     -0.323   2.09e-10
V_corr=      -430.85149
ibin=    3660 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -52.2   147.6  -0.002   0.084   0.000   0.000   1.467     NaN
Ages, Metallicities, Weights:
   5.30e+03     0.0135   3.20e-10
V_corr=      -384.97443
ibin=    3661 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -69.8   120.5  -0.011   0.020   0.000   0.000   1.549     NaN
Ages, Metallicities, Weights:
   3.00e+03     0.0314   2.01e-10
V_corr=      -402.59500
ibin=    3662 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -54.6   170.2   0.048   0.074   0.000   0.000   0.952     NaN
Ages, Metallicities, Weights:
   5.84e+03      0.149   4.17e-10
V_corr=      -387.43634
ibin=    3663 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -46.4   157.4   0.005   0.072   0.000   0.000   1.809     NaN
Ages, Metallicities, Weights:
   7.77e+03      0.214   6.18e-10
V_corr=      -379.22733
ibin=    3664 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -48.1   146.6  -0.000   0.063   0.000   0.000   1.312     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0510   1.03e-09
V_corr=      -380.90199
ibin=    3665 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -47.2   145.8   0.032   0.078   0.000   0.000   0.720     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.145   9.99e-10
V_corr=      -380.05212
ibin=    3666 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173     -41.5    99.1   0.021   0.019   0.000   0.000   0.927     NaN
Ages, Metallicities, Weights:
   5.22e+03     -0.322   3.18e-10
V_corr=      -374.34713
ibin=    3667 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      80     -36.3   159.9  -0.033  -0.013   0.000   0.000   1.094     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.271   1.03e-09
V_corr=      -369.09124
ibin=    3668 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -66.8   141.4  -0.008   0.043   0.000   0.000   1.206     NaN
Ages, Metallicities, Weights:
   3.44e+03      0.155   3.05e-10
V_corr=      -399.62621
ibin=    3669 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -47.2   148.5   0.067   0.005   0.000   0.000   0.695     NaN
Ages, Metallicities, Weights:
   2.71e+03      0.163   2.60e-10
V_corr=      -380.05711
ibin=    3670 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     -62.5   164.5  -0.008   0.081   0.000   0.000   1.586     NaN
Ages, Metallicities, Weights:
   4.05e+03      0.511   5.26e-10
V_corr=      -395.28847
ibin=    3671 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184     -65.7   144.1   0.058   0.043   0.000   0.000   0.872     NaN
Ages, Metallicities, Weights:
   1.94e+04     -0.149   1.23e-09
V_corr=      -398.47490
ibin=    3672 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -50.5   165.2  -0.055   0.032   0.000   0.000   1.598     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.139   1.32e-09
V_corr=      -383.35142
ibin=    3673 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -44.7   185.4   0.038   0.044   0.000   0.000   0.706     NaN
Ages, Metallicities, Weights:
   2.83e+03      0.620   4.96e-10
V_corr=      -377.52920
ibin=    3674 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     143     -35.8   157.1  -0.079   0.140   0.000   0.000   1.128     NaN
Ages, Metallicities, Weights:
   6.13e+03      0.329   7.44e-10
V_corr=      -368.60518
ibin=    3675 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -46.3   150.9  -0.020   0.007   0.000   0.000   0.839     NaN
Ages, Metallicities, Weights:
   6.35e+03     -0.127   5.98e-10
V_corr=      -379.07932
ibin=    3676 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -49.8   155.8   0.000   0.018   0.000   0.000   0.713     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.132   1.54e-09
V_corr=      -382.57778
ibin=    3677 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -53.7   147.6   0.014   0.042   0.000   0.000   0.519     NaN
Ages, Metallicities, Weights:
   1.46e+04     -0.130   1.23e-09
V_corr=      -386.47088
ibin=    3678 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -48.7   141.8  -0.063   0.014   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   4.93e+03    -0.0713   5.54e-10
V_corr=      -381.48933
ibin=    3679 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -28.4   150.9  -0.030  -0.037   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.213   1.68e-09
V_corr=      -361.17238
ibin=    3680 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -19.3   134.5  -0.061   0.047   0.000   0.000   0.774     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0562   1.80e-09
V_corr=      -352.09208
ibin=    3681 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -36.8   149.7   0.037   0.012   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0400   1.90e-09
V_corr=      -369.56445
ibin=    3682 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -35.0   150.6  -0.013   0.024   0.000   0.000   0.652     NaN
Ages, Metallicities, Weights:
   9.96e+03    0.00143   1.18e-09
V_corr=      -367.81987
ibin=    3683 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -26.7   139.9  -0.054  -0.033   0.000   0.000   0.653     NaN
Ages, Metallicities, Weights:
   1.44e+04     -0.378   1.22e-09
V_corr=      -359.50819
ibin=    3684 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -19.0   144.8  -0.008  -0.035   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.194   1.92e-09
V_corr=      -351.77154
ibin=    3685 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -32.1   150.7   0.011  -0.009   0.000   0.000   0.707     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.105   2.02e-09
V_corr=      -364.94658
ibin=    3686 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -17.9   182.2   0.017   0.114   0.000   0.000   0.315     NaN
Ages, Metallicities, Weights:
   1.13e+04      0.371   1.88e-09
V_corr=      -350.67739
ibin=    3687 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -18.8   172.0  -0.092   0.014   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   2.81e+03      0.271   4.89e-10
V_corr=      -351.61696
ibin=    3688 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126       3.1   141.1  -0.050   0.034   0.000   0.000   0.369     NaN
Ages, Metallicities, Weights:
   1.01e+04    -0.0119   1.25e-09
V_corr=      -329.73204
ibin=    3689 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      70       6.9   166.4  -0.050   0.007   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.78e+04    -0.0502   1.90e-09
V_corr=      -325.86357
ibin=    3690 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90       2.4   170.5  -0.073   0.012   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   2.11e+03      0.529   4.42e-10
V_corr=      -330.41897
ibin=    3691 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -22.4   169.0   0.055   0.062   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   5.50e+03     0.0994   7.47e-10
V_corr=      -355.21315
ibin=    3692 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      -8.0   165.1   0.011   0.015   0.000   0.000   0.695     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.197   2.23e-09
V_corr=      -340.81327
ibin=    3693 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -11.9   156.9  -0.049   0.074   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   4.32e+03      0.268   6.24e-10
V_corr=      -344.68485
ibin=    3694 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      -4.4   162.0  -0.003   0.077   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   1.09e+04     0.0270   1.17e-09
V_corr=      -337.19804
ibin=    3695 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82       5.9   158.9   0.036   0.015   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.49e+04     -0.204   1.20e-09
V_corr=      -326.86519
ibin=    3696 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107       2.8   132.2  -0.030   0.039   0.000   0.000   0.730     NaN
Ages, Metallicities, Weights:
   5.25e+03    -0.0751   5.35e-10
V_corr=      -329.97790
ibin=    3697 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147       6.0   179.1  -0.002   0.049   0.000   0.000   0.353     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0165   1.57e-09
V_corr=      -326.75924
ibin=    3698 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147       6.8   166.7  -0.009   0.060   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0756   1.53e-09
V_corr=      -326.04901
ibin=    3699 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      11.7   129.4   0.027   0.105   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.273   1.13e-09
V_corr=      -321.09743
ibin=    3700 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124      31.4   144.7  -0.010   0.046   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.222   1.12e-09
V_corr=      -301.39211
ibin=    3701 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      20.0   120.4   0.054   0.021   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.477   8.27e-10
V_corr=      -312.77442
ibin=    3702 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      41.5   129.7  -0.024   0.033   0.000   0.000   0.564     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.312   8.22e-10
V_corr=      -291.27537
ibin=    3703 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      23.6   136.8   0.050   0.033   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   1.30e+04    -0.0319   5.97e-10
V_corr=      -309.17485
ibin=    3704 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      71.0   153.2   0.023  -0.071   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.156   6.75e-10
V_corr=      -261.80106
ibin=    3705 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      42.5   188.8  -0.014  -0.005   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   8.48e+03     0.0917   4.43e-10
V_corr=      -290.28170
ibin=    3706 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      37.1    97.3   0.011  -0.004   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.333   5.63e-10
V_corr=      -295.70634
ibin=    3707 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      38.9   126.0  -0.011   0.093   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   3.22e+03      0.187   1.73e-10
V_corr=      -293.87870
ibin=    3708 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     216      50.5   181.8  -0.021   0.074   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0463   7.71e-10
V_corr=      -282.28992
ibin=    3709 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      35.9   157.9   0.018   0.013   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   2.23e+03     -0.191   1.04e-10
V_corr=      -296.92600
ibin=    3710 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     205      88.9   238.1   0.086   0.014   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0150   7.22e-10
V_corr=      -243.93171
ibin=    3711 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      71.4   128.1   0.001   0.066   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.198   5.84e-10
V_corr=      -261.37717
ibin=    3712 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      73.1   146.2  -0.015   0.031   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.273   5.26e-10
V_corr=      -259.73793
ibin=    3713 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      94.3   192.8  -0.116   0.049   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   1.45e+04      0.297   6.42e-10
V_corr=      -238.54477
ibin=    3714 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      56.5    98.1   0.006   0.030   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   4.28e+03     -0.275   1.31e-10
V_corr=      -276.31801
ibin=    3715 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      94.4   162.4   0.017   0.016   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.46e+03      0.689   8.60e-11
V_corr=      -238.43970
ibin=    3716 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      96.0    87.2  -0.022  -0.006   0.000   0.000   0.330     NaN
Ages, Metallicities, Weights:
   1.87e+04     -0.667   2.52e-10
V_corr=      -236.79646
ibin=    3717 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     165      54.8    90.9   0.001   0.023   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
   5.01e+03     -0.292   1.06e-10
V_corr=      -278.04433
ibin=    3718 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      88.0    76.2   0.007   0.005   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   3.05e+03     -0.321   5.90e-11
V_corr=      -244.84402
ibin=    3719 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      55.2   106.7  -0.005   0.044   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.520   2.48e-10
V_corr=      -277.56256
ibin=    3720 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     108.5   148.6  -0.015   0.001   0.000   0.000   0.492     NaN
Ages, Metallicities, Weights:
   1.81e+04   -0.00745   3.31e-10
V_corr=      -224.29166
ibin=    3721 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     137.1   151.6  -0.019  -0.028   0.000   0.000   0.356     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.144   3.26e-10
V_corr=      -195.74096
ibin=    3722 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     127.9   117.7   0.035   0.002   0.000   0.000   0.381     NaN
Ages, Metallicities, Weights:
   4.52e+03     -0.390   8.51e-11
V_corr=      -204.87998
ibin=    3723 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     525      65.2   320.1  -0.081   0.071   0.000   0.000   0.360     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0705   3.03e-10
V_corr=      -267.62755
ibin=    3724 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     114.4    26.2   0.001  -0.002   0.000   0.000   0.414     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.577   2.30e-10
V_corr=      -218.39239
ibin=    3725 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183     135.0   163.3   0.037  -0.000   0.000   0.000   0.861     NaN
Ages, Metallicities, Weights:
   1.61e+04     -0.208   1.97e-10
V_corr=      -197.84427
ibin=    3726 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3727 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3728 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -58.9   155.7   0.109  -0.006   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.37e+03      0.529   1.18e-10
V_corr=      -391.72921
ibin=    3729 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -61.5   128.7  -0.005  -0.024   0.000   0.000   0.785     NaN
Ages, Metallicities, Weights:
   6.49e+03   -0.00466   4.04e-10
V_corr=      -394.25996
ibin=    3730 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -37.2   137.6  -0.074   0.040   0.000   0.000   1.055     NaN
Ages, Metallicities, Weights:
   2.37e+03      0.134   1.69e-10
V_corr=      -370.03150
ibin=    3731 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -43.7   188.6   0.022   0.059   0.000   0.000   1.988     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0460   1.01e-09
V_corr=      -376.48006
ibin=    3732 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -42.4   140.2   0.015   0.092   0.000   0.000   1.539     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.134   9.15e-10
V_corr=      -375.19212
ibin=    3733 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -60.3   148.4   0.005  -0.012   0.000   0.000   2.651     NaN
Ages, Metallicities, Weights:
   3.70e+03    -0.0158   2.65e-10
V_corr=      -393.13452
ibin=    3734 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     240     -36.7   125.9  -0.057   0.084   0.000   0.000   1.027     NaN
Ages, Metallicities, Weights:
   2.09e+03      0.139   1.67e-10
V_corr=      -369.47789
ibin=    3735 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -63.8   107.4   0.011   0.017   0.000   0.000   1.051     NaN
Ages, Metallicities, Weights:
   3.18e+03     0.0451   2.51e-10
V_corr=      -396.55956
ibin=    3736 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -35.3   122.2   0.013  -0.025   0.000   0.000   1.185     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.429   8.81e-10
V_corr=      -368.12714
ibin=    3737 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     -53.7   159.3  -0.003   0.036   0.000   0.000   0.836     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.129   1.12e-09
V_corr=      -386.48520
ibin=    3738 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -54.6   167.8   0.067  -0.035   0.000   0.000   0.701     NaN
Ages, Metallicities, Weights:
   3.32e+03     0.0397   2.97e-10
V_corr=      -387.41108
ibin=    3739 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -48.9   144.9  -0.026  -0.007   0.000   0.000   0.964     NaN
Ages, Metallicities, Weights:
   8.65e+03    -0.0891   6.43e-10
V_corr=      -381.68109
ibin=    3740 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     269     -60.7   122.7  -0.002   0.075   0.000   0.000   1.174     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.163   1.19e-09
V_corr=      -393.50341
ibin=    3741 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -49.7   182.4  -0.008   0.046   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.117   1.51e-09
V_corr=      -382.52497
ibin=    3742 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -44.5   165.4  -0.003   0.018   0.000   0.000   0.869     NaN
Ages, Metallicities, Weights:
   3.47e+03      0.152   3.74e-10
V_corr=      -377.34473
ibin=    3743 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -34.3   136.1   0.066   0.147   0.000   0.000   0.623     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.149   1.31e-09
V_corr=      -367.14895
ibin=    3744 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -31.2   151.5   0.006   0.064   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0368   1.50e-09
V_corr=      -363.97249
ibin=    3745 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     272     -45.1   184.2   0.021   0.058   0.000   0.000   0.670     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.628   3.44e-09
V_corr=      -377.94906
ibin=    3746 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -37.6   154.5   0.026   0.048   0.000   0.000   0.634     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.136   1.53e-09
V_corr=      -370.35932
ibin=    3747 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     -37.7   149.1   0.037   0.049   0.000   0.000   0.770     NaN
Ages, Metallicities, Weights:
   4.20e+03     0.0221   4.76e-10
V_corr=      -370.48911
ibin=    3748 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -48.2   154.3  -0.017   0.003   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   5.74e+03    -0.0724   6.31e-10
V_corr=      -381.02251
ibin=    3749 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -24.6   146.9  -0.053   0.013   0.000   0.000   0.759     NaN
Ages, Metallicities, Weights:
   5.39e+03     0.0325   6.52e-10
V_corr=      -357.39200
ibin=    3750 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -39.6   153.2   0.049   0.084   0.000   0.000   0.675     NaN
Ages, Metallicities, Weights:
   3.12e+03      0.484   5.50e-10
V_corr=      -372.45211
ibin=    3751 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -35.6   155.4  -0.025  -0.025   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   3.45e+03     0.0728   4.68e-10
V_corr=      -368.42523
ibin=    3752 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -16.9   120.0   0.019   0.048   0.000   0.000   0.819     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.409   1.41e-09
V_corr=      -349.73675
ibin=    3753 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -22.2   150.5  -0.012   0.074   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   7.58e+03     0.0589   9.69e-10
V_corr=      -354.96158
ibin=    3754 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -19.8   147.7   0.047   0.037   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.149   1.80e-09
V_corr=      -352.58980
ibin=    3755 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -23.2   176.5   0.008   0.027   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0461   2.03e-09
V_corr=      -356.02371
ibin=    3756 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      90     -29.3   158.1  -0.040   0.066   0.000   0.000   0.271     NaN
Ages, Metallicities, Weights:
   2.46e+03      0.512   4.66e-10
V_corr=      -362.09349
ibin=    3757 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     224     -40.7   154.4  -0.026   0.019   0.000   0.000   0.624     NaN
Ages, Metallicities, Weights:
   1.41e+03      0.448   2.43e-10
V_corr=      -373.54505
ibin=    3758 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -22.0   148.1  -0.070   0.030   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   8.95e+03    -0.0705   9.29e-10
V_corr=      -354.83411
ibin=    3759 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -2.6   154.5  -0.026   0.066   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0396   1.74e-09
V_corr=      -335.38833
ibin=    3760 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      -5.3   145.3  -0.041   0.096   0.000   0.000   0.753     NaN
Ages, Metallicities, Weights:
   1.11e+04   -0.00115   1.13e-09
V_corr=      -338.09306
ibin=    3761 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82       0.0   163.7   0.062   0.004   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.165   1.66e-09
V_corr=      -332.78361
ibin=    3762 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     275      -3.9   180.6  -0.022   0.123   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.87e+04     0.0804   1.73e-09
V_corr=      -336.72797
ibin=    3763 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      13.3   124.9   0.031   0.076   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   7.67e+03    -0.0668   7.48e-10
V_corr=      -319.53897
ibin=    3764 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      18.8   147.4  -0.003   0.020   0.000   0.000   0.355     NaN
Ages, Metallicities, Weights:
   6.89e+03    -0.0360   7.02e-10
V_corr=      -313.98981
ibin=    3765 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      -5.2   149.2  -0.046   0.000   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   2.45e+03      0.226   3.08e-10
V_corr=      -338.00297
ibin=    3766 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      13.6   148.0   0.038   0.085   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   1.33e+03      0.628   1.99e-10
V_corr=      -319.16877
ibin=    3767 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      10.0   162.3   0.010   0.083   0.000   0.000   0.650     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0677   1.33e-09
V_corr=      -322.84229
ibin=    3768 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      38.8   108.4  -0.054   0.022   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.396   1.01e-09
V_corr=      -294.01137
ibin=    3769 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      21.3   131.0   0.053   0.100   0.000   0.000   0.521     NaN
Ages, Metallicities, Weights:
   4.31e+03      0.117   3.53e-10
V_corr=      -311.48271
ibin=    3770 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      38.0   129.0   0.031   0.034   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.165   9.51e-10
V_corr=      -294.79208
ibin=    3771 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      34.8   122.2  -0.019   0.056   0.000   0.000   0.382     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.159   8.27e-10
V_corr=      -298.04765
ibin=    3772 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      59.9   148.7   0.088   0.117   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.114   7.36e-10
V_corr=      -272.87806
ibin=    3773 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      35.1   131.4   0.052   0.039   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.219   7.56e-10
V_corr=      -297.74937
ibin=    3774 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      10.0   156.5   0.009   0.071   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0228   7.55e-10
V_corr=      -322.84755
ibin=    3775 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      58.6   131.8  -0.010   0.053   0.000   0.000   0.269     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.354   5.63e-10
V_corr=      -274.23315
ibin=    3776 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      33.6   142.5   0.001   0.030   0.000   0.000   0.430     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.159   7.19e-10
V_corr=      -299.18505
ibin=    3777 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      22.7   158.4   0.026   0.032   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.172   6.89e-10
V_corr=      -310.10333
ibin=    3778 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      38.2   113.7  -0.011   0.027   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.458   5.10e-10
V_corr=      -294.58945
ibin=    3779 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     244      89.2    74.0   0.013   0.020   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   1.62e+03     -0.206   6.14e-11
V_corr=      -243.59988
ibin=    3780 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      40.9   138.7  -0.034   0.092   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.285   4.93e-10
V_corr=      -291.88234
ibin=    3781 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     472      95.7   185.3   0.046   0.051   0.000   0.000   0.725     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   1.52e-09
V_corr=      -237.15357
ibin=    3782 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      88.3   143.5   0.011   0.040   0.000   0.000   0.821     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.128   5.02e-10
V_corr=      -244.52289
ibin=    3783 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      54.5   132.9   0.025   0.011   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   5.06e+03     -0.273   1.46e-10
V_corr=      -278.31061
ibin=    3784 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     122.6   165.3  -0.000   0.002   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.208   3.65e-10
V_corr=      -210.17186
ibin=    3785 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     232     107.4   191.9  -0.004   0.026   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   8.76e+03      0.664   2.39e-10
V_corr=      -225.45763
ibin=    3786 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      91.9   166.7  -0.008   0.002   0.000   0.000   0.708     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.154   4.04e-10
V_corr=      -240.90302
ibin=    3787 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      71.2   144.2   0.033  -0.024   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   1.24e+03      0.513   3.73e-11
V_corr=      -261.65779
ibin=    3788 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     242     154.0   227.0   0.039  -0.015   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0395   3.61e-10
V_corr=      -178.83686
ibin=    3789 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     134.6   182.7  -0.028  -0.015   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
       924.      0.515   3.04e-11
V_corr=      -198.22008
ibin=    3790 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      53.4   147.5   0.035   0.028   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.94e+03      0.233   5.25e-11
V_corr=      -279.41326
ibin=    3791 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     298     127.4   155.9   0.015  -0.033   0.000   0.000   0.345     NaN
Ages, Metallicities, Weights:
   2.87e+03    -0.0245   6.23e-11
V_corr=      -205.37856
ibin=    3792 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163      44.2   256.5  -0.017   0.016   0.000   0.000   0.680     NaN
Ages, Metallicities, Weights:
   1.38e+03      0.689   4.35e-11
V_corr=      -288.62283
ibin=    3793 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     176     106.6   278.7   0.008   0.048   0.000   0.000   0.841     NaN
Ages, Metallicities, Weights:
   1.50e+03      0.689   4.57e-11
V_corr=      -226.20690
ibin=    3794 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     143     195.2   138.8   0.031  -0.015   0.000   0.000   0.437     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.876   1.31e-10
V_corr=      -137.58437
ibin=    3795 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3796 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3797 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -70.8   128.2   0.081   0.019   0.000   0.000  10.673     NaN
Ages, Metallicities, Weights:
   2.64e+03      0.202   1.73e-10
V_corr=      -403.61592
ibin=    3798 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -61.8   145.7   0.028   0.108   0.000   0.000   1.057     NaN
Ages, Metallicities, Weights:
   4.12e+03     0.0444   2.49e-10
V_corr=      -394.65848
ibin=    3799 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -43.8   124.5   0.002   0.009   0.000   0.000   1.057     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.263   8.09e-10
V_corr=      -376.65587
ibin=    3800 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -39.7   127.6   0.004   0.027   0.000   0.000   1.158     NaN
Ages, Metallicities, Weights:
   3.06e+03     -0.150   1.83e-10
V_corr=      -372.52207
ibin=    3801 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -65.0   126.8   0.021   0.032   0.000   0.000   1.630     NaN
Ages, Metallicities, Weights:
   4.70e+03     -0.293   2.62e-10
V_corr=      -397.78089
ibin=    3802 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -34.8   143.0   0.013   0.081   0.000   0.000   0.998     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.182   9.06e-10
V_corr=      -367.58267
ibin=    3803 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -44.1   153.5   0.047   0.025   0.000   0.000   0.821     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.130   1.01e-09
V_corr=      -376.86480
ibin=    3804 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -49.7   154.2  -0.014   0.058   0.000   0.000   0.653     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.630   1.41e-10
V_corr=      -382.54976
ibin=    3805 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -48.4   157.4   0.038   0.060   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   8.41e+03    -0.0386   5.67e-10
V_corr=      -381.20617
ibin=    3806 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -47.3   114.9   0.013  -0.017   0.000   0.000   0.680     NaN
Ages, Metallicities, Weights:
   2.62e+03     -0.174   1.93e-10
V_corr=      -380.13193
ibin=    3807 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     -63.7   124.4  -0.008   0.030   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   1.43e+03     0.0860   1.19e-10
V_corr=      -396.52140
ibin=    3808 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -68.9   140.6   0.047   0.035   0.000   0.000   1.266     NaN
Ages, Metallicities, Weights:
   1.15e+04     -0.261   6.70e-10
V_corr=      -401.69285
ibin=    3809 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     -61.1   182.8  -0.048  -0.085   0.000   0.000   0.613     NaN
Ages, Metallicities, Weights:
   3.99e+03     0.0953   3.95e-10
V_corr=      -393.90031
ibin=    3810 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -57.2   160.8   0.035   0.030   0.000   0.000   0.860     NaN
Ages, Metallicities, Weights:
   2.20e+03      0.191   2.31e-10
V_corr=      -389.98348
ibin=    3811 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     -47.8   171.6   0.063   0.001   0.000   0.000   0.789     NaN
Ages, Metallicities, Weights:
   4.12e+03   -0.00364   3.91e-10
V_corr=      -380.65629
ibin=    3812 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -45.4   162.2   0.018   0.058   0.000   0.000   0.746     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0735   1.52e-09
V_corr=      -378.17652
ibin=    3813 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     101     -49.3   164.7   0.060   0.035   0.000   0.000   0.720     NaN
Ages, Metallicities, Weights:
   2.24e+03      0.406   3.10e-10
V_corr=      -382.12598
ibin=    3814 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169     -36.9   155.9  -0.022   0.058   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   6.85e+03   -0.00368   6.65e-10
V_corr=      -369.69097
ibin=    3815 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      86     -32.5   150.1  -0.007   0.054   0.000   0.000   0.701     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0520   1.55e-09
V_corr=      -365.35338
ibin=    3816 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -34.0   146.2  -0.006   0.014   0.000   0.000   0.698     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.196   1.48e-09
V_corr=      -366.85853
ibin=    3817 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     -43.3   155.6  -0.090   0.039   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   2.60e+03      0.461   4.24e-10
V_corr=      -376.13533
ibin=    3818 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -40.9   178.7  -0.010   0.064   0.000   0.000   0.719     NaN
Ages, Metallicities, Weights:
   8.92e+03      0.339   1.25e-09
V_corr=      -373.74235
ibin=    3819 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -35.8   169.6   0.020   0.052   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   3.10e+03      0.459   5.24e-10
V_corr=      -368.62553
ibin=    3820 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -23.6   184.2  -0.030   0.033   0.000   0.000   0.600     NaN
Ages, Metallicities, Weights:
   4.44e+03      0.495   7.85e-10
V_corr=      -356.36513
ibin=    3821 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -45.4   171.9   0.013  -0.009   0.000   0.000   1.036     NaN
Ages, Metallicities, Weights:
   1.14e+04      0.247   1.57e-09
V_corr=      -378.20060
ibin=    3822 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151     -47.2   140.4   0.013   0.011   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   2.14e+03      0.481   3.83e-10
V_corr=      -380.02222
ibin=    3823 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      -9.3   145.0  -0.049  -0.070   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   2.98e+03     0.0250   3.84e-10
V_corr=      -342.10458
ibin=    3824 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181     -19.8   140.6  -0.010   0.088   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   8.97e+03     0.0248   9.44e-10
V_corr=      -352.58491
ibin=    3825 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      57       3.5   164.3  -0.042   0.013   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.106   1.66e-09
V_corr=      -329.26859
ibin=    3826 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -23.3   172.3   0.002  -0.056   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   3.22e+03      0.183   4.46e-10
V_corr=      -356.06108
ibin=    3827 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -14.7   161.1   0.039   0.008   0.000   0.000   0.572     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0280   1.72e-09
V_corr=      -347.51883
ibin=    3828 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      -5.6   145.8  -0.015   0.028   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   9.71e+03   -0.00959   9.69e-10
V_corr=      -338.42319
ibin=    3829 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      -2.2   176.4  -0.067   0.049   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.79e+04      0.203   1.86e-09
V_corr=      -334.99443
ibin=    3830 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94       7.5   113.8  -0.047   0.074   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.201   1.45e-09
V_corr=      -325.34150
ibin=    3831 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      -0.3   135.6  -0.041   0.065   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.44e+03      0.630   2.51e-10
V_corr=      -333.07461
ibin=    3832 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -19.1   196.1  -0.023   0.075   0.000   0.000   0.376     NaN
Ages, Metallicities, Weights:
   1.89e+04      0.164   1.65e-09
V_corr=      -351.93101
ibin=    3833 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -15.3   189.7   0.012   0.071   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0460   1.49e-09
V_corr=      -348.10719
ibin=    3834 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161       2.9   154.2   0.036   0.111   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0459   1.27e-09
V_corr=      -329.89521
ibin=    3835 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      19.3   147.1  -0.035   0.094   0.000   0.000   0.660     NaN
Ages, Metallicities, Weights:
   3.58e+03      0.280   3.72e-10
V_corr=      -313.51883
ibin=    3836 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134       9.8   193.4   0.006   0.086   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.272   1.52e-09
V_corr=      -323.02304
ibin=    3837 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      49.9   139.1  -0.011   0.092   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00113   1.20e-09
V_corr=      -282.88255
ibin=    3838 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      19.6   153.4  -0.006  -0.000   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.226   9.90e-10
V_corr=      -313.16753
ibin=    3839 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     197      -7.9   248.1  -0.072   0.128   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.565   1.72e-09
V_corr=      -340.74132
ibin=    3840 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      33.6   104.9  -0.038   0.041   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.338   6.88e-10
V_corr=      -299.25333
ibin=    3841 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174      50.3   155.0  -0.004   0.097   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   5.68e+03      0.208   3.38e-10
V_corr=      -282.50359
ibin=    3842 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -10.6   120.7   0.007   0.053   0.000   0.000   0.604     NaN
Ages, Metallicities, Weights:
   1.40e+03     0.0417   7.84e-11
V_corr=      -343.36971
ibin=    3843 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     493      27.6   130.6  -0.010   0.093   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   1.45e+04      0.689   1.21e-09
V_corr=      -305.16711
ibin=    3844 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129       8.5   144.3   0.017   0.045   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   2.07e+03      0.578   1.72e-10
V_corr=      -324.35743
ibin=    3845 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      38.5   166.0  -0.022   0.096   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.654   9.72e-11
V_corr=      -294.25881
ibin=    3846 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      56.6   194.6  -0.003   0.069   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.253   8.30e-10
V_corr=      -276.19303
ibin=    3847 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72      42.2    97.3   0.051   0.008   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   4.43e+03     -0.151   1.89e-10
V_corr=      -290.61286
ibin=    3848 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     192      34.4   110.9  -0.026   0.041   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.323   4.97e-10
V_corr=      -298.38820
ibin=    3849 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      57.6    65.1  -0.006   0.003   0.000   0.000   0.368     NaN
Ages, Metallicities, Weights:
   1.81e+04     -0.635   3.43e-10
V_corr=      -275.18179
ibin=    3850 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     215      84.9   199.0  -0.027   0.023   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.172   6.46e-10
V_corr=      -247.94999
ibin=    3851 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      89.7   105.4   0.006   0.010   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.367   4.15e-10
V_corr=      -243.08769
ibin=    3852 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      75.6   101.2   0.010   0.010   0.000   0.000   0.352     NaN
Ages, Metallicities, Weights:
       931.     0.0789   2.83e-11
V_corr=      -257.20612
ibin=    3853 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     307     169.2   255.6   0.011   0.019   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.631   2.03e-10
V_corr=      -163.62811
ibin=    3854 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      32.1   182.4   0.027  -0.018   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   8.49e+03      0.135   2.23e-10
V_corr=      -300.71124
ibin=    3855 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     165       7.5    63.1   0.003   0.004   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
       715.      0.132   1.70e-11
V_corr=      -325.29184
ibin=    3856 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     295      56.0   229.6  -0.064   0.044   0.000   0.000   0.512     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   7.86e-10
V_corr=      -276.85487
ibin=    3857 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      76.3   247.6  -0.008  -0.031   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   3.03e+03      0.261   8.83e-11
V_corr=      -256.51970
ibin=    3858 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      60.3   144.9  -0.004  -0.018   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.363   2.94e-10
V_corr=      -272.52839
ibin=    3859 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     101.2   109.5   0.011   0.012   0.000   0.000   0.420     NaN
Ages, Metallicities, Weights:
   1.41e+03     -0.252   2.76e-11
V_corr=      -231.59989
ibin=    3860 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     153.1   140.4  -0.001  -0.066   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   2.22e+03     -0.521   3.30e-11
V_corr=      -179.70708
ibin=    3861 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     120     166.3   138.8   0.008  -0.006   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   1.14e+03     -0.293   1.65e-11
V_corr=      -166.53213
ibin=    3862 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     136.4   116.5   0.033  -0.002   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
       959.     -0.119   1.44e-11
V_corr=      -196.37583
ibin=    3863 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     261      63.0   283.3   0.015   0.001   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.67e+04      0.446   3.45e-10
V_corr=      -269.79292
ibin=    3864 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3865 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3866 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3867 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -39.6   126.9   0.014   0.031   0.000   0.000   1.360     NaN
Ages, Metallicities, Weights:
   2.57e+03     -0.234   1.38e-10
V_corr=      -372.45777
ibin=    3868 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     109     -76.4   149.0   0.068   0.032   0.000   0.000   0.986     NaN
Ages, Metallicities, Weights:
   3.24e+03      0.143   2.25e-10
V_corr=      -409.25700
ibin=    3869 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -82.1   155.6  -0.013   0.062   0.000   0.000   0.652     NaN
Ages, Metallicities, Weights:
   3.76e+03     0.0625   2.48e-10
V_corr=      -414.89862
ibin=    3870 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -60.3   177.1   0.064   0.034   0.000   0.000   0.813     NaN
Ages, Metallicities, Weights:
   1.81e+03      0.505   1.78e-10
V_corr=      -393.13177
ibin=    3871 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -73.6   124.3   0.040   0.023   0.000   0.000   1.142     NaN
Ages, Metallicities, Weights:
   1.41e+04     -0.354   5.98e-10
V_corr=      -406.36957
ibin=    3872 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -52.9   128.2   0.044   0.036   0.000   0.000   1.342     NaN
Ages, Metallicities, Weights:
   2.76e+03     0.0254   1.98e-10
V_corr=      -385.70382
ibin=    3873 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -41.6   138.9  -0.100  -0.024   0.000   0.000   0.953     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.275   9.52e-10
V_corr=      -374.41286
ibin=    3874 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     -53.9   132.0  -0.041   0.043   0.000   0.000   0.945     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.360   8.80e-10
V_corr=      -386.68849
ibin=    3875 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -48.6   134.1   0.009  -0.024   0.000   0.000   0.918     NaN
Ages, Metallicities, Weights:
   3.44e+03    -0.0490   2.70e-10
V_corr=      -381.45139
ibin=    3876 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -33.7   113.5  -0.004   0.065   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   7.52e+03    -0.0459   5.41e-10
V_corr=      -366.49900
ibin=    3877 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -56.1   143.6   0.032  -0.011   0.000   0.000   0.623     NaN
Ages, Metallicities, Weights:
   1.06e+04    -0.0669   7.47e-10
V_corr=      -388.88698
ibin=    3878 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134     -45.8   168.1   0.047   0.049   0.000   0.000   0.512     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0107   1.27e-09
V_corr=      -378.65255
ibin=    3879 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      68     -50.4   167.2   0.029   0.078   0.000   0.000   0.599     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0569   1.34e-09
V_corr=      -383.24078
ibin=    3880 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      -9.6   150.2  -0.021   0.038   0.000   0.000   1.488     NaN
Ages, Metallicities, Weights:
   5.31e+03     -0.407   3.58e-10
V_corr=      -342.42347
ibin=    3881 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -31.7   119.8  -0.012  -0.023   0.000   0.000   1.030     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.350   1.15e-09
V_corr=      -364.53774
ibin=    3882 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -32.8   165.0  -0.009   0.051   0.000   0.000   1.208     NaN
Ages, Metallicities, Weights:
   6.32e+03      0.118   6.69e-10
V_corr=      -365.58319
ibin=    3883 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -33.4   158.2   0.001   0.086   0.000   0.000   0.700     NaN
Ages, Metallicities, Weights:
   4.35e+03      0.319   5.18e-10
V_corr=      -366.21722
ibin=    3884 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     228     -48.4   137.9   0.003   0.112   0.000   0.000   0.822     NaN
Ages, Metallicities, Weights:
   1.62e+03      0.516   2.34e-10
V_corr=      -381.21510
ibin=    3885 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -43.8   130.3   0.015   0.072   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.118   1.46e-09
V_corr=      -376.59591
ibin=    3886 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -37.8   150.3  -0.049   0.052   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   9.10e+03     0.0152   8.95e-10
V_corr=      -370.59019
ibin=    3887 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -16.5   132.1   0.013   0.050   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   6.50e+03    -0.0566   6.52e-10
V_corr=      -349.28863
ibin=    3888 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      91     -27.0   127.3   0.026   0.044   0.000   0.000   0.567     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.327   1.34e-09
V_corr=      -359.85225
ibin=    3889 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -37.0   139.7  -0.012  -0.024   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   2.85e+03      0.166   3.71e-10
V_corr=      -369.76059
ibin=    3890 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     -38.7   173.9  -0.035   0.071   0.000   0.000   0.611     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.152   1.81e-09
V_corr=      -371.54315
ibin=    3891 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      -6.3   119.7  -0.009   0.007   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   4.71e+03    -0.0231   5.10e-10
V_corr=      -339.10342
ibin=    3892 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     -19.3   139.3  -0.006   0.003   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.49e+04   -0.00560   1.37e-09
V_corr=      -352.09753
ibin=    3893 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -8.2   138.4   0.007  -0.012   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.75e+04     -0.403   1.18e-09
V_corr=      -341.03739
ibin=    3894 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      -9.4   114.9  -0.015   0.075   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.223   1.43e-09
V_corr=      -342.15963
ibin=    3895 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123      -0.8   149.3  -0.027   0.031   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.159   1.47e-09
V_corr=      -333.60887
ibin=    3896 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -34.1   153.0  -0.017   0.015   0.000   0.000   0.536     NaN
Ages, Metallicities, Weights:
   6.52e+03     0.0629   7.25e-10
V_corr=      -366.90864
ibin=    3897 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103       5.9   158.9   0.037   0.024   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   6.94e+03      0.126   7.89e-10
V_corr=      -326.88594
ibin=    3898 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     217     -10.1   181.3   0.058   0.093   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.86e+04      0.584   2.90e-09
V_corr=      -342.89754
ibin=    3899 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     110     -13.1   154.1  -0.011   0.096   0.000   0.000   0.643     NaN
Ages, Metallicities, Weights:
   8.19e+03      0.110   8.68e-10
V_corr=      -345.91438
ibin=    3900 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115       6.5   139.2  -0.042   0.040   0.000   0.000   0.793     NaN
Ages, Metallicities, Weights:
   6.49e+03    -0.0923   5.86e-10
V_corr=      -326.32080
ibin=    3901 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      11.3   170.6   0.001  -0.033   0.000   0.000   0.740     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.327   1.17e-09
V_corr=      -321.53359
ibin=    3902 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      -0.9   155.8   0.065   0.003   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.221   1.18e-09
V_corr=      -333.69125
ibin=    3903 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     180      -9.1   180.0  -0.003   0.025   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.107   1.42e-09
V_corr=      -341.94818
ibin=    3904 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      18.3   146.6  -0.010   0.014   0.000   0.000   0.498     NaN
Ages, Metallicities, Weights:
   5.75e+03    -0.0461   4.70e-10
V_corr=      -314.46110
ibin=    3905 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      33.8   136.8  -0.082   0.042   0.000   0.000   0.278     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.123   1.12e-09
V_corr=      -299.04768
ibin=    3906 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      35.5   157.4  -0.014   0.061   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.153   1.03e-09
V_corr=      -297.33949
ibin=    3907 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      38.3   151.2   0.022   0.012   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   3.02e+03    -0.0258   1.97e-10
V_corr=      -294.51786
ibin=    3908 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      32.2   149.5  -0.044   0.010   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   2.24e+03     0.0829   1.46e-10
V_corr=      -300.55897
ibin=    3909 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194      38.9   129.3  -0.010   0.074   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.332   6.60e-10
V_corr=      -293.87961
ibin=    3910 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194      53.3   228.9   0.070   0.038   0.000   0.000   0.917     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.327   9.63e-10
V_corr=      -279.55564
ibin=    3911 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      55.2   161.6   0.043   0.013   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   2.24e+03      0.132   1.36e-10
V_corr=      -277.56144
ibin=    3912 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      53.5   203.0   0.026   0.072   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.65e+03      0.526   1.18e-10
V_corr=      -279.35348
ibin=    3913 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      16.0    74.5  -0.013   0.012   0.000   0.000   0.272     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.563   4.70e-10
V_corr=      -316.77669
ibin=    3914 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      41.2   104.4   0.048   0.030   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.414   5.08e-10
V_corr=      -291.62369
ibin=    3915 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172      54.5    91.7  -0.028   0.023   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   1.58e+03     -0.329   5.35e-11
V_corr=      -278.30324
ibin=    3916 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      56.6   101.6   0.016   0.034   0.000   0.000   0.545     NaN
Ages, Metallicities, Weights:
   4.29e+03     -0.259   1.46e-10
V_corr=      -276.17522
ibin=    3917 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      36.0   126.3   0.019   0.025   0.000   0.000   0.334     NaN
Ages, Metallicities, Weights:
   1.73e+03      0.142   7.66e-11
V_corr=      -296.77138
ibin=    3918 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      62.1   128.3   0.064   0.049   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.302   4.89e-10
V_corr=      -270.75777
ibin=    3919 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     374      51.6   190.1  -0.047   0.019   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.11e+03      0.652   6.18e-11
V_corr=      -281.25693
ibin=    3920 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     142      35.3   191.6  -0.069   0.025   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   2.66e+03      0.608   1.38e-10
V_corr=      -297.48783
ibin=    3921 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     135.0   104.8  -0.025  -0.005   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.786   2.22e-10
V_corr=      -197.76065
ibin=    3922 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      60.2   161.6   0.041   0.048   0.000   0.000   0.361     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.126   2.84e-10
V_corr=      -272.57101
ibin=    3923 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      97.3   163.4   0.013  -0.036   0.000   0.000   0.462     NaN
Ages, Metallicities, Weights:
   3.54e+03      0.239   1.05e-10
V_corr=      -235.51931
ibin=    3924 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     293     102.4   187.3   0.063   0.000   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   8.05e-10
V_corr=      -230.42008
ibin=    3925 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125      83.4   195.0   0.004  -0.004   0.000   0.000   0.580     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0522   3.15e-10
V_corr=      -249.42595
ibin=    3926 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      52.9   216.2  -0.020  -0.020   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.460   2.42e-10
V_corr=      -279.90467
ibin=    3927 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     258     110.2   315.4   0.008   0.047   0.000   0.000   0.614     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.138   3.64e-10
V_corr=      -222.63006
ibin=    3928 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     101.8    87.9   0.007  -0.008   0.000   0.000   0.620     NaN
Ages, Metallicities, Weights:
   4.14e+03     -0.381   6.54e-11
V_corr=      -231.01765
ibin=    3929 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     197      56.1   172.8   0.051   0.001   0.000   0.000   0.380     NaN
Ages, Metallicities, Weights:
   3.12e+03    -0.0431   5.59e-11
V_corr=      -276.70297
ibin=    3930 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      75.4   147.9   0.011  -0.006   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.91e+03    -0.0407   3.88e-11
V_corr=      -257.37614
ibin=    3931 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      41.2   188.3   0.006   0.006   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00655   2.87e-10
V_corr=      -291.61543
ibin=    3932 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      69.1   207.0   0.032  -0.002   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.74e+03     -0.142   2.79e-11
V_corr=      -263.75600
ibin=    3933 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3934 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3935 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    3936 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -43.4   162.3   0.030   0.076   0.000   0.000   1.112     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.318   5.82e-10
V_corr=      -376.24139
ibin=    3937 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     -51.9   116.3  -0.042   0.032   0.000   0.000   0.807     NaN
Ages, Metallicities, Weights:
   1.25e+03      0.689   1.33e-10
V_corr=      -384.66408
ibin=    3938 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -39.9   139.5   0.070   0.022   0.000   0.000   1.468     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.226   8.32e-10
V_corr=      -372.70463
ibin=    3939 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -21.1   113.1  -0.014   0.027   0.000   0.000   1.154     NaN
Ages, Metallicities, Weights:
   1.49e+04     -0.280   6.41e-10
V_corr=      -353.88028
ibin=    3940 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -51.7    98.8  -0.022   0.009   0.000   0.000   0.676     NaN
Ages, Metallicities, Weights:
   3.21e+03     -0.167   1.98e-10
V_corr=      -384.53132
ibin=    3941 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     -60.6   164.5   0.061   0.087   0.000   0.000   0.730     NaN
Ages, Metallicities, Weights:
   6.11e+03      0.242   4.76e-10
V_corr=      -393.38934
ibin=    3942 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -59.3   142.1   0.023  -0.042   0.000   0.000   0.839     NaN
Ages, Metallicities, Weights:
   6.92e+03    -0.0761   4.66e-10
V_corr=      -392.11025
ibin=    3943 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -58.1   141.8  -0.060  -0.011   0.000   0.000   0.867     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.184   1.02e-09
V_corr=      -390.86055
ibin=    3944 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -23.7   102.5  -0.013   0.018   0.000   0.000   0.970     NaN
Ages, Metallicities, Weights:
   5.52e+03     -0.319   3.33e-10
V_corr=      -356.53911
ibin=    3945 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -55.7   130.1   0.033  -0.029   0.000   0.000   0.812     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.308   1.00e-09
V_corr=      -388.47814
ibin=    3946 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -44.6   147.9   0.024   0.053   0.000   0.000   1.110     NaN
Ages, Metallicities, Weights:
   5.93e+03    -0.0309   4.57e-10
V_corr=      -377.41798
ibin=    3947 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -30.9   136.9  -0.004   0.023   0.000   0.000   0.406     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.192   1.12e-09
V_corr=      -363.68047
ibin=    3948 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -49.5   167.3   0.016   0.022   0.000   0.000   0.998     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0892   1.23e-09
V_corr=      -382.30412
ibin=    3949 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -38.8   156.7   0.055  -0.012   0.000   0.000   0.807     NaN
Ages, Metallicities, Weights:
   2.70e+03      0.202   2.85e-10
V_corr=      -371.59194
ibin=    3950 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     -45.4   171.5   0.079   0.079   0.000   0.000   0.678     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0404   1.39e-09
V_corr=      -378.17276
ibin=    3951 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -45.0   166.5  -0.036   0.064   0.000   0.000   0.726     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00730   1.39e-09
V_corr=      -377.80413
ibin=    3952 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     -68.6   143.0  -0.013   0.035   0.000   0.000   0.682     NaN
Ages, Metallicities, Weights:
   1.78e+03      0.460   2.45e-10
V_corr=      -401.43968
ibin=    3953 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -24.1   172.3   0.025   0.066   0.000   0.000   0.724     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.130   1.34e-09
V_corr=      -356.87528
ibin=    3954 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92     -51.0   124.3   0.001  -0.016   0.000   0.000   0.869     NaN
Ages, Metallicities, Weights:
   1.21e+03      0.111   1.24e-10
V_corr=      -383.78708
ibin=    3955 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -39.9   143.2   0.012   0.001   0.000   0.000   0.798     NaN
Ages, Metallicities, Weights:
   7.49e+03     -0.128   6.52e-10
V_corr=      -372.72572
ibin=    3956 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -22.2   173.2   0.071   0.050   0.000   0.000   0.531     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0715   1.47e-09
V_corr=      -354.97843
ibin=    3957 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     -42.0   157.1   0.073   0.010   0.000   0.000   0.618     NaN
Ages, Metallicities, Weights:
   9.22e+03      0.108   9.93e-10
V_corr=      -374.81464
ibin=    3958 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -12.7   115.2  -0.087   0.019   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.248   1.36e-09
V_corr=      -345.48848
ibin=    3959 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -15.6   128.1  -0.038   0.002   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   6.32e+03    -0.0921   6.13e-10
V_corr=      -348.43545
ibin=    3960 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -33.0   146.3  -0.005   0.058   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.104   1.48e-09
V_corr=      -365.82337
ibin=    3961 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158     -35.4   151.6   0.003   0.038   0.000   0.000   0.361     NaN
Ages, Metallicities, Weights:
   5.57e+03      0.339   7.49e-10
V_corr=      -368.18972
ibin=    3962 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     -22.4   143.1  -0.029   0.077   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.116   1.48e-09
V_corr=      -355.21557
ibin=    3963 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -24.0   153.4  -0.037   0.028   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   1.14e+04      0.115   1.21e-09
V_corr=      -356.81075
ibin=    3964 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -22.5   142.3   0.008   0.083   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   7.51e+03     0.0902   7.93e-10
V_corr=      -355.29854
ibin=    3965 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      -9.8   160.6  -0.020   0.071   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   1.90e+03      0.481   2.80e-10
V_corr=      -342.56334
ibin=    3966 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      -2.8   162.6  -0.004  -0.018   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.124   1.48e-09
V_corr=      -335.56103
ibin=    3967 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -24.7   172.6   0.023   0.041   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   3.47e+03      0.474   5.02e-10
V_corr=      -357.50895
ibin=    3968 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136       9.7   157.2   0.004   0.113   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   5.91e+03      0.233   6.34e-10
V_corr=      -323.06354
ibin=    3969 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138       0.8   142.6   0.009   0.051   0.000   0.000   0.676     NaN
Ages, Metallicities, Weights:
   5.72e+03    -0.0171   5.19e-10
V_corr=      -331.95911
ibin=    3970 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -11.4   151.8   0.033   0.063   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   4.56e+03     0.0657   4.24e-10
V_corr=      -344.20199
ibin=    3971 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      20.9   177.6  -0.020   0.041   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   3.07e+03      0.615   4.41e-10
V_corr=      -311.94823
ibin=    3972 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      15.0   155.2  -0.002   0.048   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
   5.46e+03      0.150   4.95e-10
V_corr=      -317.83239
ibin=    3973 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107       9.4   144.0   0.001   0.043   0.000   0.000   0.391     NaN
Ages, Metallicities, Weights:
   7.61e+03    -0.0149   5.71e-10
V_corr=      -323.40551
ibin=    3974 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      27.0   164.8  -0.040   0.070   0.000   0.000   0.358     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.132   1.23e-09
V_corr=      -305.81348
ibin=    3975 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      20.4   122.1   0.066   0.040   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.131   9.34e-10
V_corr=      -312.45296
ibin=    3976 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     192      39.4   102.1   0.013   0.042   0.000   0.000   0.707     NaN
Ages, Metallicities, Weights:
   5.39e+03     -0.162   2.87e-10
V_corr=      -293.42035
ibin=    3977 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      28.2   188.4   0.064   0.014   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0297   7.61e-10
V_corr=      -304.62101
ibin=    3978 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      70.6    93.0  -0.021   0.041   0.000   0.000   0.425     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.280   6.37e-10
V_corr=      -262.17942
ibin=    3979 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       6.0   140.5   0.024   0.021   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.573   9.03e-11
V_corr=      -326.84277
ibin=    3980 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      30.1   212.0   0.076   0.030   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0689   7.39e-10
V_corr=      -302.72446
ibin=    3981 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174       0.3   201.3  -0.008   0.098   0.000   0.000   0.620     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.388   9.90e-10
V_corr=      -332.52549
ibin=    3982 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      31.1   110.9  -0.014   0.033   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.628   3.96e-10
V_corr=      -301.69290
ibin=    3983 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      74.4   159.0   0.080   0.093   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   2.81e+03      0.274   1.26e-10
V_corr=      -258.40889
ibin=    3984 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       2.6   136.8  -0.006  -0.023   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.82e+03     -0.215   6.13e-11
V_corr=      -330.21751
ibin=    3985 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      26.7    56.5  -0.000  -0.002   0.000   0.000   0.609     NaN
Ages, Metallicities, Weights:
   1.99e+03     -0.725   4.63e-11
V_corr=      -306.06848
ibin=    3986 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      77.6   141.2   0.020   0.011   0.000   0.000   0.533     NaN
Ages, Metallicities, Weights:
   1.22e+04     -0.806   2.19e-10
V_corr=      -255.22403
ibin=    3987 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      60.9    83.7   0.017  -0.008   0.000   0.000   0.494     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.674   3.05e-10
V_corr=      -271.93776
ibin=    3988 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      58.7   134.0   0.017   0.026   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   1.21e-09
V_corr=      -274.12884
ibin=    3989 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      75.3    40.7  -0.000  -0.001   0.000   0.000   0.841     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.848   2.15e-10
V_corr=      -257.48862
ibin=    3990 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      52.9    80.3   0.018  -0.009   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.779   2.16e-10
V_corr=      -279.87994
ibin=    3991 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      63.8   189.2   0.007   0.022   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   2.15e+03     0.0519   5.93e-11
V_corr=      -268.98506
ibin=    3992 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184      86.6    77.5   0.018   0.004   0.000   0.000   0.594     NaN
Ages, Metallicities, Weights:
       984.      0.129   2.20e-11
V_corr=      -246.16762
ibin=    3993 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      80.2    77.5   0.019  -0.002   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.889   1.36e-10
V_corr=      -252.57249
ibin=    3994 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     105.4   158.6   0.010   0.033   0.000   0.000   0.225     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.222   2.62e-10
V_corr=      -227.44494
ibin=    3995 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     118.7   164.4  -0.019  -0.018   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.611   1.74e-10
V_corr=      -214.14150
ibin=    3996 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      60.9   234.4   0.031  -0.071   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   1.63e+04    -0.0893   2.53e-10
V_corr=      -271.95280
ibin=    3997 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     595     157.0   242.2   0.045   0.049   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   4.23e+03      0.689   1.78e-10
V_corr=      -175.77161
ibin=    3998 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     204     103.5   154.4   0.035  -0.038   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.379   2.72e-10
V_corr=      -229.34139
ibin=    3999 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173     128.3   160.6  -0.030  -0.018   0.000   0.000   0.314     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.717   1.91e-10
V_corr=      -204.52371
ibin=    4000 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     113.3   112.8   0.024  -0.010   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.706   1.91e-10
V_corr=      -219.51390
ibin=    4001 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     113.3   212.2   0.016  -0.008   0.000   0.000   0.491     NaN
Ages, Metallicities, Weights:
   9.22e+03     0.0742   1.81e-10
V_corr=      -219.46504
ibin=    4002 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4003 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4004 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4005 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -60.4   146.2   0.040   0.022   0.000   0.000   1.172     NaN
Ages, Metallicities, Weights:
   1.61e+04     -0.271   6.28e-10
V_corr=      -393.17281
ibin=    4006 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     176     -49.1   144.4  -0.023   0.044   0.000   0.000   1.220     NaN
Ages, Metallicities, Weights:
   4.19e+03      0.110   2.68e-10
V_corr=      -381.95733
ibin=    4007 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -47.3   120.3  -0.074   0.078   0.000   0.000   0.978     NaN
Ages, Metallicities, Weights:
   3.04e+03     -0.198   1.66e-10
V_corr=      -380.13511
ibin=    4008 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -55.7   125.5   0.001   0.023   0.000   0.000   0.930     NaN
Ages, Metallicities, Weights:
   2.72e+03    -0.0970   1.69e-10
V_corr=      -388.55107
ibin=    4009 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     -95.8   153.8   0.040   0.016   0.000   0.000   0.940     NaN
Ages, Metallicities, Weights:
   2.68e+03      0.211   2.12e-10
V_corr=      -428.59395
ibin=    4010 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -46.4   180.9   0.083   0.114   0.000   0.000   1.219     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.481   1.57e-09
V_corr=      -379.16656
ibin=    4011 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -81.4   147.8   0.032   0.032   0.000   0.000   1.273     NaN
Ages, Metallicities, Weights:
   2.95e+03     0.0418   2.16e-10
V_corr=      -414.23841
ibin=    4012 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -50.3   137.3  -0.040   0.023   0.000   0.000   1.094     NaN
Ages, Metallicities, Weights:
   4.97e+03     -0.298   2.96e-10
V_corr=      -383.09486
ibin=    4013 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     -42.3   156.0   0.088   0.021   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.236   9.73e-10
V_corr=      -375.14167
ibin=    4014 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -39.5   129.6  -0.021   0.018   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.224   1.00e-09
V_corr=      -372.32312
ibin=    4015 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -48.6   155.6   0.069  -0.005   0.000   0.000   0.774     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.228   1.07e-09
V_corr=      -381.43358
ibin=    4016 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71     -28.7   123.3   0.002   0.064   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.310   9.74e-10
V_corr=      -361.50950
ibin=    4017 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -54.1   108.6  -0.013   0.034   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.291   8.73e-10
V_corr=      -386.88593
ibin=    4018 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     168     -18.6   173.7   0.052  -0.012   0.000   0.000   1.169     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.104   1.25e-09
V_corr=      -351.36799
ibin=    4019 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -16.5   138.1  -0.006  -0.014   0.000   0.000   0.615     NaN
Ages, Metallicities, Weights:
   5.56e+03     -0.149   4.55e-10
V_corr=      -349.33914
ibin=    4020 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     202     -33.6   166.5  -0.045   0.043   0.000   0.000   1.032     NaN
Ages, Metallicities, Weights:
   5.07e+03      0.330   5.70e-10
V_corr=      -366.38546
ibin=    4021 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -16.6   142.2  -0.062   0.021   0.000   0.000   0.610     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.258   1.19e-09
V_corr=      -349.45120
ibin=    4022 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -30.9   152.5  -0.007   0.089   0.000   0.000   0.449     NaN
Ages, Metallicities, Weights:
   2.17e+03      0.513   3.05e-10
V_corr=      -363.67429
ibin=    4023 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145     -50.7   151.4   0.058   0.016   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.41e+03      0.613   2.19e-10
V_corr=      -383.52973
ibin=    4024 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -21.1   154.0   0.018   0.110   0.000   0.000   0.567     NaN
Ages, Metallicities, Weights:
   8.83e+03      0.119   8.72e-10
V_corr=      -353.90019
ibin=    4025 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -49.6   133.1  -0.006  -0.018   0.000   0.000   0.333     NaN
Ages, Metallicities, Weights:
   3.83e+03    -0.0511   3.81e-10
V_corr=      -382.42642
ibin=    4026 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -45.5   174.2  -0.020   0.034   0.000   0.000   0.613     NaN
Ages, Metallicities, Weights:
   1.98e+04   -0.00687   1.49e-09
V_corr=      -378.28931
ibin=    4027 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     112     -39.4   164.3  -0.050   0.025   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0215   1.49e-09
V_corr=      -372.22686
ibin=    4028 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -50.8   159.2  -0.067   0.026   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   7.51e+03      0.121   8.27e-10
V_corr=      -383.62869
ibin=    4029 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182     -26.2   144.7  -0.007   0.101   0.000   0.000   0.595     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0115   1.47e-09
V_corr=      -359.01394
ibin=    4030 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -38.7   171.9   0.015   0.021   0.000   0.000   0.701     NaN
Ages, Metallicities, Weights:
   2.85e+03      0.447   4.14e-10
V_corr=      -371.52501
ibin=    4031 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     123     -27.2   140.7   0.036   0.040   0.000   0.000   0.618     NaN
Ages, Metallicities, Weights:
   2.80e+03      0.218   3.40e-10
V_corr=      -360.01768
ibin=    4032 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -31.2   158.9   0.015  -0.048   0.000   0.000   0.622     NaN
Ages, Metallicities, Weights:
   2.46e+03     0.0804   2.82e-10
V_corr=      -364.00706
ibin=    4033 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102       0.7   131.6  -0.022   0.015   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.225   1.32e-09
V_corr=      -332.06344
ibin=    4034 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -30.4   172.5  -0.064   0.046   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   7.02e+03      0.160   7.56e-10
V_corr=      -363.22834
ibin=    4035 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     193      -0.4   156.9  -0.071   0.090   0.000   0.000   0.340     NaN
Ages, Metallicities, Weights:
   1.33e+04     0.0415   1.09e-09
V_corr=      -333.18673
ibin=    4036 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -22.2   188.8  -0.005   0.057   0.000   0.000   0.593     NaN
Ages, Metallicities, Weights:
   3.49e+03      0.327   4.08e-10
V_corr=      -354.98379
ibin=    4037 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      21.7   159.6   0.008   0.072   0.000   0.000   0.738     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   1.20e-09
V_corr=      -311.06574
ibin=    4038 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71       8.6   128.4  -0.013   0.049   0.000   0.000   0.525     NaN
Ages, Metallicities, Weights:
   1.45e+04     -0.404   7.61e-10
V_corr=      -324.16125
ibin=    4039 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     -19.0   143.9  -0.060   0.046   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.214   1.12e-09
V_corr=      -351.79034
ibin=    4040 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127       0.4   164.2  -0.014   0.039   0.000   0.000   0.371     NaN
Ages, Metallicities, Weights:
   3.11e+03      0.564   4.13e-10
V_corr=      -332.36902
ibin=    4041 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     134      -2.2   191.2   0.061   0.074   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   3.81e+03      0.402   3.84e-10
V_corr=      -334.96917
ibin=    4042 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184       5.1   145.9   0.007   0.069   0.000   0.000   0.337     NaN
Ages, Metallicities, Weights:
   1.64e+03      0.514   1.71e-10
V_corr=      -327.70953
ibin=    4043 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      -6.4   154.3   0.020   0.062   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.216   9.01e-10
V_corr=      -339.20346
ibin=    4044 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      55.9   164.3   0.006   0.076   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0841   8.47e-10
V_corr=      -276.91484
ibin=    4045 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     204      80.8   188.1   0.003   0.075   0.000   0.000   0.518     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0949   8.46e-10
V_corr=      -251.95939
ibin=    4046 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      43.0   209.7   0.043  -0.032   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   1.72e+04      0.145   8.44e-10
V_corr=      -289.83718
ibin=    4047 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      42.4   115.1   0.012   0.020   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   1.86e+04     -0.446   5.55e-10
V_corr=      -290.35907
ibin=    4048 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      16.3   150.7   0.003   0.009   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.259   6.52e-10
V_corr=      -316.55797
ibin=    4049 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128       5.9   127.0  -0.025   0.018   0.000   0.000   0.364     NaN
Ages, Metallicities, Weights:
       812.      0.647   5.98e-11
V_corr=      -326.88224
ibin=    4050 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     329      48.8   188.0   0.044   0.118   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.200   7.39e-10
V_corr=      -284.02059
ibin=    4051 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195      53.7   133.9   0.023   0.048   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   2.48e+03     -0.135   9.30e-11
V_corr=      -279.11310
ibin=    4052 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      39.2   138.2  -0.005   0.043   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0631   4.79e-10
V_corr=      -293.64774
ibin=    4053 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      80.1   156.7   0.085   0.030   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.333   4.35e-10
V_corr=      -252.71163
ibin=    4054 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      49.7   115.8  -0.003   0.035   0.000   0.000   0.398     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.316   3.82e-10
V_corr=      -283.05944
ibin=    4055 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      61.6   238.9   0.016   0.020   0.000   0.000   0.394     NaN
Ages, Metallicities, Weights:
   1.74e+04      0.411   5.86e-10
V_corr=      -271.25180
ibin=    4056 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      33.8   108.6  -0.007   0.001   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.95e+04     -0.333   3.41e-10
V_corr=      -298.96467
ibin=    4057 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      88.2   155.6   0.012   0.038   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.449   3.04e-10
V_corr=      -244.58795
ibin=    4058 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      67.0    87.7   0.022   0.015   0.000   0.000   0.628     NaN
Ages, Metallicities, Weights:
   5.16e+03     -0.370   1.07e-10
V_corr=      -265.76644
ibin=    4059 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     174      70.4   121.0  -0.032   0.013   0.000   0.000   0.397     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.557   2.09e-10
V_corr=      -262.39612
ibin=    4060 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163      98.7   161.0  -0.017  -0.015   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   2.52e+03     -0.762   3.94e-11
V_corr=      -234.06042
ibin=    4061 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      24.7   181.1   0.025  -0.033   0.000   0.000   0.557     NaN
Ages, Metallicities, Weights:
       679.      0.552   2.10e-11
V_corr=      -308.15334
ibin=    4062 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97     108.0   178.9  -0.030  -0.056   0.000   0.000   0.352     NaN
Ages, Metallicities, Weights:
   5.86e+03    -0.0388   1.24e-10
V_corr=      -224.83893
ibin=    4063 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      95.3   158.7  -0.016   0.011   0.000   0.000   0.403     NaN
Ages, Metallicities, Weights:
   1.33e+03      0.689   4.54e-11
V_corr=      -237.46339
ibin=    4064 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     108.6   254.8  -0.009   0.032   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0216   2.84e-10
V_corr=      -224.18276
ibin=    4065 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     302      23.5   250.4  -0.010   0.021   0.000   0.000   0.562     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0289   3.10e-10
V_corr=      -309.34820
ibin=    4066 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      66.1    74.0  -0.003   0.001   0.000   0.000   0.330     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.493   2.48e-10
V_corr=      -266.72690
ibin=    4067 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      55.6   148.1   0.020   0.012   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.603   2.31e-10
V_corr=      -277.22486
ibin=    4068 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     228      77.6   148.6   0.021   0.039   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.570   2.21e-10
V_corr=      -255.21115
ibin=    4069 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     153     157.0   173.4   0.016  -0.046   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   2.19e+03     -0.349   4.55e-11
V_corr=      -175.81941
ibin=    4070 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     177.7   210.2   0.011  -0.038   0.000   0.000   0.502     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.283   2.70e-10
V_corr=      -155.08315
ibin=    4071 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4072 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4073 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4074 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183     -48.0   124.5   0.031   0.052   0.000   0.000   1.116     NaN
Ages, Metallicities, Weights:
   2.39e+03     0.0817   1.52e-10
V_corr=      -380.76616
ibin=    4075 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -66.7   153.9  -0.004   0.016   0.000   0.000   0.945     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0794   8.74e-10
V_corr=      -399.49472
ibin=    4076 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -69.4   204.4   0.065   0.052   0.000   0.000   0.606     NaN
Ages, Metallicities, Weights:
   4.14e+03      0.477   3.70e-10
V_corr=      -402.19949
ibin=    4077 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -49.0   105.4  -0.043  -0.009   0.000   0.000   1.107     NaN
Ages, Metallicities, Weights:
   1.82e+03     -0.173   1.09e-10
V_corr=      -381.80950
ibin=    4078 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -66.9   164.0   0.008   0.090   0.000   0.000   0.924     NaN
Ages, Metallicities, Weights:
   1.88e+03      0.554   1.89e-10
V_corr=      -399.74540
ibin=    4079 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -76.0   130.7  -0.066   0.020   0.000   0.000   0.846     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.269   8.51e-10
V_corr=      -408.79545
ibin=    4080 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -57.5   155.3   0.002   0.075   0.000   0.000   0.893     NaN
Ages, Metallicities, Weights:
   3.22e+03      0.381   2.84e-10
V_corr=      -390.31448
ibin=    4081 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -28.6   116.4  -0.007   0.019   0.000   0.000   1.225     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.432   7.79e-10
V_corr=      -361.43480
ibin=    4082 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -59.5   184.5  -0.027   0.047   0.000   0.000   0.658     NaN
Ages, Metallicities, Weights:
   2.30e+03      0.634   2.98e-10
V_corr=      -392.32252
ibin=    4083 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -73.9   140.3  -0.068   0.068   0.000   0.000   1.232     NaN
Ages, Metallicities, Weights:
   1.47e+03      0.584   1.66e-10
V_corr=      -406.72858
ibin=    4084 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -62.0   142.9  -0.110   0.083   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   2.46e+03      0.450   2.65e-10
V_corr=      -394.78587
ibin=    4085 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -45.4   152.8   0.038   0.069   0.000   0.000   0.664     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.166   1.09e-09
V_corr=      -378.23630
ibin=    4086 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -54.1   151.3  -0.028   0.070   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0537   1.17e-09
V_corr=      -386.95647
ibin=    4087 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135     -40.1   170.0   0.054   0.017   0.000   0.000   0.990     NaN
Ages, Metallicities, Weights:
   5.39e+03     0.0313   4.72e-10
V_corr=      -372.86956
ibin=    4088 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -35.0   140.5   0.002   0.033   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.409   9.68e-10
V_corr=      -367.80802
ibin=    4089 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -45.1   133.3  -0.070   0.039   0.000   0.000   0.766     NaN
Ages, Metallicities, Weights:
   2.02e+03      0.423   2.48e-10
V_corr=      -377.95719
ibin=    4090 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -20.9   150.1  -0.069   0.083   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   2.57e+03      0.417   3.11e-10
V_corr=      -353.74660
ibin=    4091 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135     -23.6   165.3  -0.002   0.077   0.000   0.000   0.718     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.102   1.44e-09
V_corr=      -356.42451
ibin=    4092 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114     -33.3   148.7   0.015  -0.023   0.000   0.000   0.723     NaN
Ages, Metallicities, Weights:
   3.50e+03    0.00940   3.29e-10
V_corr=      -366.07997
ibin=    4093 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     109     -30.0   166.1   0.042   0.105   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   3.18e+03      0.451   3.99e-10
V_corr=      -362.82520
ibin=    4094 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -56.0   174.9   0.007   0.072   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.12e+04      0.128   1.05e-09
V_corr=      -388.82926
ibin=    4095 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -20.5   170.7   0.013   0.012   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0407   1.44e-09
V_corr=      -353.33387
ibin=    4096 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -44.7   170.3   0.028   0.059   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.110   1.34e-09
V_corr=      -377.47150
ibin=    4097 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -35.8   167.0   0.035   0.062   0.000   0.000   0.485     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0523   1.42e-09
V_corr=      -368.56126
ibin=    4098 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -32.9   121.3   0.034   0.065   0.000   0.000   0.508     NaN
Ages, Metallicities, Weights:
   5.40e+03     -0.150   4.71e-10
V_corr=      -365.73295
ibin=    4099 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -20.0   108.4  -0.063   0.031   0.000   0.000   0.369     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.260   1.35e-09
V_corr=      -352.83175
ibin=    4100 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -10.5   155.9   0.046   0.086   0.000   0.000   0.529     NaN
Ages, Metallicities, Weights:
   1.66e+04     -0.105   1.17e-09
V_corr=      -343.27465
ibin=    4101 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      79     -21.8   173.6   0.028  -0.014   0.000   0.000   0.340     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0625   1.57e-09
V_corr=      -354.61308
ibin=    4102 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -17.4   139.4  -0.035   0.104   0.000   0.000   0.391     NaN
Ages, Metallicities, Weights:
   8.89e+03    -0.0748   6.92e-10
V_corr=      -350.21128
ibin=    4103 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136      -5.7   119.4   0.002   0.050   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   1.15e+04     -0.217   7.33e-10
V_corr=      -338.53590
ibin=    4104 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124     -27.9   192.6  -0.031   0.025   0.000   0.000   0.455     NaN
Ages, Metallicities, Weights:
   1.15e+04     0.0869   9.77e-10
V_corr=      -360.73489
ibin=    4105 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -14.3   127.2  -0.022   0.006   0.000   0.000   0.602     NaN
Ages, Metallicities, Weights:
   1.96e+04     -0.197   1.19e-09
V_corr=      -347.08196
ibin=    4106 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -21.1   173.1  -0.001   0.070   0.000   0.000   0.374     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.157   1.18e-09
V_corr=      -353.86839
ibin=    4107 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      -5.6   138.9  -0.017   0.077   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0763   1.14e-09
V_corr=      -338.44904
ibin=    4108 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      18.1   135.5  -0.059   0.056   0.000   0.000   0.386     NaN
Ages, Metallicities, Weights:
   1.13e+04     -0.191   6.49e-10
V_corr=      -314.74670
ibin=    4109 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      30.3   141.7  -0.009   0.005   0.000   0.000   0.342     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0772   1.11e-09
V_corr=      -302.47119
ibin=    4110 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116       5.0   145.9  -0.058   0.053   0.000   0.000   0.314     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.115   9.76e-10
V_corr=      -327.83104
ibin=    4111 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      14.8   169.7  -0.026   0.033   0.000   0.000   0.727     NaN
Ages, Metallicities, Weights:
   1.06e+04     0.0204   6.39e-10
V_corr=      -317.96773
ibin=    4112 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      13.9   181.8   0.042  -0.040   0.000   0.000   0.283     NaN
Ages, Metallicities, Weights:
       931.      0.530   8.35e-11
V_corr=      -318.92137
ibin=    4113 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95       1.6   105.7  -0.018  -0.011   0.000   0.000   0.652     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.481   5.88e-10
V_corr=      -331.17805
ibin=    4114 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      46.9   143.0  -0.004   0.064   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.251   6.70e-10
V_corr=      -285.87632
ibin=    4115 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128       3.1   183.8  -0.056   0.002   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.67e+03      0.659   1.60e-10
V_corr=      -329.70300
ibin=    4116 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      19.9   166.8  -0.057   0.064   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0149   7.84e-10
V_corr=      -312.88882
ibin=    4117 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      10.1   122.3   0.028   0.062   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.156   6.44e-10
V_corr=      -322.71467
ibin=    4118 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      52.0   185.8  -0.018   0.005   0.000   0.000   0.460     NaN
Ages, Metallicities, Weights:
   1.35e+04      0.645   9.03e-10
V_corr=      -280.76074
ibin=    4119 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      43.6   198.3   0.016   0.051   0.000   0.000   0.634     NaN
Ages, Metallicities, Weights:
   1.86e+03      0.440   9.82e-11
V_corr=      -289.19559
ibin=    4120 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      40.7   128.0   0.004   0.010   0.000   0.000   0.680     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.312   4.31e-10
V_corr=      -292.08785
ibin=    4121 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      69.4   141.9  -0.007  -0.006   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.89e+04     -0.410   3.62e-10
V_corr=      -263.43426
ibin=    4122 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     329      70.6   172.3   0.028   0.010   0.000   0.000   0.715     NaN
Ages, Metallicities, Weights:
       740.      0.689   4.09e-11
V_corr=      -262.22090
ibin=    4123 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      58.0   151.0   0.051   0.022   0.000   0.000   0.255     NaN
Ages, Metallicities, Weights:
   1.69e+04     -0.502   2.76e-10
V_corr=      -274.79349
ibin=    4124 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     206      93.2   221.2   0.021   0.020   0.000   0.000   0.423     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.131   4.27e-10
V_corr=      -239.57365
ibin=    4125 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     108.4   170.9   0.064   0.009   0.000   0.000   0.373     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.303   3.56e-10
V_corr=      -224.43418
ibin=    4126 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      19.6    74.2   0.013   0.004   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.535   2.74e-10
V_corr=      -313.25617
ibin=    4127 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      35.8    98.8   0.014   0.001   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.06e+03     -0.305   2.14e-11
V_corr=      -297.03132
ibin=    4128 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      46.6    30.8   0.000  -0.005   0.000   0.000   0.806     NaN
Ages, Metallicities, Weights:
   1.52e+03     -0.356   3.11e-11
V_corr=      -286.24573
ibin=    4129 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      90.2    96.4   0.027   0.009   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   2.02e+03     -0.260   3.93e-11
V_corr=      -242.60886
ibin=    4130 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      92.5   102.9   0.024  -0.037   0.000   0.000   0.783     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.726   1.82e-10
V_corr=      -240.34110
ibin=    4131 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      74.3   124.4   0.025  -0.005   0.000   0.000   0.448     NaN
Ages, Metallicities, Weights:
       769.      0.512   2.08e-11
V_corr=      -258.50136
ibin=    4132 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     103.2    91.3   0.007   0.002   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   1.51e+03     -0.290   2.31e-11
V_corr=      -229.62984
ibin=    4133 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      36.5   248.6   0.000  -0.029   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.518   1.73e-10
V_corr=      -296.35328
ibin=    4134 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      69.8   129.3   0.013   0.019   0.000   0.000   0.401     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.421   2.32e-10
V_corr=      -263.03745
ibin=    4135 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     241      72.6   155.0   0.050   0.014   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
       542.      0.643   2.09e-11
V_corr=      -260.25346
ibin=    4136 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      48.7   121.9   0.041   0.012   0.000   0.000   0.430     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.490   2.52e-10
V_corr=      -284.10573
ibin=    4137 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71      45.8   110.7   0.033   0.014   0.000   0.000   0.621     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.407   2.70e-10
V_corr=      -287.02706
ibin=    4138 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     161.9   150.5  -0.021  -0.038   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.256   2.32e-10
V_corr=      -170.92556
ibin=    4139 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      68.8   132.7  -0.003   0.008   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.27e+03      0.290   3.20e-11
V_corr=      -264.01352
ibin=    4140 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4141 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4142 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4143 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -28.1   155.0   0.027   0.048   0.000   0.000   1.193     NaN
Ages, Metallicities, Weights:
   1.67e+03      0.527   1.46e-10
V_corr=      -360.92522
ibin=    4144 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -72.7   169.2   0.020   0.046   0.000   0.000   1.465     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0925   8.42e-10
V_corr=      -405.52241
ibin=    4145 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -35.0   158.4  -0.015  -0.022   0.000   0.000   1.051     NaN
Ages, Metallicities, Weights:
   1.58e+04     -0.315   6.30e-10
V_corr=      -367.82958
ibin=    4146 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -15.9   142.9  -0.041  -0.003   0.000   0.000   1.187     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.384   7.29e-10
V_corr=      -348.66871
ibin=    4147 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170     -65.7   189.0   0.034  -0.041   0.000   0.000   0.850     NaN
Ages, Metallicities, Weights:
   1.35e+03      0.555   1.37e-10
V_corr=      -398.47621
ibin=    4148 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -47.8   175.0   0.010   0.100   0.000   0.000   0.707     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0580   9.28e-10
V_corr=      -380.64990
ibin=    4149 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -45.4   124.5  -0.007   0.021   0.000   0.000   1.251     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.269   8.59e-10
V_corr=      -378.16358
ibin=    4150 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -40.1   153.1   0.034  -0.044   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   8.04e+03     0.0912   6.08e-10
V_corr=      -372.91489
ibin=    4151 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -12.7    99.4  -0.049   0.013   0.000   0.000   1.142     NaN
Ages, Metallicities, Weights:
   1.23e+04     -0.589   4.83e-10
V_corr=      -345.49526
ibin=    4152 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -50.8   115.3   0.022   0.005   0.000   0.000   0.859     NaN
Ages, Metallicities, Weights:
   6.01e+03     -0.195   3.65e-10
V_corr=      -383.57092
ibin=    4153 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -61.7   155.7   0.038   0.061   0.000   0.000   0.723     NaN
Ages, Metallicities, Weights:
   2.54e+03      0.238   2.25e-10
V_corr=      -394.46293
ibin=    4154 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     179     -50.8   164.3  -0.015   0.032   0.000   0.000   0.910     NaN
Ages, Metallicities, Weights:
   1.89e+03      0.483   2.12e-10
V_corr=      -383.57416
ibin=    4155 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     -53.5   158.7   0.038   0.036   0.000   0.000   0.813     NaN
Ages, Metallicities, Weights:
   8.60e+03      0.120   7.20e-10
V_corr=      -386.35380
ibin=    4156 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -55.5   175.2   0.103   0.056   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.86e+04   -0.00861   1.17e-09
V_corr=      -388.34362
ibin=    4157 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -37.1   114.0  -0.026  -0.013   0.000   0.000   1.136     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.252   1.10e-09
V_corr=      -369.87167
ibin=    4158 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -67.4   155.8  -0.026   0.011   0.000   0.000   1.041     NaN
Ages, Metallicities, Weights:
   1.93e+03      0.391   2.25e-10
V_corr=      -400.18008
ibin=    4159 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -50.3   167.9  -0.068   0.000   0.000   0.000   0.782     NaN
Ages, Metallicities, Weights:
   4.14e+03    -0.0934   3.40e-10
V_corr=      -383.10276
ibin=    4160 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     167     -52.9   156.5  -0.038  -0.048   0.000   0.000   0.570     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.107   1.30e-09
V_corr=      -385.69179
ibin=    4161 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -47.2   167.5   0.029  -0.019   0.000   0.000   0.717     NaN
Ages, Metallicities, Weights:
   1.66e+03      0.486   2.21e-10
V_corr=      -379.96674
ibin=    4162 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -26.8   120.0  -0.067   0.094   0.000   0.000   0.800     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.277   1.09e-09
V_corr=      -359.64282
ibin=    4163 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -52.5   140.4   0.009   0.045   0.000   0.000   0.726     NaN
Ages, Metallicities, Weights:
   1.91e+03      0.525   2.64e-10
V_corr=      -385.30140
ibin=    4164 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194     -32.4   138.7  -0.069   0.014   0.000   0.000   0.716     NaN
Ages, Metallicities, Weights:
   1.57e+03      0.516   2.09e-10
V_corr=      -365.24453
ibin=    4165 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     145      -8.1   187.0  -0.017  -0.002   0.000   0.000   0.422     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0636   1.36e-09
V_corr=      -340.90008
ibin=    4166 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -26.0   158.7   0.028   0.087   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   2.73e+03      0.499   3.72e-10
V_corr=      -358.76472
ibin=    4167 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -31.5   131.9  -0.010   0.024   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.174   1.26e-09
V_corr=      -364.26898
ibin=    4168 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -11.3   125.2  -0.114   0.042   0.000   0.000   0.442     NaN
Ages, Metallicities, Weights:
   2.22e+03     0.0140   2.06e-10
V_corr=      -344.11414
ibin=    4169 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      80      -8.1   121.3   0.020   0.019   0.000   0.000   0.373     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.212   1.21e-09
V_corr=      -340.93982
ibin=    4170 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -13.7   155.8  -0.007   0.026   0.000   0.000   0.522     NaN
Ages, Metallicities, Weights:
   4.23e+03      0.143   4.14e-10
V_corr=      -346.55694
ibin=    4171 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -16.9   140.7  -0.031   0.088   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0733   1.18e-09
V_corr=      -349.71865
ibin=    4172 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      24.0   116.9  -0.028   0.058   0.000   0.000   0.497     NaN
Ages, Metallicities, Weights:
   5.95e+03    -0.0697   4.50e-10
V_corr=      -308.82823
ibin=    4173 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      -7.8   156.6   0.052   0.084   0.000   0.000   0.400     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.116   1.13e-09
V_corr=      -340.59200
ibin=    4174 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -23.6   187.9   0.036   0.045   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.13e+04      0.556   1.22e-09
V_corr=      -356.36764
ibin=    4175 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -23.4   173.7  -0.054   0.056   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   3.33e+03      0.645   5.14e-10
V_corr=      -356.24362
ibin=    4176 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      31.4   156.6  -0.011   0.036   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.147   1.06e-09
V_corr=      -301.37621
ibin=    4177 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      15.2   114.8  -0.053   0.026   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   5.40e+03    -0.0397   3.47e-10
V_corr=      -317.62503
ibin=    4178 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      16.1   172.2  -0.065   0.026   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.227   7.93e-10
V_corr=      -316.66071
ibin=    4179 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      30.4   163.3  -0.006  -0.037   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0215   9.69e-10
V_corr=      -302.42354
ibin=    4180 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115       9.8   172.4   0.018  -0.078   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.04e+03      0.672   1.14e-10
V_corr=      -323.00052
ibin=    4181 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      41.6   119.9  -0.048   0.046   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
   1.70e+04     -0.615   4.82e-10
V_corr=      -291.25549
ibin=    4182 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      23.4   116.3   0.001   0.054   0.000   0.000   0.569     NaN
Ages, Metallicities, Weights:
   2.76e+03     0.0273   1.48e-10
V_corr=      -309.39839
ibin=    4183 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196      42.3   129.9  -0.034   0.036   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.60e+04     -0.629   4.08e-10
V_corr=      -290.47370
ibin=    4184 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -11.1   188.9  -0.074   0.105   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   3.08e+03      0.463   2.06e-10
V_corr=      -343.93705
ibin=    4185 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      44.0   120.1  -0.003   0.016   0.000   0.000   0.504     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.347   5.81e-10
V_corr=      -288.81829
ibin=    4186 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      42.1    79.7   0.006   0.000   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.432   4.82e-10
V_corr=      -290.71083
ibin=    4187 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      65.0   132.2  -0.001   0.032   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
   7.41e+03     -0.168   2.29e-10
V_corr=      -267.77965
ibin=    4188 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      33.9    69.6  -0.015  -0.003   0.000   0.000   0.333     NaN
Ages, Metallicities, Weights:
   3.86e+03     -0.758   7.71e-11
V_corr=      -298.94042
ibin=    4189 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      68.0   134.5   0.033   0.041   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.390   3.56e-10
V_corr=      -264.76246
ibin=    4190 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      54.7   125.3  -0.005   0.025   0.000   0.000   0.466     NaN
Ages, Metallicities, Weights:
   1.80e+04     -0.453   3.34e-10
V_corr=      -278.12627
ibin=    4191 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182      98.6   175.3  -0.024  -0.038   0.000   0.000   0.744     NaN
Ages, Metallicities, Weights:
   8.75e+03     -0.204   1.99e-10
V_corr=      -234.23160
ibin=    4192 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     142      70.3   181.5  -0.071  -0.003   0.000   0.000   0.511     NaN
Ages, Metallicities, Weights:
   1.62e+04     -0.572   2.17e-10
V_corr=      -262.47645
ibin=    4193 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      95.7   158.3  -0.021  -0.031   0.000   0.000   0.446     NaN
Ages, Metallicities, Weights:
   2.50e+03     -0.255   5.80e-11
V_corr=      -237.13257
ibin=    4194 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     158      64.4   146.0   0.030   0.026   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.355   3.23e-10
V_corr=      -268.42097
ibin=    4195 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      52.4   210.0   0.067  -0.042   0.000   0.000   0.331     NaN
Ages, Metallicities, Weights:
   1.42e+04      0.689   6.20e-10
V_corr=      -280.44931
ibin=    4196 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      67.8   104.3   0.031   0.001   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.731   1.86e-10
V_corr=      -265.03061
ibin=    4197 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      47.4    66.3   0.005  -0.004   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   1.19e+04      -1.03   1.17e-10
V_corr=      -285.37689
ibin=    4198 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      33.7    26.2   0.000  -0.001   0.000   0.000   0.505     NaN
Ages, Metallicities, Weights:
   1.16e+04      -1.03   1.45e-10
V_corr=      -299.09512
ibin=    4199 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      25.5   132.9   0.022   0.003   0.000   0.000   0.543     NaN
Ages, Metallicities, Weights:
   1.41e+03      0.133   3.19e-11
V_corr=      -307.33465
ibin=    4200 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      96.8   315.6  -0.037  -0.022   0.000   0.000   0.310     NaN
Ages, Metallicities, Weights:
   2.84e+03      0.127   7.83e-11
V_corr=      -235.99960
ibin=    4201 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      74      81.7   162.5  -0.019  -0.015   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   3.23e+03    0.00211   6.99e-11
V_corr=      -251.07489
ibin=    4202 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     144.4   161.0   0.016  -0.027   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.424   2.33e-10
V_corr=      -188.36904
ibin=    4203 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      74.4   188.7   0.013  -0.013   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
       868.      0.485   2.47e-11
V_corr=      -258.39705
ibin=    4204 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194     -26.7   131.6  -0.009   0.021   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.46e+03    -0.0476   3.13e-11
V_corr=      -359.50964
ibin=    4205 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      11.1   143.3   0.064   0.069   0.000   0.000   0.544     NaN
Ages, Metallicities, Weights:
   3.42e+03      0.310   9.93e-11
V_corr=      -321.72157
ibin=    4206 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      16.2   136.4   0.021   0.009   0.000   0.000   0.655     NaN
Ages, Metallicities, Weights:
   1.84e+03      0.481   6.26e-11
V_corr=      -316.57631
ibin=    4207 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     275     145.0   187.2   0.001  -0.027   0.000   0.000   0.235     NaN
Ages, Metallicities, Weights:
   2.94e+03     -0.872   3.55e-11
V_corr=      -187.83800
ibin=    4208 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     123.9   176.5  -0.008  -0.047   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.332   2.39e-10
V_corr=      -208.92391
ibin=    4209 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4210 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4211 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4212 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -36.2   166.6   0.076   0.018   0.000   0.000   1.241     NaN
Ages, Metallicities, Weights:
   1.40e+03      0.571   1.23e-10
V_corr=      -369.04646
ibin=    4213 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113     -35.9   190.4   0.025  -0.031   0.000   0.000   0.965     NaN
Ages, Metallicities, Weights:
   2.83e+03      0.448   2.47e-10
V_corr=      -368.75827
ibin=    4214 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -17.0   165.4   0.013   0.049   0.000   0.000   0.869     NaN
Ages, Metallicities, Weights:
   3.52e+03    -0.0660   2.03e-10
V_corr=      -349.82676
ibin=    4215 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -58.3   123.8   0.039   0.018   0.000   0.000   2.692     NaN
Ages, Metallicities, Weights:
   2.62e+03     0.0482   1.72e-10
V_corr=      -391.13442
ibin=    4216 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -36.0   112.4  -0.005   0.058   0.000   0.000   0.854     NaN
Ages, Metallicities, Weights:
   7.15e+03     -0.134   3.77e-10
V_corr=      -368.78832
ibin=    4217 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     261     -46.5   130.6   0.004  -0.010   0.000   0.000   1.193     NaN
Ages, Metallicities, Weights:
       928.      0.651   9.78e-11
V_corr=      -379.30038
ibin=    4218 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -67.5   130.8   0.056   0.022   0.000   0.000   0.676     NaN
Ages, Metallicities, Weights:
   3.29e+03    -0.0384   2.10e-10
V_corr=      -400.30563
ibin=    4219 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     154     -59.4   104.0  -0.044  -0.038   0.000   0.000   1.675     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.379   7.90e-10
V_corr=      -392.18575
ibin=    4220 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160     -37.9   134.8   0.015   0.058   0.000   0.000   1.243     NaN
Ages, Metallicities, Weights:
   6.49e+03     -0.105   4.00e-10
V_corr=      -370.68046
ibin=    4221 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194     -57.9   126.2  -0.094  -0.004   0.000   0.000   0.530     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.364   8.50e-10
V_corr=      -390.70332
ibin=    4222 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -24.4   156.1   0.078   0.055   0.000   0.000   1.133     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.224   9.49e-10
V_corr=      -357.23833
ibin=    4223 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -38.7   110.0   0.034   0.022   0.000   0.000   1.309     NaN
Ages, Metallicities, Weights:
   6.37e+03    -0.0762   4.37e-10
V_corr=      -371.47000
ibin=    4224 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -26.1   129.4   0.027   0.045   0.000   0.000   0.651     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.256   9.81e-10
V_corr=      -358.86232
ibin=    4225 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -53.7   145.8   0.060  -0.033   0.000   0.000   0.733     NaN
Ages, Metallicities, Weights:
   4.49e+03      0.166   4.10e-10
V_corr=      -386.46511
ibin=    4226 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -55.2   127.7   0.008  -0.006   0.000   0.000   0.730     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.309   1.01e-09
V_corr=      -387.98182
ibin=    4227 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -17.6   153.0   0.015   0.064   0.000   0.000   0.697     NaN
Ages, Metallicities, Weights:
   7.94e+03     0.0457   6.30e-10
V_corr=      -350.45447
ibin=    4228 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -38.0   145.0   0.029   0.040   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.99e+03      0.369   2.22e-10
V_corr=      -370.80357
ibin=    4229 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72     -24.5   134.7   0.024   0.011   0.000   0.000   0.872     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.417   9.69e-10
V_corr=      -357.26652
ibin=    4230 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -41.1   173.3   0.017   0.027   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0864   1.25e-09
V_corr=      -373.89589
ibin=    4231 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -35.9   134.6   0.049  -0.001   0.000   0.000   0.684     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.484   7.66e-10
V_corr=      -368.67810
ibin=    4232 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181     -50.6   153.2   0.016   0.038   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.11e+03      0.569   1.42e-10
V_corr=      -383.43578
ibin=    4233 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -25.7   171.2   0.011  -0.024   0.000   0.000   0.724     NaN
Ages, Metallicities, Weights:
   1.30e+03      0.602   1.83e-10
V_corr=      -358.52293
ibin=    4234 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -24.4   158.8   0.006   0.035   0.000   0.000   0.340     NaN
Ages, Metallicities, Weights:
   8.56e+03      0.128   8.11e-10
V_corr=      -357.20508
ibin=    4235 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -40.2   128.1   0.028  -0.006   0.000   0.000   0.487     NaN
Ages, Metallicities, Weights:
   1.94e+04     -0.144   1.19e-09
V_corr=      -372.96985
ibin=    4236 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -31.9   169.1   0.131   0.025   0.000   0.000   0.651     NaN
Ages, Metallicities, Weights:
   3.47e+03      0.298   3.62e-10
V_corr=      -364.73185
ibin=    4237 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      -1.8    64.7  -0.019   0.024   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.89e+03     -0.260   1.41e-10
V_corr=      -334.62278
ibin=    4238 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     113      -9.3   166.5   0.050   0.065   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0143   1.27e-09
V_corr=      -342.06586
ibin=    4239 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -20.0   163.4   0.009  -0.008   0.000   0.000   0.331     NaN
Ages, Metallicities, Weights:
   5.88e+03     0.0792   5.16e-10
V_corr=      -352.80976
ibin=    4240 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -14.6   106.8   0.002  -0.013   0.000   0.000   0.394     NaN
Ages, Metallicities, Weights:
   1.64e+04     -0.429   7.39e-10
V_corr=      -347.37712
ibin=    4241 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95       4.6   143.6   0.007   0.057   0.000   0.000   0.476     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.217   1.01e-09
V_corr=      -328.17277
ibin=    4242 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       1.3   150.9   0.030   0.009   0.000   0.000   0.479     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.145   1.13e-09
V_corr=      -331.47020
ibin=    4243 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      24.0   108.2  -0.045   0.037   0.000   0.000   0.546     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.277   7.68e-10
V_corr=      -308.85570
ibin=    4244 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -17.3   137.3   0.041   0.037   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
   6.14e+03     -0.137   3.72e-10
V_corr=      -350.15113
ibin=    4245 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      -8.0   109.5  -0.088   0.028   0.000   0.000   0.336     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.376   7.65e-10
V_corr=      -340.80600
ibin=    4246 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      -7.7   178.4   0.064   0.049   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   2.32e+03      0.466   2.20e-10
V_corr=      -340.46192
ibin=    4247 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      40.6   137.8  -0.031   0.047   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   5.94e+03     -0.148   3.13e-10
V_corr=      -292.21886
ibin=    4248 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      15.3   137.4   0.032   0.037   0.000   0.000   0.584     NaN
Ages, Metallicities, Weights:
   1.65e+04     -0.150   7.10e-10
V_corr=      -317.54320
ibin=    4249 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      -3.0   151.0   0.056   0.073   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   1.37e+03      0.459   1.03e-10
V_corr=      -335.82610
ibin=    4250 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81       2.4   149.6   0.018   0.028   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0648   8.34e-10
V_corr=      -330.35898
ibin=    4251 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     311      30.3    37.8   0.005   0.002   0.000   0.000   0.413     NaN
Ages, Metallicities, Weights:
   1.17e+04     -0.860   3.07e-10
V_corr=      -302.49776
ibin=    4252 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      50.0    95.7   0.012   0.006   0.000   0.000   0.286     NaN
Ages, Metallicities, Weights:
   1.64e+04     -0.577   4.35e-10
V_corr=      -282.79332
ibin=    4253 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     218      -7.2   177.1  -0.031   0.098   0.000   0.000   0.396     NaN
Ages, Metallicities, Weights:
   6.81e+03      0.348   3.69e-10
V_corr=      -340.03360
ibin=    4254 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      24.9    92.9   0.041   0.018   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   4.26e+03     -0.340   1.53e-10
V_corr=      -307.86780
ibin=    4255 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      74.9   154.9  -0.007   0.025   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   2.24e+03     0.0273   9.91e-11
V_corr=      -257.94666
ibin=    4256 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195      52.3   178.0  -0.015   0.008   0.000   0.000   0.582     NaN
Ages, Metallicities, Weights:
   3.07e+03      0.689   2.43e-10
V_corr=      -280.55776
ibin=    4257 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      36.0   192.3   0.012   0.034   0.000   0.000   0.549     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.214   4.14e-10
V_corr=      -296.77660
ibin=    4258 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      26.8   125.9   0.055   0.001   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.523   3.16e-10
V_corr=      -306.01064
ibin=    4259 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      53.1   149.0   0.025   0.014   0.000   0.000   0.321     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00502   4.48e-10
V_corr=      -279.74498
ibin=    4260 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     133.9   129.7   0.021  -0.004   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   8.86e+03     -0.408   1.33e-10
V_corr=      -198.92686
ibin=    4261 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      87.3   162.7   0.037   0.006   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.407   2.70e-10
V_corr=      -245.55634
ibin=    4262 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      60.3   157.5   0.013   0.040   0.000   0.000   0.759     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0763   4.20e-10
V_corr=      -272.52627
ibin=    4263 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      79.8   173.1   0.009  -0.063   0.000   0.000   0.292     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0727   4.02e-10
V_corr=      -253.01332
ibin=    4264 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      45.4   215.0  -0.030  -0.000   0.000   0.000   0.651     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.157   3.92e-10
V_corr=      -287.41772
ibin=    4265 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     218      63.6    76.6   0.014   0.007   0.000   0.000   0.397     NaN
Ages, Metallicities, Weights:
       811.     -0.116   1.71e-11
V_corr=      -269.16995
ibin=    4266 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194      23.6   155.2   0.017   0.051   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.20e+03      0.583   4.13e-11
V_corr=      -309.20460
ibin=    4267 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     204      81.3   254.5   0.089  -0.081   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   8.43e+03      0.233   2.46e-10
V_corr=      -251.46363
ibin=    4268 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     105.0   127.4   0.007   0.010   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
       853.     0.0623   1.86e-11
V_corr=      -227.81072
ibin=    4269 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      70.9   210.7   0.037   0.033   0.000   0.000   0.509     NaN
Ages, Metallicities, Weights:
   9.96e+03      0.240   2.37e-10
V_corr=      -261.93329
ibin=    4270 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      54.1   187.3  -0.033  -0.009   0.000   0.000   0.563     NaN
Ages, Metallicities, Weights:
   2.53e+03      0.525   8.22e-11
V_corr=      -278.67090
ibin=    4271 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182     122.6   184.1   0.009  -0.042   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.55e+04     -0.721   1.51e-10
V_corr=      -210.19141
ibin=    4272 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     209      40.6   234.9   0.024  -0.023   0.000   0.000   0.318     NaN
Ages, Metallicities, Weights:
       684.      0.689   2.40e-11
V_corr=      -292.25278
ibin=    4273 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108      21.5   105.5   0.020  -0.004   0.000   0.000   0.475     NaN
Ages, Metallicities, Weights:
       753.      0.158   1.78e-11
V_corr=      -311.35165
ibin=    4274 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     402       7.0    44.6   0.002   0.002   0.000   0.000   0.360     NaN
Ages, Metallicities, Weights:
   8.63e+03      -1.00   9.50e-11
V_corr=      -325.82130
ibin=    4275 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      41.3   106.3   0.049  -0.004   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   7.83e+03     -0.260   1.23e-10
V_corr=      -291.47754
ibin=    4276 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      46.5   168.7   0.018  -0.030   0.000   0.000   0.470     NaN
Ages, Metallicities, Weights:
       947.      0.689   3.26e-11
V_corr=      -286.27264
ibin=    4277 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152     104.4   146.1   0.011   0.021   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.290   2.43e-10
V_corr=      -228.44501
ibin=    4278 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4279 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4280 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4281 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -72.0   110.2  -0.026   0.017   0.000   0.000   0.808     NaN
Ages, Metallicities, Weights:
   8.36e+03     -0.226   3.60e-10
V_corr=      -404.79087
ibin=    4282 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -83.8   126.7   0.014  -0.045   0.000   0.000   0.943     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.338   7.21e-10
V_corr=      -416.63030
ibin=    4283 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -43.4   142.9  -0.038   0.030   0.000   0.000   0.960     NaN
Ages, Metallicities, Weights:
   1.74e+04     -0.224   6.85e-10
V_corr=      -376.25174
ibin=    4284 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -57.3   177.2   0.028   0.050   0.000   0.000   0.818     NaN
Ages, Metallicities, Weights:
   3.00e+03      0.324   2.26e-10
V_corr=      -390.14673
ibin=    4285 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -48.8   208.2  -0.005   0.014   0.000   0.000   0.873     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.203   1.08e-09
V_corr=      -381.65315
ibin=    4286 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -58.6   114.4  -0.042   0.020   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.21e+03      0.279   8.49e-11
V_corr=      -391.37928
ibin=    4287 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -61.6   151.1   0.139  -0.018   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.319   8.00e-10
V_corr=      -394.38039
ibin=    4288 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -44.8   167.6   0.041  -0.006   0.000   0.000   1.525     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.146   9.13e-10
V_corr=      -377.59374
ibin=    4289 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -56.6   107.1   0.001  -0.003   0.000   0.000   1.051     NaN
Ages, Metallicities, Weights:
   1.51e+04     -0.262   6.85e-10
V_corr=      -389.41262
ibin=    4290 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -49.7   141.1  -0.017   0.010   0.000   0.000   0.764     NaN
Ages, Metallicities, Weights:
   1.87e+04     -0.146   9.36e-10
V_corr=      -382.48751
ibin=    4291 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -62.8   158.5   0.028   0.049   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   3.43e+03     0.0486   2.53e-10
V_corr=      -395.63531
ibin=    4292 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -58.6   138.4   0.016   0.033   0.000   0.000   1.019     NaN
Ages, Metallicities, Weights:
   8.07e+03     0.0734   6.00e-10
V_corr=      -391.41683
ibin=    4293 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -48.1   137.8  -0.036  -0.001   0.000   0.000   0.637     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.397   8.68e-10
V_corr=      -380.88648
ibin=    4294 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     146     -39.4   179.6   0.018   0.050   0.000   0.000   1.001     NaN
Ages, Metallicities, Weights:
   1.90e+04      0.260   1.39e-09
V_corr=      -372.19562
ibin=    4295 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -57.3   113.1  -0.015  -0.007   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   4.77e+03     -0.234   3.30e-10
V_corr=      -390.11004
ibin=    4296 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -58.5   166.4   0.055   0.066   0.000   0.000   0.655     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0263   1.18e-09
V_corr=      -391.35130
ibin=    4297 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -35.9   149.2   0.005   0.034   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
   8.17e+03    -0.0415   5.99e-10
V_corr=      -368.73490
ibin=    4298 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -23.8   124.5  -0.015   0.044   0.000   0.000   0.742     NaN
Ages, Metallicities, Weights:
   2.74e+03     -0.135   2.11e-10
V_corr=      -356.58332
ibin=    4299 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -10.7   129.3  -0.007   0.011   0.000   0.000   0.792     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.342   9.69e-10
V_corr=      -343.51158
ibin=    4300 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -26.0   141.2  -0.039  -0.009   0.000   0.000   0.843     NaN
Ages, Metallicities, Weights:
   5.57e+03    -0.0191   4.58e-10
V_corr=      -358.84021
ibin=    4301 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -47.6   143.2  -0.024   0.081   0.000   0.000   0.406     NaN
Ages, Metallicities, Weights:
   1.88e+03      0.487   2.29e-10
V_corr=      -380.38191
ibin=    4302 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -37.7   158.4   0.025  -0.029   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.194   1.19e-09
V_corr=      -370.48443
ibin=    4303 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     124     -63.3   142.2  -0.017  -0.021   0.000   0.000   0.490     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.365   1.01e-09
V_corr=      -396.09399
ibin=    4304 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -28.4   109.5  -0.005   0.015   0.000   0.000   0.832     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.339   9.84e-10
V_corr=      -361.22843
ibin=    4305 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -16.6   159.3   0.009   0.033   0.000   0.000   0.407     NaN
Ages, Metallicities, Weights:
   1.34e+04     0.0839   1.02e-09
V_corr=      -349.37299
ibin=    4306 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -19.9   137.6  -0.038   0.037   0.000   0.000   0.481     NaN
Ages, Metallicities, Weights:
   5.82e+03    -0.0963   4.24e-10
V_corr=      -352.74386
ibin=    4307 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -22.5   154.3  -0.004   0.039   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.90e+03      0.522   2.30e-10
V_corr=      -355.32808
ibin=    4308 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93       0.7   145.2  -0.038   0.006   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.63e+04     -0.171   8.90e-10
V_corr=      -332.07246
ibin=    4309 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -27.1   155.6  -0.002   0.026   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
   1.02e+03      0.649   1.13e-10
V_corr=      -359.88247
ibin=    4310 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92       9.1   132.5   0.002   0.036   0.000   0.000   0.456     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.121   9.85e-10
V_corr=      -323.68779
ibin=    4311 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105       7.6   128.5   0.016   0.028   0.000   0.000   0.417     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.157   9.92e-10
V_corr=      -325.23487
ibin=    4312 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184      -1.0   222.6   0.057   0.069   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   7.56e+03      0.570   6.00e-10
V_corr=      -333.80789
ibin=    4313 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -22.8   154.8   0.002   0.076   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0645   7.44e-10
V_corr=      -355.56861
ibin=    4314 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92       4.1   108.5  -0.016   0.012   0.000   0.000   0.355     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.365   7.25e-10
V_corr=      -328.66589
ibin=    4315 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      12.0   116.3  -0.043   0.025   0.000   0.000   0.775     NaN
Ages, Metallicities, Weights:
   5.07e+03     -0.246   2.81e-10
V_corr=      -320.80043
ibin=    4316 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138       3.3   129.8  -0.049  -0.006   0.000   0.000   0.532     NaN
Ages, Metallicities, Weights:
   2.14e+03     0.0302   1.36e-10
V_corr=      -329.48805
ibin=    4317 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     182       1.2   153.4   0.071   0.123   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.225   9.67e-10
V_corr=      -331.61932
ibin=    4318 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83       5.8   159.7   0.009   0.040   0.000   0.000   0.515     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.100   7.97e-10
V_corr=      -327.05747
ibin=    4319 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      10.5   109.0  -0.020   0.024   0.000   0.000   0.478     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.502   5.82e-10
V_corr=      -322.30879
ibin=    4320 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -9.2   133.6   0.000   0.007   0.000   0.000   0.654     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0691   7.60e-10
V_corr=      -341.96632
ibin=    4321 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95      28.0   149.4   0.018   0.037   0.000   0.000   0.667     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.320   5.76e-10
V_corr=      -304.76436
ibin=    4322 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118       5.9   172.2  -0.070   0.009   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.195   6.21e-10
V_corr=      -326.90569
ibin=    4323 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      12.7    87.7   0.020  -0.015   0.000   0.000   0.378     NaN
Ages, Metallicities, Weights:
   4.19e+03     -0.266   1.58e-10
V_corr=      -320.13885
ibin=    4324 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      44.4   117.5   0.049  -0.008   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   2.02e+03     0.0991   9.32e-11
V_corr=      -288.43632
ibin=    4325 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      21.2   142.7  -0.007   0.055   0.000   0.000   0.404     NaN
Ages, Metallicities, Weights:
   8.08e+03   0.000499   2.93e-10
V_corr=      -311.57786
ibin=    4326 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      65.3   156.2   0.013   0.009   0.000   0.000   0.606     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.225   4.26e-10
V_corr=      -267.52397
ibin=    4327 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148      27.3   206.6  -0.006  -0.002   0.000   0.000   0.435     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.188   4.21e-10
V_corr=      -305.47547
ibin=    4328 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     103.3   272.5   0.001   0.013   0.000   0.000   0.486     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.285   4.31e-10
V_corr=      -229.47764
ibin=    4329 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      -5.4   118.9   0.010   0.033   0.000   0.000   0.375     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.450   2.62e-10
V_corr=      -338.19685
ibin=    4330 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     407      90.8   180.3   0.027   0.080   0.000   0.000   0.395     NaN
Ages, Metallicities, Weights:
   1.83e+04      0.689   8.85e-10
V_corr=      -242.04859
ibin=    4331 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138      47.6   136.8   0.043  -0.022   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
       842.     -0.105   2.01e-11
V_corr=      -285.16990
ibin=    4332 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      48.6   161.9   0.030   0.004   0.000   0.000   0.632     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.170   3.11e-10
V_corr=      -284.19267
ibin=    4333 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     118.6   149.7   0.026  -0.030   0.000   0.000   1.020     NaN
Ages, Metallicities, Weights:
   4.21e+03    -0.0813   9.16e-11
V_corr=      -214.16730
ibin=    4334 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      42.1    25.1  -0.001  -0.000   0.000   0.000   0.640     NaN
Ages, Metallicities, Weights:
       742.     -0.316   2.16e-11
V_corr=      -290.71487
ibin=    4335 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      -2.6   118.8   0.005   0.036   0.000   0.000   0.350     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.596   2.14e-10
V_corr=      -335.37252
ibin=    4336 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     101.5    84.4   0.022   0.011   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   5.42e+03     -0.776   7.19e-11
V_corr=      -231.27033
ibin=    4337 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      81.2    98.3  -0.031  -0.012   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   4.59e+03     -0.284   8.33e-11
V_corr=      -251.65172
ibin=    4338 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173       9.1    84.1   0.022  -0.005   0.000   0.000   0.419     NaN
Ages, Metallicities, Weights:
   2.02e+03     -0.652   2.90e-11
V_corr=      -323.67880
ibin=    4339 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      69.1   133.1   0.011  -0.011   0.000   0.000   0.541     NaN
Ages, Metallicities, Weights:
   1.36e+03      0.242   3.33e-11
V_corr=      -263.68779
ibin=    4340 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     195     188.4   168.7   0.012  -0.005   0.000   0.000   0.360     NaN
Ages, Metallicities, Weights:
   6.56e+03      0.177   1.49e-10
V_corr=      -144.40958
ibin=    4341 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     110.4   134.8  -0.004  -0.007   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
       711.    -0.0523   1.37e-11
V_corr=      -222.45183
ibin=    4342 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194     114.2   232.3  -0.001   0.027   0.000   0.000   0.484     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.293   2.79e-10
V_corr=      -218.59851
ibin=    4343 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     208      50.5   124.5  -0.017   0.030   0.000   0.000   0.407     NaN
Ages, Metallicities, Weights:
       851.      0.632   2.83e-11
V_corr=      -282.32995
ibin=    4344 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     382     133.0   289.2   0.029   0.023   0.000   0.000   0.496     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.689   7.98e-10
V_corr=      -199.80129
ibin=    4345 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      94.3   113.6  -0.027   0.008   0.000   0.000   0.389     NaN
Ages, Metallicities, Weights:
   1.91e+04     -0.307   2.49e-10
V_corr=      -238.50275
ibin=    4346 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     174.3   129.4  -0.007  -0.002   0.000   0.000   0.531     NaN
Ages, Metallicities, Weights:
   1.55e+04     -0.782   1.32e-10
V_corr=      -158.51745
ibin=    4347 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4348 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4349 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4350 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     265     -50.8   122.5   0.020   0.014   0.000   0.000   1.169     NaN
Ages, Metallicities, Weights:
   1.47e+04     -0.283   5.46e-10
V_corr=      -383.63014
ibin=    4351 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -60.4   117.6   0.028   0.009   0.000   0.000   1.256     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.573   5.55e-10
V_corr=      -393.19822
ibin=    4352 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152     -62.0   149.9   0.087   0.019   0.000   0.000   1.265     NaN
Ages, Metallicities, Weights:
   3.90e+03     0.0834   2.41e-10
V_corr=      -394.76584
ibin=    4353 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -18.5   157.6   0.059   0.029   0.000   0.000   0.891     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.209   7.93e-10
V_corr=      -351.35099
ibin=    4354 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -74.4   148.6  -0.013  -0.001   0.000   0.000   1.505     NaN
Ages, Metallicities, Weights:
   3.01e+03      0.125   2.04e-10
V_corr=      -407.19103
ibin=    4355 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184     -71.9   142.2   0.029   0.023   0.000   0.000   0.695     NaN
Ages, Metallicities, Weights:
   3.46e+03    -0.0460   2.05e-10
V_corr=      -404.75095
ibin=    4356 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108     -41.4   211.3   0.161   0.026   0.000   0.000   0.716     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0109   9.62e-10
V_corr=      -374.23957
ibin=    4357 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     186     -38.3   132.4   0.052   0.035   0.000   0.000   1.222     NaN
Ages, Metallicities, Weights:
   1.34e+04     -0.106   6.59e-10
V_corr=      -371.14945
ibin=    4358 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -46.3   161.2  -0.008   0.040   0.000   0.000   1.059     NaN
Ages, Metallicities, Weights:
   3.47e+03      0.193   2.62e-10
V_corr=      -379.15701
ibin=    4359 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -44.0   131.7   0.045   0.007   0.000   0.000   0.960     NaN
Ages, Metallicities, Weights:
   1.59e+04     -0.494   6.02e-10
V_corr=      -376.81211
ibin=    4360 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -55.6   132.2  -0.046   0.036   0.000   0.000   0.720     NaN
Ages, Metallicities, Weights:
   1.23e+03      0.514   1.18e-10
V_corr=      -388.41846
ibin=    4361 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135     -61.5   152.4  -0.017  -0.038   0.000   0.000   0.416     NaN
Ages, Metallicities, Weights:
   1.73e+03      0.511   1.91e-10
V_corr=      -394.33008
ibin=    4362 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -34.6   130.1  -0.031   0.054   0.000   0.000   0.709     NaN
Ages, Metallicities, Weights:
   9.97e+03   -0.00230   6.45e-10
V_corr=      -367.40295
ibin=    4363 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     135       6.3   160.7   0.079  -0.026   0.000   0.000   0.552     NaN
Ages, Metallicities, Weights:
   1.08e+04     0.0390   8.32e-10
V_corr=      -326.52960
ibin=    4364 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      -9.2   108.9  -0.036   0.044   0.000   0.000   0.643     NaN
Ages, Metallicities, Weights:
   1.75e+04     -0.406   7.71e-10
V_corr=      -341.97753
ibin=    4365 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     217     -50.4   121.2  -0.004   0.068   0.000   0.000   0.652     NaN
Ages, Metallicities, Weights:
   2.72e+03     -0.107   1.96e-10
V_corr=      -383.16637
ibin=    4366 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -22.7   119.4  -0.018   0.034   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   4.82e+03     -0.153   3.44e-10
V_corr=      -355.54510
ibin=    4367 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -25.5   154.8  -0.046   0.053   0.000   0.000   0.650     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0147   1.17e-09
V_corr=      -358.32542
ibin=    4368 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -58.7   129.0   0.040   0.081   0.000   0.000   0.921     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.263   9.92e-10
V_corr=      -391.47758
ibin=    4369 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      71     -17.5   121.9  -0.048   0.057   0.000   0.000   0.488     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.253   1.01e-09
V_corr=      -350.32547
ibin=    4370 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -45.4   183.2   0.098  -0.029   0.000   0.000   0.734     NaN
Ages, Metallicities, Weights:
   1.67e+03      0.434   1.91e-10
V_corr=      -378.22146
ibin=    4371 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -28.5   120.7  -0.061   0.070   0.000   0.000   0.565     NaN
Ages, Metallicities, Weights:
   1.70e+04     -0.302   8.50e-10
V_corr=      -361.26900
ibin=    4372 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      -1.3   139.9  -0.016  -0.007   0.000   0.000   0.569     NaN
Ages, Metallicities, Weights:
   1.17e+04     -0.184   7.09e-10
V_corr=      -334.14785
ibin=    4373 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -11.6   126.5  -0.003  -0.010   0.000   0.000   0.537     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.396   8.82e-10
V_corr=      -344.38975
ibin=    4374 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -26.5   167.7  -0.022  -0.016   0.000   0.000   0.355     NaN
Ages, Metallicities, Weights:
   1.04e+04     0.0458   7.79e-10
V_corr=      -359.26766
ibin=    4375 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -47.7   153.7  -0.019   0.096   0.000   0.000   0.451     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0122   1.11e-09
V_corr=      -380.46144
ibin=    4376 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83       1.8   132.1  -0.013   0.020   0.000   0.000   0.401     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.233   9.45e-10
V_corr=      -330.97595
ibin=    4377 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83      -0.1   125.1  -0.011   0.041   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   5.26e+03     -0.283   2.98e-10
V_corr=      -332.90033
ibin=    4378 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -21.1   145.2   0.027   0.041   0.000   0.000   0.321     NaN
Ages, Metallicities, Weights:
   2.78e+03    0.00833   1.83e-10
V_corr=      -353.92090
ibin=    4379 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -16.7   124.5   0.039  -0.028   0.000   0.000   0.384     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.291   8.81e-10
V_corr=      -349.51292
ibin=    4380 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -14.1   102.7  -0.044   0.028   0.000   0.000   0.588     NaN
Ages, Metallicities, Weights:
   5.78e+03     -0.109   3.62e-10
V_corr=      -346.88620
ibin=    4381 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      -9.0   158.2  -0.034   0.018   0.000   0.000   0.314     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0242   9.63e-10
V_corr=      -341.80036
ibin=    4382 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      29.9   188.6   0.020  -0.002   0.000   0.000   0.267     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.109   7.66e-10
V_corr=      -302.95063
ibin=    4383 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -12.1   141.9  -0.054   0.007   0.000   0.000   0.567     NaN
Ages, Metallicities, Weights:
   1.11e+04    0.00695   6.08e-10
V_corr=      -344.87418
ibin=    4384 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      61       6.6   125.9   0.029   0.025   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   5.74e+03    0.00338   3.62e-10
V_corr=      -326.16853
ibin=    4385 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184      -6.8   138.8  -0.114   0.037   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   2.56e+03    -0.0518   1.51e-10
V_corr=      -339.64076
ibin=    4386 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149       5.8   102.4   0.012   0.036   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.83e+04     -0.392   6.23e-10
V_corr=      -327.02257
ibin=    4387 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      -8.0   121.2   0.021   0.024   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   2.57e+03     -0.191   1.35e-10
V_corr=      -340.83340
ibin=    4388 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184       7.3   147.2  -0.069   0.029   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.50e+03      0.355   1.02e-10
V_corr=      -325.46385
ibin=    4389 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137       8.2   204.4   0.036   0.024   0.000   0.000   0.427     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.201   8.61e-10
V_corr=      -324.61615
ibin=    4390 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104       8.8   175.1   0.019   0.035   0.000   0.000   0.450     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.133   6.31e-10
V_corr=      -324.04311
ibin=    4391 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139       6.0   103.9   0.021   0.028   0.000   0.000   0.317     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.634   3.91e-10
V_corr=      -326.84219
ibin=    4392 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      97      11.7   200.9   0.040   0.002   0.000   0.000   0.385     NaN
Ages, Metallicities, Weights:
   1.39e+04     -0.256   3.68e-10
V_corr=      -321.14576
ibin=    4393 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      12.1   172.6   0.016   0.015   0.000   0.000   0.648     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.254   4.76e-10
V_corr=      -320.66200
ibin=    4394 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102      53.8   108.2  -0.012  -0.008   0.000   0.000   0.556     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.357   4.46e-10
V_corr=      -278.97410
ibin=    4395 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     226      52.0   222.1   0.019   0.075   0.000   0.000   0.487     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.166   4.00e-10
V_corr=      -280.77534
ibin=    4396 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     100.5   239.3  -0.071  -0.015   0.000   0.000   0.465     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.211   3.88e-10
V_corr=      -232.27844
ibin=    4397 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     224      85.5   248.5  -0.014   0.001   0.000   0.000   0.372     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.414   4.54e-10
V_corr=      -247.28786
ibin=    4398 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      77.7   139.4  -0.003  -0.009   0.000   0.000   0.459     NaN
Ages, Metallicities, Weights:
   6.59e+03     -0.910   7.59e-11
V_corr=      -255.13768
ibin=    4399 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     125.8   112.1   0.009  -0.008   0.000   0.000   0.601     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.397   2.59e-10
V_corr=      -207.01856
ibin=    4400 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     176.5   190.0   0.048   0.007   0.000   0.000   0.325     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.263   3.00e-10
V_corr=      -156.27417
ibin=    4401 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      95.4   129.7   0.012   0.003   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.664   1.88e-10
V_corr=      -237.38020
ibin=    4402 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162      91.6   200.6   0.005  -0.032   0.000   0.000   0.553     NaN
Ages, Metallicities, Weights:
       558.      0.557   1.87e-11
V_corr=      -241.19439
ibin=    4403 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      55.2    46.0   0.006  -0.006   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.86e+04     -0.664   1.72e-10
V_corr=      -277.55897
ibin=    4404 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159      21.9   286.7   0.101   0.005   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.568   5.24e-10
V_corr=      -310.93128
ibin=    4405 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      99.9   124.1   0.024   0.013   0.000   0.000   0.392     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.403   2.53e-10
V_corr=      -232.94627
ibin=    4406 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      46.7   184.0  -0.021  -0.047   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   1.22e+03      0.374   3.52e-11
V_corr=      -286.07050
ibin=    4407 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     144.6   194.2   0.006  -0.047   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.16e+03      0.355   3.32e-11
V_corr=      -188.22511
ibin=    4408 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      78.0   124.4   0.025   0.002   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   2.88e+03     -0.137   5.75e-11
V_corr=      -254.84812
ibin=    4409 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      56.1    35.1  -0.001   0.001   0.000   0.000   0.439     NaN
Ages, Metallicities, Weights:
   1.42e+03     -0.501   2.01e-11
V_corr=      -276.73441
ibin=    4410 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     109.4   145.5  -0.015   0.001   0.000   0.000   0.344     NaN
Ages, Metallicities, Weights:
       586.      0.317   1.33e-11
V_corr=      -223.39534
ibin=    4411 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      74.1   136.0   0.049  -0.016   0.000   0.000   0.440     NaN
Ages, Metallicities, Weights:
   1.41e+03     -0.127   2.65e-11
V_corr=      -258.67214
ibin=    4412 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      78.4    72.3   0.008   0.002   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   2.27e+03     -0.252   4.10e-11
V_corr=      -254.40238
ibin=    4413 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     521     100.9   197.9   0.001  -0.016   0.000   0.000   0.307     NaN
Ages, Metallicities, Weights:
   1.02e+03      0.657   3.74e-11
V_corr=      -231.93955
ibin=    4414 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     227     211.8   268.1   0.097   0.010   0.000   0.000   0.428     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0470   2.98e-10
V_corr=      -120.98800
ibin=    4415 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      63.3   199.9  -0.005  -0.011   0.000   0.000   0.325     NaN
Ages, Metallicities, Weights:
   1.36e+03      0.593   3.99e-11
V_corr=      -269.49863
ibin=    4416 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4417 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4418 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4419 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -58.8   172.5   0.038   0.022   0.000   0.000   0.579     NaN
Ages, Metallicities, Weights:
   3.05e+03      0.181   2.03e-10
V_corr=      -391.58490
ibin=    4420 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -53.6   135.1   0.008   0.010   0.000   0.000   0.686     NaN
Ages, Metallicities, Weights:
   8.24e+03     -0.231   3.52e-10
V_corr=      -386.44127
ibin=    4421 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     479     -35.5    86.7   0.004   0.025   0.000   0.000   2.138     NaN
Ages, Metallicities, Weights:
   1.37e+04     -0.774   3.74e-10
V_corr=      -368.33512
ibin=    4422 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -34.1    94.7   0.005   0.035   0.000   0.000   0.828     NaN
Ages, Metallicities, Weights:
   3.36e+03     -0.381   1.57e-10
V_corr=      -366.86303
ibin=    4423 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     259     -43.1   180.5   0.087  -0.005   0.000   0.000   1.240     NaN
Ages, Metallicities, Weights:
   2.08e+03      0.472   1.89e-10
V_corr=      -375.86927
ibin=    4424 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -57.2   132.8  -0.016  -0.009   0.000   0.000   0.955     NaN
Ages, Metallicities, Weights:
   3.72e+03    -0.0649   2.27e-10
V_corr=      -389.99592
ibin=    4425 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -58.0   182.3   0.027  -0.070   0.000   0.000   1.265     NaN
Ages, Metallicities, Weights:
   1.17e+04    -0.0880   6.18e-10
V_corr=      -390.84832
ibin=    4426 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -93.7   129.0  -0.011   0.019   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   4.74e+03     -0.225   2.62e-10
V_corr=      -426.55034
ibin=    4427 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93     -68.5   115.4   0.081  -0.039   0.000   0.000   0.715     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.360   8.03e-10
V_corr=      -401.27522
ibin=    4428 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     -71.4   147.8   0.061   0.059   0.000   0.000   0.773     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0594   9.59e-10
V_corr=      -404.23426
ibin=    4429 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -43.8   140.0   0.008   0.015   0.000   0.000   1.006     NaN
Ages, Metallicities, Weights:
   1.73e+04     -0.417   6.90e-10
V_corr=      -376.58735
ibin=    4430 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -50.6   163.8  -0.018   0.028   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.172   1.18e-09
V_corr=      -383.45793
ibin=    4431 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -35.9   139.9   0.002   0.050   0.000   0.000   0.775     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.110   9.96e-10
V_corr=      -368.66917
ibin=    4432 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     283     -27.5   120.5   0.009   0.057   0.000   0.000   0.771     NaN
Ages, Metallicities, Weights:
   3.92e+03      0.234   3.25e-10
V_corr=      -360.29847
ibin=    4433 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84     -35.4   113.1  -0.024   0.013   0.000   0.000   0.722     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.426   8.09e-10
V_corr=      -368.22754
ibin=    4434 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     -31.4   123.1  -0.054   0.028   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   5.13e+03     -0.223   3.18e-10
V_corr=      -364.21572
ibin=    4435 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152     -50.2   128.0   0.007   0.090   0.000   0.000   0.774     NaN
Ages, Metallicities, Weights:
   1.50e+03      0.609   1.72e-10
V_corr=      -383.03667
ibin=    4436 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      95     -19.3   117.8  -0.011   0.040   0.000   0.000   0.625     NaN
Ages, Metallicities, Weights:
   2.51e+03     -0.107   1.80e-10
V_corr=      -352.10196
ibin=    4437 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -46.5   136.5  -0.072   0.004   0.000   0.000   0.670     NaN
Ages, Metallicities, Weights:
   1.37e+03      0.611   1.69e-10
V_corr=      -379.32557
ibin=    4438 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -45.2   107.8   0.040  -0.006   0.000   0.000   0.687     NaN
Ages, Metallicities, Weights:
   5.46e+03     -0.201   3.62e-10
V_corr=      -378.04794
ibin=    4439 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -59.3   116.0   0.008   0.002   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   4.63e+03     -0.344   2.88e-10
V_corr=      -392.12378
ibin=    4440 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -18.3   105.3   0.033   0.062   0.000   0.000   0.608     NaN
Ages, Metallicities, Weights:
   4.40e+03     -0.214   2.91e-10
V_corr=      -351.11794
ibin=    4441 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173     -26.4   176.2   0.066   0.108   0.000   0.000   0.438     NaN
Ages, Metallicities, Weights:
   3.78e+03      0.564   4.55e-10
V_corr=      -359.20773
ibin=    4442 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     109     -43.6   125.6   0.037   0.071   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   7.56e+03    -0.0331   5.10e-10
V_corr=      -376.41642
ibin=    4443 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -37.7   110.5  -0.044   0.002   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   2.53e+03    -0.0726   1.81e-10
V_corr=      -370.49278
ibin=    4444 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     136     -52.3   150.2   0.014  -0.020   0.000   0.000   0.434     NaN
Ages, Metallicities, Weights:
       860.      0.533   8.34e-11
V_corr=      -385.07202
ibin=    4445 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -31.9   183.7   0.092  -0.053   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   2.79e+03      0.146   2.14e-10
V_corr=      -364.75467
ibin=    4446 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82     -12.1   137.4   0.023  -0.003   0.000   0.000   0.349     NaN
Ages, Metallicities, Weights:
   1.26e+04     -0.155   6.18e-10
V_corr=      -344.94164
ibin=    4447 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -45.7   152.2   0.087   0.014   0.000   0.000   0.354     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.224   8.69e-10
V_corr=      -378.51919
ibin=    4448 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107      -6.3   138.6  -0.012   0.006   0.000   0.000   0.659     NaN
Ages, Metallicities, Weights:
   5.67e+03     -0.249   3.05e-10
V_corr=      -339.10482
ibin=    4449 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      35.6   151.9   0.016  -0.023   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   2.57e+03     -0.160   1.48e-10
V_corr=      -297.20847
ibin=    4450 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -14.7   159.4  -0.035   0.098   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0443   8.28e-10
V_corr=      -347.48012
ibin=    4451 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      72       9.3   112.8   0.038   0.044   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   4.90e+03     -0.263   2.27e-10
V_corr=      -323.53343
ibin=    4452 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96     -10.0   158.8   0.040   0.020   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   6.15e+03    -0.0642   3.09e-10
V_corr=      -342.84503
ibin=    4453 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      84      -3.6   115.1   0.002   0.031   0.000   0.000   0.382     NaN
Ages, Metallicities, Weights:
   7.86e+03    -0.0309   4.15e-10
V_corr=      -336.39929
ibin=    4454 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      31.6   137.4   0.034   0.071   0.000   0.000   0.390     NaN
Ages, Metallicities, Weights:
   9.53e+03      0.102   5.42e-10
V_corr=      -301.22449
ibin=    4455 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      37.6   131.0   0.103   0.051   0.000   0.000   0.763     NaN
Ages, Metallicities, Weights:
   1.39e+03      0.689   1.32e-10
V_corr=      -295.24209
ibin=    4456 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      20.7   106.6   0.045   0.025   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.91e+03     -0.281   8.37e-11
V_corr=      -312.13208
ibin=    4457 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      16.4   128.5  -0.017   0.053   0.000   0.000   0.626     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.167   6.31e-10
V_corr=      -316.37374
ibin=    4458 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129      37.4   171.6   0.011   0.066   0.000   0.000   0.607     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.103   7.33e-10
V_corr=      -295.40230
ibin=    4459 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      56.1   220.5   0.048   0.089   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   2.99e+03      0.354   1.64e-10
V_corr=      -276.68135
ibin=    4460 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      33.1   120.0  -0.033   0.038   0.000   0.000   0.493     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.323   4.17e-10
V_corr=      -299.75741
ibin=    4461 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     228       5.9    86.5   0.021   0.031   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.343   4.10e-10
V_corr=      -326.92338
ibin=    4462 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      61.8    89.8   0.040   0.020   0.000   0.000   0.336     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.393   3.87e-10
V_corr=      -271.04286
ibin=    4463 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131      43.5    85.3   0.008   0.006   0.000   0.000   0.516     NaN
Ages, Metallicities, Weights:
   1.95e+03     -0.826   3.55e-11
V_corr=      -289.34872
ibin=    4464 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      73.2   148.4   0.047   0.015   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.307   3.28e-10
V_corr=      -259.56184
ibin=    4465 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     213     147.0   283.8  -0.039   0.060   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.41e+04      0.270   3.28e-10
V_corr=      -185.77233
ibin=    4466 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      85.3   213.7  -0.011   0.004   0.000   0.000   0.363     NaN
Ages, Metallicities, Weights:
       774.      0.419   2.16e-11
V_corr=      -247.47968
ibin=    4467 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140      68.2   256.0  -0.024  -0.002   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.329   3.91e-10
V_corr=      -264.62418
ibin=    4468 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      49.7   179.9   0.001   0.017   0.000   0.000   0.568     NaN
Ages, Metallicities, Weights:
   1.74e+04     -0.192   2.64e-10
V_corr=      -283.09722
ibin=    4469 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      62.8    93.1  -0.015   0.005   0.000   0.000   0.421     NaN
Ages, Metallicities, Weights:
   1.31e+04     -0.238   2.12e-10
V_corr=      -270.05780
ibin=    4470 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     252      24.1   150.8   0.071   0.044   0.000   0.000   0.387     NaN
Ages, Metallicities, Weights:
   1.13e+03      0.689   4.69e-11
V_corr=      -308.69327
ibin=    4471 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     114.1   202.8   0.040   0.007   0.000   0.000   0.578     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.247   4.17e-10
V_corr=      -218.71822
ibin=    4472 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     196     127.3   182.4   0.038  -0.047   0.000   0.000   0.597     NaN
Ages, Metallicities, Weights:
   2.60e+03     -0.412   5.01e-11
V_corr=      -205.49294
ibin=    4473 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     131      43.4   103.9   0.024  -0.002   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.63e+03     -0.373   2.21e-11
V_corr=      -289.40243
ibin=    4474 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     230      72.0    81.6   0.005   0.003   0.000   0.000   0.524     NaN
Ages, Metallicities, Weights:
   1.59e+03     -0.643   2.64e-11
V_corr=      -260.83583
ibin=    4475 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     429       2.9   152.9   0.000   0.008   0.000   0.000   0.677     NaN
Ages, Metallicities, Weights:
       996.   -0.00956   2.25e-11
V_corr=      -329.91296
ibin=    4476 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     119      59.5   149.4   0.018   0.029   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   1.20e+03      0.634   4.44e-11
V_corr=      -273.30921
ibin=    4477 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141      28.4    82.7   0.013  -0.022   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
       673.      0.689   2.27e-11
V_corr=      -304.42444
ibin=    4478 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      59.1   107.1   0.026  -0.000   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   7.02e+03   -0.00330   1.20e-10
V_corr=      -273.67999
ibin=    4479 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      32.5   133.3   0.008   0.013   0.000   0.000   0.359     NaN
Ages, Metallicities, Weights:
   1.97e+04     -0.273   2.47e-10
V_corr=      -300.35563
ibin=    4480 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     265      50.3   211.4   0.032  -0.016   0.000   0.000   0.349     NaN
Ages, Metallicities, Weights:
       650.      0.598   1.97e-11
V_corr=      -282.49798
ibin=    4481 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      23.6   131.8   0.036  -0.003   0.000   0.000   0.464     NaN
Ages, Metallicities, Weights:
       579.      0.626   1.86e-11
V_corr=      -309.20379
ibin=    4482 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94      45.5   113.9  -0.012   0.008   0.000   0.000   0.558     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.449   2.21e-10
V_corr=      -287.32074
ibin=    4483 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183     122.7    25.0  -0.000  -0.001   0.000   0.000   0.364     NaN
Ages, Metallicities, Weights:
       852.     -0.782   1.79e-11
V_corr=      -210.06740
ibin=    4484 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     106.6   143.0  -0.038   0.048   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.179   2.54e-10
V_corr=      -226.16119
ibin=    4485 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4486 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4487 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4488 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -52.7   117.4  -0.064   0.029   0.000   0.000   0.635     NaN
Ages, Metallicities, Weights:
   2.66e+03     -0.195   1.32e-10
V_corr=      -385.54340
ibin=    4489 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -41.6   232.3   0.111  -0.074   0.000   0.000   0.709     NaN
Ages, Metallicities, Weights:
   6.47e+03      0.149   4.27e-10
V_corr=      -374.44750
ibin=    4490 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     140     -59.8   158.7   0.014   0.001   0.000   0.000   0.802     NaN
Ages, Metallicities, Weights:
   1.57e+04     -0.421   5.33e-10
V_corr=      -392.57442
ibin=    4491 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     207     -50.6   168.9   0.066   0.041   0.000   0.000   1.326     NaN
Ages, Metallicities, Weights:
   1.79e+04     -0.193   7.17e-10
V_corr=      -383.36360
ibin=    4492 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     191     -78.3   195.1  -0.009   0.014   0.000   0.000   0.997     NaN
Ages, Metallicities, Weights:
   4.39e+03      0.469   3.84e-10
V_corr=      -411.11545
ibin=    4493 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -56.5   100.2   0.019  -0.026   0.000   0.000   0.703     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.575   6.17e-10
V_corr=      -389.35475
ibin=    4494 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     125     -44.8   130.1  -0.083   0.039   0.000   0.000   0.577     NaN
Ages, Metallicities, Weights:
   1.20e+03      0.626   1.14e-10
V_corr=      -377.64870
ibin=    4495 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     284     -99.4   158.5  -0.037   0.057   0.000   0.000   1.017     NaN
Ages, Metallicities, Weights:
   1.09e+03      0.553   9.71e-11
V_corr=      -432.21188
ibin=    4496 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -28.7   151.8   0.024   0.029   0.000   0.000   1.479     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.287   8.09e-10
V_corr=      -361.46755
ibin=    4497 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -49.5   116.3  -0.043   0.030   0.000   0.000   0.611     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.553   6.35e-10
V_corr=      -382.26454
ibin=    4498 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -30.8   112.9  -0.042   0.030   0.000   0.000   0.810     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.317   7.97e-10
V_corr=      -363.62696
ibin=    4499 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     205     -64.4   122.8   0.000   0.066   0.000   0.000   1.012     NaN
Ages, Metallicities, Weights:
   6.29e+03    -0.0117   4.02e-10
V_corr=      -397.17040
ibin=    4500 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     102     -45.3   127.1   0.012  -0.003   0.000   0.000   0.653     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.318   8.50e-10
V_corr=      -378.11319
ibin=    4501 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -44.8   141.6   0.004   0.022   0.000   0.000   0.523     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0617   1.08e-09
V_corr=      -377.63563
ibin=    4502 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104     -44.1   127.1  -0.025  -0.018   0.000   0.000   0.924     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.362   8.35e-10
V_corr=      -376.86300
ibin=    4503 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -28.5   140.4   0.030   0.092   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   2.80e+03      0.163   2.12e-10
V_corr=      -361.26496
ibin=    4504 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108     -28.6   153.9  -0.044   0.081   0.000   0.000   0.773     NaN
Ages, Metallicities, Weights:
   3.05e+03      0.423   2.87e-10
V_corr=      -361.45726
ibin=    4505 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81     -16.6   132.5   0.026   0.035   0.000   0.000   0.765     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.223   9.28e-10
V_corr=      -349.40260
ibin=    4506 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -25.8   133.1  -0.022   0.024   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   4.92e+03     -0.111   3.27e-10
V_corr=      -358.56697
ibin=    4507 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -10.8   142.0   0.025   0.012   0.000   0.000   0.388     NaN
Ages, Metallicities, Weights:
   5.68e+03     -0.261   3.63e-10
V_corr=      -343.58044
ibin=    4508 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     -43.1   126.7   0.021   0.058   0.000   0.000   0.685     NaN
Ages, Metallicities, Weights:
   2.58e+03   5.75e-05   1.95e-10
V_corr=      -375.94579
ibin=    4509 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -21.4   121.4  -0.002   0.034   0.000   0.000   0.946     NaN
Ages, Metallicities, Weights:
   2.02e+03    0.00770   1.52e-10
V_corr=      -354.21711
ibin=    4510 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169     -43.6   155.4   0.009   0.071   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.57e+03      0.537   1.62e-10
V_corr=      -376.38572
ibin=    4511 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -18.6    98.8  -0.040  -0.000   0.000   0.000   0.514     NaN
Ages, Metallicities, Weights:
   2.67e+03     -0.134   1.78e-10
V_corr=      -351.44493
ibin=    4512 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -37.8   140.5   0.037   0.062   0.000   0.000   0.526     NaN
Ages, Metallicities, Weights:
   2.40e+03      0.385   2.07e-10
V_corr=      -370.57469
ibin=    4513 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -22.6   136.7   0.006   0.083   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.158   7.99e-10
V_corr=      -355.45310
ibin=    4514 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83       9.3   127.9   0.056   0.016   0.000   0.000   0.495     NaN
Ages, Metallicities, Weights:
   1.61e+04     -0.376   6.11e-10
V_corr=      -323.54334
ibin=    4515 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -31.5   120.3  -0.004   0.024   0.000   0.000   0.539     NaN
Ages, Metallicities, Weights:
   2.43e+03      0.110   1.68e-10
V_corr=      -364.33289
ibin=    4516 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137       3.1   135.9  -0.043   0.005   0.000   0.000   0.331     NaN
Ages, Metallicities, Weights:
   2.49e+03    -0.0681   1.50e-10
V_corr=      -329.74048
ibin=    4517 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105      -2.1   138.8   0.002   0.005   0.000   0.000   0.500     NaN
Ages, Metallicities, Weights:
   1.34e+04    -0.0953   6.42e-10
V_corr=      -334.89754
ibin=    4518 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -12.6   131.2   0.068   0.030   0.000   0.000   0.467     NaN
Ages, Metallicities, Weights:
   3.07e+03    0.00551   1.78e-10
V_corr=      -345.41202
ibin=    4519 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      82      -8.0   123.7  -0.047   0.024   0.000   0.000   0.510     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.230   7.89e-10
V_corr=      -340.77373
ibin=    4520 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103      14.8   115.2   0.008  -0.003   0.000   0.000   0.399     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.184   8.10e-10
V_corr=      -317.96910
ibin=    4521 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      -2.3   135.4   0.002   0.044   0.000   0.000   0.424     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.200   7.29e-10
V_corr=      -335.13636
ibin=    4522 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106       0.6   110.1  -0.011   0.053   0.000   0.000   0.499     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.232   7.38e-10
V_corr=      -332.16060
ibin=    4523 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     181     -13.1   140.9   0.032   0.048   0.000   0.000   0.657     NaN
Ages, Metallicities, Weights:
   5.24e+03     -0.197   2.41e-10
V_corr=      -345.93065
ibin=    4524 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      10.3   146.2  -0.056   0.026   0.000   0.000   0.638     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.124   6.82e-10
V_corr=      -322.48803
ibin=    4525 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      12.3   122.5   0.067   0.045   0.000   0.000   0.576     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.499   4.42e-10
V_corr=      -320.54715
ibin=    4526 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     360      26.9   158.2   0.030   0.065   0.000   0.000   0.408     NaN
Ages, Metallicities, Weights:
   1.38e+03      0.689   1.08e-10
V_corr=      -305.92328
ibin=    4527 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126      14.0   135.4   0.077   0.007   0.000   0.000   0.503     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.292   5.81e-10
V_corr=      -318.76161
ibin=    4528 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159       9.8   161.5   0.053   0.062   0.000   0.000   0.432     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0409   6.02e-10
V_corr=      -323.00703
ibin=    4529 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      12.6   159.9   0.000   0.038   0.000   0.000   0.482     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.229   4.26e-10
V_corr=      -320.17341
ibin=    4530 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      81       7.7   152.6   0.064   0.023   0.000   0.000   0.409     NaN
Ages, Metallicities, Weights:
   1.18e+03      0.654   5.42e-11
V_corr=      -325.15685
ibin=    4531 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      60.5   184.0   0.078   0.029   0.000   0.000   0.517     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.642   9.63e-10
V_corr=      -272.32666
ibin=    4532 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      48.8   118.1  -0.026   0.023   0.000   0.000   0.747     NaN
Ages, Metallicities, Weights:
   3.21e+03     -0.126   7.55e-11
V_corr=      -284.04583
ibin=    4533 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     272      69.8   217.1   0.072   0.067   0.000   0.000   0.335     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.650   7.70e-10
V_corr=      -262.97140
ibin=    4534 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      26.8   190.8  -0.009  -0.008   0.000   0.000   0.452     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.320   2.75e-10
V_corr=      -306.03465
ibin=    4535 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     160      30.8    26.3   0.001  -0.001   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04      -1.37   1.66e-10
V_corr=      -302.03336
ibin=    4536 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      86       6.7   189.0   0.001  -0.018   0.000   0.000   0.436     NaN
Ages, Metallicities, Weights:
   2.03e+03     -0.382   3.45e-11
V_corr=      -326.08283
ibin=    4537 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     119.7   188.6   0.006  -0.018   0.000   0.000   0.410     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0679   3.87e-10
V_corr=      -213.13766
ibin=    4538 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130      24.5    71.1   0.015  -0.005   0.000   0.000   0.480     NaN
Ages, Metallicities, Weights:
   1.98e+04      -1.07   1.71e-10
V_corr=      -308.30266
ibin=    4539 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     172     114.3   124.5  -0.022  -0.018   0.000   0.000   0.292     NaN
Ages, Metallicities, Weights:
   1.50e+03     -0.362   2.60e-11
V_corr=      -218.49003
ibin=    4540 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      82.8   166.4  -0.038   0.050   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.425   4.35e-10
V_corr=      -250.00451
ibin=    4541 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     139.1   179.9   0.009  -0.027   0.000   0.000   0.473     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.756   1.85e-10
V_corr=      -193.73701
ibin=    4542 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     173      32.4    27.2  -0.001  -0.002   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04      -1.19   1.77e-10
V_corr=      -300.44289
ibin=    4543 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      96      68.3    99.5  -0.022  -0.006   0.000   0.000   0.527     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.580   2.23e-10
V_corr=      -264.47152
ibin=    4544 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106      34.6    25.0   0.002  -0.002   0.000   0.000   0.723     NaN
Ages, Metallicities, Weights:
   1.83e+03     -0.809   3.78e-11
V_corr=      -298.17486
ibin=    4545 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     151      39.3    30.5   0.001   0.001   0.000   0.000   0.507     NaN
Ages, Metallicities, Weights:
   1.98e+04      -1.15   1.72e-10
V_corr=      -293.54223
ibin=    4546 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     207      39.2    92.0  -0.025   0.003   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.10e+03     0.0820   2.11e-11
V_corr=      -293.65235
ibin=    4547 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85      24.5   113.8   0.010   0.011   0.000   0.000   0.433     NaN
Ages, Metallicities, Weights:
   8.62e+03      -1.05   7.91e-11
V_corr=      -308.32037
ibin=    4548 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139      24.9   228.7  -0.011  -0.048   0.000   0.000   0.370     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0994   3.51e-10
V_corr=      -307.86971
ibin=    4549 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     168.7   202.9   0.017   0.010   0.000   0.000   0.320     NaN
Ages, Metallicities, Weights:
   1.98e+04    0.00744   2.71e-10
V_corr=      -164.09789
ibin=    4550 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     164       2.5    92.0   0.013  -0.003   0.000   0.000   0.377     NaN
Ages, Metallicities, Weights:
   1.13e+03     -0.425   1.73e-11
V_corr=      -330.30126
ibin=    4551 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     116.1   172.5   0.018  -0.025   0.000   0.000   0.426     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0768   2.93e-10
V_corr=      -216.70326
ibin=    4552 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     149.9    99.9   0.003   0.002   0.000   0.000   0.779     NaN
Ages, Metallicities, Weights:
   1.46e+03     -0.407   2.14e-11
V_corr=      -182.87933
ibin=    4553 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171     130.1    25.0  -0.000  -0.000   0.000   0.000   0.619     NaN
Ages, Metallicities, Weights:
   1.44e+04      -1.11   1.64e-10
V_corr=      -202.68160
ibin=    4554 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4555 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4556 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4557 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150     -51.3   100.7  -0.012   0.015   0.000   0.000   0.644     NaN
Ages, Metallicities, Weights:
   1.66e+04     -0.626   4.44e-10
V_corr=      -384.06024
ibin=    4558 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -33.9    99.0  -0.009   0.026   0.000   0.000   1.094     NaN
Ages, Metallicities, Weights:
   3.22e+03     -0.402   1.38e-10
V_corr=      -366.68637
ibin=    4559 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -54.6   131.4  -0.035   0.076   0.000   0.000   0.699     NaN
Ages, Metallicities, Weights:
   1.55e+03      0.498   1.20e-10
V_corr=      -387.41336
ibin=    4560 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -30.2   168.3   0.060   0.092   0.000   0.000   0.895     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0694   8.07e-10
V_corr=      -362.98005
ibin=    4561 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -67.6   132.8   0.073   0.024   0.000   0.000   1.082     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.383   6.84e-10
V_corr=      -400.37947
ibin=    4562 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -77.4   143.2   0.012   0.041   0.000   0.000   0.766     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.213   7.84e-10
V_corr=      -410.20700
ibin=    4563 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -21.6   184.6   0.077  -0.023   0.000   0.000   0.940     NaN
Ages, Metallicities, Weights:
   4.93e+03      0.197   3.53e-10
V_corr=      -354.43510
ibin=    4564 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -40.6    85.3  -0.012   0.008   0.000   0.000   0.885     NaN
Ages, Metallicities, Weights:
   2.20e+03     -0.222   1.25e-10
V_corr=      -373.42925
ibin=    4565 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -61.4   186.4   0.018   0.033   0.000   0.000   0.739     NaN
Ages, Metallicities, Weights:
   7.84e+03      0.226   5.80e-10
V_corr=      -394.17366
ibin=    4566 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     105     -77.1   181.4  -0.029   0.115   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.447   1.38e-09
V_corr=      -409.91329
ibin=    4567 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     108     -45.7    76.7  -0.048   0.007   0.000   0.000   0.690     NaN
Ages, Metallicities, Weights:
   2.30e+03     -0.351   1.24e-10
V_corr=      -378.46913
ibin=    4568 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -24.5   127.7   0.046   0.068   0.000   0.000   0.877     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.145   9.09e-10
V_corr=      -357.26973
ibin=    4569 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -62.3   155.3  -0.002   0.042   0.000   0.000   0.794     NaN
Ages, Metallicities, Weights:
   4.51e+03      0.152   3.26e-10
V_corr=      -395.12222
ibin=    4570 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -13.6   136.7  -0.001   0.057   0.000   0.000   1.024     NaN
Ages, Metallicities, Weights:
   7.11e+03     0.0441   4.69e-10
V_corr=      -346.37239
ibin=    4571 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     208     -26.6   166.2   0.063   0.011   0.000   0.000   0.663     NaN
Ages, Metallicities, Weights:
   2.04e+03      0.480   2.02e-10
V_corr=      -359.38517
ibin=    4572 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -31.9   143.1  -0.035   0.069   0.000   0.000   0.703     NaN
Ages, Metallicities, Weights:
   1.28e+04    -0.0875   6.59e-10
V_corr=      -364.68609
ibin=    4573 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     147     -63.7   145.3  -0.003   0.029   0.000   0.000   0.705     NaN
Ages, Metallicities, Weights:
   3.17e+03      0.137   2.35e-10
V_corr=      -396.50526
ibin=    4574 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -53.7   135.2   0.052   0.056   0.000   0.000   0.826     NaN
Ages, Metallicities, Weights:
   5.74e+03    -0.0887   3.60e-10
V_corr=      -386.52656
ibin=    4575 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -15.6   115.8  -0.055   0.015   0.000   0.000   0.790     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.403   8.08e-10
V_corr=      -348.36117
ibin=    4576 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -29.9   117.3   0.034  -0.021   0.000   0.000   0.501     NaN
Ages, Metallicities, Weights:
   3.77e+03     -0.402   2.41e-10
V_corr=      -362.70509
ibin=    4577 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     299     -37.7   108.5   0.012   0.072   0.000   0.000   0.453     NaN
Ages, Metallicities, Weights:
   6.13e+03    -0.0698   3.93e-10
V_corr=      -370.48072
ibin=    4578 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     -31.2   174.3  -0.015   0.089   0.000   0.000   0.612     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.139   1.10e-09
V_corr=      -363.97612
ibin=    4579 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115     -14.7   168.9  -0.016   0.048   0.000   0.000   0.592     NaN
Ages, Metallicities, Weights:
   4.92e+03     -0.238   2.84e-10
V_corr=      -347.49835
ibin=    4580 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -38.9   162.0   0.012   0.093   0.000   0.000   0.554     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.321   1.18e-09
V_corr=      -371.74813
ibin=    4581 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     143     -13.6   166.9  -0.011   0.063   0.000   0.000   0.520     NaN
Ages, Metallicities, Weights:
   8.05e+03      0.176   5.29e-10
V_corr=      -346.39353
ibin=    4582 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     226       0.3   175.9   0.037   0.083   0.000   0.000   0.412     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0701   8.72e-10
V_corr=      -332.52347
ibin=    4583 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118     -39.4   152.4   0.030   0.016   0.000   0.000   0.665     NaN
Ages, Metallicities, Weights:
   3.17e+03      0.282   2.38e-10
V_corr=      -372.21209
ibin=    4584 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      83     -32.4   126.6  -0.018   0.021   0.000   0.000   0.411     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.197   8.03e-10
V_corr=      -365.20252
ibin=    4585 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     -15.3   155.5   0.036  -0.010   0.000   0.000   0.445     NaN
Ages, Metallicities, Weights:
   4.38e+03     -0.250   2.13e-10
V_corr=      -348.10442
ibin=    4586 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -26.2    97.1   0.015   0.012   0.000   0.000   0.468     NaN
Ages, Metallicities, Weights:
   1.44e+04     -0.542   4.44e-10
V_corr=      -358.99146
ibin=    4587 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137     -18.2   144.8   0.036   0.073   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.131   8.47e-10
V_corr=      -350.98037
ibin=    4588 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     169      -9.6    96.7   0.034   0.028   0.000   0.000   0.345     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.358   7.11e-10
V_corr=      -342.41240
ibin=    4589 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     137      21.4   162.5  -0.066  -0.013   0.000   0.000   0.447     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.223   7.50e-10
V_corr=      -311.45386
ibin=    4590 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -26.6   139.8  -0.044   0.004   0.000   0.000   0.751     NaN
Ages, Metallicities, Weights:
   6.49e+03     -0.107   3.00e-10
V_corr=      -359.44438
ibin=    4591 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      85       1.1   164.7   0.018   0.028   0.000   0.000   0.347     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.148   7.22e-10
V_corr=      -331.72811
ibin=    4592 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     138     -26.7   113.9  -0.061  -0.010   0.000   0.000   0.406     NaN
Ages, Metallicities, Weights:
   3.00e+03     -0.222   1.35e-10
V_corr=      -359.47225
ibin=    4593 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      10.6   126.8  -0.047   0.009   0.000   0.000   0.584     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.350   5.63e-10
V_corr=      -322.23443
ibin=    4594 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149      15.1   103.2  -0.009   0.043   0.000   0.000   0.405     NaN
Ages, Metallicities, Weights:
   1.06e+04     -0.194   3.18e-10
V_corr=      -317.67846
ibin=    4595 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     183      25.2   131.6  -0.030   0.056   0.000   0.000   0.596     NaN
Ages, Metallicities, Weights:
   1.73e+04    -0.0796   5.63e-10
V_corr=      -307.62781
ibin=    4596 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     208      26.3   198.9   0.039  -0.017   0.000   0.000   0.717     NaN
Ages, Metallicities, Weights:
       884.      0.689   6.19e-11
V_corr=      -306.46316
ibin=    4597 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     104      84.8   111.4   0.002  -0.012   0.000   0.000   0.431     NaN
Ages, Metallicities, Weights:
   8.49e+03     -0.317   2.24e-10
V_corr=      -248.03992
ibin=    4598 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127      40.3    26.1   0.002  -0.002   0.000   0.000   0.706     NaN
Ages, Metallicities, Weights:
   2.12e+03     -0.757   5.88e-11
V_corr=      -292.50586
ibin=    4599 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      93      40.9   133.0   0.021  -0.011   0.000   0.000   0.506     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.162   4.15e-10
V_corr=      -291.92812
ibin=    4600 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117      23.6   241.9  -0.033   0.054   0.000   0.000   0.786     NaN
Ages, Metallicities, Weights:
   6.50e+03      0.335   2.14e-10
V_corr=      -309.21966
ibin=    4601 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      12.7   123.9   0.019   0.025   0.000   0.000   0.586     NaN
Ages, Metallicities, Weights:
       708.      0.488   2.13e-11
V_corr=      -320.09394
ibin=    4602 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     229      66.8   204.6   0.055  -0.053   0.000   0.000   0.566     NaN
Ages, Metallicities, Weights:
       593.      0.674   1.99e-11
V_corr=      -265.99781
ibin=    4603 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     250      54.6   197.2   0.021   0.022   0.000   0.000   0.461     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0121   3.01e-10
V_corr=      -278.21227
ibin=    4604 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     170      60.4   225.4  -0.000   0.019   0.000   0.000   0.463     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.300   2.54e-10
V_corr=      -272.42553
ibin=    4605 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     106     112.1   134.3   0.001  -0.013   0.000   0.000   0.535     NaN
Ages, Metallicities, Weights:
   1.54e+03     -0.995   2.19e-11
V_corr=      -220.71176
ibin=    4606 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      56.5    60.1   0.016  -0.000   0.000   0.000   0.728     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.618   2.07e-10
V_corr=      -276.28265
ibin=    4607 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152      31.0    75.5   0.009  -0.008   0.000   0.000   0.394     NaN
Ages, Metallicities, Weights:
   1.06e+03    -0.0235   2.27e-11
V_corr=      -301.81223
ibin=    4608 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     217      17.2   153.6   0.021   0.036   0.000   0.000   0.513     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.260   2.14e-10
V_corr=      -315.58644
ibin=    4609 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150      40.8   191.6  -0.028  -0.003   0.000   0.000   0.587     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.567   6.28e-10
V_corr=      -292.04579
ibin=    4610 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     150       9.1   162.6   0.039   0.019   0.000   0.000   0.737     NaN
Ages, Metallicities, Weights:
   1.20e+04      -1.04   1.17e-10
V_corr=      -323.71180
ibin=    4611 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     209      16.1   269.7  -0.011  -0.052   0.000   0.000   0.561     NaN
Ages, Metallicities, Weights:
       682.      0.427   1.82e-11
V_corr=      -316.75749
ibin=    4612 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     373     148.6   204.6   0.009   0.025   0.000   0.000   0.573     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.357   2.60e-10
V_corr=      -184.19814
ibin=    4613 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128      56.8   146.1  -0.003  -0.038   0.000   0.000   0.346     NaN
Ages, Metallicities, Weights:
   1.52e+04     -0.432   2.10e-10
V_corr=      -276.05862
ibin=    4614 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     217     143.5   208.1   0.015  -0.038   0.000   0.000   0.394     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.678   1.69e-10
V_corr=      -189.29256
ibin=    4615 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     205      58.2    45.5   0.003  -0.004   0.000   0.000   0.472     NaN
Ages, Metallicities, Weights:
   1.70e+04      -1.30   1.27e-10
V_corr=      -274.65052
ibin=    4616 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118      55.2    28.7  -0.002  -0.002   0.000   0.000   0.402     NaN
Ages, Metallicities, Weights:
   1.84e+03     -0.849   2.67e-11
V_corr=      -277.58258
ibin=    4617 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     109     104.8   174.2   0.006  -0.016   0.000   0.000   0.474     NaN
Ages, Metallicities, Weights:
   2.52e+03     -0.110   5.53e-11
V_corr=      -228.01757
ibin=    4618 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     151.6   220.6  -0.019  -0.009   0.000   0.000   0.469     NaN
Ages, Metallicities, Weights:
   1.82e+04    -0.0694   2.99e-10
V_corr=      -181.23438
ibin=    4619 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     194      38.8   163.8   0.027   0.008   0.000   0.000   0.383     NaN
Ages, Metallicities, Weights:
       847.      0.591   2.44e-11
V_corr=      -293.99341
ibin=    4620 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     101.7   167.6   0.024   0.010   0.000   0.000   0.800     NaN
Ages, Metallicities, Weights:
   2.66e+03      0.447   7.39e-11
V_corr=      -231.06835
ibin=    4621 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     110.4   134.8  -0.004  -0.008   0.000   0.000********     NaN
Ages, Metallicities, Weights:
   2.08e+03     -0.990   1.98e-11
V_corr=      -222.37706
ibin=    4622 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4623 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4624 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4625 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4626 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -57.1   172.3  -0.062  -0.007   0.000   0.000   0.867     NaN
Ages, Metallicities, Weights:
   3.45e+03      0.420   2.50e-10
V_corr=      -389.93280
ibin=    4627 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -87.1   133.9   0.047   0.016   0.000   0.000   1.024     NaN
Ages, Metallicities, Weights:
   1.34e+03      0.174   7.27e-11
V_corr=      -419.89766
ibin=    4628 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -82.3   119.3  -0.033  -0.003   0.000   0.000   1.129     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.620   4.99e-10
V_corr=      -415.09219
ibin=    4629 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -59.8    88.8  -0.036  -0.024   0.000   0.000   0.761     NaN
Ages, Metallicities, Weights:
   2.76e+03     -0.378   1.26e-10
V_corr=      -392.58213
ibin=    4630 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     218     -46.8   173.9  -0.048   0.055   0.000   0.000   1.202     NaN
Ages, Metallicities, Weights:
   1.70e+04     -0.298   6.03e-10
V_corr=      -379.55963
ibin=    4631 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     129     -63.4   176.9  -0.008   0.074   0.000   0.000   1.112     NaN
Ages, Metallicities, Weights:
   3.80e+03      0.246   2.51e-10
V_corr=      -396.19795
ibin=    4632 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -64.5   146.2  -0.021   0.047   0.000   0.000   0.681     NaN
Ages, Metallicities, Weights:
   2.53e+03      0.191   1.71e-10
V_corr=      -397.34941
ibin=    4633 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161     -35.3   130.2   0.092  -0.002   0.000   0.000   0.599     NaN
Ages, Metallicities, Weights:
   1.56e+04     -0.560   4.96e-10
V_corr=      -368.12761
ibin=    4634 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -63.1   121.1   0.009   0.057   0.000   0.000   0.839     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.303   7.32e-10
V_corr=      -395.87810
ibin=    4635 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -55.6   139.3  -0.036   0.021   0.000   0.000   0.575     NaN
Ages, Metallicities, Weights:
   4.31e+03      0.102   2.82e-10
V_corr=      -388.39903
ibin=    4636 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     226     -82.4   135.4   0.009   0.033   0.000   0.000   0.930     NaN
Ages, Metallicities, Weights:
   1.85e+03     0.0615   1.21e-10
V_corr=      -415.23545
ibin=    4637 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     107     -68.6   141.5  -0.047   0.032   0.000   0.000   0.856     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0848   9.07e-10
V_corr=      -401.38837
ibin=    4638 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -55.1   176.2   0.052   0.022   0.000   0.000   0.663     NaN
Ages, Metallicities, Weights:
   3.68e+03      0.486   3.46e-10
V_corr=      -387.86648
ibin=    4639 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     162     -29.8   175.8   0.044  -0.062   0.000   0.000   0.605     NaN
Ages, Metallicities, Weights:
   1.24e+04     0.0649   7.69e-10
V_corr=      -362.61157
ibin=    4640 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     117     -40.7   163.2  -0.012   0.053   0.000   0.000   0.838     NaN
Ages, Metallicities, Weights:
   2.76e+03      0.633   3.09e-10
V_corr=      -373.55169
ibin=    4641 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     159     -37.6   119.0  -0.045  -0.017   0.000   0.000   0.796     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.453   7.12e-10
V_corr=      -370.40894
ibin=    4642 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116     -47.6   130.6  -0.006  -0.002   0.000   0.000   0.773     NaN
Ages, Metallicities, Weights:
   2.71e+03     0.0114   1.82e-10
V_corr=      -380.41918
ibin=    4643 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     103     -20.0   121.8  -0.006   0.011   0.000   0.000   0.604     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.223   8.47e-10
V_corr=      -352.79250
ibin=    4644 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     184      -8.1    97.5   0.008   0.026   0.000   0.000   0.441     NaN
Ages, Metallicities, Weights:
   3.01e+03    -0.0156   1.87e-10
V_corr=      -340.95805
ibin=    4645 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -29.4   148.6   0.037  -0.022   0.000   0.000   0.613     NaN
Ages, Metallicities, Weights:
   2.84e+03      0.272   2.07e-10
V_corr=      -362.19005
ibin=    4646 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     128     -32.3   158.0   0.018  -0.008   0.000   0.000   0.911     NaN
Ages, Metallicities, Weights:
   2.57e+03    -0.0519   1.56e-10
V_corr=      -365.15620
ibin=    4647 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     163     -58.5   135.0   0.016   0.070   0.000   0.000   0.797     NaN
Ages, Metallicities, Weights:
   1.13e+03      0.635   1.06e-10
V_corr=      -391.33262
ibin=    4648 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     127     -33.0   137.2   0.012   0.058   0.000   0.000   0.571     NaN
Ages, Metallicities, Weights:
   1.98e+04    -0.0221   8.53e-10
V_corr=      -365.81199
ibin=    4649 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     152     -38.3   122.6   0.039   0.061   0.000   0.000   0.542     NaN
Ages, Metallicities, Weights:
   1.99e+03      0.366   1.60e-10
V_corr=      -371.14999
ibin=    4650 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     141     -27.7   171.3  -0.046   0.118   0.000   0.000   0.757     NaN
Ages, Metallicities, Weights:
   1.78e+04      0.246   1.01e-09
V_corr=      -360.52838
ibin=    4651 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     171      18.1   190.5   0.090   0.104   0.000   0.000   0.591     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0161   8.63e-10
V_corr=      -314.67401
ibin=    4652 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     283     -13.7   136.9   0.056   0.067   0.000   0.000   0.443     NaN
Ages, Metallicities, Weights:
   4.14e+03     0.0678   2.16e-10
V_corr=      -346.52841
ibin=    4653 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     148     -15.8   180.6  -0.007   0.058   0.000   0.000   0.477     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.196   8.70e-10
V_corr=      -348.63744
ibin=    4654 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     149     -29.5   136.1  -0.050   0.026   0.000   0.000   0.489     NaN
Ages, Metallicities, Weights:
   6.42e+03     -0.133   3.11e-10
V_corr=      -362.30767
ibin=    4655 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     126     -22.8   172.7  -0.044  -0.026   0.000   0.000   0.532     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.202   7.95e-10
V_corr=      -355.56540
ibin=    4656 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     175      -3.5   117.4  -0.003   0.033   0.000   0.000   0.590     NaN
Ages, Metallicities, Weights:
   3.85e+03     -0.149   1.91e-10
V_corr=      -336.35823
ibin=    4657 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      94     -19.0   146.5   0.053   0.029   0.000   0.000   0.559     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0167   7.94e-10
V_corr=      -351.77292
ibin=    4658 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     139     -13.2   195.8  -0.064   0.048   0.000   0.000   0.583     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.205   8.12e-10
V_corr=      -346.05497
ibin=    4659 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     115      30.3   119.6   0.034   0.018   0.000   0.000   0.429     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.442   5.12e-10
V_corr=      -302.55026
ibin=    4660 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     114      18.4   184.4   0.000  -0.007   0.000   0.000   0.375     NaN
Ages, Metallicities, Weights:
   1.98e+04     0.0929   7.38e-10
V_corr=      -314.45142
ibin=    4661 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     118       4.1    67.1   0.005   0.010   0.000   0.000   0.550     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.514   4.49e-10
V_corr=      -328.68349
ibin=    4662 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     130     -22.2    90.9   0.023   0.010   0.000   0.000   0.598     NaN
Ages, Metallicities, Weights:
   2.19e+03     -0.172   8.29e-11
V_corr=      -355.02495
ibin=    4663 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     161      -4.6   164.3   0.016  -0.061   0.000   0.000   0.751     NaN
Ages, Metallicities, Weights:
   2.11e+03    -0.0512   8.03e-11
V_corr=      -337.41073
ibin=    4664 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
      92      13.6   172.6   0.033   0.015   0.000   0.000   1.787     NaN
Ages, Metallicities, Weights:
   1.98e+04     -0.149   4.71e-10
V_corr=      -319.21664
ibin=    4665 /        4692
Preparing templates: convolving...done; deriving...% PPXF_NBURSTS: MPFIT STATUS=   1
   feval         V   sigma      h3      h4      h5      h6  c2/DOF   SEDc2
     116      25.9   247.5  -0.046   0.017   0.000   0.000********     NaN
Ages, Metallicities, Weights:
   1.98e+04      0.535   7.96e-10
V_corr=      -306.89620
ibin=    4666 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4667 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4668 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4669 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4670 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4671 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4672 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4673 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4674 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4675 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4676 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4677 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4678 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4679 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4680 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4681 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4682 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4683 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4684 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4685 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4686 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4687 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4688 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4689 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4690 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4691 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
ibin=    4692 /        4692
Preparing templates: convolving...done; deriving...ROBUST_SIGMA: This distribution is TOO WEIRD! Returning -1
% PPXF_NBURSTS: MPFIT STATUS= -16
% PPXF_NBURSTS: ERROR: parameter or function value(s) have become infinite;
                 check model function for over- and underflow
% PPXF_NBURSTS: EXITING NBURSTS WITH NaN results
V_corr=             NaN
% CHECK_FITS: NAXIS keywords in FITS header have been updated
% CHECK_FITS: BITPIX value of -64 added to FITS header
% Compiled module: MWRFITS.
% MWRFITS: Appending FITS extension to file
            /data/blaunet/fits/nburst_data/SN2/cube/30x30_MILES_fitted.fits
% Compiled module: FXPARPOS.
% Compiled module: DETABIFY.
% Compiled module: SXADDHIST.
% MWRFITS: Appending FITS extension to file
            /data/blaunet/fits/nburst_data/SN2/cube/30x30_MILES_fitted.fits
% Program caused arithmetic error: Floating divide by 0
% Program caused arithmetic error: Floating illegal operand
...done

Or load from previous

In [3]:
SN2_fitter = NburstFitter.from_previous(FITS_DIR/'nburst_data/SN2/cube/','30x30', fit_name = 'MILES')
SN2_fitter.read_result()
In [70]:
x = np.arange(14, 2047, 30)
y = np.arange(14, 2063, 30)
xspl = UnivariateSpline(x, np.arange(x.shape[0]))
x_center = xspl(SN2_ORCS.header['CRPIX1'])
x_center_bis = xspl(SN2_ORCS.params.target_x)
yspl = UnivariateSpline(y, np.arange(y.shape[0]))
y_center = yspl(SN2_ORCS.header['CRPIX2'])
y_center_bis = yspl(SN2_ORCS.params.target_y)

Obtain a map

In [123]:
V_map = parameter_map(SN2_fitter.idl_result, 'V', SN2_fitter.bin_table)
#map = parameter_map(SN2_fitter.idl_result, 'SIG', SN2_fitter.bin_table)

f,ax = plot_map(V_map, colorbar=True, cmap='jet')#, vmax = 220, vmin = 60)


Plot some fit

In [15]:
import matplotlib
matplotlib.rcParams.update({'font.size': 14})
In [23]:
x,y = 23,45
f, ax = plot_spectra(1e8/SN2_fitter.axis, SN2_fitter.spectra[x,y], label='Spectrum')
plot_spectra(1e8/SN2_fitter.axis, SN2_fitter.fitted_spectra[x,y], ax=ax, label='Fit')
plot_spectra(1e8/SN2_fitter.axis, SN2_fitter.spectra[x,y]-SN2_fitter.fitted_spectra[x,y], ax=ax, label='Residual')
add_lines_label(ax, 'SN2', -300., wavenumber=True, size=10)
ax.set_xlim(19550, 20700)
Out[23]:
(19550, 20700)

Gas fit

We have toi go back to wavenumbers

In [10]:
def convert_wavenumber(spec, old_axis, new_axis):
    from scipy.interpolate import UnivariateSpline
    spl = UnivariateSpline(np.flip(1e8/old_axis, 0), np.flip(spec, 0), s=0, ext=1)
    new_spec = spl(new_axis.astype(np.float64))
#     new_spec[new_spec == 0.] = np.nan
    return new_spec
In [ ]:
SN2_subtracted = SN2_fitter.spectra -SN2_fitter.fitted_spectra
In [11]:
wn_subtracted_cube = parallel_apply_along_axis(convert_wavenumber, 2, SN2_subtracted[...,:-5], SN2_fitter.axis[:-5], SN2_ORCS.params.base_axis)
INFO| Init of the parallel processing server with 16 threads
In [12]:
X,Y = np.mgrid[14:2047:30, 14:2063:30]
cube = SN2_ORCS
orig_map = cube.get_theta_map()
theta_map = orig_map[X,Y]
# theta_map = np.zeros(SN2_subtracted.shape[:2])
# for i,j in np.ndindex(theta_map.shape):
#     big_box = centered_square_region(X[i,j], Y[i,j],30)
#     medium_box = centered_square_region(X[i,j], Y[i,j],5)
#     mask = np.zeros((2048,2064))
#     mask[big_box] = 1.
#     mask[medium_box] = 0.
#     theta_map[i,j] = np.nanmean(orig_map[np.nonzero(mask)])
In [21]:
wn_subtracted_cube[np.isnan(wn_subtracted_cube)] = 0.
In [22]:
input_cube = np.zeros((wn_subtracted_cube.shape[0], wn_subtracted_cube.shape[1], 3), dtype=object)
for x,y in np.ndindex(input_cube.shape[:2]):
    input_cube[x,y,:] = [wn_subtracted_cube[x,y,:], theta_map[x,y], SN2_fitter.error[x,y,0]]
In [45]:
def fit_gas_lines(z_dim, cube, lines = ['[OIII]5007'], debug = False, **kwargs):
    from sitelle.fit import guess_source_velocity, refine_velocity_guess
    from orcs.utils import fit_lines_in_spectrum
    a = cube.params.base_axis
    bkg_spec = z_dim[0]
    theta = z_dim[1]
    err = z_dim[2]

    kwargs.update({'fmodel':'sincgauss'})
    kwargs.update({'pos_def':['1']})
    kwargs.update({'sigma_def':['1']})
    kwargs.update({'sigma_cov':50})
    kwargs.update({'fwhm_def':['1']})
    kwargs.update({'signal_range':(19500,20500)})
    try:
        v_guess, l = guess_source_velocity(bkg_spec, cube, lines=lines, force=True, return_line=True)
    except ValueError:
        v_guess = -300.
        l = lines[0]
    try:
        #logging.info('V_guess before refine %s'%v_guess)
        coeff = np.nanmax(bkg_spec)
        v_guess = refine_velocity_guess(bkg_spec/coeff, a, v_guess, l)
        #logging.info('V_guess after refine %s'%v_guess)
    except Exception as e:
        pass

    kwargs['pos_cov'] = v_guess
    cube._prepare_input_params(lines, nofilter = True, **kwargs)
    fit_params_bkg = fit_lines_in_spectrum(cube.params, cube.inputparams, cube.fit_tol,
                                    bkg_spec, theta,  snr_guess=None,  debug=debug)
    if fit_params_bkg == []:
        return np.nan
    else:
        return fit_params_bkg['velocity'][0]
In [46]:
SN2_ORCS.inputparams = {}
In [50]:
fit_params = np.apply_along_axis(fit_gas_lines, 2, input_cube, SN2_ORCS)
WARNING| /home/blaunet/sitelle_env/lib/python2.7/site-packages/ipykernel_launcher.py:23: RuntimeWarning: invalid value encountered in divide

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/home/blaunet/orcs/orcs/utils.py", line 131, in fit_lines_in_spectrum
    **kwargs)
  File "/home/blaunet/orb/orb/fit.py", line 2602, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/home/blaunet/orb/orb/fit.py", line 447, in fit
    maxfev=self.max_iter)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

In [52]:
io.write_fits('/obs/blaunet/fits/OIII_velocity.fits', fit_params)
INFO| Data written as /obs/blaunet/fits/OIII_velocity.fits in 0.06 s
Out[52]:
'/obs/blaunet/fits/OIII_velocity.fits'
In [34]:
V_map = io.read_fits('/obs/blaunet/fits/OIII_velocity.fits')
In [40]:
f,ax = plot_map(V_map, cmap='jet', colorbar=True, vmin = -600, vmax = 0)
ax.scatter(x_center_bis, y_center_bis, marker='x', c='k')
Out[40]:
<matplotlib.collections.PathCollection at 0x7ffadd8a8b50>
In [52]:
def get_param_map(fit_params, p):
    p_map = np.zeros_like(fit_params, dtype=np.float64)

    for i,j in np.ndindex(p_map.shape):
#         if type(fit_params[i,j][p]) is np.ndarray:
#             p_map[i,j] = fit_params[i,j][p][0]
#         else:
        p_map[i,j] = fit_params[i,j][p]
    return p_map
In [53]:
V = get_param_map(fit_params, 'velocity')
In [56]:
fit_params
Out[56]:
array([], shape=(68, 69, 0), dtype=float64)
In [50]:
plot_map(V)
Out[50]:
(<matplotlib.figure.Figure at 0x7efe27c2e210>,
 <matplotlib.axes._subplots.AxesSubplot at 0x7efe2780fa10>)
In [31]:
fig,ax = plot_spectra(SN2_ORCS.params.base_axis, wn_subtracted_cube[21,20])
plot_spectra(SN2_ORCS.params.base_axis, f[1,0]['fitted_vector'], ax=ax)
Out[31]:
(<matplotlib.figure.Figure at 0x7f3480203110>,
 <matplotlib.axes._subplots.AxesSubplot at 0x7f34802960d0>)
In [18]:
def measure_velocity(spec, cube, lines=['[OIII]5007']):
    from sitelle.fit import guess_source_velocity, refine_velocity_guess
    a = cube.params.base_axis
    try:
        v_guess, l = guess_source_velocity(spec, cube, lines=lines, force=True, return_line=True)
    except ValueError:
        return None
    try:
        coeff = np.nanmax(spec)
        v_guess = refine_velocity_guess(spec/coeff, a, v_guess, l)
    except Exception as e:
        print e
        pass
    return v_guess
In [19]:
V = np.apply_along_axis(measure_velocity, 2, wn_subtracted_cube[15:20, 15:20], SN2_ORCS)
In [20]:
V
Out[20]:
array([[-405.45247028, -448.41977745, -398.41977745, -414.84003026,
        -398.41977745],
       [-411.6222747 , -448.41977745, -408.42179198, -424.22726216,
        -414.71070668],
       [-448.41977745, -411.53210143, -448.41977745, -448.41977745,
        -398.41977745],
       [-422.72377551, -398.41977745, -448.41977745, -407.6430867 ,
        -410.28349198],
       [-448.41977745, -448.41977745, -406.52331072, -398.41977745,
        -425.91617774]])
In [40]:
fig, ax = plot_spectra(SN2_ORCS.params.base_axis, wn_subtracted_cube[21,20])
plot_spectra(SN2_ORCS.params.base_axis, f['fitted_vector'], ax=ax)
Out[40]:
(<matplotlib.figure.Figure at 0x7ff6ab015950>,
 <matplotlib.axes._subplots.AxesSubplot at 0x7ff6abd7ff10>)
In [ ]:
cube = SN2_ORCS
kwargs_bkg = {}
bkg_spec

kwargs_bkg.update({'fmodel':'gaussian'})
kwargs_bkg.update({'fwhm_def':['1']})
kwargs_bkg.update({'signal_range':(19500,20500)})

lines = ['[OIII]5007']
v_guess, l = guess_source_velocity(bkg_spec, cube, lines=lines, force=True, return_line=True)
In [ ]:
cube = SN2_ORCS
kwargs_bkg = {}
kwargs_bkg.update({'fmodel':'gaussian'})
kwargs_bkg.update({'fwhm_def':['1']})
kwargs_bkg.update({'signal_range':(19500,20500)})

lines = ['[OIII]5007']
v_guess, l = guess_source_velocity(bkg_spec, cube, lines=lines, force=True, return_line=True)
try:
    logging.info('V_guess before refine %s'%v_guess)
    coeff = np.nanmax(bkg_spec)
    v_guess = refine_velocity_guess(bkg_spec/coeff, a, v_guess, l)
    logging.info('V_guess after refine %s'%v_guess)
except Exception as e:
    pass
fit_res['bkg_v_guess'] = v_guess
kwargs_bkg['pos_cov'] = v_guess
cube._prepare_input_params(lines, nofilter = True, **kwargs_bkg)
fit_params_bkg = fit_lines_in_spectrum(cube.params, cube.inputparams, cube.fit_tol,
                                    bkg_spec, theta_orig,
                                    snr_guess=bkg_err,  debug=debug)

if fit_params_bkg == []:
    fit_res['bkg_exit_status'] = 2
else:
    fit_res['bkg_exit_status'] = 0
    fit_res['bkg_velocity'] = fit_params_bkg['velocity'][0]
    fit_res['bkg_velocity_err'] = fit_params_bkg['velocity_err'][0]
In [60]:
from astropy.coordinates import Angle
import astropy.units as u
d = Angle(0.32, unit=u.arcsec)

In [51]:
d = Angle(5.5, unit=u.arcmin)
d.arcsec
Out[51]:
330.0
In [28]:
out = np.load('../../fits/SN2_lines_20_11.npy')
SN2_velocity_map = np.zeros((43,43))
#gas_after_nburst_lines = np.zeros_like(SN2_clean)
for x,y in np.ndindex(SN2_velocity_map.shape):
    try:
        SN2_velocity_map[x,y] = out[x,y]['fit_params']['velocity'][0]
        #gas_after_nburst_lines[x,y,:] = out[x,y]['line_spectra']
    except TypeError:
        SN2_velocity_map[x,y] = np.nan
        #gas_after_nburst_lines[x,y,:] = np.nan * np.ones(556)
In [65]:
f,ax = plot_map(SN2_velocity_map, cmap='jet', colorbar=True, vmin=-800)
ax.set_title('Gas Velocity Map')
Out[65]:
Text(0.5,1,u'Gas Velocity Map')

Analysis

In [8]:
x,y = 15,30
f,ax = plt.subplots()
make_wavelength_axes(ax, xlim=(4825,5120))
ax.plot(SN2_fitter.axis, SN2_fitter.spectra[x,y])
ax.plot(SN2_fitter.axis, SN2_fitter.fitted_spectra[x,y])
ax.plot(SN2_fitter.axis,SN2_fitter.spectra[x,y]- SN2_fitter.fitted_spectra[x,y])
add_lines_label(ax, 'SN2', [0., -800.])

SN3

Creation of the fitter

In [9]:
# SN3_fitter_list = []
# SN3_fwhm_map = SN3_ORCS.get_fwhm_map()
# i = 0
# for x,y in np.ndindex(SN3_48x48.shape[:-1]):
#     spectra = SN3_48x48[x,y]
#     error = estimate_noise(SN3_axis, spectra, SN3_ORCS.get_filter_range())
#     fwhm = SN3_fwhm_map[x*48:(x+1)*48, y*48:(y+1)*48].mean()
#     fitter = NburstFitter.from_sitelle_data(SN3_axis, spectra, error, fwhm,
#                                             SN3_ORCS, '../fits/nburst_data/SN3/bins/',
#                                             '%d_%d'%(x,y),
#                                             force=True)

#     kwargs = {'fixpar':[0,0,0,0]}
#     if not np.isnan(SN2_fitter.idl_result['V'][SN2_fitter.bin_table][x,y]):
#         kwargs['vsys'] = SN2_fitter.idl_result['V'][SN2_fitter.bin_table][x,y]
#     if not np.isnan(SN2_fitter.idl_result['SIG'][SN2_fitter.bin_table][x,y]):
#         kwargs['sig_guess'] = SN2_fitter.idl_result['SIG'][SN2_fitter.bin_table][x,y]
#     if not np.isnan(SN2_fitter.idl_result['MET'][SN2_fitter.bin_table][x,y]):
#         kwargs['met_guess'] = SN2_fitter.idl_result['MET'][SN2_fitter.bin_table][x,y]
#         kwargs['fixpar'][3] = 1
#     if not np.isnan(SN2_fitter.idl_result['AGE'][SN2_fitter.bin_table][x,y]):
#         kwargs['age_guess'] = SN2_fitter.idl_result['AGE'][SN2_fitter.bin_table][x,y]
#         kwargs['fixpar'][2] = 1

#     fitter.configure_fit('MILES_fromSN2',silent=True, stell_lib='MILES', mdegree=4, **kwargs)
#     SN3_fitter_list.append(fitter)

Or load from previous

In [10]:
SN3_fitter_list = []
for x,y in np.ndindex(SN3_48x48.shape[:-1]):
    fitter = NburstFitter.from_previous('../fits/nburst_data/SN3/bins/', '%d_%d'%(x,y),'MILES_fromSN2' )
    SN3_fitter_list.append(fitter)
In [11]:
SN3_fitter = NburstFitterList(SN3_fitter_list)
In [12]:
#SN3_fitter.run_each()
SN3_fitter.read_result(force=True)
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/0_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/1_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/2_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/3_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/4_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/5_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/6_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/7_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/8_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/9_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/10_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/11_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/12_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge
Can not load results for /home/blaunet/fits/nburst_data/SN3/bins/13_42_MILES_fromSN2_fitted.fits; the fit probably didn't converge

errorTraceback (most recent call last)
<ipython-input-12-5906c31e7522> in <module>()
      1 #SN3_fitter.run_each()
----> 2 SN3_fitter.read_result(force=True)

/home/blaunet/sitelle/sitelle/nburst.py in read_result(self, force)

/home/blaunet/sitelle/sitelle/nburst.py in read_result(self, filename, force)

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/utils/decorators.pyc in __get__(self, obj, owner)

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/hdu/table.pyc in data(self)

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/hdu/table.pyc in _get_tbdata(self)

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/hdu/base.pyc in _get_raw_data(self, shape, code, offset)

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/file.pyc in readarray(self, size, offset, dtype, shape)

/home/blaunet/sitelle_env/lib/python2.7/site-packages/numpy/core/memmap.pyc in __new__(subtype, filename, dtype, mode, offset, shape, order)

error: [Errno 24] Too many open files
In [13]:
fits.open('../fi')

IOErrorTraceback (most recent call last)
<ipython-input-13-373d4be4f20f> in <module>()
----> 1 fits.open('../fi')

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/hdu/hdulist.pyc in fitsopen(name, mode, memmap, save_backup, cache, lazy_load_hdus, **kwargs)
    158
    159     return HDUList.fromfile(name, mode, memmap, save_backup, cache,
--> 160                             lazy_load_hdus, **kwargs)
    161
    162

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/hdu/hdulist.pyc in fromfile(cls, fileobj, mode, memmap, save_backup, cache, lazy_load_hdus, **kwargs)
    411         return cls._readfrom(fileobj=fileobj, mode=mode, memmap=memmap,
    412                              save_backup=save_backup, cache=cache,
--> 413                              lazy_load_hdus=lazy_load_hdus, **kwargs)
    414
    415     @classmethod

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/hdu/hdulist.pyc in _readfrom(cls, fileobj, data, mode, memmap, save_backup, cache, lazy_load_hdus, **kwargs)
    996             if not isinstance(fileobj, _File):
    997                 # instantiate a FITS file object (ffo)
--> 998                 fileobj = _File(fileobj, mode=mode, memmap=memmap, cache=cache)
    999             # The Astropy mode is determined by the _File initializer if the
   1000             # supplied mode was None

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/utils/decorators.pyc in wrapper(*args, **kwargs)
    505                         # one with the name of the new argument to the function
    506                         kwargs[new_name[i]] = value
--> 507             return function(*args, **kwargs)
    508
    509         return wrapper

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/file.pyc in __init__(self, fileobj, mode, memmap, overwrite, cache)
    148             self._open_fileobj(fileobj, mode, overwrite)
    149         elif isinstance(fileobj, string_types):
--> 150             self._open_filename(fileobj, mode, overwrite)
    151         else:
    152             self._open_filelike(fileobj, mode, overwrite)

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/file.pyc in _open_filename(self, filename, mode, overwrite)
    504             self._file = bz2.BZ2File(self.name, bzip2_mode)
    505         else:
--> 506             self._file = fileobj_open(self.name, IO_FITS_MODES[mode])
    507             self.close_on_error = True
    508

/home/blaunet/sitelle_env/lib/python2.7/site-packages/astropy/io/fits/util.pyc in fileobj_open(filename, mode)
    393         """
    394
--> 395         return open(filename, mode)
    396 else:
    397     def fileobj_open(filename, mode):

IOError: [Errno 24] Too many open files: '../fi'
In [13]:
x,y = 22,22
f, ax = plt.subplots()
make_wavelength_axes(ax, xlim=(6480,6835))
ax.plot(SN3_fitter.axis, SN3_fitter.spectra[SN2_fitter.bin_table][x,y])
ax.plot(SN3_fitter.axis, SN3_fitter.fitted_spectra[SN2_fitter.bin_table][x,y])
ax.plot(SN3_fitter.axis, SN3_fitter.spectra[SN2_fitter.bin_table][x,y]-SN3_fitter.fitted_spectra[SN2_fitter.bin_table][x,y])
add_lines_label(ax, 'SN3', [0., -600])

Some Histograms

In [19]:
f,ax = plt.subplots()
ax.hist(SN2_fitter.idl_result['AGE'][~np.isnan(SN2_fitter.idl_result['AGE'])], bins=200)
ax.set_yscale("log", nonposy='clip')
f.show()
In [190]:
i = 0
for x,y in np.argwhere(SN2_fitter.idl_result['AGE'][SN2_fitter.bin_table] < 2500):
    if x < 5 or y < 5:
        continue
    print x,y
    f, ax = plt.subplots()
    ax.plot(SN2_fitter.axis, SN2_fitter.spectra[x,y])
    ax.plot(SN2_fitter.axis, SN2_fitter.fitted_spectra[x,y])
    make_wavelength_axes(ax, xlim=(4825,5120))
    f.show()
    break
WARNING| /usr/local/lib/python2.7/site-packages/ipykernel_launcher.py:2: RuntimeWarning: invalid value encountered in less


5 6
In [158]:
SN2_fitter.idl_result['AGE'][~np.isnan(SN2_fitter.idl_result['AGE'])]
Out[158]:
array([  8808.01150684,  19800.00006332,     37.01206881, ...,
        19800.00006332,  19800.00006332,  19800.00006332])

Fit Gas Lines

In [22]:
def interpolator(spec, old_axis, new_axis):
    return UnivariateSpline(np.flip(1e8/old_axis,0), np.flip(spec,0), s=0, ext='zeros')(new_axis.astype(float))
In [23]:
SN2_clean = SN2_48x48 - np.apply_along_axis(interpolator, -1, SN2_fitter.fitted_spectra, SN2_fitter.axis, SN2_axis)
SN3_clean = SN3_48x48 - np.apply_along_axis(interpolator, -1, SN3_fitter.fitted_spectra[SN2_fitter.bin_table], SN3_fitter.axis, SN3_axis)

SN2

In [24]:
SN2_theta_map = SN2_ORCS.get_theta_map()
SN2_input_cube = np.zeros((SN2_clean.shape[0], SN2_clean.shape[1], 2), dtype=object)
for x,y in np.ndindex(SN2_input_cube.shape[:2]):
    SN2_input_cube[x,y,:] = [SN2_clean[x,y,:], SN2_theta_map[x*48:(x+1)*48, y*48:(y+1)*48].mean()]
In [25]:
lines = ['[OIII]5007', '[OIII]4959', 'Hbeta']
kwargs={'fmodel':'sincgauss', 'pos_def':'1', 'sigma_cov':[gvar.gvar(30, 10)], 'sigma_def':['1']}

SN2_ORCS._prepare_input_params(lines, nofilter=True, signal_range=[19550,20700], **kwargs)
inputparams = SN2_ORCS.inputparams.convert()
params = SN2_ORCS.params.convert()
V_range = np.linspace(0,-600,7)
#V_range = np.linspace(0,-500,6)
snr_guess = None
In [26]:
# x,y = 12,15
# d = fit_gas_lines(SN2_input_cube[x,y,:], inputparams, params, lines, V_range, snr_guess=snr_guess)
# display(d['fit_params'])
# f, ax = plt.subplots()
# ax.plot(1e8/SN2_axis, d['line_spectra'])
# ax.plot(1e8/SN2_axis, SN2_clean[x,y])
# make_wavelength_axes(ax, xlim=(4825, 5125))
# add_lines_label(ax, 'SN2', -300.)
# f.show()
In [27]:
# out = parallel_apply_along_axis(fit_gas_lines, 2, SN2_input_cube,
#                               inputparams,
#                               params,
#                               lines,
#                               V_range,
#                               #depfuncs=(),
#                               #modules=('from sitelle.fit import parse_line_params, chi2_func',
#                               #         'from orcs.utils import fit_lines_in_spectrum'),
#                               snr_guess = snr_guess)
In [28]:
# np.save('../fits/SN2_lines_20_11.npy', out)
out = np.load('../fits/SN2_lines_20_11.npy')
In [30]:
SN2_velocity_map = np.zeros((43,43))
gas_after_nburst_lines = np.zeros_like(SN2_clean)
for x,y in np.ndindex(SN2_velocity_map.shape):
    try:
        SN2_velocity_map[x,y] = out[x,y]['fit_params']['velocity'][0]
        gas_after_nburst_lines[x,y,:] = out[x,y]['line_spectra']
    except TypeError:
        velocity_map[x,y] = np.nan
        gas_after_nburst_lines[x,y,:] = np.nan * np.ones(556)
In [31]:
map_fig, _ = plot_map(velocity_map, cmap='jet', colorbar=True, vmin=-600, vmax=0)

SN3

In [32]:
SN3_theta_map = SN3_ORCS.get_theta_map()
SN3_input_cube = np.zeros((SN3_clean.shape[0], SN3_clean.shape[1], 2), dtype=object)
for x,y in np.ndindex(SN3_input_cube.shape[:2]):
    SN3_input_cube[x,y,:] = [SN3_clean[x,y,:], SN3_theta_map[x*48:(x+1)*48, y*48:(y+1)*48].mean()]
In [33]:
lines=['[NII]6548','[NII]6583', 'Halpha', '[SII]6716', '[SII]6731']
kwargs={'fmodel':'sincgauss', 'pos_def':'1', 'sigma_def':['1'], 'sigma_cov':[gvar.gvar(10, 1)]}

SN3_ORCS._prepare_input_params(lines, nofilter=True, signal_range=[14750, 15380],**kwargs)
inputparams = SN3_ORCS.inputparams.convert()
params = SN3_ORCS.params.convert()
V_range = np.linspace(0,-600,7)
#V_range = [gvar.gvar(v,50) for v in V_range]
snr_guess = None
In [34]:
# def ylim_on_range(spec, axis, xlim):
#     imin, imax = np.searchsorted(axis, xlim)
#     return (spec[imin:imax].min(), spec[imin:imax].max())
# x,y = 20,22
# #x,y = 6,6
# d = fit_gas_lines(SN3_input_cube[x,y,:], inputparams, params, lines, V_range, snr_guess=snr_guess)
# display(d['fit_params'])
# f, ax = plt.subplots()
# ax.plot(SN3_axis, d['line_spectra'])
# ax.plot(SN3_axis, SN3_clean[x,y,:])
# make_wavenumber_axes(ax, xlim=(14750, 15380), ylim=ylim_on_range(SN3_clean[x,y], SN3_axis, (14750, 15380)))




# f.show()
# print 'V = ',d['fit_params']['velocity'][0]
In [150]:
# out = parallel_apply_along_axis(fit_gas_lines, 2, SN3_input_cube,
#                               inputparams,
#                               params,
#                               lines,
#                               V_range,
#                               #depfuncs=(),
#                               #modules=('from sitelle.fit import parse_line_params, chi2_func',
#                               #         'from orcs.utils import fit_lines_in_spectrum'),
#                               snr_guess = snr_guess)
INFO| Init of the parallel processing server with 8 threads
Init V =  0.0 Fitted V =  16.4430215517 Chi2 =  23.0106550983
Init V =  -100.0 Fitted V =  -57.4765329125 Chi2 =  26.1150653156
Init V =  -200.0 Fitted V =  -194.859653564 Chi2 =  27.7445498075
Init V =  -300.0 Fitted V =  -274.976268878 Chi2 =  32.1573232521
Init V =  -400.0 Fitted V =  -418.611048388 Chi2 =  32.1176242241
Init V =  -500.0 Fitted V =  -418.609897443 Chi2 =  32.1176240345
Init V =  -600.0 Fitted V =  -607.473765016 Chi2 =  38.5001178372
Init V =  0.0 Fitted V =  22.9051029325 Chi2 =  16.6568735126
Init V =  -100.0 Fitted V =  -53.7497863746 Chi2 =  15.7846614463
Init V =  -200.0 Fitted V =  -200.089358601 Chi2 =  18.2087678089
Init V =  -300.0 Fitted V =  -279.248033723 Chi2 =  19.543673474
Init V =  -400.0 Fitted V =  -422.759870116 Chi2 =  14.3375840707
Init V =  -500.0 Fitted V =  -422.759756582 Chi2 =  14.337585685
Init V =  -600.0 Fitted V =  -606.698155649 Chi2 =  20.933827869
Init V =  0.0 Fitted V =  -54.855551738 Chi2 =  10.0619888548
Init V =  -100.0 Fitted V =  -54.8503993078 Chi2 =  10.0620235094
Init V =  -200.0 Fitted V =  -198.02637821 Chi2 =  11.0598462729
Init V =  -300.0 Fitted V =  -276.526309321 Chi2 =  9.7857140585
Init V =  -400.0 Fitted V =  -414.640888866 Chi2 =  7.22562446748
Init V =  -500.0 Fitted V =  -414.641897464 Chi2 =  7.22563052317
Init V =  -600.0 Fitted V =  -596.059088949 Chi2 =  11.7412549146
Init V =  0.0 Fitted V =  -45.1324661322 Chi2 =  13.7801155752
Init V =  -100.0 Fitted V =  -45.1320897292 Chi2 =  13.7801486547
Init V =  -200.0 Fitted V =  -211.737919017 Chi2 =  15.2083960906
Init V =  -300.0 Fitted V =  -278.992960152 Chi2 =  14.1012430145
Init V =  -400.0 Fitted V =  -416.436738312 Chi2 =  6.45018804401
Init V =  -500.0 Fitted V =  -416.44012083 Chi2 =  6.45017410862
Init V =  -600.0 Fitted V =  -614.597532336 Chi2 =  15.4753052207
Init V =  0.0 Fitted V =  262.023873147 Chi2 =  4.79324847598
Init V =  -100.0 Fitted V =  -42.8612514458 Chi2 =  7.29091416315
Init V =  -200.0 Fitted V =  -199.881826162 Chi2 =  7.91302629285
Init V =  -300.0 Fitted V =  -280.003358522 Chi2 =  7.18820825791
Init V =  -400.0 Fitted V =  -412.089300464 Chi2 =  5.25145597116
Init V =  -500.0 Fitted V =  -491.742901198 Chi2 =  8.50425665048
Init V =  -600.0 Fitted V =  -412.088414678 Chi2 =  5.25146020768
Init V =  0.0 Fitted V =  165.612772084 Chi2 =  4.82875099134
Init V =  -100.0 Fitted V =  165.577809401 Chi2 =  4.82873434315
Init V =  -200.0 Fitted V =  -203.845920612 Chi2 =  7.1753478583
Init V =  -300.0 Fitted V =  -276.391420168 Chi2 =  7.43854714506
Init V =  -400.0 Fitted V =  -409.775632568 Chi2 =  4.52382851695
Init V =  -500.0 Fitted V =  -489.799585539 Chi2 =  7.60364843128
Init V =  -600.0 Fitted V =  -619.269889857 Chi2 =  6.91045559121
Init V =  0.0 Fitted V =  -37.5741511679 Chi2 =  8.0176724967
Init V =  -100.0 Fitted V =  271.923251161 Chi2 =  4.73074777005
Init V =  -200.0 Fitted V =  -205.317678601 Chi2 =  9.00908448849
Init V =  -300.0 Fitted V =  -395.674191512 Chi2 =  5.1835280833
Init V =  -400.0 Fitted V =  -395.678632739 Chi2 =  5.18352141841
Init V =  -500.0 Fitted V =  -395.676517434 Chi2 =  5.18351993204
Init V =  -600.0 Fitted V =  -395.676130027 Chi2 =  5.1835208035
Init V =  0.0 Fitted V =  162.797097436 Chi2 =  3.56281740622
Init V =  -100.0 Fitted V =  -38.716817701 Chi2 =  5.45167283879
Init V =  -200.0 Fitted V =  -208.894872065 Chi2 =  6.57121359016
Init V =  -300.0 Fitted V =  -411.629377561 Chi2 =  3.9097325151
Init V =  -400.0 Fitted V =  -411.629028934 Chi2 =  3.90973402431
Init V =  -500.0 Fitted V =  -491.417390721 Chi2 =  6.52886498101
Init V =  -600.0 Fitted V =  -502.932344298 Chi2 =  4.90588539092
Init V =  0.0 Fitted V =  -35.3151347358 Chi2 =  4.98256093107
Init V =  -100.0 Fitted V =  158.500736639 Chi2 =  3.47344265349
Init V =  -200.0 Fitted V =  -196.861379069 Chi2 =  5.6866221313
Init V =  -300.0 Fitted V =  -271.592317212 Chi2 =  6.00887814997
Init V =  -400.0 Fitted V =  -417.545870452 Chi2 =  4.2379333261
Init V =  -500.0 Fitted V =  -501.443843522 Chi2 =  5.67587420424
Init V =  -600.0 Fitted V =  -527.018792553 Chi2 =  3.58758636249
Init V =  0.0 Fitted V =  -37.1540127747 Chi2 =  4.39934401121
Init V =  -100.0 Fitted V =  -37.1539642531 Chi2 =  4.39934431321
Init V =  -200.0 Fitted V =  -184.679801518 Chi2 =  5.45363547977
Init V =  -300.0 Fitted V =  -422.841319824 Chi2 =  3.18467707108
Init V =  -400.0 Fitted V =  -422.841875575 Chi2 =  3.18467556069
Init V =  -500.0 Fitted V =  -507.588772004 Chi2 =  5.16682485769
Init V =  -600.0 Fitted V =  -605.993310053 Chi2 =  5.31144735281
Init V =  0.0 Fitted V =  -42.8265075108 Chi2 =  4.55527246269
Init V =  -100.0 Fitted V =  181.396096643 Chi2 =  5.58255844372
Init V =  -200.0 Fitted V =  181.413220854 Chi2 =  5.58255484517
Init V =  -300.0 Fitted V =  -470.713813733 Chi2 =  3.98948779715
Init V =  -400.0 Fitted V =  -403.530861474 Chi2 =  3.59149025844
Init V =  -500.0 Fitted V =  -470.715679596 Chi2 =  3.98948772358
Init V =  -600.0 Fitted V =  -470.759213403 Chi2 =  3.98948917833
Init V =  0.0 Fitted V =  -41.8287231666 Chi2 =  4.56286968087
Init V =  -100.0 Fitted V =  270.041105861 Chi2 =  2.40464046158
Init V =  -200.0 Fitted V =  -198.962412755 Chi2 =  5.20731236447
Init V =  -300.0 Fitted V =  -398.97072468 Chi2 =  2.71347667633
Init V =  -400.0 Fitted V =  -398.979263958 Chi2 =  2.71344949453
Init V =  -500.0 Fitted V =  -496.556152109 Chi2 =  5.34837666529
Init V =  -600.0 Fitted V =  -620.802190436 Chi2 =  5.19359968476
Init V =  0.0 Fitted V =  -46.1140744491 Chi2 =  3.79456717664
Init V =  -100.0 Fitted V =  97.5226678489 Chi2 =  3.11806310534
Init V =  -200.0 Fitted V =  -205.170183123 Chi2 =  4.28585493519
Init V =  -300.0 Fitted V =  -389.875805498 Chi2 =  2.47491268202
Init V =  -400.0 Fitted V =  -389.878373154 Chi2 =  2.47491463009
Init V =  -500.0 Fitted V =  -496.057792451 Chi2 =  4.39384383581
Init V =  -600.0 Fitted V =  -614.648798851 Chi2 =  4.22842752324
Init V =  0.0 Fitted V =  -45.478195544 Chi2 =  3.04288795831
Init V =  -100.0 Fitted V =  108.382121264 Chi2 =  4.9686383699
Init V =  -200.0 Fitted V =  -195.155248143 Chi2 =  3.34356100335
Init V =  -300.0 Fitted V =  -274.019208031 Chi2 =  3.49826399539
Init V =  -400.0 Fitted V =  -393.440702511 Chi2 =  2.44315948079
Init V =  -500.0 Fitted V =  -498.826014552 Chi2 =  3.34899259793
Init V =  -600.0 Fitted V =  -615.340865222 Chi2 =  3.38133781402
Init V =  0.0 Fitted V =  -43.3844980347 Chi2 =  3.24756385079
Init V =  -100.0 Fitted V =  -43.3915476539 Chi2 =  3.24757850742
Init V =  -200.0 Fitted V =  -210.406957444 Chi2 =  3.74964555124
Init V =  -300.0 Fitted V =  -404.13021222 Chi2 =  1.68389862995
Init V =  -400.0 Fitted V =  -404.130080003 Chi2 =  1.68389902208
Init V =  -500.0 Fitted V =  -404.130315885 Chi2 =  1.68389832353
Init V =  -600.0 Fitted V =  -608.455609705 Chi2 =  3.55428949013
Init V =  0.0 Fitted V =  141.944968744 Chi2 =  2.20687732049
Init V =  -100.0 Fitted V =  141.951595204 Chi2 =  2.20687426486
Init V =  -200.0 Fitted V =  -197.812847995 Chi2 =  3.89826877899
Init V =  -300.0 Fitted V =  -409.973822167 Chi2 =  1.73597253739
Init V =  -400.0 Fitted V =  -409.973953033 Chi2 =  1.73597161931
Init V =  -500.0 Fitted V =  -409.973202872 Chi2 =  1.73597791551
Init V =  -600.0 Fitted V =  -409.973274722 Chi2 =  1.73597719386
Init V =  0.0 Fitted V =  96.2085069763 Chi2 =  3.25738856158
Init V =  -100.0 Fitted V =  96.2061175569 Chi2 =  3.25739330077
Init V =  -200.0 Fitted V =  96.220795366 Chi2 =  3.25738863198
Init V =  -300.0 Fitted V =  -496.446991191 Chi2 =  2.39879519244
Init V =  -400.0 Fitted V =  -405.213775902 Chi2 =  2.16851871145
Init V =  -500.0 Fitted V =  -496.473246999 Chi2 =  2.39879764044
Init V =  -600.0 Fitted V =  -496.45906791 Chi2 =  2.39879751782
Init V =  0.0 Fitted V =  -47.9134986224 Chi2 =  3.30231044137
Init V =  -100.0 Fitted V =  269.365791443 Chi2 =  1.43981940333
Init V =  -200.0 Fitted V =  269.365815321 Chi2 =  1.43981945483
Init V =  -300.0 Fitted V =  -393.941153931 Chi2 =  1.5242576037
Init V =  -400.0 Fitted V =  -393.941228437 Chi2 =  1.52425180011
Init V =  -500.0 Fitted V =  -484.046326043 Chi2 =  3.48596415644
Init V =  -600.0 Fitted V =  -612.275224803 Chi2 =  3.3317104691
Init V =  0.0 Fitted V =  265.196280167 Chi2 =  1.07771943233
Init V =  -100.0 Fitted V =  265.19612337 Chi2 =  1.07771932173
Init V =  -200.0 Fitted V =  -209.302605059 Chi2 =  3.60980382513
Init V =  -300.0 Fitted V =  -405.030402557 Chi2 =  1.27718527184
Init V =  -400.0 Fitted V =  -405.03036218 Chi2 =  1.27718527683
Init V =  -500.0 Fitted V =  -405.030352549 Chi2 =  1.27718533401
Init V =  -600.0 Fitted V =  -607.919230786 Chi2 =  3.71201262177
Init V =  0.0 Fitted V =  263.469526581 Chi2 =  1.23972206845
Init V =  -100.0 Fitted V =  263.470323726 Chi2 =  1.23972193868
Init V =  -200.0 Fitted V =  263.469881749 Chi2 =  1.23972201025
Init V =  -300.0 Fitted V =  -409.732978719 Chi2 =  1.26829064986
Init V =  -400.0 Fitted V =  -409.732871193 Chi2 =  1.26829094942
Init V =  -500.0 Fitted V =  -409.733051613 Chi2 =  1.26829043353
Init V =  -600.0 Fitted V =  -409.732882616 Chi2 =  1.2682909038
Init V =  0.0 Fitted V =  265.018538495 Chi2 =  1.08768349802
Init V =  -100.0 Fitted V =  265.018545775 Chi2 =  1.08768349897
Init V =  -200.0 Fitted V =  -407.372763979 Chi2 =  1.15404009227
Init V =  -300.0 Fitted V =  -407.372736697 Chi2 =  1.15404017621
Init V =  -400.0 Fitted V =  -407.372761078 Chi2 =  1.15404007289
Init V =  -500.0 Fitted V =  -407.372581193 Chi2 =  1.15404069394
Init V =  -600.0 Fitted V =  -407.373261441 Chi2 =  1.15403845019
Init V =  0.0 Fitted V =  54.9478144241 Chi2 =  2.27152708112
Init V =  -100.0 Fitted V =  -98.6149614851 Chi2 =  2.52265278269
Init V =  -200.0 Fitted V =  -201.686954189 Chi2 =  2.43339693261
Init V =  -300.0 Fitted V =  -403.317938364 Chi2 =  1.08961285061
Init V =  -400.0 Fitted V =  -403.317924779 Chi2 =  1.08961273461
Init V =  -500.0 Fitted V =  -505.430156273 Chi2 =  2.58909755744
Init V =  -600.0 Fitted V =  -403.317294359 Chi2 =  1.08961364985
Init V =  0.0 Fitted V =  258.237816449 Chi2 =  1.06467335644
Init V =  -100.0 Fitted V =  258.236609143 Chi2 =  1.06467291262
Init V =  -200.0 Fitted V =  -197.320491847 Chi2 =  2.36512556629
Init V =  -300.0 Fitted V =  -413.239699559 Chi2 =  0.910644286079
Init V =  -400.0 Fitted V =  -413.239687502 Chi2 =  0.910644334212
Init V =  -500.0 Fitted V =  -504.705634627 Chi2 =  2.37456520579
Init V =  -600.0 Fitted V =  -413.239405775 Chi2 =  0.910644808966
Init V =  0.0 Fitted V =  264.469355288 Chi2 =  0.873536875381
Init V =  -100.0 Fitted V =  264.469739146 Chi2 =  0.87353722066
Init V =  -200.0 Fitted V =  264.469493579 Chi2 =  0.873537001978
Init V =  -300.0 Fitted V =  -406.847019765 Chi2 =  0.910349764859
Init V =  -400.0 Fitted V =  -406.84716031 Chi2 =  0.910349460335
Init V =  -500.0 Fitted V =  -486.843619014 Chi2 =  2.60182607619
Init V =  -600.0 Fitted V =  -406.847666421 Chi2 =  0.910348162838
Init V =  0.0 Fitted V =  269.263684671 Chi2 =  0.846801761814
Init V =  -100.0 Fitted V =  269.26444927 Chi2 =  0.846801069857
Init V =  -200.0 Fitted V =  -203.046852908 Chi2 =  2.24415009216
Init V =  -300.0 Fitted V =  -292.411616769 Chi2 =  2.2516173844
Init V =  -400.0 Fitted V =  -401.733428621 Chi2 =  0.823979852456
Init V =  -500.0 Fitted V =  -489.918695695 Chi2 =  2.32834003856
Init V =  -600.0 Fitted V =  -401.73342881 Chi2 =  0.823979618877
Init V =  0.0 Fitted V =  264.51639749 Chi2 =  0.743314551322
Init V =  -100.0 Fitted V =  264.516727354 Chi2 =  0.743314677342
Init V =  -200.0 Fitted V =  264.51698868 Chi2 =  0.74331477973
Init V =  -300.0 Fitted V =  -408.558877133 Chi2 =  0.752492315171
Init V =  -400.0 Fitted V =  -408.558744618 Chi2 =  0.752492552702
Init V =  -500.0 Fitted V =  -408.558897434 Chi2 =  0.752492279713
Init V =  -600.0 Fitted V =  -408.558716208 Chi2 =  0.752492604995
Init V =  0.0 Fitted V =  125.545049011 Chi2 =  3.43607498108
Init V =  -100.0 Fitted V =  125.563313388 Chi2 =  3.43606805657
Init V =  -200.0 Fitted V =  125.52356895 Chi2 =  3.43607569224
Init V =  -300.0 Fitted V =  -407.606521475 Chi2 =  0.678087950732
Init V =  -400.0 Fitted V =  -407.607718159 Chi2 =  0.678087090554
Init V =  -500.0 Fitted V =  -488.387674257 Chi2 =  1.40568786325
Init V =  -600.0 Fitted V =  -617.057207002 Chi2 =  1.32605206533
Init V =  0.0 Fitted V =  268.313296635 Chi2 =  0.498074102066
Init V =  -100.0 Fitted V =  -67.869406349 Chi2 =  1.06591258211
Init V =  -200.0 Fitted V =  -201.631619278 Chi2 =  1.11515392622
Init V =  -300.0 Fitted V =  -405.832405992 Chi2 =  0.606062826994
Init V =  -400.0 Fitted V =  -405.831695892 Chi2 =  0.606062904895
Init V =  -500.0 Fitted V =  -405.830997091 Chi2 =  0.606062978847
Init V =  -600.0 Fitted V =  -600.122786988 Chi2 =  1.06267363086
Init V =  0.0 Fitted V =  265.269454272 Chi2 =  0.58262697819
Init V =  -100.0 Fitted V =  265.269143595 Chi2 =  0.582627050912
Init V =  -200.0 Fitted V =  -220.901203897 Chi2 =  1.13400974485
Init V =  -300.0 Fitted V =  -411.690344355 Chi2 =  0.690619929013
Init V =  -400.0 Fitted V =  -411.690518388 Chi2 =  0.690619910807
Init V =  -500.0 Fitted V =  -493.263448194 Chi2 =  1.27029042453
Init V =  -600.0 Fitted V =  -411.691053673 Chi2 =  0.690619847234
Init V =  0.0 Fitted V =  102.54318539 Chi2 =  0.99407109813
Init V =  -100.0 Fitted V =  -82.5474206315 Chi2 =  1.12090067568
Init V =  -200.0 Fitted V =  -201.3588292 Chi2 =  1.56143714494
Init V =  -300.0 Fitted V =  -416.593065275 Chi2 =  1.15856821967
Init V =  -400.0 Fitted V =  -416.5950469 Chi2 =  1.15856769054
Init V =  -500.0 Fitted V =  -499.083271215 Chi2 =  1.59136513345
Init V =  -600.0 Fitted V =  -557.589561057 Chi2 =  0.878033293213
Init V =  0.0 Fitted V =  -76.7271716465 Chi2 =  1.50186800915
Init V =  -100.0 Fitted V =  -76.732367088 Chi2 =  1.50186418491
Init V =  -200.0 Fitted V =  82.7329755411 Chi2 =  1.45293807952
Init V =  -300.0 Fitted V =  -571.903822711 Chi2 =  1.64237489052
Init V =  -400.0 Fitted V =  -571.872920454 Chi2 =  1.64236894335
Init V =  -500.0 Fitted V =  -571.901204671 Chi2 =  1.64236439637
Init V =  -600.0 Fitted V =  -571.914776427 Chi2 =  1.64237464368
Init V =  0.0 Fitted V =  -85.8441021271 Chi2 =  1.36112118217
Init V =  -100.0 Fitted V =  -85.8468538181 Chi2 =  1.36112020174
Init V =  -200.0 Fitted V =  -207.523401475 Chi2 =  2.71325156387
Init V =  -300.0 Fitted V =  -207.536745275 Chi2 =  2.71325113215
Init V =  -400.0 Fitted V =  -418.093382504 Chi2 =  2.14734462399
Init V =  -500.0 Fitted V =  -584.1636266 Chi2 =  3.73163952577
Init V =  -600.0 Fitted V =  -584.191391546 Chi2 =  3.73160372662
Init V =  0.0 Fitted V =  -109.334463761 Chi2 =  1.44690553078
Init V =  -100.0 Fitted V =  -109.334831386 Chi2 =  1.44690560452
Init V =  -200.0 Fitted V =  -109.334773708 Chi2 =  1.44690563321
Init V =  -300.0 Fitted V =  -311.630485656 Chi2 =  3.04258556989
Init V =  -400.0 Fitted V =  -420.983897999 Chi2 =  2.4953118348
Init V =  -500.0 Fitted V =  -423.169319719 Chi2 =  2.55563836042
Init V =  -600.0 Fitted V =  -655.263289642 Chi2 =  4.11710061855
Init V =  0.0 Fitted V =  -93.9254001273 Chi2 =  1.58118916748
Init V =  -100.0 Fitted V =  -93.9301376519 Chi2 =  1.58118930999
Init V =  -200.0 Fitted V =  -226.441131108 Chi2 =  3.18848909689
Init V =  -300.0 Fitted V =  -226.484280564 Chi2 =  3.18845144632
Init V =  -400.0 Fitted V =  -415.44218604 Chi2 =  2.73233817341
Init V =  -500.0 Fitted V =  -492.709365979 Chi2 =  3.24096240129
Init V =  -600.0 Fitted V =  -685.415156023 Chi2 =  1.54324542248
Init V =  0.0 Fitted V =  -100.79662935 Chi2 =  1.6998409058
Init V =  -100.0 Fitted V =  -100.802441456 Chi2 =  1.69984410851
Init V =  -200.0 Fitted V =  -100.795924543 Chi2 =  1.6998404605
Init V =  -300.0 Fitted V =  -286.505771861 Chi2 =  3.20384106161
Init V =  -400.0 Fitted V =  -407.745197258 Chi2 =  2.6503303374
Init V =  -500.0 Fitted V =  -498.774189529 Chi2 =  3.05692431325
Init V =  -600.0 Fitted V =  -645.737247947 Chi2 =  1.2177063673
Init V =  0.0 Fitted V =  -37.8568339661 Chi2 =  1.52697257098
Init V =  -100.0 Fitted V =  -37.9322311037 Chi2 =  1.52698153327
Init V =  -200.0 Fitted V =  -214.425392501 Chi2 =  2.83870805758
Init V =  -300.0 Fitted V =  -260.392371324 Chi2 =  2.7206210431
Init V =  -400.0 Fitted V =  -411.867413892 Chi2 =  2.68805025716
Init V =  -500.0 Fitted V =  -489.895463146 Chi2 =  2.92127036688
Init V =  -600.0 Fitted V =  -655.121942155 Chi2 =  1.12106374141
Init V =  0.0 Fitted V =  -115.219491957 Chi2 =  2.18391374185
Init V =  -100.0 Fitted V =  -115.220680028 Chi2 =  2.18391362141
Init V =  -200.0 Fitted V =  -200.534858701 Chi2 =  3.94828399915
Init V =  -300.0 Fitted V =  -314.786709141 Chi2 =  4.0356455093
Init V =  -400.0 Fitted V =  -417.154513415 Chi2 =  3.46097387392
Init V =  -500.0 Fitted V =  -491.076414894 Chi2 =  4.19736689141
Init V =  -600.0 Fitted V =  -635.486974229 Chi2 =  2.99756329032
Init V =  0.0 Fitted V =  -102.909942112 Chi2 =  2.02315501009
Init V =  -100.0 Fitted V =  -102.909170227 Chi2 =  2.02315494404
Init V =  -200.0 Fitted V =  -191.67973862 Chi2 =  3.49621884741
Init V =  -300.0 Fitted V =  -274.391451332 Chi2 =  3.4526593806
Init V =  -400.0 Fitted V =  -411.345823126 Chi2 =  3.09034145154
Init V =  -500.0 Fitted V =  -490.360669735 Chi2 =  3.51595568563
Init V =  -600.0 Fitted V =  -615.178734485 Chi2 =  1.83524792713
Init V =  0.0 Fitted V =  65.4650756182 Chi2 =  1.97633797438
Init V =  -100.0 Fitted V =  65.4611618307 Chi2 =  1.97633063297
Init V =  -200.0 Fitted V =  -186.643592165 Chi2 =  3.37508288512
Init V =  -300.0 Fitted V =  -265.933056077 Chi2 =  3.68357916035
Init V =  -400.0 Fitted V =  -418.385785538 Chi2 =  2.69786717351
Init V =  -500.0 Fitted V =  -504.874255896 Chi2 =  3.55082480005
Init V =  -600.0 Fitted V =  -638.64553798 Chi2 =  3.89386927788
Init V =  0.0 Fitted V =  21.1676259781 Chi2 =  1.50160811342
Init V =  -100.0 Fitted V =  21.1582942872 Chi2 =  1.50160714335
Init V =  -200.0 Fitted V =  21.1617228308 Chi2 =  1.50160870584
Init V =  -300.0 Fitted V =  21.169125869 Chi2 =  1.50160889002
Init V =  -400.0 Fitted V =  -413.480685692 Chi2 =  2.42882318304
Init V =  -500.0 Fitted V =  -672.716516712 Chi2 =  2.87695419825
Init V =  -600.0 Fitted V =  -672.72972463 Chi2 =  2.87694120037
Init V =  0.0 Fitted V =  48.6282394412 Chi2 =  2.57177058412
Init V =  -100.0 Fitted V =  48.5573225148 Chi2 =  2.57176404219
Init V =  -200.0 Fitted V =  48.565806496 Chi2 =  2.57176470605
Init V =  -300.0 Fitted V =  -281.403402782 Chi2 =  3.26479977273
Init V =  -400.0 Fitted V =  -420.399361948 Chi2 =  2.73824506455
Init V =  -500.0 Fitted V =  -498.7371827 Chi2 =  3.18174775898
Init V =  -600.0 Fitted V =  -621.929752905 Chi2 =  1.42061693156
Init V =  0.0 Fitted V =  11.423869537 Chi2 =  11.3224396864
Init V =  -100.0 Fitted V =  -91.2197584588 Chi2 =  12.4401799976
Init V =  -200.0 Fitted V =  -195.727304588 Chi2 =  13.6940646892
Init V =  -300.0 Fitted V =  -272.671139439 Chi2 =  15.7537098132
Init V =  -400.0 Fitted V =  -412.96800272 Chi2 =  18.917798109
Init V =  -500.0 Fitted V =  -504.547192657 Chi2 =  20.181305809
Init V =  -600.0 Fitted V =  -606.408668685 Chi2 =  19.0246719384
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  256.925997456 Chi2 =  4.4245102667
Init V =  -100.0 Fitted V =  -48.3187571756 Chi2 =  8.7440470455
Init V =  -200.0 Fitted V =  -219.315739983 Chi2 =  10.0753489262
Init V =  -300.0 Fitted V =  -280.404988901 Chi2 =  10.4762748481
Init V =  -400.0 Fitted V =  -417.82772156 Chi2 =  5.42051362371
Init V =  -500.0 Fitted V =  -495.932771356 Chi2 =  10.4940424715
Init V =  -600.0 Fitted V =  -417.828180157 Chi2 =  5.42050984789
Init V =  0.0 Fitted V =  -35.8407025161 Chi2 =  7.19832477357
Init V =  -100.0 Fitted V =  258.380173719 Chi2 =  5.1853423199
Init V =  -200.0 Fitted V =  -193.255232246 Chi2 =  8.67392699397
Init V =  -300.0 Fitted V =  -288.72031523 Chi2 =  9.25444347945
Init V =  -400.0 Fitted V =  -415.723997303 Chi2 =  5.70658024867
Init V =  -500.0 Fitted V =  -500.761411492 Chi2 =  9.04548977951
Init V =  -600.0 Fitted V =  -480.203655143 Chi2 =  6.88211562026
Init V =  0.0 Fitted V =  -38.1445636382 Chi2 =  8.33162514335
Init V =  -100.0 Fitted V =  -38.1452638916 Chi2 =  8.33162348348
Init V =  -200.0 Fitted V =  -411.022415722 Chi2 =  4.11086013461
Init V =  -300.0 Fitted V =  -411.023433665 Chi2 =  4.11085504373
Init V =  -400.0 Fitted V =  -411.023226317 Chi2 =  4.11085424626
Init V =  -500.0 Fitted V =  -506.297787519 Chi2 =  8.63664334547
Init V =  -600.0 Fitted V =  -411.023126824 Chi2 =  4.11085572707
Init V =  0.0 Fitted V =  190.052040769 Chi2 =  5.26246217826
Init V =  -100.0 Fitted V =  190.03042874 Chi2 =  5.26241062302
Init V =  -200.0 Fitted V =  -226.226075038 Chi2 =  8.29013153114
Init V =  -300.0 Fitted V =  -410.887383347 Chi2 =  5.16702856698
Init V =  -400.0 Fitted V =  -410.88648325 Chi2 =  5.16703284869
Init V =  -500.0 Fitted V =  -496.496271021 Chi2 =  8.59093740176
Init V =  -600.0 Fitted V =  -488.185644155 Chi2 =  7.5396199987
Init V =  0.0 Fitted V =  -28.8707964688 Chi2 =  7.8454909676
Init V =  -100.0 Fitted V =  263.013079807 Chi2 =  3.38299122196
Init V =  -200.0 Fitted V =  -188.430309491 Chi2 =  8.54563416788
Init V =  -300.0 Fitted V =  -408.808789106 Chi2 =  3.42762161666
Init V =  -400.0 Fitted V =  -408.807016743 Chi2 =  3.42761611116
Init V =  -500.0 Fitted V =  -508.9078971 Chi2 =  8.45123514296
Init V =  -600.0 Fitted V =  -678.299095325 Chi2 =  8.23507635659
Init V =  0.0 Fitted V =  170.661642403 Chi2 =  3.74127382234
Init V =  -100.0 Fitted V =  170.667995192 Chi2 =  3.74128329387
Init V =  -200.0 Fitted V =  170.66055239 Chi2 =  3.74127517345
Init V =  -300.0 Fitted V =  -497.47479197 Chi2 =  4.4132251094
Init V =  -400.0 Fitted V =  -399.731923299 Chi2 =  3.92093222823
Init V =  -500.0 Fitted V =  -495.867157435 Chi2 =  7.38148338872
Init V =  -600.0 Fitted V =  -497.498754832 Chi2 =  4.41322728844
Init V =  0.0 Fitted V =  -29.2608692545 Chi2 =  7.02901307733
Init V =  -100.0 Fitted V =  -102.936900732 Chi2 =  7.86624721196
Init V =  -200.0 Fitted V =  -192.958706644 Chi2 =  7.75525676818
Init V =  -300.0 Fitted V =  -459.231196891 Chi2 =  5.3037554699
Init V =  -400.0 Fitted V =  -386.321096254 Chi2 =  4.54794352787
Init V =  -500.0 Fitted V =  -490.770007529 Chi2 =  7.90654856044
Init V =  -600.0 Fitted V =  -459.23514177 Chi2 =  5.30375654728
Init V =  0.0 Fitted V =  -31.1587942252 Chi2 =  5.50239054801
Init V =  -100.0 Fitted V =  -31.1582969733 Chi2 =  5.50240542955
Init V =  -200.0 Fitted V =  151.915422689 Chi2 =  4.62624624694
Init V =  -300.0 Fitted V =  -398.0467281 Chi2 =  3.3503801764
Init V =  -400.0 Fitted V =  -398.050698006 Chi2 =  3.35035433473
Init V =  -500.0 Fitted V =  -398.044772008 Chi2 =  3.35037236109
Init V =  -600.0 Fitted V =  -398.043774344 Chi2 =  3.3503732404
Init V =  0.0 Fitted V =  -32.1730886003 Chi2 =  4.55503356862
Init V =  -100.0 Fitted V =  259.537137483 Chi2 =  2.52981572577
Init V =  -200.0 Fitted V =  -205.567873909 Chi2 =  5.35332866616
Init V =  -300.0 Fitted V =  -415.705057354 Chi2 =  2.63530200791
Init V =  -400.0 Fitted V =  -415.705214766 Chi2 =  2.63530119024
Init V =  -500.0 Fitted V =  -503.480108633 Chi2 =  5.24993209443
Init V =  -600.0 Fitted V =  -415.705601909 Chi2 =  2.63529930403
Init V =  0.0 Fitted V =  -38.755981035 Chi2 =  3.98479932938
Init V =  -100.0 Fitted V =  186.148297347 Chi2 =  6.04415026983
Init V =  -200.0 Fitted V =  186.16058423 Chi2 =  6.04413279095
Init V =  -300.0 Fitted V =  -404.442026299 Chi2 =  2.48498281659
Init V =  -400.0 Fitted V =  -404.440927351 Chi2 =  2.48498660196
Init V =  -500.0 Fitted V =  -487.057644487 Chi2 =  4.76688606229
Init V =  -600.0 Fitted V =  -601.9811067 Chi2 =  4.55066611722
Init V =  0.0 Fitted V =  -40.2620204302 Chi2 =  3.98958298335
Init V =  -100.0 Fitted V =  133.821545963 Chi2 =  3.49195812728
Init V =  -200.0 Fitted V =  -445.904885678 Chi2 =  3.28952525087
Init V =  -300.0 Fitted V =  -405.536132072 Chi2 =  2.56114701781
Init V =  -400.0 Fitted V =  -405.536401686 Chi2 =  2.56114430801
Init V =  -500.0 Fitted V =  -499.556456644 Chi2 =  4.92469407702
Init V =  -600.0 Fitted V =  -445.986678437 Chi2 =  3.28951745077
Init V =  0.0 Fitted V =  -41.2511152969 Chi2 =  3.38003154081
Init V =  -100.0 Fitted V =  -41.2527792015 Chi2 =  3.38003668735
Init V =  -200.0 Fitted V =  140.267844455 Chi2 =  3.11971804064
Init V =  -300.0 Fitted V =  -394.940312982 Chi2 =  2.11449599145
Init V =  -400.0 Fitted V =  -394.942612076 Chi2 =  2.11449855541
Init V =  -500.0 Fitted V =  -505.844456701 Chi2 =  4.05934384231
Init V =  -600.0 Fitted V =  -394.939361225 Chi2 =  2.11449616453
Init V =  0.0 Fitted V =  -33.3557726315 Chi2 =  3.74492443419
Init V =  -100.0 Fitted V =  -33.3689626217 Chi2 =  3.74496493935
Init V =  -200.0 Fitted V =  -418.878525423 Chi2 =  3.28053642519
Init V =  -300.0 Fitted V =  -418.893198097 Chi2 =  3.28053604017
Init V =  -400.0 Fitted V =  -403.65071762 Chi2 =  2.5261753321
Init V =  -500.0 Fitted V =  -503.390978207 Chi2 =  4.47028030042
Init V =  -600.0 Fitted V =  -606.069787809 Chi2 =  4.51379461449
Init V =  0.0 Fitted V =  149.81777233 Chi2 =  0.719271816407
Init V =  -100.0 Fitted V =  149.812495688 Chi2 =  0.719285100861
Init V =  -200.0 Fitted V =  149.81752281 Chi2 =  0.719278492811
Init V =  -300.0 Fitted V =  -638.894360724 Chi2 =  0.603091057812
Init V =  -400.0 Fitted V =  -416.466538496 Chi2 =  0.978222579618
Init V =  -500.0 Fitted V =  -638.913903708 Chi2 =  0.603087896649
Init V =  -600.0 Fitted V =  -638.895397111 Chi2 =  0.603073409556
Init V =  0.0 Fitted V =  -32.1566223644 Chi2 =  3.43129051186
Init V =  -100.0 Fitted V =  188.26727291 Chi2 =  4.25560053653
Init V =  -200.0 Fitted V =  -399.527354922 Chi2 =  1.60907736316
Init V =  -300.0 Fitted V =  -399.526488215 Chi2 =  1.60908067187
Init V =  -400.0 Fitted V =  -399.52956224 Chi2 =  1.60906590612
Init V =  -500.0 Fitted V =  -399.526197007 Chi2 =  1.60908181759
Init V =  -600.0 Fitted V =  -399.526766569 Chi2 =  1.60907958056
Init V =  0.0 Fitted V =  122.70485067 Chi2 =  1.76886786229
Init V =  -100.0 Fitted V =  122.688014426 Chi2 =  1.76886970765
Init V =  -200.0 Fitted V =  122.673883417 Chi2 =  1.76886986268
Init V =  -300.0 Fitted V =  -408.558712552 Chi2 =  1.14395400813
Init V =  -400.0 Fitted V =  -408.558022632 Chi2 =  1.14395770209
Init V =  -500.0 Fitted V =  -408.558860987 Chi2 =  1.14395318181
Init V =  -600.0 Fitted V =  -408.558091497 Chi2 =  1.14395735457
Init V =  0.0 Fitted V =  -41.1621132019 Chi2 =  3.14373665905
Init V =  -100.0 Fitted V =  37.0220850567 Chi2 =  2.42380396043
Init V =  -200.0 Fitted V =  -401.435400785 Chi2 =  1.13715774489
Init V =  -300.0 Fitted V =  -401.436017653 Chi2 =  1.13715569565
Init V =  -400.0 Fitted V =  -401.435044113 Chi2 =  1.13715753191
Init V =  -500.0 Fitted V =  -495.90552708 Chi2 =  3.27284425606
Init V =  -600.0 Fitted V =  -608.854835968 Chi2 =  3.22096321711
Init V =  0.0 Fitted V =  -30.1956387566 Chi2 =  3.82319613333
Init V =  -100.0 Fitted V =  -397.783634109 Chi2 =  1.01751853771
Init V =  -200.0 Fitted V =  -397.783619904 Chi2 =  1.01751854809
Init V =  -300.0 Fitted V =  -397.78377862 Chi2 =  1.01751801518
Init V =  -400.0 Fitted V =  -397.784524208 Chi2 =  1.01751658722
Init V =  -500.0 Fitted V =  -493.166778905 Chi2 =  3.85234169436
Init V =  -600.0 Fitted V =  -397.78366334 Chi2 =  1.01751838562
Init V =  0.0 Fitted V =  -39.1494571853 Chi2 =  4.87369969446
Init V =  -100.0 Fitted V =  -39.2111751383 Chi2 =  4.87374710121
Init V =  -200.0 Fitted V =  -197.414034149 Chi2 =  4.90286978496
Init V =  -300.0 Fitted V =  -411.205690945 Chi2 =  0.865972399444
Init V =  -400.0 Fitted V =  -411.205621908 Chi2 =  0.865971525241
Init V =  -500.0 Fitted V =  -502.178094368 Chi2 =  4.81518986565
Init V =  -600.0 Fitted V =  -615.833799082 Chi2 =  4.89200667787
Init V =  0.0 Fitted V =  -19.9445658048 Chi2 =  3.07097793695
Init V =  -100.0 Fitted V =  -410.986043723 Chi2 =  0.669934105824
Init V =  -200.0 Fitted V =  -410.986036451 Chi2 =  0.669934120482
Init V =  -300.0 Fitted V =  -410.986282439 Chi2 =  0.66993364234
Init V =  -400.0 Fitted V =  -410.985997448 Chi2 =  0.669934122401
Init V =  -500.0 Fitted V =  -497.992393872 Chi2 =  3.12367813889
Init V =  -600.0 Fitted V =  -609.031932815 Chi2 =  3.19067937393
Init V =  0.0 Fitted V =  263.190743858 Chi2 =  0.906331428025
Init V =  -100.0 Fitted V =  263.190540992 Chi2 =  0.906331181154
Init V =  -200.0 Fitted V =  -408.893889921 Chi2 =  0.697307254591
Init V =  -300.0 Fitted V =  -408.893294732 Chi2 =  0.697308628404
Init V =  -400.0 Fitted V =  -408.894037874 Chi2 =  0.69730683127
Init V =  -500.0 Fitted V =  -408.893912613 Chi2 =  0.697307142044
Init V =  -600.0 Fitted V =  -408.893724306 Chi2 =  0.697307631861
Init V =  0.0 Fitted V =  37.3719959093 Chi2 =  1.85242331683
Init V =  -100.0 Fitted V =  37.2358087494 Chi2 =  1.85241480214
Init V =  -200.0 Fitted V =  -402.127251417 Chi2 =  0.819895396865
Init V =  -300.0 Fitted V =  -402.127801177 Chi2 =  0.819894241198
Init V =  -400.0 Fitted V =  -402.128017026 Chi2 =  0.819894241656
Init V =  -500.0 Fitted V =  -402.128056958 Chi2 =  0.819893744718
Init V =  -600.0 Fitted V =  -402.127552311 Chi2 =  0.81989473445
Init V =  0.0 Fitted V =  61.1832699434 Chi2 =  1.39088259158
Init V =  -100.0 Fitted V =  61.189797366 Chi2 =  1.39089234205
Init V =  -200.0 Fitted V =  -395.299157819 Chi2 =  1.14131058994
Init V =  -300.0 Fitted V =  -395.3048518 Chi2 =  1.14131032982
Init V =  -400.0 Fitted V =  -397.889296531 Chi2 =  1.08954128961
Init V =  -500.0 Fitted V =  -395.299643436 Chi2 =  1.14131056323
Init V =  -600.0 Fitted V =  -395.299610543 Chi2 =  1.14131057204
Init V =  0.0 Fitted V =  1.26312632146 Chi2 =  1.1571084169
Init V =  -100.0 Fitted V =  -389.171709795 Chi2 =  0.842860450402
Init V =  -200.0 Fitted V =  -389.171498771 Chi2 =  0.842860965436
Init V =  -300.0 Fitted V =  -389.171259867 Chi2 =  0.842862010239
Init V =  -400.0 Fitted V =  -404.70504325 Chi2 =  0.80077591915
Init V =  -500.0 Fitted V =  -496.782559548 Chi2 =  1.64494291647
Init V =  -600.0 Fitted V =  -389.172119665 Chi2 =  0.842858560032
Init V =  0.0 Fitted V =  74.594975334 Chi2 =  1.43520628855
Init V =  -100.0 Fitted V =  -392.842399447 Chi2 =  0.802094643097
Init V =  -200.0 Fitted V =  -392.840947544 Chi2 =  0.802098678594
Init V =  -300.0 Fitted V =  -392.841458724 Chi2 =  0.802097223089
Init V =  -400.0 Fitted V =  -392.852225417 Chi2 =  0.802068147251
Init V =  -500.0 Fitted V =  -495.284140926 Chi2 =  2.16219054686
Init V =  -600.0 Fitted V =  -392.841989639 Chi2 =  0.802095790534
Init V =  0.0 Fitted V =  103.303865263 Chi2 =  1.00346610583
Init V =  -100.0 Fitted V =  103.282032869 Chi2 =  1.00347582855
Init V =  -200.0 Fitted V =  -400.616787131 Chi2 =  0.691201862753
Init V =  -300.0 Fitted V =  -400.61637959 Chi2 =  0.69120279036
Init V =  -400.0 Fitted V =  -400.616755732 Chi2 =  0.691201985148
Init V =  -500.0 Fitted V =  -400.616068517 Chi2 =  0.691203460291
Init V =  -600.0 Fitted V =  -400.617303144 Chi2 =  0.691200771993
Init V =  0.0 Fitted V =  -16.1685990785 Chi2 =  1.23986295638
Init V =  -100.0 Fitted V =  -381.814047233 Chi2 =  0.691765485527
Init V =  -200.0 Fitted V =  -381.813660562 Chi2 =  0.691765823446
Init V =  -300.0 Fitted V =  -381.813246978 Chi2 =  0.691765765541
Init V =  -400.0 Fitted V =  -381.82730513 Chi2 =  0.691761385399
Init V =  -500.0 Fitted V =  -496.624711754 Chi2 =  1.24329960302
Init V =  -600.0 Fitted V =  -381.817664073 Chi2 =  0.691763698357
Init V =  0.0 Fitted V =  -13.876321798 Chi2 =  0.914940156523
Init V =  -100.0 Fitted V =  -79.3732461897 Chi2 =  0.954606419387
Init V =  -200.0 Fitted V =  -189.138362239 Chi2 =  1.01344987854
Init V =  -300.0 Fitted V =  -387.310429508 Chi2 =  0.577621306769
Init V =  -400.0 Fitted V =  -387.322699749 Chi2 =  0.577620238842
Init V =  -500.0 Fitted V =  -497.117482849 Chi2 =  0.914323288758
Init V =  -600.0 Fitted V =  -621.163382947 Chi2 =  0.8694913311
Init V =  0.0 Fitted V =  -205.409281221 Chi2 =  1.10517296317
Init V =  -100.0 Fitted V =  -205.409980322 Chi2 =  1.10517294539
Init V =  -200.0 Fitted V =  -205.408651206 Chi2 =  1.10517229439
Init V =  -300.0 Fitted V =  -407.627486712 Chi2 =  0.931255711826
Init V =  -400.0 Fitted V =  -407.628511999 Chi2 =  0.931254467262
Init V =  -500.0 Fitted V =  -493.501675629 Chi2 =  1.41469362943
Init V =  -600.0 Fitted V =  -636.728073069 Chi2 =  0.70575151425
Init V =  0.0 Fitted V =  -102.139898212 Chi2 =  0.90716663297
Init V =  -100.0 Fitted V =  -102.139903539 Chi2 =  0.907166667331
Init V =  -200.0 Fitted V =  -102.137293839 Chi2 =  0.907166238793
Init V =  -300.0 Fitted V =  -306.339334794 Chi2 =  1.41620312935
Init V =  -400.0 Fitted V =  -416.383496624 Chi2 =  0.971211171811
Init V =  -500.0 Fitted V =  -495.339470789 Chi2 =  1.39659630522
Init V =  -600.0 Fitted V =  -557.167388678 Chi2 =  1.23269733509
Init V =  0.0 Fitted V =  -107.190797863 Chi2 =  0.960476297146
Init V =  -100.0 Fitted V =  -107.192080075 Chi2 =  0.960476811422
Init V =  -200.0 Fitted V =  -107.192625343 Chi2 =  0.960476805652
Init V =  -300.0 Fitted V =  -107.191585003 Chi2 =  0.960476204441
Init V =  -400.0 Fitted V =  -412.036598476 Chi2 =  1.90276897318
Init V =  -500.0 Fitted V =  -547.273962967 Chi2 =  2.05052313091
Init V =  -600.0 Fitted V =  -602.325561795 Chi2 =  2.15600502505
Init V =  0.0 Fitted V =  -116.194261374 Chi2 =  1.16192635337
Init V =  -100.0 Fitted V =  -116.194204315 Chi2 =  1.16192637224
Init V =  -200.0 Fitted V =  -214.270266479 Chi2 =  2.77389418288
Init V =  -300.0 Fitted V =  -214.257703518 Chi2 =  2.77389403125
Init V =  -400.0 Fitted V =  -421.398616541 Chi2 =  2.31510966996
Init V =  -500.0 Fitted V =  -500.339197849 Chi2 =  2.74845634562
Init V =  -600.0 Fitted V =  -599.638343304 Chi2 =  2.56678939709
Init V =  0.0 Fitted V =  -107.481184756 Chi2 =  1.17915987731
Init V =  -100.0 Fitted V =  -107.475932145 Chi2 =  1.179162595
Init V =  -200.0 Fitted V =  -203.289232964 Chi2 =  2.88284409028
Init V =  -300.0 Fitted V =  -314.300631087 Chi2 =  3.01648087128
Init V =  -400.0 Fitted V =  -415.196605966 Chi2 =  2.40726543213
Init V =  -500.0 Fitted V =  -502.788526611 Chi2 =  3.02816907381
Init V =  -600.0 Fitted V =  -564.99685488 Chi2 =  3.01804289722
Init V =  0.0 Fitted V =  -103.638237574 Chi2 =  1.03974216447
Init V =  -100.0 Fitted V =  -103.638388462 Chi2 =  1.03974208179
Init V =  -200.0 Fitted V =  -196.541731893 Chi2 =  2.18424724151
Init V =  -300.0 Fitted V =  -304.725166817 Chi2 =  2.23401900908
Init V =  -400.0 Fitted V =  -413.224952944 Chi2 =  1.79947141059
Init V =  -500.0 Fitted V =  -498.307649683 Chi2 =  2.21471210026
Init V =  -600.0 Fitted V =  -678.925897156 Chi2 =  0.806205609346
Init V =  0.0 Fitted V =  33.0837783894 Chi2 =  1.45950723162
Init V =  -100.0 Fitted V =  -78.0621311812 Chi2 =  1.20060631868
Init V =  -200.0 Fitted V =  -78.0532250745 Chi2 =  1.20060788653
Init V =  -300.0 Fitted V =  -283.582975692 Chi2 =  1.8042645028
Init V =  -400.0 Fitted V =  -419.561623817 Chi2 =  1.30875772647
Init V =  -500.0 Fitted V =  -603.114605643 Chi2 =  0.957877614584
Init V =  -600.0 Fitted V =  -603.146324639 Chi2 =  0.957881227287
Init V =  0.0 Fitted V =  -50.394349389 Chi2 =  1.54022254639
Init V =  -100.0 Fitted V =  -50.4344851633 Chi2 =  1.54022405229
Init V =  -200.0 Fitted V =  -50.4297728021 Chi2 =  1.54022393374
Init V =  -300.0 Fitted V =  -50.4346262815 Chi2 =  1.54022409148
Init V =  -400.0 Fitted V =  -416.284018881 Chi2 =  1.86876490066
Init V =  -500.0 Fitted V =  -495.609465443 Chi2 =  2.35231668469
Init V =  -600.0 Fitted V =  -634.120034294 Chi2 =  0.998384819562
Init V =  0.0 Fitted V =  -87.0194279112 Chi2 =  1.42071960063
Init V =  -100.0 Fitted V =  -87.0263059411 Chi2 =  1.42071660157
Init V =  -200.0 Fitted V =  -186.096179015 Chi2 =  2.4831901953
Init V =  -300.0 Fitted V =  -414.086091179 Chi2 =  1.89340719404
Init V =  -400.0 Fitted V =  -414.083378432 Chi2 =  1.89340814908
Init V =  -500.0 Fitted V =  -494.36339552 Chi2 =  2.57185751536
Init V =  -600.0 Fitted V =  -630.525147244 Chi2 =  1.47733598813
Init V =  0.0 Fitted V =  -68.287886092 Chi2 =  1.54489447018
Init V =  -100.0 Fitted V =  -68.2915729635 Chi2 =  1.54489448155
Init V =  -200.0 Fitted V =  -198.472048901 Chi2 =  1.83398173956
Init V =  -300.0 Fitted V =  -298.502061209 Chi2 =  1.83876072867
Init V =  -400.0 Fitted V =  -414.330930353 Chi2 =  0.90823688893
Init V =  -500.0 Fitted V =  -494.924595989 Chi2 =  1.81363690958
Init V =  -600.0 Fitted V =  -608.623074741 Chi2 =  1.85356790524
Init V =  0.0 Fitted V =  -8.9520020338 Chi2 =  0.95117613734
Init V =  -100.0 Fitted V =  -8.95193695224 Chi2 =  0.951149978383
Init V =  -200.0 Fitted V =  -207.833186796 Chi2 =  2.6520216517
Init V =  -300.0 Fitted V =  -334.976644639 Chi2 =  2.8710207301
Init V =  -400.0 Fitted V =  -853.150301641 Chi2 =  1.77545073608
Init V =  -500.0 Fitted V =  -853.150354722 Chi2 =  1.77545087063
Init V =  -600.0 Fitted V =  -853.150829444 Chi2 =  1.77544764567
Init V =  0.0 Fitted V =  -98.5918027496 Chi2 =  1.70817034073
Init V =  -100.0 Fitted V =  -98.5956965288 Chi2 =  1.70816588243
Init V =  -200.0 Fitted V =  -98.5912078256 Chi2 =  1.70817102936
Init V =  -300.0 Fitted V =  -308.553156495 Chi2 =  2.64810864901
Init V =  -400.0 Fitted V =  -418.842638291 Chi2 =  1.74079778053
Init V =  -500.0 Fitted V =  -499.830774138 Chi2 =  2.64466054173
Init V =  -600.0 Fitted V =  -614.015836791 Chi2 =  2.40370475786
Init V =  0.0 Fitted V =  -91.1271584919 Chi2 =  2.1533192054
Init V =  -100.0 Fitted V =  -91.1307872942 Chi2 =  2.15331152604
Init V =  -200.0 Fitted V =  -91.1267542709 Chi2 =  2.15332009249
Init V =  -300.0 Fitted V =  -91.1270279837 Chi2 =  2.15331958019
Init V =  -400.0 Fitted V =  -423.312147198 Chi2 =  2.88589123447
Init V =  -500.0 Fitted V =  -488.746096269 Chi2 =  3.37401032148
Init V =  -600.0 Fitted V =  -615.242108639 Chi2 =  1.4148218401
Init V =  0.0 Fitted V =  13.5641201629 Chi2 =  6.54214979707
Init V =  -100.0 Fitted V =  -99.4190940867 Chi2 =  6.78607916115
Init V =  -200.0 Fitted V =  -99.4232260549 Chi2 =  6.78607123873
Init V =  -300.0 Fitted V =  -273.656130481 Chi2 =  7.92361749047
Init V =  -400.0 Fitted V =  -425.877766812 Chi2 =  8.95504262749
Init V =  -500.0 Fitted V =  -592.607779902 Chi2 =  2.39182378375
Init V =  -600.0 Fitted V =  -606.950183495 Chi2 =  9.66930107053
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  193.874047919 Chi2 =  4.67545737584
Init V =  -100.0 Fitted V =  -48.0719629126 Chi2 =  8.25068520659
Init V =  -200.0 Fitted V =  -199.720156077 Chi2 =  9.36384979153
Init V =  -300.0 Fitted V =  -279.53830509 Chi2 =  9.36586906045
Init V =  -400.0 Fitted V =  -415.175912195 Chi2 =  6.22424648415
Init V =  -500.0 Fitted V =  -484.507335205 Chi2 =  6.93029786094
Init V =  -600.0 Fitted V =  -484.511421041 Chi2 =  6.9302985118
Init V =  0.0 Fitted V =  -39.3397528572 Chi2 =  8.56546979283
Init V =  -100.0 Fitted V =  255.115399688 Chi2 =  4.67895937672
Init V =  -200.0 Fitted V =  255.116286351 Chi2 =  4.67895900773
Init V =  -300.0 Fitted V =  -279.99945215 Chi2 =  9.99240438332
Init V =  -400.0 Fitted V =  -418.382994602 Chi2 =  5.40957157267
Init V =  -500.0 Fitted V =  -507.206560528 Chi2 =  9.60454894142
Init V =  -600.0 Fitted V =  -600.859600354 Chi2 =  9.8797606022
Init V =  0.0 Fitted V =  -37.0127130646 Chi2 =  7.13907227423
Init V =  -100.0 Fitted V =  -37.0126016375 Chi2 =  7.13909199605
Init V =  -200.0 Fitted V =  258.539086236 Chi2 =  4.64170212967
Init V =  -300.0 Fitted V =  -417.333545661 Chi2 =  5.22554844627
Init V =  -400.0 Fitted V =  -417.33334838 Chi2 =  5.22555042485
Init V =  -500.0 Fitted V =  -495.916725826 Chi2 =  8.22399688415
Init V =  -600.0 Fitted V =  -417.332746871 Chi2 =  5.22555637682
Init V =  0.0 Fitted V =  -39.3045114984 Chi2 =  6.99432513801
Init V =  -100.0 Fitted V =  179.839270844 Chi2 =  4.75224410589
Init V =  -200.0 Fitted V =  -192.702364201 Chi2 =  7.79086902359
Init V =  -300.0 Fitted V =  -279.759721385 Chi2 =  8.0125515195
Init V =  -400.0 Fitted V =  -412.999640703 Chi2 =  5.28596814804
Init V =  -500.0 Fitted V =  -501.204740418 Chi2 =  7.90330554108
Init V =  -600.0 Fitted V =  -531.216629398 Chi2 =  7.01826000284
Init V =  0.0 Fitted V =  -30.1048548496 Chi2 =  7.84624484667
Init V =  -100.0 Fitted V =  260.302808849 Chi2 =  3.99595193474
Init V =  -200.0 Fitted V =  -214.841367441 Chi2 =  8.30767133543
Init V =  -300.0 Fitted V =  -274.601098022 Chi2 =  8.2400148181
Init V =  -400.0 Fitted V =  -411.099338603 Chi2 =  4.31257696404
Init V =  -500.0 Fitted V =  -494.535490935 Chi2 =  8.0626421685
Init V =  -600.0 Fitted V =  -411.099522406 Chi2 =  4.31257595778
Init V =  0.0 Fitted V =  -35.100472013 Chi2 =  5.8775699219
Init V =  -100.0 Fitted V =  194.728460941 Chi2 =  3.69776945618
Init V =  -200.0 Fitted V =  194.743567011 Chi2 =  3.69777156501
Init V =  -300.0 Fitted V =  -493.988488402 Chi2 =  4.41773191937
Init V =  -400.0 Fitted V =  -401.167806287 Chi2 =  3.89219722446
Init V =  -500.0 Fitted V =  -493.967004412 Chi2 =  4.41771943819
Init V =  -600.0 Fitted V =  -493.989178149 Chi2 =  4.41773200286
Init V =  0.0 Fitted V =  -38.6006826109 Chi2 =  6.43743839199
Init V =  -100.0 Fitted V =  161.238609602 Chi2 =  4.42438417106
Init V =  -200.0 Fitted V =  161.194199206 Chi2 =  4.42440179208
Init V =  -300.0 Fitted V =  -392.89355344 Chi2 =  3.1817380331
Init V =  -400.0 Fitted V =  -392.894555904 Chi2 =  3.18172849743
Init V =  -500.0 Fitted V =  -555.086535391 Chi2 =  7.05380951495
Init V =  -600.0 Fitted V =  -392.892048181 Chi2 =  3.18173515673
Init V =  0.0 Fitted V =  -30.272431925 Chi2 =  5.24826989444
Init V =  -100.0 Fitted V =  -30.2750129165 Chi2 =  5.24826602011
Init V =  -200.0 Fitted V =  -198.119372296 Chi2 =  5.78557398726
Init V =  -300.0 Fitted V =  -389.729221051 Chi2 =  2.37545977735
Init V =  -400.0 Fitted V =  -389.728783332 Chi2 =  2.37545446796
Init V =  -500.0 Fitted V =  -542.634084161 Chi2 =  5.83984605157
Init V =  -600.0 Fitted V =  -602.939753702 Chi2 =  5.91842889261
Init V =  0.0 Fitted V =  -36.0003369436 Chi2 =  4.51693758639
Init V =  -100.0 Fitted V =  -36.0035535028 Chi2 =  4.51694845497
Init V =  -200.0 Fitted V =  -201.372392559 Chi2 =  5.10188328742
Init V =  -300.0 Fitted V =  -398.963943996 Chi2 =  2.44390949613
Init V =  -400.0 Fitted V =  -398.966650106 Chi2 =  2.44390211078
Init V =  -500.0 Fitted V =  -495.188523692 Chi2 =  5.22232525022
Init V =  -600.0 Fitted V =  -398.967912791 Chi2 =  2.44390020159
Init V =  0.0 Fitted V =  -35.5861144018 Chi2 =  4.67126224264
Init V =  -100.0 Fitted V =  132.448962617 Chi2 =  4.64463228773
Init V =  -200.0 Fitted V =  132.441339572 Chi2 =  4.64464003751
Init V =  -300.0 Fitted V =  -403.891966997 Chi2 =  2.53046881996
Init V =  -400.0 Fitted V =  -403.890464835 Chi2 =  2.53046761661
Init V =  -500.0 Fitted V =  -403.890551053 Chi2 =  2.53046852247
Init V =  -600.0 Fitted V =  -598.031297135 Chi2 =  5.30547239681
Init V =  0.0 Fitted V =  -36.1651355789 Chi2 =  3.56065703203
Init V =  -100.0 Fitted V =  -36.162662736 Chi2 =  3.56066546632
Init V =  -200.0 Fitted V =  -207.674213743 Chi2 =  4.48856528789
Init V =  -300.0 Fitted V =  -405.105826535 Chi2 =  2.31530895446
Init V =  -400.0 Fitted V =  -405.106505799 Chi2 =  2.31530588132
Init V =  -500.0 Fitted V =  -492.818763266 Chi2 =  4.56744025964
Init V =  -600.0 Fitted V =  -607.530799035 Chi2 =  4.41481135596
Init V =  0.0 Fitted V =  -39.4310750064 Chi2 =  3.54329197489
Init V =  -100.0 Fitted V =  59.993430993 Chi2 =  4.16205423784
Init V =  -200.0 Fitted V =  -387.225006913 Chi2 =  3.80618414161
Init V =  -300.0 Fitted V =  -401.657554792 Chi2 =  2.54650370055
Init V =  -400.0 Fitted V =  -401.656017787 Chi2 =  2.54650037221
Init V =  -500.0 Fitted V =  -492.46519938 Chi2 =  4.53058081229
Init V =  -600.0 Fitted V =  -693.341538711 Chi2 =  3.97562281047
Init V =  0.0 Fitted V =  -34.3689328292 Chi2 =  2.3914048877
Init V =  -100.0 Fitted V =  65.673517882 Chi2 =  2.55464617246
Init V =  -200.0 Fitted V =  -387.21343313 Chi2 =  2.51152909659
Init V =  -300.0 Fitted V =  -404.457968523 Chi2 =  1.95333381634
Init V =  -400.0 Fitted V =  -404.456893942 Chi2 =  1.95333634452
Init V =  -500.0 Fitted V =  -497.534013036 Chi2 =  3.15418189838
Init V =  -600.0 Fitted V =  -607.125637751 Chi2 =  3.08749068375
Init V =  0.0 Fitted V =  -33.0876849414 Chi2 =  2.29452854424
Init V =  -100.0 Fitted V =  -348.224012731 Chi2 =  2.09855465821
Init V =  -200.0 Fitted V =  -348.214601736 Chi2 =  2.09855582471
Init V =  -300.0 Fitted V =  -411.165459813 Chi2 =  1.64329584828
Init V =  -400.0 Fitted V =  -411.167090554 Chi2 =  1.64329121228
Init V =  -500.0 Fitted V =  -495.89104863 Chi2 =  2.73589942215
Init V =  -600.0 Fitted V =  -620.884105276 Chi2 =  2.67451840993
Init V =  0.0 Fitted V =  -30.40932075 Chi2 =  2.41531638483
Init V =  -100.0 Fitted V =  -399.614393333 Chi2 =  1.38498343387
Init V =  -200.0 Fitted V =  -399.613441069 Chi2 =  1.38498567543
Init V =  -300.0 Fitted V =  -399.613937085 Chi2 =  1.38498464088
Init V =  -400.0 Fitted V =  -399.612370075 Chi2 =  1.38498507637
Init V =  -500.0 Fitted V =  -503.43200193 Chi2 =  2.75768309149
Init V =  -600.0 Fitted V =  -605.714109052 Chi2 =  2.79462517447
Init V =  0.0 Fitted V =  126.962643818 Chi2 =  1.70680313721
Init V =  -100.0 Fitted V =  126.962386722 Chi2 =  1.70680197793
Init V =  -200.0 Fitted V =  -412.734406081 Chi2 =  1.8324659426
Init V =  -300.0 Fitted V =  -401.331629285 Chi2 =  1.50808149815
Init V =  -400.0 Fitted V =  -401.330721152 Chi2 =  1.5080842824
Init V =  -500.0 Fitted V =  -490.66742089 Chi2 =  2.91717159715
Init V =  -600.0 Fitted V =  -412.728039414 Chi2 =  1.83246364756
Init V =  0.0 Fitted V =  -33.1594155576 Chi2 =  2.68570979479
Init V =  -100.0 Fitted V =  93.4091974848 Chi2 =  2.08307943765
Init V =  -200.0 Fitted V =  -402.670675945 Chi2 =  1.14779122749
Init V =  -300.0 Fitted V =  -402.671181138 Chi2 =  1.14778937121
Init V =  -400.0 Fitted V =  -402.671237235 Chi2 =  1.14778915238
Init V =  -500.0 Fitted V =  -402.67052373 Chi2 =  1.14779179639
Init V =  -600.0 Fitted V =  -601.579023176 Chi2 =  2.84778856164
Init V =  0.0 Fitted V =  -46.2586106264 Chi2 =  2.66509373185
Init V =  -100.0 Fitted V =  -401.522277835 Chi2 =  0.823669258076
Init V =  -200.0 Fitted V =  -198.832080245 Chi2 =  2.78190316431
Init V =  -300.0 Fitted V =  -401.522824177 Chi2 =  0.823668077857
Init V =  -400.0 Fitted V =  -401.523259651 Chi2 =  0.823666909865
Init V =  -500.0 Fitted V =  -495.997325434 Chi2 =  2.77808044826
Init V =  -600.0 Fitted V =  -615.694455971 Chi2 =  2.75803123489
Init V =  0.0 Fitted V =  -50.9168427621 Chi2 =  3.33337395707
Init V =  -100.0 Fitted V =  260.714882094 Chi2 =  0.967434968775
Init V =  -200.0 Fitted V =  -200.383614798 Chi2 =  3.37438041678
Init V =  -300.0 Fitted V =  -413.173119939 Chi2 =  0.889683139295
Init V =  -400.0 Fitted V =  -413.172932087 Chi2 =  0.889683623913
Init V =  -500.0 Fitted V =  -507.876662236 Chi2 =  3.41427228495
Init V =  -600.0 Fitted V =  -413.17295828 Chi2 =  0.889683559434
Init V =  0.0 Fitted V =  -35.0531084325 Chi2 =  2.82967631964
Init V =  -100.0 Fitted V =  -35.0547705334 Chi2 =  2.82967661134
Init V =  -200.0 Fitted V =  -206.965578678 Chi2 =  2.92193435762
Init V =  -300.0 Fitted V =  -409.596314995 Chi2 =  0.804230567492
Init V =  -400.0 Fitted V =  -409.596198566 Chi2 =  0.80423080205
Init V =  -500.0 Fitted V =  -502.651426458 Chi2 =  2.89344314273
Init V =  -600.0 Fitted V =  -690.847580036 Chi2 =  2.88830580455
Init V =  0.0 Fitted V =  150.422766606 Chi2 =  1.58127793263
Init V =  -100.0 Fitted V =  150.369313208 Chi2 =  1.58130961676
Init V =  -200.0 Fitted V =  -402.691326308 Chi2 =  0.903768218648
Init V =  -300.0 Fitted V =  -402.691180966 Chi2 =  0.903768524198
Init V =  -400.0 Fitted V =  -402.691409588 Chi2 =  0.903768078324
Init V =  -500.0 Fitted V =  -402.691435771 Chi2 =  0.90376788985
Init V =  -600.0 Fitted V =  -402.690769375 Chi2 =  0.903769549394
Init V =  0.0 Fitted V =  -22.0706204383 Chi2 =  1.66140709378
Init V =  -100.0 Fitted V =  -395.057897515 Chi2 =  0.650238997473
Init V =  -200.0 Fitted V =  -395.057824173 Chi2 =  0.65023931432
Init V =  -300.0 Fitted V =  -395.057755168 Chi2 =  0.650239531048
Init V =  -400.0 Fitted V =  -395.061357338 Chi2 =  0.650228302103
Init V =  -500.0 Fitted V =  -395.057997307 Chi2 =  0.650238649168
Init V =  -600.0 Fitted V =  -395.05824006 Chi2 =  0.650238014688
Init V =  0.0 Fitted V =  38.0541219135 Chi2 =  1.2673167054
Init V =  -100.0 Fitted V =  -385.471037263 Chi2 =  1.08048456262
Init V =  -200.0 Fitted V =  -385.473825531 Chi2 =  1.08048304091
Init V =  -300.0 Fitted V =  -391.099025679 Chi2 =  1.02249983453
Init V =  -400.0 Fitted V =  -391.103643339 Chi2 =  1.02246308996
Init V =  -500.0 Fitted V =  -391.098994122 Chi2 =  1.02250193558
Init V =  -600.0 Fitted V =  -385.472651622 Chi2 =  1.08048366975
Init V =  0.0 Fitted V =  170.844749531 Chi2 =  0.811976857135
Init V =  -100.0 Fitted V =  -390.263857207 Chi2 =  0.643844735335
Init V =  -200.0 Fitted V =  -390.25726089 Chi2 =  0.643844496078
Init V =  -300.0 Fitted V =  -390.250055354 Chi2 =  0.64384401438
Init V =  -400.0 Fitted V =  -390.252291316 Chi2 =  0.64384405348
Init V =  -500.0 Fitted V =  -390.268816961 Chi2 =  0.643844887628
Init V =  -600.0 Fitted V =  -390.267653084 Chi2 =  0.643844830949
Init V =  0.0 Fitted V =  -392.077425887 Chi2 =  0.752439002592
Init V =  -100.0 Fitted V =  -392.077019174 Chi2 =  0.752439835787
Init V =  -200.0 Fitted V =  -392.078116385 Chi2 =  0.752437712369
Init V =  -300.0 Fitted V =  -392.078934856 Chi2 =  0.752436201299
Init V =  -400.0 Fitted V =  -392.089686156 Chi2 =  0.752416715315
Init V =  -500.0 Fitted V =  -489.16566558 Chi2 =  1.87480204353
Init V =  -600.0 Fitted V =  -392.078659283 Chi2 =  0.75243673336
Init V =  0.0 Fitted V =  85.3536362435 Chi2 =  1.0735529512
Init V =  -100.0 Fitted V =  85.3423183479 Chi2 =  1.07354980692
Init V =  -200.0 Fitted V =  85.3696019594 Chi2 =  1.07354369799
Init V =  -300.0 Fitted V =  -402.81724064 Chi2 =  0.576992678292
Init V =  -400.0 Fitted V =  -402.81703365 Chi2 =  0.57699303753
Init V =  -500.0 Fitted V =  -402.817794505 Chi2 =  0.576991735963
Init V =  -600.0 Fitted V =  -402.818097087 Chi2 =  0.576991230507
Init V =  0.0 Fitted V =  -9.49160104704 Chi2 =  1.47791158713
Init V =  -100.0 Fitted V =  96.928882528 Chi2 =  0.980893865077
Init V =  -200.0 Fitted V =  -397.63748993 Chi2 =  0.69254621058
Init V =  -300.0 Fitted V =  -397.638067791 Chi2 =  0.692545216016
Init V =  -400.0 Fitted V =  -397.647408502 Chi2 =  0.692528460095
Init V =  -500.0 Fitted V =  -397.638203215 Chi2 =  0.69254497237
Init V =  -600.0 Fitted V =  -397.638164996 Chi2 =  0.692545060382
Init V =  0.0 Fitted V =  -306.874681929 Chi2 =  0.915494170561
Init V =  -100.0 Fitted V =  -306.87399296 Chi2 =  0.915494171359
Init V =  -200.0 Fitted V =  -306.874257141 Chi2 =  0.915494177953
Init V =  -300.0 Fitted V =  -306.965225983 Chi2 =  0.915495969699
Init V =  -400.0 Fitted V =  -403.743174398 Chi2 =  0.738369199434
Init V =  -500.0 Fitted V =  -491.522933792 Chi2 =  1.22335410735
Init V =  -600.0 Fitted V =  -306.950807457 Chi2 =  0.915495698534
Init V =  0.0 Fitted V =  -14.0695394435 Chi2 =  1.30508121982
Init V =  -100.0 Fitted V =  -125.030367821 Chi2 =  0.858429954461
Init V =  -200.0 Fitted V =  -125.033956581 Chi2 =  0.858430001303
Init V =  -300.0 Fitted V =  -404.417818007 Chi2 =  0.888623754074
Init V =  -400.0 Fitted V =  -404.417585867 Chi2 =  0.888624042903
Init V =  -500.0 Fitted V =  -495.720863588 Chi2 =  1.27880183667
Init V =  -600.0 Fitted V =  -125.033861334 Chi2 =  0.858430477598
Init V =  0.0 Fitted V =  -113.336353018 Chi2 =  0.807407273814
Init V =  -100.0 Fitted V =  -113.337736326 Chi2 =  0.807406899296
Init V =  -200.0 Fitted V =  -216.617743611 Chi2 =  1.66203923693
Init V =  -300.0 Fitted V =  -423.332015312 Chi2 =  1.47372709428
Init V =  -400.0 Fitted V =  -419.222076121 Chi2 =  1.4540328641
Init V =  -500.0 Fitted V =  -489.470240598 Chi2 =  1.76098844136
Init V =  -600.0 Fitted V =  -611.696264653 Chi2 =  1.58126193058
Init V =  0.0 Fitted V =  -111.497648025 Chi2 =  0.906402781094
Init V =  -100.0 Fitted V =  -111.497145763 Chi2 =  0.906403146693
Init V =  -200.0 Fitted V =  -204.295512651 Chi2 =  2.34811093452
Init V =  -300.0 Fitted V =  -271.752904897 Chi2 =  2.3556717725
Init V =  -400.0 Fitted V =  -415.549932074 Chi2 =  1.96919681855
Init V =  -500.0 Fitted V =  -495.433833963 Chi2 =  2.37574674703
Init V =  -600.0 Fitted V =  -621.176428076 Chi2 =  1.67473941784
Init V =  0.0 Fitted V =  -125.465531083 Chi2 =  0.88545283626
Init V =  -100.0 Fitted V =  -125.465614837 Chi2 =  0.885452787162
Init V =  -200.0 Fitted V =  -212.539523513 Chi2 =  2.63682061497
Init V =  -300.0 Fitted V =  -125.465855753 Chi2 =  0.885452572771
Init V =  -400.0 Fitted V =  -421.839344215 Chi2 =  2.39437239338
Init V =  -500.0 Fitted V =  -504.126704421 Chi2 =  2.67427798276
Init V =  -600.0 Fitted V =  -780.642217023 Chi2 =  1.1929142977
Init V =  0.0 Fitted V =  -116.828287821 Chi2 =  1.38770274411
Init V =  -100.0 Fitted V =  -116.827017302 Chi2 =  1.38770484118
Init V =  -200.0 Fitted V =  -206.55154847 Chi2 =  3.17425323473
Init V =  -300.0 Fitted V =  -321.646437323 Chi2 =  3.25991996589
Init V =  -400.0 Fitted V =  -421.737572615 Chi2 =  2.50328790521
Init V =  -500.0 Fitted V =  -421.738637725 Chi2 =  2.50328808331
Init V =  -600.0 Fitted V =  -618.037339661 Chi2 =  3.28219141613
Init V =  0.0 Fitted V =  -109.749804193 Chi2 =  1.27879457952
Init V =  -100.0 Fitted V =  -109.750024406 Chi2 =  1.27879451387
Init V =  -200.0 Fitted V =  -199.683396425 Chi2 =  3.32704504139
Init V =  -300.0 Fitted V =  -308.623808156 Chi2 =  3.51163096279
Init V =  -400.0 Fitted V =  -413.326543636 Chi2 =  2.83085365791
Init V =  -500.0 Fitted V =  -413.330345042 Chi2 =  2.83085334991
Init V =  -600.0 Fitted V =  -555.476661841 Chi2 =  2.95830483865
Init V =  0.0 Fitted V =  -102.487756996 Chi2 =  1.02818298363
Init V =  -100.0 Fitted V =  -102.487276219 Chi2 =  1.02818328213
Init V =  -200.0 Fitted V =  -201.346002193 Chi2 =  2.21086330699
Init V =  -300.0 Fitted V =  -201.355977611 Chi2 =  2.21085975084
Init V =  -400.0 Fitted V =  -415.856229422 Chi2 =  1.80336266331
Init V =  -500.0 Fitted V =  -505.828609173 Chi2 =  2.28493919182
Init V =  -600.0 Fitted V =  -554.268909548 Chi2 =  2.00171674758
Init V =  0.0 Fitted V =  -94.5146996876 Chi2 =  0.98720292016
Init V =  -100.0 Fitted V =  -94.4950810961 Chi2 =  0.987199788792
Init V =  -200.0 Fitted V =  -94.5160053077 Chi2 =  0.987203182734
Init V =  -300.0 Fitted V =  -288.494279305 Chi2 =  1.36987358851
Init V =  -400.0 Fitted V =  -413.78206485 Chi2 =  0.896459017084
Init V =  -500.0 Fitted V =  -497.258378175 Chi2 =  1.34348991323
Init V =  -600.0 Fitted V =  -574.797579292 Chi2 =  0.894912310807
Init V =  0.0 Fitted V =  1.35538260138 Chi2 =  1.75671274953
Init V =  -100.0 Fitted V =  109.825700884 Chi2 =  1.20804217927
Init V =  -200.0 Fitted V =  109.829035753 Chi2 =  1.20804011828
Init V =  -300.0 Fitted V =  -674.509943546 Chi2 =  0.781161636849
Init V =  -400.0 Fitted V =  -412.850582319 Chi2 =  1.05678652416
Init V =  -500.0 Fitted V =  -496.395342739 Chi2 =  1.79327534868
Init V =  -600.0 Fitted V =  -674.52796492 Chi2 =  0.781168549266
Init V =  0.0 Fitted V =  1.62641359881 Chi2 =  1.51929933604
Init V =  -100.0 Fitted V =  1.60783604053 Chi2 =  1.51929641086
Init V =  -200.0 Fitted V =  1.61567892812 Chi2 =  1.51929773572
Init V =  -300.0 Fitted V =  1.60666425481 Chi2 =  1.5193028169
Init V =  -400.0 Fitted V =  -424.310961314 Chi2 =  1.92962056727
Init V =  -500.0 Fitted V =  -498.453937296 Chi2 =  2.34833048096
Init V =  -600.0 Fitted V =  -639.368751182 Chi2 =  1.00252391856
Init V =  0.0 Fitted V =  42.2271188737 Chi2 =  1.49684511604
Init V =  -100.0 Fitted V =  42.1841272017 Chi2 =  1.49684088474
Init V =  -200.0 Fitted V =  42.1857175132 Chi2 =  1.49684122633
Init V =  -300.0 Fitted V =  42.1830049106 Chi2 =  1.49684061554
Init V =  -400.0 Fitted V =  -419.386481737 Chi2 =  1.47481787934
Init V =  -500.0 Fitted V =  -494.347315709 Chi2 =  1.91356479396
Init V =  -600.0 Fitted V =  -596.22944777 Chi2 =  0.93211958053
Init V =  0.0 Fitted V =  2.06308371556 Chi2 =  1.30913723355
Init V =  -100.0 Fitted V =  2.0696227657 Chi2 =  1.30913665491
Init V =  -200.0 Fitted V =  2.08194574921 Chi2 =  1.30913974689
Init V =  -300.0 Fitted V =  -317.359288178 Chi2 =  1.96069034068
Init V =  -400.0 Fitted V =  -414.299838714 Chi2 =  1.4549028289
Init V =  -500.0 Fitted V =  -663.762767574 Chi2 =  1.29813137048
Init V =  -600.0 Fitted V =  -663.762352845 Chi2 =  1.29813128184
Init V =  0.0 Fitted V =  94.0601794541 Chi2 =  1.38277614972
Init V =  -100.0 Fitted V =  94.0484271376 Chi2 =  1.38277766469
Init V =  -200.0 Fitted V =  -214.575737741 Chi2 =  1.78715078945
Init V =  -300.0 Fitted V =  -214.27095318 Chi2 =  1.79460863426
Init V =  -400.0 Fitted V =  -416.889365569 Chi2 =  1.21471541915
Init V =  -500.0 Fitted V =  -497.885010617 Chi2 =  1.84965524418
Init V =  -600.0 Fitted V =  -575.751003706 Chi2 =  1.18649839527
Init V =  0.0 Fitted V =  109.174899078 Chi2 =  3.24394105627
Init V =  -100.0 Fitted V =  -84.7819241508 Chi2 =  4.28788916454
Init V =  -200.0 Fitted V =  -199.897195842 Chi2 =  4.96970790641
Init V =  -300.0 Fitted V =  -269.093259505 Chi2 =  5.15228656332
Init V =  -400.0 Fitted V =  -420.665219943 Chi2 =  5.75270746543
Init V =  -500.0 Fitted V =  -660.151263259 Chi2 =  1.53699775089
Init V =  -600.0 Fitted V =  -660.139673872 Chi2 =  1.53699064758
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  168.035563169 Chi2 =  4.97618226134
Init V =  -100.0 Fitted V =  168.040474013 Chi2 =  4.9761986033
Init V =  -200.0 Fitted V =  -173.893362053 Chi2 =  8.61088128302
Init V =  -300.0 Fitted V =  -276.568080421 Chi2 =  8.78973670693
Init V =  -400.0 Fitted V =  -412.23405939 Chi2 =  6.0258994973
Init V =  -500.0 Fitted V =  -493.753104704 Chi2 =  9.25722874183
Init V =  -600.0 Fitted V =  -508.724164691 Chi2 =  4.57127444581
Init V =  0.0 Fitted V =  -41.0941940177 Chi2 =  7.13407909667
Init V =  -100.0 Fitted V =  -41.0938065012 Chi2 =  7.13409124659
Init V =  -200.0 Fitted V =  -208.377231086 Chi2 =  7.87552391108
Init V =  -300.0 Fitted V =  -208.376018176 Chi2 =  7.87553036305
Init V =  -400.0 Fitted V =  -417.054661571 Chi2 =  4.66833897808
Init V =  -500.0 Fitted V =  -498.437911722 Chi2 =  8.34521766957
Init V =  -600.0 Fitted V =  -417.05379702 Chi2 =  4.6683420741
Init V =  0.0 Fitted V =  -35.8987711175 Chi2 =  6.52474858224
Init V =  -100.0 Fitted V =  -35.8989847285 Chi2 =  6.52474845463
Init V =  -200.0 Fitted V =  189.05003755 Chi2 =  4.71522522747
Init V =  -300.0 Fitted V =  -282.207499281 Chi2 =  7.88645720734
Init V =  -400.0 Fitted V =  -413.06041416 Chi2 =  5.53620405902
Init V =  -500.0 Fitted V =  -499.095627032 Chi2 =  7.92818653703
Init V =  -600.0 Fitted V =  -514.686078186 Chi2 =  6.11804217055
Init V =  0.0 Fitted V =  -39.4143284763 Chi2 =  6.36795356895
Init V =  -100.0 Fitted V =  -39.4167556099 Chi2 =  6.36795010515
Init V =  -200.0 Fitted V =  -184.803541626 Chi2 =  7.17536623243
Init V =  -300.0 Fitted V =  -275.705055027 Chi2 =  7.05581392361
Init V =  -400.0 Fitted V =  -409.840725439 Chi2 =  3.62390253022
Init V =  -500.0 Fitted V =  -497.656943123 Chi2 =  6.86527613361
Init V =  -600.0 Fitted V =  -691.390717034 Chi2 =  6.35019648216
Init V =  0.0 Fitted V =  -35.6340076317 Chi2 =  5.85932255696
Init V =  -100.0 Fitted V =  268.152314789 Chi2 =  3.47557531427
Init V =  -200.0 Fitted V =  -208.766508516 Chi2 =  6.63570745427
Init V =  -300.0 Fitted V =  -401.545404348 Chi2 =  3.88589907107
Init V =  -400.0 Fitted V =  -401.541517152 Chi2 =  3.88589441036
Init V =  -500.0 Fitted V =  -496.968166689 Chi2 =  6.58410411966
Init V =  -600.0 Fitted V =  -468.092403546 Chi2 =  5.31012131095
Init V =  0.0 Fitted V =  -33.8922349354 Chi2 =  5.94926378904
Init V =  -100.0 Fitted V =  209.481017044 Chi2 =  3.39244681007
Init V =  -200.0 Fitted V =  -184.416005439 Chi2 =  6.52680034992
Init V =  -300.0 Fitted V =  -286.500085579 Chi2 =  6.69000115894
Init V =  -400.0 Fitted V =  -400.200169726 Chi2 =  3.65382839708
Init V =  -500.0 Fitted V =  -408.108976088 Chi2 =  4.43076081215
Init V =  -600.0 Fitted V =  -473.330594604 Chi2 =  4.40782949131
Init V =  0.0 Fitted V =  -28.0753869733 Chi2 =  4.72480709496
Init V =  -100.0 Fitted V =  271.459233886 Chi2 =  2.36563746241
Init V =  -200.0 Fitted V =  271.460244939 Chi2 =  2.36563688356
Init V =  -300.0 Fitted V =  -398.050378888 Chi2 =  2.44320440094
Init V =  -400.0 Fitted V =  -398.050543085 Chi2 =  2.44319216052
Init V =  -500.0 Fitted V =  -491.23045153 Chi2 =  5.32095791734
Init V =  -600.0 Fitted V =  -398.051382016 Chi2 =  2.44319994431
Init V =  0.0 Fitted V =  -29.9542921706 Chi2 =  4.4118612503
Init V =  -100.0 Fitted V =  136.909116809 Chi2 =  3.36730829298
Init V =  -200.0 Fitted V =  -188.073742327 Chi2 =  5.32986114532
Init V =  -300.0 Fitted V =  -277.747100977 Chi2 =  5.49414291385
Init V =  -400.0 Fitted V =  -400.570252918 Chi2 =  3.38794662112
Init V =  -500.0 Fitted V =  -491.177584009 Chi2 =  5.65740201633
Init V =  -600.0 Fitted V =  -517.466444289 Chi2 =  4.06536945424
Init V =  0.0 Fitted V =  -35.6378272349 Chi2 =  4.93830629951
Init V =  -100.0 Fitted V =  270.476767954 Chi2 =  2.7037499786
Init V =  -200.0 Fitted V =  -396.527429566 Chi2 =  2.68276226505
Init V =  -300.0 Fitted V =  -396.526635879 Chi2 =  2.68276441043
Init V =  -400.0 Fitted V =  -396.52824113 Chi2 =  2.6827525237
Init V =  -500.0 Fitted V =  -493.337300079 Chi2 =  5.91461118261
Init V =  -600.0 Fitted V =  -396.527549669 Chi2 =  2.68276207247
Init V =  0.0 Fitted V =  -37.8031941679 Chi2 =  4.23565643224
Init V =  -100.0 Fitted V =  108.772848111 Chi2 =  3.86546825783
Init V =  -200.0 Fitted V =  -406.502989135 Chi2 =  2.16048343187
Init V =  -300.0 Fitted V =  -406.503635327 Chi2 =  2.16048117951
Init V =  -400.0 Fitted V =  -406.504074708 Chi2 =  2.16048299437
Init V =  -500.0 Fitted V =  -491.509985991 Chi2 =  4.92189501836
Init V =  -600.0 Fitted V =  -406.503103874 Chi2 =  2.16048303027
Init V =  0.0 Fitted V =  -35.6321722628 Chi2 =  3.71128123429
Init V =  -100.0 Fitted V =  125.790108246 Chi2 =  3.24042606358
Init V =  -200.0 Fitted V =  -422.015763203 Chi2 =  3.33868714948
Init V =  -300.0 Fitted V =  -422.029789744 Chi2 =  3.33868635893
Init V =  -400.0 Fitted V =  -407.475172289 Chi2 =  2.44290129141
Init V =  -500.0 Fitted V =  -491.299525523 Chi2 =  4.58808169341
Init V =  -600.0 Fitted V =  -422.108853051 Chi2 =  3.33868178846
Init V =  0.0 Fitted V =  -38.7751121017 Chi2 =  3.02628308321
Init V =  -100.0 Fitted V =  106.300866946 Chi2 =  2.69154587822
Init V =  -200.0 Fitted V =  -394.993469502 Chi2 =  2.73919882026
Init V =  -300.0 Fitted V =  -398.475649586 Chi2 =  2.05097846098
Init V =  -400.0 Fitted V =  -398.476199652 Chi2 =  2.05097582211
Init V =  -500.0 Fitted V =  -491.046952283 Chi2 =  3.89648652067
Init V =  -600.0 Fitted V =  -395.048444902 Chi2 =  2.73919737095
Init V =  0.0 Fitted V =  -39.5217644712 Chi2 =  2.44796640621
Init V =  -100.0 Fitted V =  11.795625334 Chi2 =  2.31472603567
Init V =  -200.0 Fitted V =  -410.911947939 Chi2 =  2.30488925209
Init V =  -300.0 Fitted V =  -410.925914944 Chi2 =  2.30488797754
Init V =  -400.0 Fitted V =  -411.304502387 Chi2 =  1.77976485621
Init V =  -500.0 Fitted V =  -494.841341178 Chi2 =  3.18688432518
Init V =  -600.0 Fitted V =  -411.00566164 Chi2 =  2.30488049745
Init V =  0.0 Fitted V =  -41.2872598276 Chi2 =  2.41425373388
Init V =  -100.0 Fitted V =  124.08188384 Chi2 =  2.06623819508
Init V =  -200.0 Fitted V =  -195.576845242 Chi2 =  2.98557563952
Init V =  -300.0 Fitted V =  -403.106135853 Chi2 =  2.13149179662
Init V =  -400.0 Fitted V =  -410.518630052 Chi2 =  1.72532361814
Init V =  -500.0 Fitted V =  -496.131282906 Chi2 =  3.04437001862
Init V =  -600.0 Fitted V =  -403.152431458 Chi2 =  2.13148734171
Init V =  0.0 Fitted V =  -38.9900670813 Chi2 =  2.18099058873
Init V =  -100.0 Fitted V =  -404.665079277 Chi2 =  0.996409082178
Init V =  -200.0 Fitted V =  -201.146388359 Chi2 =  2.31356803054
Init V =  -300.0 Fitted V =  -404.66487164 Chi2 =  0.996409603015
Init V =  -400.0 Fitted V =  -404.666268258 Chi2 =  0.996406539097
Init V =  -500.0 Fitted V =  -498.83891206 Chi2 =  2.35096826521
Init V =  -600.0 Fitted V =  -612.683403819 Chi2 =  2.30037276968
Init V =  0.0 Fitted V =  -306.340175961 Chi2 =  1.569108788
Init V =  -100.0 Fitted V =  -306.344250949 Chi2 =  1.56910771239
Init V =  -200.0 Fitted V =  -306.334899891 Chi2 =  1.56910873903
Init V =  -300.0 Fitted V =  -306.344510452 Chi2 =  1.56910759499
Init V =  -400.0 Fitted V =  -397.237450618 Chi2 =  1.70272519441
Init V =  -500.0 Fitted V =  -495.453017638 Chi2 =  2.96031257818
Init V =  -600.0 Fitted V =  -610.012447964 Chi2 =  2.90823662977
Init V =  0.0 Fitted V =  -328.479136517 Chi2 =  1.27462185661
Init V =  -100.0 Fitted V =  -328.461425141 Chi2 =  1.27462179156
Init V =  -200.0 Fitted V =  -328.463896881 Chi2 =  1.27462180026
Init V =  -300.0 Fitted V =  -328.460497028 Chi2 =  1.27462180524
Init V =  -400.0 Fitted V =  -413.0079659 Chi2 =  1.16996194199
Init V =  -500.0 Fitted V =  -498.356834129 Chi2 =  2.35220944519
Init V =  -600.0 Fitted V =  -328.479622537 Chi2 =  1.27462196119
Init V =  0.0 Fitted V =  -36.4489848171 Chi2 =  2.53417939071
Init V =  -100.0 Fitted V =  -404.945808856 Chi2 =  0.864862171781
Init V =  -200.0 Fitted V =  -404.94566201 Chi2 =  0.864862701832
Init V =  -300.0 Fitted V =  -404.945984416 Chi2 =  0.864861683704
Init V =  -400.0 Fitted V =  -404.951787234 Chi2 =  0.864844723485
Init V =  -500.0 Fitted V =  -404.945774532 Chi2 =  0.864862313609
Init V =  -600.0 Fitted V =  -613.766084945 Chi2 =  2.58578982608
Init V =  0.0 Fitted V =  -39.2648527296 Chi2 =  2.03561527761
Init V =  -100.0 Fitted V =  -412.468482294 Chi2 =  0.609539106322
Init V =  -200.0 Fitted V =  -412.468430589 Chi2 =  0.609539265966
Init V =  -300.0 Fitted V =  -412.467806507 Chi2 =  0.609540965582
Init V =  -400.0 Fitted V =  -412.468470269 Chi2 =  0.609539137509
Init V =  -500.0 Fitted V =  -412.468285694 Chi2 =  0.609539646597
Init V =  -600.0 Fitted V =  -412.468206254 Chi2 =  0.609539861693
Init V =  0.0 Fitted V =  -44.7601886925 Chi2 =  2.00859078198
Init V =  -100.0 Fitted V =  -44.8074721883 Chi2 =  2.00861923845
Init V =  -200.0 Fitted V =  -202.700377143 Chi2 =  2.01515233349
Init V =  -300.0 Fitted V =  -413.906445364 Chi2 =  0.589006156101
Init V =  -400.0 Fitted V =  -413.906146113 Chi2 =  0.589007904884
Init V =  -500.0 Fitted V =  -413.905584948 Chi2 =  0.589007989382
Init V =  -600.0 Fitted V =  -603.23299424 Chi2 =  2.09842925261
Init V =  0.0 Fitted V =  266.63779949 Chi2 =  0.506533568431
Init V =  -100.0 Fitted V =  -401.941401392 Chi2 =  0.520900828683
Init V =  -200.0 Fitted V =  -401.941485912 Chi2 =  0.520900712969
Init V =  -300.0 Fitted V =  -401.941502124 Chi2 =  0.520900668884
Init V =  -400.0 Fitted V =  -401.941688827 Chi2 =  0.520900321097
Init V =  -500.0 Fitted V =  -401.941645603 Chi2 =  0.520900389217
Init V =  -600.0 Fitted V =  -401.94116836 Chi2 =  0.520901193868
Init V =  0.0 Fitted V =  -393.784252977 Chi2 =  0.657337782526
Init V =  -100.0 Fitted V =  -393.784386311 Chi2 =  0.657337565698
Init V =  -200.0 Fitted V =  -198.445803765 Chi2 =  1.85359811705
Init V =  -300.0 Fitted V =  -393.785019732 Chi2 =  0.657336663312
Init V =  -400.0 Fitted V =  -393.787819928 Chi2 =  0.657334685751
Init V =  -500.0 Fitted V =  -393.783959686 Chi2 =  0.657338129529
Init V =  -600.0 Fitted V =  -393.785157924 Chi2 =  0.65733671625
Init V =  0.0 Fitted V =  -338.343965985 Chi2 =  0.975481485793
Init V =  -100.0 Fitted V =  -338.342486047 Chi2 =  0.975481471807
Init V =  -200.0 Fitted V =  -338.346163171 Chi2 =  0.975481519358
Init V =  -300.0 Fitted V =  -338.370047486 Chi2 =  0.97548163602
Init V =  -400.0 Fitted V =  -338.373094178 Chi2 =  0.975481644619
Init V =  -500.0 Fitted V =  -507.250455462 Chi2 =  1.88795500672
Init V =  -600.0 Fitted V =  -338.368628308 Chi2 =  0.975481621492
Init V =  0.0 Fitted V =  -30.4868468299 Chi2 =  1.20353855279
Init V =  -100.0 Fitted V =  -9.23232596724 Chi2 =  0.856143688162
Init V =  -200.0 Fitted V =  -370.438924421 Chi2 =  0.650968719075
Init V =  -300.0 Fitted V =  -370.438754453 Chi2 =  0.650968800082
Init V =  -400.0 Fitted V =  -370.43514328 Chi2 =  0.65095650468
Init V =  -500.0 Fitted V =  -495.717461675 Chi2 =  1.27829709849
Init V =  -600.0 Fitted V =  -370.4383023 Chi2 =  0.650966738885
Init V =  0.0 Fitted V =  -378.478905774 Chi2 =  0.7228610374
Init V =  -100.0 Fitted V =  -378.478486668 Chi2 =  0.72286157399
Init V =  -200.0 Fitted V =  -378.477241456 Chi2 =  0.722863110428
Init V =  -300.0 Fitted V =  -378.477853047 Chi2 =  0.722862291371
Init V =  -400.0 Fitted V =  -378.496775561 Chi2 =  0.722838785919
Init V =  -500.0 Fitted V =  -499.573933789 Chi2 =  1.71833002001
Init V =  -600.0 Fitted V =  -378.47887985 Chi2 =  0.722861027945
Init V =  0.0 Fitted V =  -363.043009773 Chi2 =  0.600880796462
Init V =  -100.0 Fitted V =  -363.04221259 Chi2 =  0.600880921579
Init V =  -200.0 Fitted V =  -363.041467162 Chi2 =  0.600880829738
Init V =  -300.0 Fitted V =  -363.060745534 Chi2 =  0.600880014676
Init V =  -400.0 Fitted V =  -391.171870947 Chi2 =  0.523554735272
Init V =  -500.0 Fitted V =  -363.057762032 Chi2 =  0.600880165317
Init V =  -600.0 Fitted V =  -363.056207565 Chi2 =  0.600880489594
Init V =  0.0 Fitted V =  -0.968257028946 Chi2 =  1.36728426428
Init V =  -100.0 Fitted V =  -298.607590129 Chi2 =  0.799187054634
Init V =  -200.0 Fitted V =  -298.600705587 Chi2 =  0.799187227318
Init V =  -300.0 Fitted V =  -298.65629674 Chi2 =  0.799186265186
Init V =  -400.0 Fitted V =  -410.087290148 Chi2 =  0.847368819443
Init V =  -500.0 Fitted V =  -494.456535707 Chi2 =  1.40255068524
Init V =  -600.0 Fitted V =  -298.655743215 Chi2 =  0.799186250585
Init V =  0.0 Fitted V =  -259.140691955 Chi2 =  0.946604840202
Init V =  -100.0 Fitted V =  -118.254921284 Chi2 =  1.01857527047
Init V =  -200.0 Fitted V =  -259.136370469 Chi2 =  0.946604723917
Init V =  -300.0 Fitted V =  -403.741399932 Chi2 =  0.938948233839
Init V =  -400.0 Fitted V =  -403.741709376 Chi2 =  0.938947843871
Init V =  -500.0 Fitted V =  -495.642948562 Chi2 =  1.44325135086
Init V =  -600.0 Fitted V =  -259.140864609 Chi2 =  0.94660481775
Init V =  0.0 Fitted V =  -120.044329671 Chi2 =  0.772006520488
Init V =  -100.0 Fitted V =  -120.045366769 Chi2 =  0.772006451735
Init V =  -200.0 Fitted V =  -120.045580037 Chi2 =  0.772006533906
Init V =  -300.0 Fitted V =  -412.454037367 Chi2 =  1.0348484297
Init V =  -400.0 Fitted V =  -412.453569126 Chi2 =  1.03484907845
Init V =  -500.0 Fitted V =  -500.594930231 Chi2 =  1.44049835067
Init V =  -600.0 Fitted V =  -609.058449185 Chi2 =  1.3546978949
Init V =  0.0 Fitted V =  -7.77128173209 Chi2 =  2.1520487087
Init V =  -100.0 Fitted V =  -128.855605437 Chi2 =  0.809306469282
Init V =  -200.0 Fitted V =  -128.85537993 Chi2 =  0.809306579674
Init V =  -300.0 Fitted V =  -128.85561642 Chi2 =  0.809306495751
Init V =  -400.0 Fitted V =  -416.143267963 Chi2 =  1.73262388435
Init V =  -500.0 Fitted V =  -418.309525762 Chi2 =  1.75567097952
Init V =  -600.0 Fitted V =  -605.965587875 Chi2 =  2.07043129252
Init V =  0.0 Fitted V =  -127.390562911 Chi2 =  0.844291156743
Init V =  -100.0 Fitted V =  -127.390662274 Chi2 =  0.844291101724
Init V =  -200.0 Fitted V =  -221.198412225 Chi2 =  1.96945164555
Init V =  -300.0 Fitted V =  -309.753797196 Chi2 =  2.00406480151
Init V =  -400.0 Fitted V =  -411.462796663 Chi2 =  1.58953025251
Init V =  -500.0 Fitted V =  -499.745797072 Chi2 =  1.98689860531
Init V =  -600.0 Fitted V =  -605.564970169 Chi2 =  2.03729789508
Init V =  0.0 Fitted V =  -134.665336244 Chi2 =  0.775733157123
Init V =  -100.0 Fitted V =  -134.665238476 Chi2 =  0.775733304988
Init V =  -200.0 Fitted V =  -134.665028537 Chi2 =  0.775733590871
Init V =  -300.0 Fitted V =  -134.665035466 Chi2 =  0.77573360832
Init V =  -400.0 Fitted V =  -417.350002597 Chi2 =  1.77312624738
Init V =  -500.0 Fitted V =  -496.279801187 Chi2 =  2.12420808705
Init V =  -600.0 Fitted V =  -609.044978335 Chi2 =  2.18035380501
Init V =  0.0 Fitted V =  -125.196037035 Chi2 =  0.981667830678
Init V =  -100.0 Fitted V =  -125.195996448 Chi2 =  0.981668099897
Init V =  -200.0 Fitted V =  -125.196017638 Chi2 =  0.981668142579
Init V =  -300.0 Fitted V =  -309.219583143 Chi2 =  3.57114871534
Init V =  -400.0 Fitted V =  -418.501041308 Chi2 =  3.03996645901
Init V =  -500.0 Fitted V =  -498.043247412 Chi2 =  3.54195612207
Init V =  -600.0 Fitted V =  -597.270303603 Chi2 =  2.46139627338
Init V =  0.0 Fitted V =  -101.445853346 Chi2 =  1.02627935704
Init V =  -100.0 Fitted V =  -101.447059955 Chi2 =  1.0262792294
Init V =  -200.0 Fitted V =  -194.678247533 Chi2 =  1.94262197305
Init V =  -300.0 Fitted V =  -298.206241846 Chi2 =  2.01434169593
Init V =  -400.0 Fitted V =  -415.085515719 Chi2 =  1.45227264806
Init V =  -500.0 Fitted V =  -501.005303115 Chi2 =  2.02450809497
Init V =  -600.0 Fitted V =  -558.140260488 Chi2 =  1.74727840355
Init V =  0.0 Fitted V =  -93.674744352 Chi2 =  1.00455956587
Init V =  -100.0 Fitted V =  -93.6773968203 Chi2 =  1.00455809832
Init V =  -200.0 Fitted V =  -93.6752294692 Chi2 =  1.00455992593
Init V =  -300.0 Fitted V =  -281.024572753 Chi2 =  1.59553654365
Init V =  -400.0 Fitted V =  -408.332925239 Chi2 =  1.00568671595
Init V =  -500.0 Fitted V =  -496.487503678 Chi2 =  1.56779746419
Init V =  -600.0 Fitted V =  -617.643258573 Chi2 =  1.07178155505
Init V =  0.0 Fitted V =  257.409906396 Chi2 =  1.63176286704
Init V =  -100.0 Fitted V =  -104.076328401 Chi2 =  1.29308575003
Init V =  -200.0 Fitted V =  -393.206095328 Chi2 =  0.778805077867
Init V =  -300.0 Fitted V =  -393.238936247 Chi2 =  0.778808508834
Init V =  -400.0 Fitted V =  -393.193254992 Chi2 =  0.778803681313
Init V =  -500.0 Fitted V =  -393.263013455 Chi2 =  0.778809722077
Init V =  -600.0 Fitted V =  -614.497634639 Chi2 =  1.62452441227
Init V =  0.0 Fitted V =  133.212560635 Chi2 =  1.19712249737
Init V =  -100.0 Fitted V =  -120.791067123 Chi2 =  1.18075442495
Init V =  -200.0 Fitted V =  -205.526491054 Chi2 =  1.55426787095
Init V =  -300.0 Fitted V =  -610.866860448 Chi2 =  43.3253601451
Init V =  -400.0 Fitted V =  -415.760575617 Chi2 =  1.05501791143
Init V =  -500.0 Fitted V =  -497.857135817 Chi2 =  1.60551332001
Init V =  -600.0 Fitted V =  -610.875052695 Chi2 =  43.3253410646
Init V =  0.0 Fitted V =  256.225391234 Chi2 =  0.645673588826
Init V =  -100.0 Fitted V =  -101.632408223 Chi2 =  0.964772482379
Init V =  -200.0 Fitted V =  -101.62733928 Chi2 =  0.964771612161
Init V =  -300.0 Fitted V =  -303.020605411 Chi2 =  1.20764020876
Init V =  -400.0 Fitted V =  -417.7339288 Chi2 =  0.548016161902
Init V =  -500.0 Fitted V =  -417.733887376 Chi2 =  0.548016162975
Init V =  -600.0 Fitted V =  -417.734309098 Chi2 =  0.548016013822
Init V =  0.0 Fitted V =  121.412934409 Chi2 =  0.776391287898
Init V =  -100.0 Fitted V =  121.431901371 Chi2 =  0.776395055332
Init V =  -200.0 Fitted V =  121.426193171 Chi2 =  0.776394447575
Init V =  -300.0 Fitted V =  -261.781766903 Chi2 =  1.15728866696
Init V =  -400.0 Fitted V =  -417.303727887 Chi2 =  0.584604134288
Init V =  -500.0 Fitted V =  -502.92457299 Chi2 =  1.18399479929
Init V =  -600.0 Fitted V =  -579.862883074 Chi2 =  1.17989359474
Init V =  0.0 Fitted V =  122.148323852 Chi2 =  1.67837283793
Init V =  -100.0 Fitted V =  122.142642317 Chi2 =  1.6783728143
Init V =  -200.0 Fitted V =  -198.712479266 Chi2 =  1.86937149079
Init V =  -300.0 Fitted V =  -418.981065972 Chi2 =  0.974501412637
Init V =  -400.0 Fitted V =  -418.980540734 Chi2 =  0.974501240987
Init V =  -500.0 Fitted V =  -501.021138919 Chi2 =  1.95353693379
Init V =  -600.0 Fitted V =  -679.151562423 Chi2 =  1.69683753772
Init V =  0.0 Fitted V =  55.2607317321 Chi2 =  1.78357945459
Init V =  -100.0 Fitted V =  -55.8941297945 Chi2 =  1.77910243
Init V =  -200.0 Fitted V =  -188.009785286 Chi2 =  2.51436959393
Init V =  -300.0 Fitted V =  -413.408638932 Chi2 =  1.49173500562
Init V =  -400.0 Fitted V =  -413.408074123 Chi2 =  1.49173565102
Init V =  -500.0 Fitted V =  -497.318100504 Chi2 =  2.36294851973
Init V =  -600.0 Fitted V =  -549.298083808 Chi2 =  1.80695025094
Init V =  0.0 Fitted V =  -59.856539847 Chi2 =  3.55559558919
Init V =  -100.0 Fitted V =  -59.8565178316 Chi2 =  3.55559424714
Init V =  -200.0 Fitted V =  -205.605651797 Chi2 =  8.64742311179
Init V =  -300.0 Fitted V =  -277.33409867 Chi2 =  7.97450551809
Init V =  -400.0 Fitted V =  -418.399860992 Chi2 =  7.72407449687
Init V =  -500.0 Fitted V =  -570.660723044 Chi2 =  4.16609702915
Init V =  -600.0 Fitted V =  -605.263688508 Chi2 =  6.97812814273
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  197.182856815 Chi2 =  5.51822741618
Init V =  -100.0 Fitted V =  -53.9673594162 Chi2 =  6.44324190094
Init V =  -200.0 Fitted V =  -203.600778747 Chi2 =  7.51518366715
Init V =  -300.0 Fitted V =  -284.639153811 Chi2 =  7.12197476351
Init V =  -400.0 Fitted V =  -412.492032587 Chi2 =  5.05056559751
Init V =  -500.0 Fitted V =  -491.155714103 Chi2 =  7.62258820461
Init V =  -600.0 Fitted V =  -467.509620159 Chi2 =  5.94612824095
Init V =  0.0 Fitted V =  -42.8942236441 Chi2 =  6.15262991453
Init V =  -100.0 Fitted V =  262.514717281 Chi2 =  4.04547677752
Init V =  -200.0 Fitted V =  262.514786571 Chi2 =  4.04547664512
Init V =  -300.0 Fitted V =  -285.286896478 Chi2 =  7.28300359809
Init V =  -400.0 Fitted V =  -408.854793747 Chi2 =  4.34917409006
Init V =  -500.0 Fitted V =  -497.550632433 Chi2 =  7.61580004611
Init V =  -600.0 Fitted V =  -408.85876369 Chi2 =  4.34916549271
Init V =  0.0 Fitted V =  -37.3001379691 Chi2 =  5.7813372242
Init V =  -100.0 Fitted V =  -37.3053531736 Chi2 =  5.78133246019
Init V =  -200.0 Fitted V =  -224.279407174 Chi2 =  6.76105799138
Init V =  -300.0 Fitted V =  -224.526959732 Chi2 =  6.76101088605
Init V =  -400.0 Fitted V =  -410.670754003 Chi2 =  4.05598793929
Init V =  -500.0 Fitted V =  -495.773910238 Chi2 =  6.74675052125
Init V =  -600.0 Fitted V =  -410.672946191 Chi2 =  4.0559834571
Init V =  0.0 Fitted V =  -35.0330849493 Chi2 =  5.25011713363
Init V =  -100.0 Fitted V =  122.880727774 Chi2 =  4.47957576218
Init V =  -200.0 Fitted V =  -226.258761963 Chi2 =  6.16121673139
Init V =  -300.0 Fitted V =  -404.565501124 Chi2 =  4.10901853136
Init V =  -400.0 Fitted V =  -404.565136184 Chi2 =  4.10901735239
Init V =  -500.0 Fitted V =  -489.541543311 Chi2 =  6.14162693318
Init V =  -600.0 Fitted V =  -523.477805032 Chi2 =  4.98437039507
Init V =  0.0 Fitted V =  -43.7308965132 Chi2 =  5.29954785473
Init V =  -100.0 Fitted V =  152.757425652 Chi2 =  4.6320283666
Init V =  -200.0 Fitted V =  152.755267984 Chi2 =  4.6320388828
Init V =  -300.0 Fitted V =  -283.829338446 Chi2 =  6.34074751042
Init V =  -400.0 Fitted V =  -408.331289599 Chi2 =  3.05797396732
Init V =  -500.0 Fitted V =  -491.012964423 Chi2 =  6.23108403628
Init V =  -600.0 Fitted V =  -476.758816731 Chi2 =  4.46641069353
Init V =  0.0 Fitted V =  -33.0181921043 Chi2 =  5.00281542957
Init V =  -100.0 Fitted V =  266.690601526 Chi2 =  2.23339106882
Init V =  -200.0 Fitted V =  -151.802420385 Chi2 =  5.76509672168
Init V =  -300.0 Fitted V =  -405.324325024 Chi2 =  2.57505550556
Init V =  -400.0 Fitted V =  -405.325134127 Chi2 =  2.57505262158
Init V =  -500.0 Fitted V =  -492.669578991 Chi2 =  6.00766443496
Init V =  -600.0 Fitted V =  -585.522060836 Chi2 =  5.75393282956
Init V =  0.0 Fitted V =  -36.3542014266 Chi2 =  5.11206147948
Init V =  -100.0 Fitted V =  174.383494203 Chi2 =  3.26428136983
Init V =  -200.0 Fitted V =  174.382384132 Chi2 =  3.26428071021
Init V =  -300.0 Fitted V =  -281.706388511 Chi2 =  5.85681397678
Init V =  -400.0 Fitted V =  -405.853707691 Chi2 =  3.0210758161
Init V =  -500.0 Fitted V =  -492.488352711 Chi2 =  5.9098030852
Init V =  -600.0 Fitted V =  -481.679570506 Chi2 =  4.11387197225
Init V =  0.0 Fitted V =  83.5012585426 Chi2 =  5.82525812369
Init V =  -100.0 Fitted V =  83.4892216986 Chi2 =  5.8252762603
Init V =  -200.0 Fitted V =  83.5186761548 Chi2 =  5.82527507254
Init V =  -300.0 Fitted V =  -538.14858715 Chi2 =  3.58048878565
Init V =  -400.0 Fitted V =  -409.081012923 Chi2 =  2.76331965333
Init V =  -500.0 Fitted V =  -489.072873304 Chi2 =  5.41495909061
Init V =  -600.0 Fitted V =  -538.165388996 Chi2 =  3.5804892175
Init V =  0.0 Fitted V =  -34.886534505 Chi2 =  3.56899316489
Init V =  -100.0 Fitted V =  263.02599615 Chi2 =  2.6100241382
Init V =  -200.0 Fitted V =  -184.262363931 Chi2 =  4.22251343473
Init V =  -300.0 Fitted V =  -408.791245414 Chi2 =  2.64111520815
Init V =  -400.0 Fitted V =  -408.791291886 Chi2 =  2.64111504144
Init V =  -500.0 Fitted V =  -482.070921034 Chi2 =  3.18944589382
Init V =  -600.0 Fitted V =  -482.063240966 Chi2 =  3.18944213148
Init V =  0.0 Fitted V =  -41.4644443892 Chi2 =  3.52783566095
Init V =  -100.0 Fitted V =  -361.807690677 Chi2 =  2.97393226747
Init V =  -200.0 Fitted V =  -200.584456289 Chi2 =  3.79298930768
Init V =  -300.0 Fitted V =  -361.803914118 Chi2 =  2.97393215747
Init V =  -400.0 Fitted V =  -407.822508122 Chi2 =  2.12638007094
Init V =  -500.0 Fitted V =  -497.97563965 Chi2 =  4.15076516945
Init V =  -600.0 Fitted V =  -361.848399952 Chi2 =  2.97393311062
Init V =  0.0 Fitted V =  -38.3469727695 Chi2 =  3.28585081402
Init V =  -100.0 Fitted V =  208.318641799 Chi2 =  3.00554612949
Init V =  -200.0 Fitted V =  -408.047648706 Chi2 =  1.82676732197
Init V =  -300.0 Fitted V =  -408.046850753 Chi2 =  1.82677000983
Init V =  -400.0 Fitted V =  -408.046969528 Chi2 =  1.82676806662
Init V =  -500.0 Fitted V =  -490.905987333 Chi2 =  4.00928698639
Init V =  -600.0 Fitted V =  -408.047924645 Chi2 =  1.82676627923
Init V =  0.0 Fitted V =  -40.4732329433 Chi2 =  3.27867108468
Init V =  -100.0 Fitted V =  -40.4750738118 Chi2 =  3.27867167972
Init V =  -200.0 Fitted V =  -184.979893988 Chi2 =  3.64860164272
Init V =  -300.0 Fitted V =  -401.161850208 Chi2 =  1.65180369278
Init V =  -400.0 Fitted V =  -401.161032485 Chi2 =  1.65180098395
Init V =  -500.0 Fitted V =  -492.32900933 Chi2 =  3.76217092296
Init V =  -600.0 Fitted V =  -401.162598444 Chi2 =  1.65180070757
Init V =  0.0 Fitted V =  -43.1054741643 Chi2 =  2.81860650714
Init V =  -100.0 Fitted V =  169.376946539 Chi2 =  2.24462626368
Init V =  -200.0 Fitted V =  169.32002663 Chi2 =  2.24464998425
Init V =  -300.0 Fitted V =  -406.30715952 Chi2 =  2.17011046934
Init V =  -400.0 Fitted V =  -410.039864873 Chi2 =  1.46621220732
Init V =  -500.0 Fitted V =  -499.320743464 Chi2 =  3.26737921873
Init V =  -600.0 Fitted V =  -406.312474906 Chi2 =  2.17011926036
Init V =  0.0 Fitted V =  -39.5885283317 Chi2 =  2.33351659314
Init V =  -100.0 Fitted V =  -361.746290076 Chi2 =  1.95439335963
Init V =  -200.0 Fitted V =  -361.740642061 Chi2 =  1.95439360555
Init V =  -300.0 Fitted V =  -361.734967671 Chi2 =  1.95439391468
Init V =  -400.0 Fitted V =  -401.860215724 Chi2 =  1.33174710568
Init V =  -500.0 Fitted V =  -497.839080337 Chi2 =  2.71487717128
Init V =  -600.0 Fitted V =  -361.776879704 Chi2 =  1.95439194789
Init V =  0.0 Fitted V =  -34.4077421181 Chi2 =  2.08604841797
Init V =  -100.0 Fitted V =  -395.69756996 Chi2 =  1.01791812907
Init V =  -200.0 Fitted V =  -395.696490493 Chi2 =  1.01792058032
Init V =  -300.0 Fitted V =  -395.696807831 Chi2 =  1.01791998441
Init V =  -400.0 Fitted V =  -395.707009581 Chi2 =  1.01789799271
Init V =  -500.0 Fitted V =  -498.150419618 Chi2 =  2.37389021306
Init V =  -600.0 Fitted V =  -609.51649008 Chi2 =  2.33372388522
Init V =  0.0 Fitted V =  -42.3495445476 Chi2 =  2.02478175632
Init V =  -100.0 Fitted V =  -411.519806277 Chi2 =  0.925651562541
Init V =  -200.0 Fitted V =  -411.518964528 Chi2 =  0.925654170032
Init V =  -300.0 Fitted V =  -411.519113555 Chi2 =  0.925653653502
Init V =  -400.0 Fitted V =  -411.519370297 Chi2 =  0.925652887898
Init V =  -500.0 Fitted V =  -411.519308103 Chi2 =  0.925653083627
Init V =  -600.0 Fitted V =  -605.98498937 Chi2 =  2.19151788393
Init V =  0.0 Fitted V =  -364.218011421 Chi2 =  1.19430871226
Init V =  -100.0 Fitted V =  -364.190406223 Chi2 =  1.19430959304
Init V =  -200.0 Fitted V =  -364.179763336 Chi2 =  1.19430997241
Init V =  -300.0 Fitted V =  -364.213272668 Chi2 =  1.19430866563
Init V =  -400.0 Fitted V =  -413.233039153 Chi2 =  0.836740995463
Init V =  -500.0 Fitted V =  -413.232626841 Chi2 =  0.83674215874
Init V =  -600.0 Fitted V =  -364.180835518 Chi2 =  1.19430996013
Init V =  0.0 Fitted V =  -407.870230515 Chi2 =  0.728690018607
Init V =  -100.0 Fitted V =  -407.870743326 Chi2 =  0.72868769142
Init V =  -200.0 Fitted V =  -407.870604365 Chi2 =  0.728688364964
Init V =  -300.0 Fitted V =  -407.870133143 Chi2 =  0.728690376821
Init V =  -400.0 Fitted V =  -407.87166147 Chi2 =  0.728683708401
Init V =  -500.0 Fitted V =  -407.870604702 Chi2 =  0.728688311187
Init V =  -600.0 Fitted V =  -605.422594964 Chi2 =  2.85086669623
Init V =  0.0 Fitted V =  -37.1877726853 Chi2 =  2.8767852405
Init V =  -100.0 Fitted V =  -415.273058296 Chi2 =  0.803770556711
Init V =  -200.0 Fitted V =  -415.272916141 Chi2 =  0.803771045322
Init V =  -300.0 Fitted V =  -415.273037208 Chi2 =  0.803770632514
Init V =  -400.0 Fitted V =  -415.273284703 Chi2 =  0.803769819211
Init V =  -500.0 Fitted V =  -415.272603281 Chi2 =  0.803771997024
Init V =  -600.0 Fitted V =  -604.813819968 Chi2 =  2.93543079626
Init V =  0.0 Fitted V =  -39.8820544235 Chi2 =  2.20721448208
Init V =  -100.0 Fitted V =  -414.954312868 Chi2 =  0.457485865544
Init V =  -200.0 Fitted V =  -194.190920555 Chi2 =  2.23773903335
Init V =  -300.0 Fitted V =  -414.954383687 Chi2 =  0.457485351167
Init V =  -400.0 Fitted V =  -414.954342927 Chi2 =  0.457485600605
Init V =  -500.0 Fitted V =  -414.954514563 Chi2 =  0.457484263912
Init V =  -600.0 Fitted V =  -414.954520971 Chi2 =  0.457484181432
Init V =  0.0 Fitted V =  266.324986119 Chi2 =  0.818138364178
Init V =  -100.0 Fitted V =  -405.613748145 Chi2 =  0.642912419728
Init V =  -200.0 Fitted V =  -405.613737721 Chi2 =  0.642912465613
Init V =  -300.0 Fitted V =  -405.613806105 Chi2 =  0.642912193487
Init V =  -400.0 Fitted V =  -405.614154093 Chi2 =  0.642911012256
Init V =  -500.0 Fitted V =  -405.614096912 Chi2 =  0.642911197485
Init V =  -600.0 Fitted V =  -405.614189233 Chi2 =  0.642910917686
Init V =  0.0 Fitted V =  -404.434461093 Chi2 =  0.662578666135
Init V =  -100.0 Fitted V =  -404.434242041 Chi2 =  0.662579142033
Init V =  -200.0 Fitted V =  -404.434168651 Chi2 =  0.662579229006
Init V =  -300.0 Fitted V =  -404.434252034 Chi2 =  0.662579088659
Init V =  -400.0 Fitted V =  -404.434634835 Chi2 =  0.662578332199
Init V =  -500.0 Fitted V =  -404.434196983 Chi2 =  0.662579214546
Init V =  -600.0 Fitted V =  -404.434509371 Chi2 =  0.66257855998
Init V =  0.0 Fitted V =  -11.5321779395 Chi2 =  1.43248762936
Init V =  -100.0 Fitted V =  -404.679344637 Chi2 =  0.534884870132
Init V =  -200.0 Fitted V =  -404.679833735 Chi2 =  0.534884122262
Init V =  -300.0 Fitted V =  -404.679424587 Chi2 =  0.534884804696
Init V =  -400.0 Fitted V =  -404.679812749 Chi2 =  0.53488413848
Init V =  -500.0 Fitted V =  -506.567085671 Chi2 =  1.52987966156
Init V =  -600.0 Fitted V =  -594.102053219 Chi2 =  1.50761194865
Init V =  0.0 Fitted V =  -17.0331109058 Chi2 =  1.50885517315
Init V =  -100.0 Fitted V =  -389.819356105 Chi2 =  0.533203754547
Init V =  -200.0 Fitted V =  -389.818790392 Chi2 =  0.533205769816
Init V =  -300.0 Fitted V =  -389.81929387 Chi2 =  0.53320379084
Init V =  -400.0 Fitted V =  -389.830732597 Chi2 =  0.533162672708
Init V =  -500.0 Fitted V =  -389.818696947 Chi2 =  0.533205924436
Init V =  -600.0 Fitted V =  -389.818635625 Chi2 =  0.533206131855
Init V =  0.0 Fitted V =  -316.72008577 Chi2 =  0.700579500647
Init V =  -100.0 Fitted V =  -316.72091863 Chi2 =  0.700579598923
Init V =  -200.0 Fitted V =  -316.719715474 Chi2 =  0.700579490128
Init V =  -300.0 Fitted V =  -316.729347737 Chi2 =  0.700579295659
Init V =  -400.0 Fitted V =  -379.8113945 Chi2 =  0.667114438155
Init V =  -500.0 Fitted V =  -316.721536937 Chi2 =  0.700579545991
Init V =  -600.0 Fitted V =  -316.721385517 Chi2 =  0.700579553078
Init V =  0.0 Fitted V =  -300.462948236 Chi2 =  0.758741798633
Init V =  -100.0 Fitted V =  -300.449138378 Chi2 =  0.758741808478
Init V =  -200.0 Fitted V =  -300.45424781 Chi2 =  0.758741880924
Init V =  -300.0 Fitted V =  -300.455899634 Chi2 =  0.758741661619
Init V =  -400.0 Fitted V =  -390.838200059 Chi2 =  0.92121368089
Init V =  -500.0 Fitted V =  -300.464351891 Chi2 =  0.758741781316
Init V =  -600.0 Fitted V =  -300.454898242 Chi2 =  0.758741784053
Init V =  0.0 Fitted V =  -155.18434149 Chi2 =  0.887778912681
Init V =  -100.0 Fitted V =  -124.41709142 Chi2 =  0.793280550443
Init V =  -200.0 Fitted V =  -124.417188998 Chi2 =  0.79328228763
Init V =  -300.0 Fitted V =  -155.182478682 Chi2 =  0.887778759668
Init V =  -400.0 Fitted V =  -417.173149709 Chi2 =  0.934675338067
Init V =  -500.0 Fitted V =  -501.513122066 Chi2 =  1.75736181188
Init V =  -600.0 Fitted V =  -155.186654152 Chi2 =  0.88777910795
Init V =  0.0 Fitted V =  -21.4243010414 Chi2 =  1.35087011785
Init V =  -100.0 Fitted V =  -133.522902827 Chi2 =  0.773429604725
Init V =  -200.0 Fitted V =  -133.522216264 Chi2 =  0.773430065419
Init V =  -300.0 Fitted V =  -181.732690113 Chi2 =  0.923772605514
Init V =  -400.0 Fitted V =  -414.571606262 Chi2 =  0.974705155173
Init V =  -500.0 Fitted V =  -494.616443068 Chi2 =  1.33252249779
Init V =  -600.0 Fitted V =  -595.581732361 Chi2 =  1.01876578546
Init V =  0.0 Fitted V =  -142.742397075 Chi2 =  0.985249110944
Init V =  -100.0 Fitted V =  -142.741602382 Chi2 =  0.985248887612
Init V =  -200.0 Fitted V =  -142.741043964 Chi2 =  0.985250126533
Init V =  -300.0 Fitted V =  -192.475213066 Chi2 =  1.40588292656
Init V =  -400.0 Fitted V =  -401.421341833 Chi2 =  1.5187031101
Init V =  -500.0 Fitted V =  -489.736487101 Chi2 =  1.98643701803
Init V =  -600.0 Fitted V =  -610.068627403 Chi2 =  2.04337673283
Init V =  0.0 Fitted V =  -132.437502546 Chi2 =  0.757642928148
Init V =  -100.0 Fitted V =  -132.437150921 Chi2 =  0.757643078029
Init V =  -200.0 Fitted V =  -132.436954389 Chi2 =  0.757643192785
Init V =  -300.0 Fitted V =  -307.865973373 Chi2 =  1.75849724535
Init V =  -400.0 Fitted V =  -409.44218084 Chi2 =  1.36831991963
Init V =  -500.0 Fitted V =  -485.352519657 Chi2 =  1.74489015915
Init V =  -600.0 Fitted V =  -557.120013151 Chi2 =  1.67509095487
Init V =  0.0 Fitted V =  -132.323307904 Chi2 =  0.744361626443
Init V =  -100.0 Fitted V =  -132.323829063 Chi2 =  0.74436154017
Init V =  -200.0 Fitted V =  -132.323428547 Chi2 =  0.744361598988
Init V =  -300.0 Fitted V =  -132.323409147 Chi2 =  0.744361625973
Init V =  -400.0 Fitted V =  -410.402258036 Chi2 =  1.29590265087
Init V =  -500.0 Fitted V =  -496.92489728 Chi2 =  1.65071347378
Init V =  -600.0 Fitted V =  -754.31755527 Chi2 =  313.600897695
Init V =  0.0 Fitted V =  -159.273084906 Chi2 =  1.18306684619
Init V =  -100.0 Fitted V =  -122.478599998 Chi2 =  1.02450827889
Init V =  -200.0 Fitted V =  -122.477924375 Chi2 =  1.02450854865
Init V =  -300.0 Fitted V =  -159.35226415 Chi2 =  1.18306876667
Init V =  -400.0 Fitted V =  -420.452546516 Chi2 =  1.19012163494
Init V =  -500.0 Fitted V =  -420.452178965 Chi2 =  1.19012230574
Init V =  -600.0 Fitted V =  -159.346547864 Chi2 =  1.18306862403
Init V =  0.0 Fitted V =  -106.859983865 Chi2 =  0.735923330285
Init V =  -100.0 Fitted V =  -106.860169121 Chi2 =  0.735923492497
Init V =  -200.0 Fitted V =  -204.454507323 Chi2 =  1.90402356469
Init V =  -300.0 Fitted V =  -305.095617478 Chi2 =  1.9501203916
Init V =  -400.0 Fitted V =  -415.531821708 Chi2 =  1.52736066489
Init V =  -500.0 Fitted V =  -504.466598219 Chi2 =  1.94000552208
Init V =  -600.0 Fitted V =  -566.965592316 Chi2 =  1.96719678883
Init V =  0.0 Fitted V =  -121.072728097 Chi2 =  0.863283701996
Init V =  -100.0 Fitted V =  -121.069259421 Chi2 =  0.863283575744
Init V =  -200.0 Fitted V =  -121.073285304 Chi2 =  0.863283501682
Init V =  -300.0 Fitted V =  -121.072171988 Chi2 =  0.863283801061
Init V =  -400.0 Fitted V =  -417.327943583 Chi2 =  1.2192309196
Init V =  -500.0 Fitted V =  -497.714087156 Chi2 =  1.69006809472
Init V =  -600.0 Fitted V =  -121.071370279 Chi2 =  0.86328357264
Init V =  0.0 Fitted V =  -99.3526587404 Chi2 =  0.701314112737
Init V =  -100.0 Fitted V =  -99.3607732929 Chi2 =  0.701314263656
Init V =  -200.0 Fitted V =  -219.509184816 Chi2 =  0.944586517821
Init V =  -300.0 Fitted V =  -302.779864493 Chi2 =  0.979246105426
Init V =  -400.0 Fitted V =  -417.584726935 Chi2 =  0.625525387996
Init V =  -500.0 Fitted V =  -493.199864452 Chi2 =  1.03216120168
Init V =  -600.0 Fitted V =  -611.2301615 Chi2 =  0.956307971309
Init V =  0.0 Fitted V =  -5.15198679457 Chi2 =  1.22335257694
Init V =  -100.0 Fitted V =  -108.899664036 Chi2 =  0.894976331652
Init V =  -200.0 Fitted V =  -108.901508028 Chi2 =  0.894976511196
Init V =  -300.0 Fitted V =  -300.940060738 Chi2 =  1.22137923142
Init V =  -400.0 Fitted V =  -415.349166743 Chi2 =  0.697891344622
Init V =  -500.0 Fitted V =  -493.77770118 Chi2 =  1.22177736567
Init V =  -600.0 Fitted V =  -526.704437426 Chi2 =  1.00393293383
Init V =  0.0 Fitted V =  169.903781294 Chi2 =  1.07400661043
Init V =  -100.0 Fitted V =  169.925676494 Chi2 =  1.07400387649
Init V =  -200.0 Fitted V =  169.899117992 Chi2 =  1.07400711403
Init V =  -300.0 Fitted V =  -400.249921794 Chi2 =  0.68021931187
Init V =  -400.0 Fitted V =  -400.24981208 Chi2 =  0.680219470963
Init V =  -500.0 Fitted V =  -439.506608854 Chi2 =  1.03044343507
Init V =  -600.0 Fitted V =  -439.499718197 Chi2 =  1.03044266473
Init V =  0.0 Fitted V =  189.17957663 Chi2 =  1.01208029967
Init V =  -100.0 Fitted V =  -72.3976799932 Chi2 =  1.2211178282
Init V =  -200.0 Fitted V =  -214.865204439 Chi2 =  1.47064465506
Init V =  -300.0 Fitted V =  -415.24563185 Chi2 =  0.668077369408
Init V =  -400.0 Fitted V =  -415.245581072 Chi2 =  0.6680773618
Init V =  -500.0 Fitted V =  -415.245677406 Chi2 =  0.668077375487
Init V =  -600.0 Fitted V =  -415.245083207 Chi2 =  0.668077275352
Init V =  0.0 Fitted V =  -45.0771936304 Chi2 =  1.22452931775
Init V =  -100.0 Fitted V =  -45.0772801747 Chi2 =  1.22452934998
Init V =  -200.0 Fitted V =  74.0796136253 Chi2 =  1.44604521413
Init V =  -300.0 Fitted V =  -697.729434957 Chi2 =  0.800836529625
Init V =  -400.0 Fitted V =  -414.53458066 Chi2 =  1.30744026203
Init V =  -500.0 Fitted V =  -493.297154421 Chi2 =  2.02574822989
Init V =  -600.0 Fitted V =  -697.705801889 Chi2 =  0.800835651896
Init V =  0.0 Fitted V =  -43.9717711512 Chi2 =  1.68368537447
Init V =  -100.0 Fitted V =  -43.9717094308 Chi2 =  1.68368558282
Init V =  -200.0 Fitted V =  -198.064385471 Chi2 =  4.61053103528
Init V =  -300.0 Fitted V =  -304.040977171 Chi2 =  4.74081729501
Init V =  -400.0 Fitted V =  -411.728621741 Chi2 =  3.94394900142
Init V =  -500.0 Fitted V =  -493.79746442 Chi2 =  4.61380119136
Init V =  -600.0 Fitted V =  -694.225147435 Chi2 =  2.39017828423
Init V =  0.0 Fitted V =  -41.439335147 Chi2 =  1.55994321355
Init V =  -100.0 Fitted V =  -41.4394914744 Chi2 =  1.55994344072
Init V =  -200.0 Fitted V =  -210.252277726 Chi2 =  5.32075546403
Init V =  -300.0 Fitted V =  -41.4397657567 Chi2 =  1.55994412435
Init V =  -400.0 Fitted V =  -415.483238454 Chi2 =  4.60474875502
Init V =  -500.0 Fitted V =  -415.483118697 Chi2 =  4.60474665137
Init V =  -600.0 Fitted V =  -607.308080862 Chi2 =  3.76343257401
Init V =  0.0 Fitted V =  -50.3336177613 Chi2 =  3.6670855796
Init V =  -100.0 Fitted V =  -50.3338053191 Chi2 =  3.6670848207
Init V =  -200.0 Fitted V =  -195.236585261 Chi2 =  6.87121472496
Init V =  -300.0 Fitted V =  -276.858470668 Chi2 =  7.04734815756
Init V =  -400.0 Fitted V =  -416.139298503 Chi2 =  6.31560733395
Init V =  -500.0 Fitted V =  -505.599241154 Chi2 =  6.21391102809
Init V =  -600.0 Fitted V =  -683.484326931 Chi2 =  4.29634668442
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  -51.0256802841 Chi2 =  6.50939525831
Init V =  -100.0 Fitted V =  -51.0247902411 Chi2 =  6.50938352537
Init V =  -200.0 Fitted V =  -212.764300014 Chi2 =  7.94047073717
Init V =  -300.0 Fitted V =  -276.197762373 Chi2 =  7.7271285276
Init V =  -400.0 Fitted V =  -413.868658936 Chi2 =  4.39402281044
Init V =  -500.0 Fitted V =  -413.870638174 Chi2 =  4.39401861495
Init V =  -600.0 Fitted V =  -609.480129306 Chi2 =  8.10265203555
Init V =  0.0 Fitted V =  -41.838078508 Chi2 =  5.28839251628
Init V =  -100.0 Fitted V =  -41.8390861729 Chi2 =  5.28838953608
Init V =  -200.0 Fitted V =  -204.466363737 Chi2 =  5.80901572265
Init V =  -300.0 Fitted V =  -294.328529714 Chi2 =  6.56029460301
Init V =  -400.0 Fitted V =  -421.012384464 Chi2 =  3.85772219978
Init V =  -500.0 Fitted V =  -494.547941141 Chi2 =  6.53934946685
Init V =  -600.0 Fitted V =  -421.012316033 Chi2 =  3.85772224595
Init V =  0.0 Fitted V =  96.2935543999 Chi2 =  5.81760091184
Init V =  -100.0 Fitted V =  96.2925811051 Chi2 =  5.81760053796
Init V =  -200.0 Fitted V =  -190.199006388 Chi2 =  6.12785631753
Init V =  -300.0 Fitted V =  96.293201943 Chi2 =  5.81760072138
Init V =  -400.0 Fitted V =  -418.877427802 Chi2 =  3.70241518134
Init V =  -500.0 Fitted V =  -497.228267519 Chi2 =  5.81543281517
Init V =  -600.0 Fitted V =  -552.408856289 Chi2 =  4.80360264778
Init V =  0.0 Fitted V =  -33.3362522545 Chi2 =  4.60327083481
Init V =  -100.0 Fitted V =  -123.853823921 Chi2 =  5.34321984331
Init V =  -200.0 Fitted V =  -188.081012157 Chi2 =  5.22791259505
Init V =  -300.0 Fitted V =  -289.161695039 Chi2 =  5.40933643829
Init V =  -400.0 Fitted V =  -414.38018889 Chi2 =  3.33864735478
Init V =  -500.0 Fitted V =  -484.355948397 Chi2 =  3.5517102848
Init V =  -600.0 Fitted V =  -484.355578952 Chi2 =  3.55171059618
Init V =  0.0 Fitted V =  -36.9171828951 Chi2 =  4.8552541141
Init V =  -100.0 Fitted V =  261.240605346 Chi2 =  2.34925270194
Init V =  -200.0 Fitted V =  -184.657970471 Chi2 =  5.42598305193
Init V =  -300.0 Fitted V =  -270.354677638 Chi2 =  5.73906720396
Init V =  -400.0 Fitted V =  -410.864721666 Chi2 =  2.66461245331
Init V =  -500.0 Fitted V =  -502.876947791 Chi2 =  5.76013314394
Init V =  -600.0 Fitted V =  -410.867094836 Chi2 =  2.66460065598
Init V =  0.0 Fitted V =  -32.9874838868 Chi2 =  4.23111045759
Init V =  -100.0 Fitted V =  -32.9873176916 Chi2 =  4.23111162665
Init V =  -200.0 Fitted V =  -192.166710348 Chi2 =  4.74287127033
Init V =  -300.0 Fitted V =  -277.251375807 Chi2 =  4.84143457804
Init V =  -400.0 Fitted V =  -406.332716226 Chi2 =  1.85412279798
Init V =  -500.0 Fitted V =  -406.334206781 Chi2 =  1.85412030078
Init V =  -600.0 Fitted V =  -679.689274873 Chi2 =  4.44240296594
Init V =  0.0 Fitted V =  -32.4772174088 Chi2 =  5.21215886766
Init V =  -100.0 Fitted V =  266.076422042 Chi2 =  2.576214516
Init V =  -200.0 Fitted V =  266.076675892 Chi2 =  2.57621449299
Init V =  -300.0 Fitted V =  -405.557874421 Chi2 =  2.48275995212
Init V =  -400.0 Fitted V =  -405.557603176 Chi2 =  2.48276124952
Init V =  -500.0 Fitted V =  -493.919230679 Chi2 =  6.05975595794
Init V =  -600.0 Fitted V =  -405.558363373 Chi2 =  2.48275802899
Init V =  0.0 Fitted V =  -42.8302819945 Chi2 =  4.24911340013
Init V =  -100.0 Fitted V =  132.265213883 Chi2 =  3.47806020971
Init V =  -200.0 Fitted V =  132.237762656 Chi2 =  3.47805632224
Init V =  -300.0 Fitted V =  -406.35586939 Chi2 =  2.12752117111
Init V =  -400.0 Fitted V =  -406.355381303 Chi2 =  2.1275225259
Init V =  -500.0 Fitted V =  -493.583824698 Chi2 =  4.93265094169
Init V =  -600.0 Fitted V =  -626.238418878 Chi2 =  4.58513615734
Init V =  0.0 Fitted V =  -34.8282136472 Chi2 =  3.84109426556
Init V =  -100.0 Fitted V =  11.149230031 Chi2 =  3.60557800797
Init V =  -200.0 Fitted V =  -210.164787708 Chi2 =  4.56404679306
Init V =  -300.0 Fitted V =  -470.467837098 Chi2 =  3.55978665385
Init V =  -400.0 Fitted V =  -413.727244036 Chi2 =  2.40314425319
Init V =  -500.0 Fitted V =  -492.321405665 Chi2 =  4.50551975408
Init V =  -600.0 Fitted V =  -470.501447663 Chi2 =  3.55978359268
Init V =  0.0 Fitted V =  -37.2695070333 Chi2 =  3.53094811885
Init V =  -100.0 Fitted V =  126.681819734 Chi2 =  2.90645898031
Init V =  -200.0 Fitted V =  -409.038606253 Chi2 =  1.58439441812
Init V =  -300.0 Fitted V =  -409.038910414 Chi2 =  1.58439282378
Init V =  -400.0 Fitted V =  -409.038885937 Chi2 =  1.58439342766
Init V =  -500.0 Fitted V =  -494.778719849 Chi2 =  3.94732854285
Init V =  -600.0 Fitted V =  -409.038911367 Chi2 =  1.58439302423
Init V =  0.0 Fitted V =  -44.1607176474 Chi2 =  3.08653397415
Init V =  -100.0 Fitted V =  -44.1611835188 Chi2 =  3.08653461069
Init V =  -200.0 Fitted V =  -407.499993785 Chi2 =  1.42497354961
Init V =  -300.0 Fitted V =  -407.499626401 Chi2 =  1.42497636661
Init V =  -400.0 Fitted V =  -407.499588562 Chi2 =  1.42497585472
Init V =  -500.0 Fitted V =  -490.346499277 Chi2 =  3.47933075762
Init V =  -600.0 Fitted V =  -623.437003439 Chi2 =  3.35040102075
Init V =  0.0 Fitted V =  -43.5702804662 Chi2 =  3.32281962065
Init V =  -100.0 Fitted V =  266.66341295 Chi2 =  1.55213299172
Init V =  -200.0 Fitted V =  -193.900451591 Chi2 =  3.77643145342
Init V =  -300.0 Fitted V =  -402.601520709 Chi2 =  1.28506169803
Init V =  -400.0 Fitted V =  -402.601193147 Chi2 =  1.28506342449
Init V =  -500.0 Fitted V =  -402.601139349 Chi2 =  1.28506152497
Init V =  -600.0 Fitted V =  -592.136387752 Chi2 =  3.74324665552
Init V =  0.0 Fitted V =  -46.5026922742 Chi2 =  2.49433685393
Init V =  -100.0 Fitted V =  -400.47653869 Chi2 =  1.30271202885
Init V =  -200.0 Fitted V =  -400.475555803 Chi2 =  1.30271439795
Init V =  -300.0 Fitted V =  -400.475094532 Chi2 =  1.3027154575
Init V =  -400.0 Fitted V =  -400.476859368 Chi2 =  1.3027114217
Init V =  -500.0 Fitted V =  -509.433953124 Chi2 =  2.81875807289
Init V =  -600.0 Fitted V =  -400.476526796 Chi2 =  1.30271201541
Init V =  0.0 Fitted V =  -36.3214750251 Chi2 =  2.55409790173
Init V =  -100.0 Fitted V =  51.382114649 Chi2 =  1.93556458218
Init V =  -200.0 Fitted V =  -380.788103184 Chi2 =  1.82618499789
Init V =  -300.0 Fitted V =  -380.788571764 Chi2 =  1.82618484939
Init V =  -400.0 Fitted V =  -407.006925362 Chi2 =  1.36394459127
Init V =  -500.0 Fitted V =  -501.812167244 Chi2 =  2.88575383845
Init V =  -600.0 Fitted V =  -380.8116363 Chi2 =  1.82618312066
Init V =  0.0 Fitted V =  -38.2906274708 Chi2 =  2.72638491939
Init V =  -100.0 Fitted V =  79.860993753 Chi2 =  2.1971895555
Init V =  -200.0 Fitted V =  -193.486806807 Chi2 =  2.96894154627
Init V =  -300.0 Fitted V =  -410.54613067 Chi2 =  1.01925683325
Init V =  -400.0 Fitted V =  -410.545798306 Chi2 =  1.01925794218
Init V =  -500.0 Fitted V =  -410.546255569 Chi2 =  1.01925655889
Init V =  -600.0 Fitted V =  -689.104576917 Chi2 =  2.87610845189
Init V =  0.0 Fitted V =  -42.9731954379 Chi2 =  2.21469043812
Init V =  -100.0 Fitted V =  -406.1288772 Chi2 =  0.833376150646
Init V =  -200.0 Fitted V =  -406.128768792 Chi2 =  0.833376455112
Init V =  -300.0 Fitted V =  -406.128221255 Chi2 =  0.833377632745
Init V =  -400.0 Fitted V =  -406.128904434 Chi2 =  0.833376111307
Init V =  -500.0 Fitted V =  -499.117686279 Chi2 =  2.43458185834
Init V =  -600.0 Fitted V =  -406.128819274 Chi2 =  0.833376289097
Init V =  0.0 Fitted V =  46.102480744 Chi2 =  1.45754337024
Init V =  -100.0 Fitted V =  45.999167924 Chi2 =  1.45754555587
Init V =  -200.0 Fitted V =  -203.871745851 Chi2 =  2.07616952308
Init V =  -300.0 Fitted V =  -418.423871944 Chi2 =  0.834515001792
Init V =  -400.0 Fitted V =  -418.423555525 Chi2 =  0.834516356311
Init V =  -500.0 Fitted V =  -418.423570882 Chi2 =  0.834516276591
Init V =  -600.0 Fitted V =  -597.835788703 Chi2 =  2.08820070955
Init V =  0.0 Fitted V =  36.4496264329 Chi2 =  1.78537547811
Init V =  -100.0 Fitted V =  36.4680119529 Chi2 =  1.78537136324
Init V =  -200.0 Fitted V =  -420.31641206 Chi2 =  0.621818282991
Init V =  -300.0 Fitted V =  -420.316430572 Chi2 =  0.621819308062
Init V =  -400.0 Fitted V =  -420.316387282 Chi2 =  0.621815829309
Init V =  -500.0 Fitted V =  -420.316417874 Chi2 =  0.621818178808
Init V =  -600.0 Fitted V =  -420.316425585 Chi2 =  0.621818679758
Init V =  0.0 Fitted V =  61.4692388804 Chi2 =  2.0393956702
Init V =  -100.0 Fitted V =  61.5494931114 Chi2 =  2.03937026393
Init V =  -200.0 Fitted V =  -424.055550694 Chi2 =  0.565251511841
Init V =  -300.0 Fitted V =  -424.055527951 Chi2 =  0.565251623795
Init V =  -400.0 Fitted V =  -424.055515502 Chi2 =  0.565251896122
Init V =  -500.0 Fitted V =  -424.055571624 Chi2 =  0.565251179373
Init V =  -600.0 Fitted V =  -606.466034625 Chi2 =  2.92153473964
Init V =  0.0 Fitted V =  -38.8970211163 Chi2 =  2.37515584635
Init V =  -100.0 Fitted V =  -415.706155085 Chi2 =  0.38867931516
Init V =  -200.0 Fitted V =  -415.706125467 Chi2 =  0.388679523556
Init V =  -300.0 Fitted V =  -415.706055869 Chi2 =  0.388680257773
Init V =  -400.0 Fitted V =  -415.706076097 Chi2 =  0.388680120452
Init V =  -500.0 Fitted V =  -415.706068382 Chi2 =  0.388680136943
Init V =  -600.0 Fitted V =  -415.706096642 Chi2 =  0.388679876041
Init V =  0.0 Fitted V =  -58.0875525956 Chi2 =  1.59522117523
Init V =  -100.0 Fitted V =  -58.1207947866 Chi2 =  1.59522111888
Init V =  -200.0 Fitted V =  -405.283569575 Chi2 =  0.398780484527
Init V =  -300.0 Fitted V =  -405.283410362 Chi2 =  0.398781418276
Init V =  -400.0 Fitted V =  -405.283565405 Chi2 =  0.398780518748
Init V =  -500.0 Fitted V =  -405.283473031 Chi2 =  0.398780914715
Init V =  -600.0 Fitted V =  -615.073393163 Chi2 =  1.67324197045
Init V =  0.0 Fitted V =  -406.432896361 Chi2 =  0.475319664539
Init V =  -100.0 Fitted V =  -406.433303029 Chi2 =  0.475318880437
Init V =  -200.0 Fitted V =  -406.432834453 Chi2 =  0.475319791466
Init V =  -300.0 Fitted V =  -406.433120173 Chi2 =  0.47531928713
Init V =  -400.0 Fitted V =  -406.433179672 Chi2 =  0.475319126838
Init V =  -500.0 Fitted V =  -406.43323785 Chi2 =  0.475319059019
Init V =  -600.0 Fitted V =  -406.43284681 Chi2 =  0.475319815839
Init V =  0.0 Fitted V =  -19.3964329065 Chi2 =  1.28042925706
Init V =  -100.0 Fitted V =  -349.237732833 Chi2 =  0.55552757358
Init V =  -200.0 Fitted V =  -349.237514077 Chi2 =  0.555527534229
Init V =  -300.0 Fitted V =  -349.235653976 Chi2 =  0.555527720459
Init V =  -400.0 Fitted V =  -392.943693248 Chi2 =  0.531249793363
Init V =  -500.0 Fitted V =  -349.234619816 Chi2 =  0.555527796164
Init V =  -600.0 Fitted V =  -605.018552548 Chi2 =  1.30804969733
Init V =  0.0 Fitted V =  -13.1451490451 Chi2 =  1.31622105831
Init V =  -100.0 Fitted V =  -300.26195402 Chi2 =  0.577530258381
Init V =  -200.0 Fitted V =  -300.255552224 Chi2 =  0.577530344958
Init V =  -300.0 Fitted V =  -300.252716262 Chi2 =  0.577530357036
Init V =  -400.0 Fitted V =  -408.898769015 Chi2 =  0.664889082041
Init V =  -500.0 Fitted V =  -300.255288639 Chi2 =  0.577530327643
Init V =  -600.0 Fitted V =  -620.645213552 Chi2 =  1.340057892
Init V =  0.0 Fitted V =  -211.305728858 Chi2 =  0.662226171608
Init V =  -100.0 Fitted V =  -211.303411658 Chi2 =  0.662226119981
Init V =  -200.0 Fitted V =  -211.302729936 Chi2 =  0.6622261093
Init V =  -300.0 Fitted V =  -211.332776447 Chi2 =  0.662226825951
Init V =  -400.0 Fitted V =  -401.711739599 Chi2 =  1.12229691608
Init V =  -500.0 Fitted V =  -502.211858792 Chi2 =  1.56232401268
Init V =  -600.0 Fitted V =  -211.323408621 Chi2 =  0.662226646035
Init V =  0.0 Fitted V =  -201.532139305 Chi2 =  1.00501981661
Init V =  -100.0 Fitted V =  -138.5244837 Chi2 =  0.962107725023
Init V =  -200.0 Fitted V =  -201.532435262 Chi2 =  1.00501983563
Init V =  -300.0 Fitted V =  -201.570428755 Chi2 =  1.00502289171
Init V =  -400.0 Fitted V =  -414.01929219 Chi2 =  1.37593294184
Init V =  -500.0 Fitted V =  -417.966962023 Chi2 =  1.44385533417
Init V =  -600.0 Fitted V =  -201.575604323 Chi2 =  1.00502329779
Init V =  0.0 Fitted V =  -251.040921902 Chi2 =  0.880921424635
Init V =  -100.0 Fitted V =  -251.033257669 Chi2 =  0.88092065836
Init V =  -200.0 Fitted V =  -251.039521655 Chi2 =  0.88092132839
Init V =  -300.0 Fitted V =  -251.040320152 Chi2 =  0.880921401117
Init V =  -400.0 Fitted V =  -251.032541829 Chi2 =  0.880920565855
Init V =  -500.0 Fitted V =  -251.032240873 Chi2 =  0.880920509124
Init V =  -600.0 Fitted V =  -251.03204268 Chi2 =  0.880920554121
Init V =  0.0 Fitted V =  -12.0166077748 Chi2 =  1.76318935811
Init V =  -100.0 Fitted V =  -251.565042199 Chi2 =  1.21897619552
Init V =  -200.0 Fitted V =  -149.179220003 Chi2 =  1.05852974771
Init V =  -300.0 Fitted V =  -251.561243812 Chi2 =  1.2189750415
Init V =  -400.0 Fitted V =  -420.673758871 Chi2 =  1.09972435566
Init V =  -500.0 Fitted V =  -505.189236179 Chi2 =  1.77029625741
Init V =  -600.0 Fitted V =  -251.569795831 Chi2 =  1.21897618524
Init V =  0.0 Fitted V =  -253.314916354 Chi2 =  1.02056597642
Init V =  -100.0 Fitted V =  -139.936804678 Chi2 =  1.02436052299
Init V =  -200.0 Fitted V =  -253.315861516 Chi2 =  1.02056610351
Init V =  -300.0 Fitted V =  -253.332362537 Chi2 =  1.02056810294
Init V =  -400.0 Fitted V =  -410.035414076 Chi2 =  0.964929709925
Init V =  -500.0 Fitted V =  -490.026137618 Chi2 =  1.50123912716
Init V =  -600.0 Fitted V =  -253.331742546 Chi2 =  1.02056808003
Init V =  0.0 Fitted V =  -135.071533016 Chi2 =  0.718852937347
Init V =  -100.0 Fitted V =  -135.069107878 Chi2 =  0.718854574131
Init V =  -200.0 Fitted V =  -256.812573205 Chi2 =  0.781774738927
Init V =  -300.0 Fitted V =  -283.937059067 Chi2 =  1.08041173347
Init V =  -400.0 Fitted V =  -408.494856283 Chi2 =  0.656064705807
Init V =  -500.0 Fitted V =  -498.955841931 Chi2 =  1.03774456602
Init V =  -600.0 Fitted V =  -574.461744323 Chi2 =  1.03642340183
Init V =  0.0 Fitted V =  -96.4463061715 Chi2 =  0.560840758115
Init V =  -100.0 Fitted V =  -96.4507194596 Chi2 =  0.560839760766
Init V =  -200.0 Fitted V =  -96.4458385678 Chi2 =  0.56084104761
Init V =  -300.0 Fitted V =  -421.834253298 Chi2 =  0.471711216394
Init V =  -400.0 Fitted V =  -421.833971465 Chi2 =  0.471711385883
Init V =  -500.0 Fitted V =  -495.606147288 Chi2 =  0.846558146348
Init V =  -600.0 Fitted V =  -606.164041376 Chi2 =  0.772862380759
Init V =  0.0 Fitted V =  -115.220343797 Chi2 =  0.644510966373
Init V =  -100.0 Fitted V =  -115.217524632 Chi2 =  0.644509512254
Init V =  -200.0 Fitted V =  -115.217659648 Chi2 =  0.644509577356
Init V =  -300.0 Fitted V =  -115.2208674 Chi2 =  0.644511274969
Init V =  -400.0 Fitted V =  -418.179171802 Chi2 =  0.694797825961
Init V =  -500.0 Fitted V =  -495.973707901 Chi2 =  1.11113752703
Init V =  -600.0 Fitted V =  -115.220731893 Chi2 =  0.64451110486
Init V =  0.0 Fitted V =  -120.843659083 Chi2 =  0.557249226021
Init V =  -100.0 Fitted V =  -120.84463893 Chi2 =  0.557250329129
Init V =  -200.0 Fitted V =  -120.846863115 Chi2 =  0.557249075396
Init V =  -300.0 Fitted V =  -239.948744232 Chi2 =  1.08912839847
Init V =  -400.0 Fitted V =  -418.501315061 Chi2 =  0.853707561356
Init V =  -500.0 Fitted V =  -547.296748587 Chi2 =  0.981115071875
Init V =  -600.0 Fitted V =  -606.594199441 Chi2 =  1.05336702584
Init V =  0.0 Fitted V =  -286.119523793 Chi2 =  0.688884807845
Init V =  -100.0 Fitted V =  -286.111188362 Chi2 =  0.688884971584
Init V =  -200.0 Fitted V =  -157.273917594 Chi2 =  0.871397050296
Init V =  -300.0 Fitted V =  -286.131437033 Chi2 =  0.688884560851
Init V =  -400.0 Fitted V =  -390.915441112 Chi2 =  0.77683014061
Init V =  -500.0 Fitted V =  -505.781948882 Chi2 =  1.34535764057
Init V =  -600.0 Fitted V =  -577.396144862 Chi2 =  1.30039703444
Init V =  0.0 Fitted V =  89.485290781 Chi2 =  0.47707471535
Init V =  -100.0 Fitted V =  89.4461991059 Chi2 =  0.477075146237
Init V =  -200.0 Fitted V =  89.4919180731 Chi2 =  0.477074664874
Init V =  -300.0 Fitted V =  -477.450111748 Chi2 =  0.523092882988
Init V =  -400.0 Fitted V =  -416.536942031 Chi2 =  0.546692386179
Init V =  -500.0 Fitted V =  -477.480926454 Chi2 =  0.523091912359
Init V =  -600.0 Fitted V =  -477.487438306 Chi2 =  0.523091863774
Init V =  0.0 Fitted V =  59.9064697468 Chi2 =  3.83220126235
Init V =  -100.0 Fitted V =  59.9048087528 Chi2 =  3.83220325113
Init V =  -200.0 Fitted V =  59.9272819361 Chi2 =  3.83220782527
Init V =  -300.0 Fitted V =  -556.46782215 Chi2 =  0.436094796975
Init V =  -400.0 Fitted V =  -418.789674727 Chi2 =  0.447047307426
Init V =  -500.0 Fitted V =  -498.213540867 Chi2 =  0.797117599432
Init V =  -600.0 Fitted V =  -556.473220624 Chi2 =  0.436095649647
Init V =  0.0 Fitted V =  114.567109289 Chi2 =  0.684518677147
Init V =  -100.0 Fitted V =  114.539630728 Chi2 =  0.6845198594
Init V =  -200.0 Fitted V =  114.540155879 Chi2 =  0.684519841179
Init V =  -300.0 Fitted V =  -285.484031431 Chi2 =  1.20575801817
Init V =  -400.0 Fitted V =  -416.370948944 Chi2 =  0.597703792258
Init V =  -500.0 Fitted V =  -546.566449133 Chi2 =  0.624462782816
Init V =  -600.0 Fitted V =  -546.618037811 Chi2 =  0.624464653736
Init V =  0.0 Fitted V =  -43.2281310994 Chi2 =  0.915180545154
Init V =  -100.0 Fitted V =  -43.2311454101 Chi2 =  0.915182173982
Init V =  -200.0 Fitted V =  -204.755302958 Chi2 =  1.15953225105
Init V =  -300.0 Fitted V =  -296.272028011 Chi2 =  1.20341146014
Init V =  -400.0 Fitted V =  -417.753002809 Chi2 =  0.649664526095
Init V =  -500.0 Fitted V =  -417.75310184 Chi2 =  0.649664511553
Init V =  -600.0 Fitted V =  -517.795552572 Chi2 =  0.909723772093
Init V =  0.0 Fitted V =  -36.0122264037 Chi2 =  1.19570790748
Init V =  -100.0 Fitted V =  -36.011001269 Chi2 =  1.19570701547
Init V =  -200.0 Fitted V =  9.18873843908 Chi2 =  1.56838562942
Init V =  -300.0 Fitted V =  -295.146051661 Chi2 =  2.14814587247
Init V =  -400.0 Fitted V =  -418.012711993 Chi2 =  1.5193212078
Init V =  -500.0 Fitted V =  -508.764929417 Chi2 =  1.98398754526
Init V =  -600.0 Fitted V =  -595.495966101 Chi2 =  1.71726435757
Init V =  0.0 Fitted V =  -36.5339844755 Chi2 =  1.3046771553
Init V =  -100.0 Fitted V =  -36.5341713819 Chi2 =  1.30467750581
Init V =  -200.0 Fitted V =  -36.5342472986 Chi2 =  1.30467780878
Init V =  -300.0 Fitted V =  -285.553227689 Chi2 =  4.80349013979
Init V =  -400.0 Fitted V =  -417.962345421 Chi2 =  4.03034343706
Init V =  -500.0 Fitted V =  -493.012530585 Chi2 =  4.70990168949
Init V =  -600.0 Fitted V =  -36.5339570776 Chi2 =  1.30467710762
Init V =  0.0 Fitted V =  -38.6470615909 Chi2 =  1.48540909025
Init V =  -100.0 Fitted V =  -38.6459386893 Chi2 =  1.48540589654
Init V =  -200.0 Fitted V =  -188.951789775 Chi2 =  3.04744744711
Init V =  -300.0 Fitted V =  -286.246106824 Chi2 =  3.14503240257
Init V =  -400.0 Fitted V =  -414.695016979 Chi2 =  2.31245539523
Init V =  -500.0 Fitted V =  -495.823266601 Chi2 =  3.16041816612
Init V =  -600.0 Fitted V =  -615.766495387 Chi2 =  2.3814524372
Init V =  0.0 Fitted V =  179.327299879 Chi2 =  2.03773198698
Init V =  -100.0 Fitted V =  -48.6321583186 Chi2 =  2.11504554979
Init V =  -200.0 Fitted V =  -201.033492319 Chi2 =  3.20580759584
Init V =  -300.0 Fitted V =  -277.809045319 Chi2 =  3.0086701303
Init V =  -400.0 Fitted V =  -412.308560437 Chi2 =  2.48378967338
Init V =  -500.0 Fitted V =  -420.498743604 Chi2 =  2.63630333809
Init V =  -600.0 Fitted V =  -611.147244952 Chi2 =  3.01150641565
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  274.327361011 Chi2 =  3.53438694975
Init V =  -100.0 Fitted V =  -40.3708457127 Chi2 =  9.66918915747
Init V =  -200.0 Fitted V =  -215.598131972 Chi2 =  10.8326942467
Init V =  -300.0 Fitted V =  -288.289573052 Chi2 =  10.9649498138
Init V =  -400.0 Fitted V =  -397.879269979 Chi2 =  4.9316170997
Init V =  -500.0 Fitted V =  -397.878498368 Chi2 =  4.9316154196
Init V =  -600.0 Fitted V =  -397.879210937 Chi2 =  4.93161874403
Init V =  0.0 Fitted V =  -42.1240785718 Chi2 =  4.02347537731
Init V =  -100.0 Fitted V =  -42.1240716254 Chi2 =  4.02347531693
Init V =  -200.0 Fitted V =  -205.757335421 Chi2 =  5.09418483191
Init V =  -300.0 Fitted V =  -306.272789371 Chi2 =  5.14029101388
Init V =  -400.0 Fitted V =  -418.735487748 Chi2 =  2.83753605652
Init V =  -500.0 Fitted V =  -499.120202159 Chi2 =  4.97731336583
Init V =  -600.0 Fitted V =  -598.138417524 Chi2 =  4.97291748566
Init V =  0.0 Fitted V =  -42.6928842618 Chi2 =  5.12938104358
Init V =  -100.0 Fitted V =  -42.6925267863 Chi2 =  5.12938716152
Init V =  -200.0 Fitted V =  -196.621787596 Chi2 =  6.1934363772
Init V =  -300.0 Fitted V =  -288.054046817 Chi2 =  6.41315523678
Init V =  -400.0 Fitted V =  -415.48769258 Chi2 =  3.83856602262
Init V =  -500.0 Fitted V =  -495.036800308 Chi2 =  6.50140069609
Init V =  -600.0 Fitted V =  -415.488394201 Chi2 =  3.83856179462
Init V =  0.0 Fitted V =  -41.7293059112 Chi2 =  5.47897875069
Init V =  -100.0 Fitted V =  260.181615688 Chi2 =  2.48912058702
Init V =  -200.0 Fitted V =  -200.467651181 Chi2 =  6.04224630678
Init V =  -300.0 Fitted V =  -279.787226456 Chi2 =  6.38972223695
Init V =  -400.0 Fitted V =  -412.252134776 Chi2 =  2.7225906647
Init V =  -500.0 Fitted V =  -412.252647223 Chi2 =  2.72258846793
Init V =  -600.0 Fitted V =  -615.362476669 Chi2 =  6.09169154969
Init V =  0.0 Fitted V =  -44.2109980562 Chi2 =  4.0729422102
Init V =  -100.0 Fitted V =  145.491271161 Chi2 =  3.50019703568
Init V =  -200.0 Fitted V =  -182.150439171 Chi2 =  4.64469391387
Init V =  -300.0 Fitted V =  -260.560155389 Chi2 =  4.89315743165
Init V =  -400.0 Fitted V =  -410.531296318 Chi2 =  2.35436255649
Init V =  -500.0 Fitted V =  -541.599757149 Chi2 =  4.56472261406
Init V =  -600.0 Fitted V =  -410.531279197 Chi2 =  2.3543626137
Init V =  0.0 Fitted V =  -47.6402193514 Chi2 =  4.21602499794
Init V =  -100.0 Fitted V =  -47.6399989279 Chi2 =  4.21602583474
Init V =  -200.0 Fitted V =  -413.836860388 Chi2 =  1.96481795718
Init V =  -300.0 Fitted V =  -269.626518717 Chi2 =  4.79032092959
Init V =  -400.0 Fitted V =  -413.837507485 Chi2 =  1.96481662426
Init V =  -500.0 Fitted V =  -495.295098841 Chi2 =  4.74806294112
Init V =  -600.0 Fitted V =  -694.02037327 Chi2 =  4.44868207545
Init V =  0.0 Fitted V =  -33.9726933171 Chi2 =  5.02363991267
Init V =  -100.0 Fitted V =  -33.9755929575 Chi2 =  5.02362413931
Init V =  -200.0 Fitted V =  -205.987721363 Chi2 =  5.54701908408
Init V =  -300.0 Fitted V =  -410.131234767 Chi2 =  1.93579372306
Init V =  -400.0 Fitted V =  -410.131548723 Chi2 =  1.93579272549
Init V =  -500.0 Fitted V =  -492.691780555 Chi2 =  5.56476829848
Init V =  -600.0 Fitted V =  -673.079910722 Chi2 =  5.12191459555
Init V =  0.0 Fitted V =  -42.5900541975 Chi2 =  3.61417500499
Init V =  -100.0 Fitted V =  105.33662672 Chi2 =  2.91108135709
Init V =  -200.0 Fitted V =  105.378175343 Chi2 =  2.91108056159
Init V =  -300.0 Fitted V =  -278.536910229 Chi2 =  4.06976233141
Init V =  -400.0 Fitted V =  -408.930815978 Chi2 =  1.58714799234
Init V =  -500.0 Fitted V =  -408.931042015 Chi2 =  1.58714767406
Init V =  -600.0 Fitted V =  -408.930969417 Chi2 =  1.58714789837
Init V =  0.0 Fitted V =  -46.0721060142 Chi2 =  3.89514308587
Init V =  -100.0 Fitted V =  -12.0630369271 Chi2 =  3.33372616916
Init V =  -200.0 Fitted V =  -410.848453637 Chi2 =  1.43910506011
Init V =  -300.0 Fitted V =  -181.294087276 Chi2 =  4.17640578668
Init V =  -400.0 Fitted V =  -410.848709841 Chi2 =  1.43910425649
Init V =  -500.0 Fitted V =  -494.947519631 Chi2 =  4.24699650057
Init V =  -600.0 Fitted V =  -627.225476969 Chi2 =  3.98279171107
Init V =  0.0 Fitted V =  -37.8149301207 Chi2 =  3.59337599393
Init V =  -100.0 Fitted V =  -403.069424235 Chi2 =  1.37158216367
Init V =  -200.0 Fitted V =  -403.06891154 Chi2 =  1.37158395426
Init V =  -300.0 Fitted V =  -403.068953931 Chi2 =  1.37158382803
Init V =  -400.0 Fitted V =  -403.069581561 Chi2 =  1.37158197876
Init V =  -500.0 Fitted V =  -490.808787827 Chi2 =  3.97600151049
Init V =  -600.0 Fitted V =  -403.069506092 Chi2 =  1.37158227899
Init V =  0.0 Fitted V =  124.416988191 Chi2 =  40.3334456634
Init V =  -100.0 Fitted V =  124.36598811 Chi2 =  40.3335522972
Init V =  -200.0 Fitted V =  124.370415049 Chi2 =  40.3336072807
Init V =  -300.0 Fitted V =  -410.414605255 Chi2 =  1.8977146515
Init V =  -400.0 Fitted V =  -404.675787275 Chi2 =  1.45258985776
Init V =  -500.0 Fitted V =  -410.431067309 Chi2 =  1.89771401444
Init V =  -600.0 Fitted V =  -404.675859667 Chi2 =  1.45258969209
Init V =  0.0 Fitted V =  124.108520129 Chi2 =  1.66856100844
Init V =  -100.0 Fitted V =  124.153557284 Chi2 =  1.66856046837
Init V =  -200.0 Fitted V =  -420.530565185 Chi2 =  1.61389928017
Init V =  -300.0 Fitted V =  -420.531366003 Chi2 =  1.61389919139
Init V =  -400.0 Fitted V =  -404.565472072 Chi2 =  1.23728239465
Init V =  -500.0 Fitted V =  -420.546051096 Chi2 =  1.61389607718
Init V =  -600.0 Fitted V =  -420.542105284 Chi2 =  1.61389872138
Init V =  0.0 Fitted V =  -40.5855750033 Chi2 =  1.88709815073
Init V =  -100.0 Fitted V =  133.359833015 Chi2 =  1.76906778676
Init V =  -200.0 Fitted V =  -406.54400429 Chi2 =  1.16387363089
Init V =  -300.0 Fitted V =  -406.544454547 Chi2 =  1.16387313532
Init V =  -400.0 Fitted V =  -406.542889028 Chi2 =  1.16387554654
Init V =  -500.0 Fitted V =  -502.517227287 Chi2 =  2.29604057622
Init V =  -600.0 Fitted V =  -562.672597064 Chi2 =  2.32447871103
Init V =  0.0 Fitted V =  -38.3813708625 Chi2 =  2.08305100216
Init V =  -100.0 Fitted V =  -372.377488088 Chi2 =  1.56929314089
Init V =  -200.0 Fitted V =  -372.376980843 Chi2 =  1.5692931644
Init V =  -300.0 Fitted V =  -372.400487032 Chi2 =  1.56929209579
Init V =  -400.0 Fitted V =  -411.747888457 Chi2 =  1.120631782
Init V =  -500.0 Fitted V =  -503.54756491 Chi2 =  2.45323643892
Init V =  -600.0 Fitted V =  -608.895536721 Chi2 =  2.45857232397
Init V =  0.0 Fitted V =  -39.662750155 Chi2 =  2.38667628089
Init V =  -100.0 Fitted V =  -39.6659928476 Chi2 =  2.38667907767
Init V =  -200.0 Fitted V =  -199.683185711 Chi2 =  2.76359631353
Init V =  -300.0 Fitted V =  -411.095882464 Chi2 =  0.883316469127
Init V =  -400.0 Fitted V =  -411.096321432 Chi2 =  0.883315209183
Init V =  -500.0 Fitted V =  -411.096123492 Chi2 =  0.883315771405
Init V =  -600.0 Fitted V =  -620.620334593 Chi2 =  2.65886239653
Init V =  0.0 Fitted V =  -43.7196060291 Chi2 =  2.06284339801
Init V =  -100.0 Fitted V =  -417.100664699 Chi2 =  0.639414193014
Init V =  -200.0 Fitted V =  -417.100301939 Chi2 =  0.639415434947
Init V =  -300.0 Fitted V =  -417.100739243 Chi2 =  0.639413942852
Init V =  -400.0 Fitted V =  -417.100239002 Chi2 =  0.639415646493
Init V =  -500.0 Fitted V =  -417.100267983 Chi2 =  0.639415545648
Init V =  -600.0 Fitted V =  -566.769505805 Chi2 =  2.19952975622
Init V =  0.0 Fitted V =  -32.4226207785 Chi2 =  2.42281962645
Init V =  -100.0 Fitted V =  259.439770157 Chi2 =  0.907554345036
Init V =  -200.0 Fitted V =  -416.169791354 Chi2 =  0.679185813791
Init V =  -300.0 Fitted V =  -416.169757711 Chi2 =  0.67918354848
Init V =  -400.0 Fitted V =  -416.1697887 Chi2 =  0.67918562618
Init V =  -500.0 Fitted V =  -416.169756632 Chi2 =  0.679183418618
Init V =  -600.0 Fitted V =  -416.169768447 Chi2 =  0.67918430174
Init V =  0.0 Fitted V =  -7.60467629867 Chi2 =  2.43715511476
Init V =  -100.0 Fitted V =  38.717430875 Chi2 =  1.78482090137
Init V =  -200.0 Fitted V =  -204.220492847 Chi2 =  2.48527886115
Init V =  -300.0 Fitted V =  -420.040337149 Chi2 =  0.487281787109
Init V =  -400.0 Fitted V =  -420.040344813 Chi2 =  0.487281653941
Init V =  -500.0 Fitted V =  -420.040228497 Chi2 =  0.487283497992
Init V =  -600.0 Fitted V =  -618.902135062 Chi2 =  2.48677986096
Init V =  0.0 Fitted V =  -38.3090915988 Chi2 =  2.41287070821
Init V =  -100.0 Fitted V =  -38.3144141353 Chi2 =  2.41286967061
Init V =  -200.0 Fitted V =  -206.944034349 Chi2 =  2.409688397
Init V =  -300.0 Fitted V =  -425.206606505 Chi2 =  0.357320170869
Init V =  -400.0 Fitted V =  -425.206640302 Chi2 =  0.357320155703
Init V =  -500.0 Fitted V =  -425.206573112 Chi2 =  0.357320542521
Init V =  -600.0 Fitted V =  -605.754491701 Chi2 =  2.39453704242
Init V =  0.0 Fitted V =  -36.4608805766 Chi2 =  2.2589282264
Init V =  -100.0 Fitted V =  255.843340287 Chi2 =  0.756723623315
Init V =  -200.0 Fitted V =  -197.495612552 Chi2 =  2.2919019928
Init V =  -300.0 Fitted V =  -419.27408918 Chi2 =  0.476507528682
Init V =  -400.0 Fitted V =  -419.274058528 Chi2 =  0.476508122047
Init V =  -500.0 Fitted V =  -419.274093191 Chi2 =  0.476507441506
Init V =  -600.0 Fitted V =  -616.970375002 Chi2 =  2.27894353403
Init V =  0.0 Fitted V =  -32.67189415 Chi2 =  1.21942948834
Init V =  -100.0 Fitted V =  -403.787526134 Chi2 =  0.391340757444
Init V =  -200.0 Fitted V =  -403.787439443 Chi2 =  0.391340961163
Init V =  -300.0 Fitted V =  -403.787453227 Chi2 =  0.391340933186
Init V =  -400.0 Fitted V =  -403.787707284 Chi2 =  0.391340383827
Init V =  -500.0 Fitted V =  -403.787474657 Chi2 =  0.391340890848
Init V =  -600.0 Fitted V =  -608.270747064 Chi2 =  1.21470579767
Init V =  0.0 Fitted V =  -349.96365617 Chi2 =  0.481930384016
Init V =  -100.0 Fitted V =  -349.961143804 Chi2 =  0.481930679464
Init V =  -200.0 Fitted V =  -349.962586366 Chi2 =  0.481930505263
Init V =  -300.0 Fitted V =  -349.96340097 Chi2 =  0.481930446363
Init V =  -400.0 Fitted V =  -399.423302108 Chi2 =  0.472079478993
Init V =  -500.0 Fitted V =  -349.963065446 Chi2 =  0.48193048682
Init V =  -600.0 Fitted V =  -349.962757033 Chi2 =  0.481930503025
Init V =  0.0 Fitted V =  -297.235891487 Chi2 =  0.504470573443
Init V =  -100.0 Fitted V =  -297.227103914 Chi2 =  0.504470590215
Init V =  -200.0 Fitted V =  -297.230751512 Chi2 =  0.504470634494
Init V =  -300.0 Fitted V =  -297.230841039 Chi2 =  0.504470606012
Init V =  -400.0 Fitted V =  -399.159587802 Chi2 =  0.652473863738
Init V =  -500.0 Fitted V =  -297.233502925 Chi2 =  0.504470645559
Init V =  -600.0 Fitted V =  -297.233986523 Chi2 =  0.5044706394
Init V =  0.0 Fitted V =  -222.878303835 Chi2 =  0.630616403051
Init V =  -100.0 Fitted V =  -222.869785448 Chi2 =  0.630616263116
Init V =  -200.0 Fitted V =  -222.865605985 Chi2 =  0.630616188259
Init V =  -300.0 Fitted V =  -222.868111905 Chi2 =  0.630616234314
Init V =  -400.0 Fitted V =  -417.809375707 Chi2 =  0.956678820564
Init V =  -500.0 Fitted V =  -498.850826861 Chi2 =  1.41473125214
Init V =  -600.0 Fitted V =  -618.258368307 Chi2 =  1.40912967017
Init V =  0.0 Fitted V =  -198.615623258 Chi2 =  0.792249938171
Init V =  -100.0 Fitted V =  -149.874172245 Chi2 =  0.697225228313
Init V =  -200.0 Fitted V =  -149.874005837 Chi2 =  0.697225573422
Init V =  -300.0 Fitted V =  -198.619664506 Chi2 =  0.792249911254
Init V =  -400.0 Fitted V =  -198.642363119 Chi2 =  0.792249773362
Init V =  -500.0 Fitted V =  -198.638536719 Chi2 =  0.792249794709
Init V =  -600.0 Fitted V =  -198.642975931 Chi2 =  0.79224977119
Init V =  0.0 Fitted V =  -219.764605623 Chi2 =  0.819667632905
Init V =  -100.0 Fitted V =  -219.757286939 Chi2 =  0.81966698747
Init V =  -200.0 Fitted V =  -219.754117853 Chi2 =  0.819666833682
Init V =  -300.0 Fitted V =  -219.780111248 Chi2 =  0.819668165499
Init V =  -400.0 Fitted V =  -413.506764038 Chi2 =  1.2903456116
Init V =  -500.0 Fitted V =  -219.778772544 Chi2 =  0.819668092064
Init V =  -600.0 Fitted V =  -219.767236351 Chi2 =  0.819667895546
Init V =  0.0 Fitted V =  -10.6673737563 Chi2 =  1.33069058629
Init V =  -100.0 Fitted V =  -283.955918987 Chi2 =  0.689588715751
Init V =  -200.0 Fitted V =  -283.948784165 Chi2 =  0.689588680425
Init V =  -300.0 Fitted V =  -283.965947641 Chi2 =  0.689588778867
Init V =  -400.0 Fitted V =  -427.184937219 Chi2 =  0.755335503577
Init V =  -500.0 Fitted V =  -283.967728114 Chi2 =  0.689588819738
Init V =  -600.0 Fitted V =  -283.963413767 Chi2 =  0.689588905552
Init V =  0.0 Fitted V =  -10.5279092695 Chi2 =  1.53628736303
Init V =  -100.0 Fitted V =  -328.761826921 Chi2 =  0.949415878982
Init V =  -200.0 Fitted V =  -155.822257538 Chi2 =  1.22352660633
Init V =  -300.0 Fitted V =  -328.755127646 Chi2 =  0.949415891179
Init V =  -400.0 Fitted V =  -432.675386539 Chi2 =  0.703473049805
Init V =  -500.0 Fitted V =  -328.760526149 Chi2 =  0.9494158797
Init V =  -600.0 Fitted V =  -587.929496684 Chi2 =  1.56505440909
Init V =  0.0 Fitted V =  -35.6565042134 Chi2 =  1.23121395243
Init V =  -100.0 Fitted V =  -301.617419708 Chi2 =  0.822224862779
Init V =  -200.0 Fitted V =  -165.464841277 Chi2 =  0.882454111987
Init V =  -300.0 Fitted V =  -301.617543422 Chi2 =  0.822224843734
Init V =  -400.0 Fitted V =  -420.750325448 Chi2 =  0.620430766604
Init V =  -500.0 Fitted V =  -503.164971242 Chi2 =  1.23917041368
Init V =  -600.0 Fitted V =  -301.614525641 Chi2 =  0.822225082062
Init V =  0.0 Fitted V =  -9.94687799178 Chi2 =  1.08529310563
Init V =  -100.0 Fitted V =  -136.172696433 Chi2 =  0.759713878507
Init V =  -200.0 Fitted V =  -136.180626617 Chi2 =  0.759713060846
Init V =  -300.0 Fitted V =  -244.315857702 Chi2 =  0.718634339543
Init V =  -400.0 Fitted V =  -412.642393244 Chi2 =  0.693863911394
Init V =  -500.0 Fitted V =  -501.616685461 Chi2 =  1.04636271688
Init V =  -600.0 Fitted V =  -412.641895358 Chi2 =  0.693864098168
Init V =  0.0 Fitted V =  -105.161551461 Chi2 =  0.657029585363
Init V =  -100.0 Fitted V =  -105.162162954 Chi2 =  0.657029239305
Init V =  -200.0 Fitted V =  -105.16266794 Chi2 =  0.65702925533
Init V =  -300.0 Fitted V =  -266.875312796 Chi2 =  1.87740444782
Init V =  -400.0 Fitted V =  -421.057296113 Chi2 =  1.58557224598
Init V =  -500.0 Fitted V =  -495.369165732 Chi2 =  1.92762007441
Init V =  -600.0 Fitted V =  -599.066437481 Chi2 =  1.74189815748
Init V =  0.0 Fitted V =  -170.086926695 Chi2 =  0.707375606754
Init V =  -100.0 Fitted V =  -205.668451773 Chi2 =  0.888130523379
Init V =  -200.0 Fitted V =  -170.088628969 Chi2 =  0.707375776344
Init V =  -300.0 Fitted V =  -262.466972452 Chi2 =  1.12835133569
Init V =  -400.0 Fitted V =  -422.645094666 Chi2 =  0.7882252628
Init V =  -500.0 Fitted V =  -499.070576587 Chi2 =  1.16801864124
Init V =  -600.0 Fitted V =  -571.05279633 Chi2 =  1.09918056026
Init V =  0.0 Fitted V =  -13.1795440667 Chi2 =  0.99191874304
Init V =  -100.0 Fitted V =  -225.938376366 Chi2 =  0.797484675023
Init V =  -200.0 Fitted V =  -180.193371987 Chi2 =  0.730531068866
Init V =  -300.0 Fitted V =  -331.323573105 Chi2 =  1.05473170998
Init V =  -400.0 Fitted V =  -421.566061415 Chi2 =  0.644130924048
Init V =  -500.0 Fitted V =  -501.901096972 Chi2 =  1.0359638421
Init V =  -600.0 Fitted V =  -226.164078289 Chi2 =  0.797481307864
Init V =  0.0 Fitted V =  -252.676295419 Chi2 =  0.583800159569
Init V =  -100.0 Fitted V =  -252.673731335 Chi2 =  0.583800150412
Init V =  -200.0 Fitted V =  -252.678950197 Chi2 =  0.583800147887
Init V =  -300.0 Fitted V =  -252.673064757 Chi2 =  0.583800160847
Init V =  -400.0 Fitted V =  -421.452600273 Chi2 =  0.507510461382
Init V =  -500.0 Fitted V =  -496.279353907 Chi2 =  0.938146056764
Init V =  -600.0 Fitted V =  -610.092351457 Chi2 =  0.93200718152
Init V =  0.0 Fitted V =  -336.624929044 Chi2 =  0.451594913021
Init V =  -100.0 Fitted V =  -336.627202479 Chi2 =  0.451595034614
Init V =  -200.0 Fitted V =  -173.149781287 Chi2 =  0.521446743681
Init V =  -300.0 Fitted V =  -262.473719366 Chi2 =  0.627983968518
Init V =  -400.0 Fitted V =  -405.385997224 Chi2 =  0.339344876636
Init V =  -500.0 Fitted V =  -409.888873969 Chi2 =  0.387457664761
Init V =  -600.0 Fitted V =  -611.294860339 Chi2 =  0.675876531392
Init V =  0.0 Fitted V =  62.1758060249 Chi2 =  0.681684707003
Init V =  -100.0 Fitted V =  62.1803305464 Chi2 =  0.681684617689
Init V =  -200.0 Fitted V =  62.2080091763 Chi2 =  0.681684036709
Init V =  -300.0 Fitted V =  -295.074712956 Chi2 =  0.876372447405
Init V =  -400.0 Fitted V =  -418.402277267 Chi2 =  0.412385901196
Init V =  -500.0 Fitted V =  -493.800003556 Chi2 =  0.870045898621
Init V =  -600.0 Fitted V =  -793.196632715 Chi2 =  0.429645966014
Init V =  0.0 Fitted V =  -34.0291973038 Chi2 =  1.01051550245
Init V =  -100.0 Fitted V =  61.1698114373 Chi2 =  1.08445505037
Init V =  -200.0 Fitted V =  -189.471160371 Chi2 =  1.63791288004
Init V =  -300.0 Fitted V =  -286.155547346 Chi2 =  1.67316538716
Init V =  -400.0 Fitted V =  -419.839601056 Chi2 =  1.08989165568
Init V =  -500.0 Fitted V =  -684.871340151 Chi2 =  312.386451863
Init V =  -600.0 Fitted V =  -684.830624892 Chi2 =  312.386562386
Init V =  0.0 Fitted V =  -34.0911500246 Chi2 =  1.46597599276
Init V =  -100.0 Fitted V =  -118.841936219 Chi2 =  2.05556724772
Init V =  -200.0 Fitted V =  -316.877366573 Chi2 =  1.31948106693
Init V =  -300.0 Fitted V =  -316.868951942 Chi2 =  1.31947949922
Init V =  -400.0 Fitted V =  -422.257029679 Chi2 =  1.39330347343
Init V =  -500.0 Fitted V =  -316.933838248 Chi2 =  1.31948894157
Init V =  -600.0 Fitted V =  -613.799157107 Chi2 =  2.04805777037
Init V =  0.0 Fitted V =  -32.0468768166 Chi2 =  1.2179225789
Init V =  -100.0 Fitted V =  -32.046574047 Chi2 =  1.21792183006
Init V =  -200.0 Fitted V =  -180.098365164 Chi2 =  2.13668143894
Init V =  -300.0 Fitted V =  -299.690882687 Chi2 =  2.19301250977
Init V =  -400.0 Fitted V =  -412.182521016 Chi2 =  1.52170679687
Init V =  -500.0 Fitted V =  -495.779377877 Chi2 =  2.19575063801
Init V =  -600.0 Fitted V =  -637.808778104 Chi2 =  136.060006271
Init V =  0.0 Fitted V =  -32.6871255918 Chi2 =  1.05643262892
Init V =  -100.0 Fitted V =  -115.029116676 Chi2 =  2.02177711355
Init V =  -200.0 Fitted V =  -12.2368237891 Chi2 =  1.56176133093
Init V =  -300.0 Fitted V =  -12.2425955554 Chi2 =  1.56176142669
Init V =  -400.0 Fitted V =  -418.445889461 Chi2 =  1.14872397183
Init V =  -500.0 Fitted V =  -510.700769882 Chi2 =  1.93669715138
Init V =  -600.0 Fitted V =  -609.032310452 Chi2 =  1.72466964246
Init V =  0.0 Fitted V =  -36.9093834019 Chi2 =  1.34287109971
Init V =  -100.0 Fitted V =  -36.9095477418 Chi2 =  1.34287157037
Init V =  -200.0 Fitted V =  -200.982945364 Chi2 =  1.81308581763
Init V =  -300.0 Fitted V =  -413.47813359 Chi2 =  1.14131606546
Init V =  -400.0 Fitted V =  -413.477597334 Chi2 =  1.14131651658
Init V =  -500.0 Fitted V =  -500.271956089 Chi2 =  1.91926381945
Init V =  -600.0 Fitted V =  -514.892282338 Chi2 =  1.65963391481
Init V =  0.0 Fitted V =  -51.8573497448 Chi2 =  1.83870119169
Init V =  -100.0 Fitted V =  -51.8557097668 Chi2 =  1.83869957278
Init V =  -200.0 Fitted V =  -51.8540411918 Chi2 =  1.83869806935
Init V =  -300.0 Fitted V =  -276.77737048 Chi2 =  2.36417564168
Init V =  -400.0 Fitted V =  -414.795824237 Chi2 =  1.69667257216
Init V =  -500.0 Fitted V =  -504.269107218 Chi2 =  2.28908818906
Init V =  -600.0 Fitted V =  -606.415963871 Chi2 =  2.20290458399
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  193.076469543 Chi2 =  3.26718255101
Init V =  -100.0 Fitted V =  193.095568232 Chi2 =  3.2671749704
Init V =  -200.0 Fitted V =  -204.418797057 Chi2 =  6.02437398112
Init V =  -300.0 Fitted V =  -281.920072316 Chi2 =  5.85120324466
Init V =  -400.0 Fitted V =  -419.483483538 Chi2 =  3.94280958962
Init V =  -500.0 Fitted V =  -499.575562453 Chi2 =  6.35193522043
Init V =  -600.0 Fitted V =  -419.48351196 Chi2 =  3.94280955305
Init V =  0.0 Fitted V =  -44.6302004617 Chi2 =  4.17698248545
Init V =  -100.0 Fitted V =  -44.6317979938 Chi2 =  4.17698298242
Init V =  -300.0 Fitted V =  -297.497689836 Chi2 =  5.27493468441
Init V =  -400.0 Fitted V =  -422.2248981 Chi2 =  2.96435074383
Init V =  -500.0 Fitted V =  -502.109393285 Chi2 =  4.98478977367
Init V =  -600.0 Fitted V =  -422.224440658 Chi2 =  2.96435188265
Init V =  0.0 Fitted V =  -46.1502921342 Chi2 =  4.14453526437
Init V =  -100.0 Fitted V =  -46.1502559291 Chi2 =  4.14453429628
Init V =  -200.0 Fitted V =  -212.276265995 Chi2 =  4.8531311439
Init V =  -300.0 Fitted V =  -212.297396322 Chi2 =  4.85311050363
Init V =  -400.0 Fitted V =  -410.653372955 Chi2 =  2.81515816767
Init V =  -500.0 Fitted V =  -495.624293108 Chi2 =  4.98185216334
Init V =  -600.0 Fitted V =  -410.654948283 Chi2 =  2.81514476239
Init V =  0.0 Fitted V =  -42.2612377062 Chi2 =  4.53559990383
Init V =  -100.0 Fitted V =  257.832689726 Chi2 =  2.0524027893
Init V =  -200.0 Fitted V =  257.832615925 Chi2 =  2.05240266663
Init V =  -300.0 Fitted V =  -414.258235283 Chi2 =  2.08084922575
Init V =  -400.0 Fitted V =  -414.258529717 Chi2 =  2.08084784997
Init V =  -500.0 Fitted V =  -499.146537025 Chi2 =  4.93916811872
Init V =  -600.0 Fitted V =  -608.384821988 Chi2 =  4.84429675886
Init V =  0.0 Fitted V =  -38.0447650353 Chi2 =  4.90402053071
Init V =  -100.0 Fitted V =  259.87834097 Chi2 =  1.94646616826
Init V =  -200.0 Fitted V =  -412.322296306 Chi2 =  1.82552453987
Init V =  -300.0 Fitted V =  -412.322076552 Chi2 =  1.82552576236
Init V =  -400.0 Fitted V =  -412.322315271 Chi2 =  1.82552444739
Init V =  -500.0 Fitted V =  -412.321954119 Chi2 =  1.82552615976
Init V =  -600.0 Fitted V =  -412.322610475 Chi2 =  1.8255225853
Init V =  0.0 Fitted V =  90.5660312374 Chi2 =  2.24017684496
Init V =  -100.0 Fitted V =  90.5595010894 Chi2 =  2.24017763165
Init V =  -200.0 Fitted V =  90.5365561917 Chi2 =  2.24016937534
Init V =  -300.0 Fitted V =  -291.641751032 Chi2 =  3.62237296437
Init V =  -400.0 Fitted V =  -410.230129042 Chi2 =  2.04221659844
Init V =  -500.0 Fitted V =  -541.622361529 Chi2 =  2.44946629748
Init V =  -600.0 Fitted V =  -541.650533959 Chi2 =  2.44946285766
Init V =  0.0 Fitted V =  -39.3065243759 Chi2 =  4.58449893699
Init V =  -100.0 Fitted V =  88.2086347871 Chi2 =  3.71263076887
Init V =  -200.0 Fitted V =  -192.0027163 Chi2 =  4.83571430497
Init V =  -300.0 Fitted V =  -301.441733185 Chi2 =  5.01619102369
Init V =  -400.0 Fitted V =  -412.376802599 Chi2 =  1.90166569288
Init V =  -500.0 Fitted V =  -488.908018831 Chi2 =  5.03309997769
Init V =  -600.0 Fitted V =  -412.377058414 Chi2 =  1.90166402085
Init V =  0.0 Fitted V =  -34.6756983606 Chi2 =  3.38530967795
Init V =  -100.0 Fitted V =  -411.309828957 Chi2 =  1.20423811742
Init V =  -200.0 Fitted V =  -411.309117374 Chi2 =  1.20423793595
Init V =  -300.0 Fitted V =  -411.309769012 Chi2 =  1.20423659292
Init V =  -400.0 Fitted V =  -411.309422838 Chi2 =  1.20423775621
Init V =  -500.0 Fitted V =  -493.034020186 Chi2 =  3.78510004047
Init V =  -600.0 Fitted V =  -411.309248603 Chi2 =  1.20423749854
Init V =  0.0 Fitted V =  -43.5255631122 Chi2 =  3.41494582833
Init V =  -100.0 Fitted V =  263.485171657 Chi2 =  1.34460129361
Init V =  -200.0 Fitted V =  -195.602397729 Chi2 =  3.6754741458
Init V =  -300.0 Fitted V =  -409.607828921 Chi2 =  1.11473997591
Init V =  -400.0 Fitted V =  -409.607458103 Chi2 =  1.11474152058
Init V =  -500.0 Fitted V =  -500.3144641 Chi2 =  3.76691868259
Init V =  -600.0 Fitted V =  -409.6077731 Chi2 =  1.11474015571
Init V =  0.0 Fitted V =  -41.3282630704 Chi2 =  2.98949487899
Init V =  -100.0 Fitted V =  -409.211869276 Chi2 =  1.13297556788
Init V =  -200.0 Fitted V =  -409.211960393 Chi2 =  1.13297533794
Init V =  -300.0 Fitted V =  -409.211924899 Chi2 =  1.13297540546
Init V =  -400.0 Fitted V =  -409.211417953 Chi2 =  1.1329766649
Init V =  -500.0 Fitted V =  -494.458810853 Chi2 =  3.29178376593
Init V =  -600.0 Fitted V =  -579.80544118 Chi2 =  3.0319106547
Init V =  0.0 Fitted V =  -32.3267892512 Chi2 =  2.08295876057
Init V =  -100.0 Fitted V =  221.842928665 Chi2 =  1.8847721848
Init V =  -200.0 Fitted V =  -185.576459436 Chi2 =  2.51031646619
Init V =  -300.0 Fitted V =  -405.295637601 Chi2 =  1.0832804161
Init V =  -400.0 Fitted V =  -405.295631109 Chi2 =  1.0832804666
Init V =  -500.0 Fitted V =  -487.140771516 Chi2 =  2.50534287376
Init V =  -600.0 Fitted V =  -688.744673409 Chi2 =  2.37499169491
Init V =  0.0 Fitted V =  -38.1723496675 Chi2 =  2.28370064761
Init V =  -100.0 Fitted V =  -38.1868159955 Chi2 =  2.28370661588
Init V =  -200.0 Fitted V =  -406.566776596 Chi2 =  1.04959217828
Init V =  -300.0 Fitted V =  -406.566844924 Chi2 =  1.04959199993
Init V =  -400.0 Fitted V =  -406.566234812 Chi2 =  1.04959304289
Init V =  -500.0 Fitted V =  -497.333637051 Chi2 =  2.62307389218
Init V =  -600.0 Fitted V =  -677.929119197 Chi2 =  2.44738885832
Init V =  0.0 Fitted V =  -33.3093230206 Chi2 =  1.91584933897
Init V =  -100.0 Fitted V =  -343.307454183 Chi2 =  1.43332156309
Init V =  -200.0 Fitted V =  -343.29985039 Chi2 =  1.43332208854
Init V =  -300.0 Fitted V =  -343.330334385 Chi2 =  1.43332003108
Init V =  -400.0 Fitted V =  -402.630801601 Chi2 =  1.1338993304
Init V =  -500.0 Fitted V =  -343.329545042 Chi2 =  1.43332008808
Init V =  -600.0 Fitted V =  -784.260042115 Chi2 =  312.944960913
Init V =  0.0 Fitted V =  82.4682057462 Chi2 =  1.59331439469
Init V =  -100.0 Fitted V =  82.4317048162 Chi2 =  1.59331443173
Init V =  -200.0 Fitted V =  -374.952666409 Chi2 =  1.45096859432
Init V =  -300.0 Fitted V =  -374.952477891 Chi2 =  1.45096861629
Init V =  -400.0 Fitted V =  -415.145483292 Chi2 =  1.3247206329
Init V =  -500.0 Fitted V =  -374.953689659 Chi2 =  1.45096860876
Init V =  -600.0 Fitted V =  -374.974206461 Chi2 =  1.4509683353
Init V =  0.0 Fitted V =  -41.0457494863 Chi2 =  2.57264944135
Init V =  -100.0 Fitted V =  -41.0469042841 Chi2 =  2.57264189356
Init V =  -200.0 Fitted V =  -199.396041746 Chi2 =  2.77301455261
Init V =  -300.0 Fitted V =  -412.640249006 Chi2 =  0.780853416741
Init V =  -400.0 Fitted V =  -412.640763761 Chi2 =  0.780851727172
Init V =  -500.0 Fitted V =  -412.640506198 Chi2 =  0.780852494309
Init V =  -600.0 Fitted V =  -615.684950325 Chi2 =  2.71466399489
Init V =  0.0 Fitted V =  -40.2432630861 Chi2 =  2.21060591653
Init V =  -100.0 Fitted V =  -415.952055131 Chi2 =  0.637374570859
Init V =  -200.0 Fitted V =  -415.952054406 Chi2 =  0.637374061945
Init V =  -300.0 Fitted V =  -415.952066521 Chi2 =  0.637375137943
Init V =  -400.0 Fitted V =  -415.952051244 Chi2 =  0.637374069118
Init V =  -500.0 Fitted V =  -415.952074835 Chi2 =  0.637375132466
Init V =  -600.0 Fitted V =  -603.989361049 Chi2 =  2.32434930374
Init V =  0.0 Fitted V =  -41.6934757702 Chi2 =  2.22200955688
Init V =  -100.0 Fitted V =  -428.203074645 Chi2 =  0.539254627751
Init V =  -200.0 Fitted V =  -209.640732151 Chi2 =  2.27896117083
Init V =  -300.0 Fitted V =  -428.202620813 Chi2 =  0.539255747737
Init V =  -400.0 Fitted V =  -428.202765534 Chi2 =  0.539255380101
Init V =  -500.0 Fitted V =  -428.203024777 Chi2 =  0.539254784962
Init V =  -600.0 Fitted V =  -610.517999641 Chi2 =  2.27469512765
Init V =  0.0 Fitted V =  -44.6622746617 Chi2 =  2.07728119065
Init V =  -100.0 Fitted V =  -427.29893083 Chi2 =  0.390121123925
Init V =  -200.0 Fitted V =  -427.298940321 Chi2 =  0.390121158168
Init V =  -300.0 Fitted V =  -427.298984259 Chi2 =  0.390122235694
Init V =  -400.0 Fitted V =  -427.298923556 Chi2 =  0.390120811224
Init V =  -500.0 Fitted V =  -427.298940191 Chi2 =  0.390121473396
Init V =  -600.0 Fitted V =  -604.229389867 Chi2 =  2.06296247974
Init V =  0.0 Fitted V =  -432.407844812 Chi2 =  0.331885098524
Init V =  -100.0 Fitted V =  -432.407692296 Chi2 =  0.331885715488
Init V =  -200.0 Fitted V =  -200.626281595 Chi2 =  1.94659708705
Init V =  -300.0 Fitted V =  -432.407640643 Chi2 =  0.331885877434
Init V =  -400.0 Fitted V =  -432.407714737 Chi2 =  0.331885616711
Init V =  -500.0 Fitted V =  -432.407730208 Chi2 =  0.331885529554
Init V =  -600.0 Fitted V =  -633.278145349 Chi2 =  1.94609312214
Init V =  0.0 Fitted V =  -40.046519089 Chi2 =  1.12446233197
Init V =  -100.0 Fitted V =  -40.0799259514 Chi2 =  1.1244758412
Init V =  -200.0 Fitted V =  -411.555819162 Chi2 =  0.30486711616
Init V =  -300.0 Fitted V =  -411.556228816 Chi2 =  0.304866682478
Init V =  -400.0 Fitted V =  -411.55589321 Chi2 =  0.304867062365
Init V =  -500.0 Fitted V =  -411.556203756 Chi2 =  0.30486670784
Init V =  -600.0 Fitted V =  -610.666452999 Chi2 =  1.18260380211
Init V =  0.0 Fitted V =  -297.562299595 Chi2 =  0.43586675096
Init V =  -100.0 Fitted V =  -297.560790901 Chi2 =  0.435866759034
Init V =  -200.0 Fitted V =  -297.563468221 Chi2 =  0.435866748601
Init V =  -300.0 Fitted V =  -297.561585458 Chi2 =  0.435866720478
Init V =  -400.0 Fitted V =  -409.207683701 Chi2 =  0.442909088728
Init V =  -500.0 Fitted V =  -493.846405876 Chi2 =  0.776791917411
Init V =  -600.0 Fitted V =  -610.770258466 Chi2 =  0.762201925094
Init V =  0.0 Fitted V =  -252.767075531 Chi2 =  0.472908183246
Init V =  -100.0 Fitted V =  -252.766454287 Chi2 =  0.47290820375
Init V =  -200.0 Fitted V =  -252.765417172 Chi2 =  0.472908172339
Init V =  -300.0 Fitted V =  -252.78903815 Chi2 =  0.472908488473
Init V =  -400.0 Fitted V =  -419.104149462 Chi2 =  0.602483018627
Init V =  -500.0 Fitted V =  -503.376145495 Chi2 =  0.871221233457
Init V =  -600.0 Fitted V =  -252.795764606 Chi2 =  0.472908601089
Init V =  0.0 Fitted V =  -21.3058613503 Chi2 =  1.0008226502
Init V =  -100.0 Fitted V =  -211.908453338 Chi2 =  0.533791337531
Init V =  -200.0 Fitted V =  -211.910608292 Chi2 =  0.533791415938
Init V =  -300.0 Fitted V =  -211.929384105 Chi2 =  0.533792017729
Init V =  -400.0 Fitted V =  -408.033781591 Chi2 =  0.802233240535
Init V =  -500.0 Fitted V =  -496.412228659 Chi2 =  1.07635372496
Init V =  -600.0 Fitted V =  -742.332454077 Chi2 =  316.585401263
Init V =  0.0 Fitted V =  -20.7972057543 Chi2 =  1.38944529309
Init V =  -100.0 Fitted V =  -206.343970606 Chi2 =  0.730284513979
Init V =  -200.0 Fitted V =  -160.809122484 Chi2 =  0.589305190662
Init V =  -300.0 Fitted V =  -206.339153604 Chi2 =  0.730284343128
Init V =  -400.0 Fitted V =  -415.456725006 Chi2 =  1.11643406766
Init V =  -500.0 Fitted V =  -495.112001176 Chi2 =  1.4219072251
Init V =  -600.0 Fitted V =  -612.787006844 Chi2 =  1.42746049786
Init V =  0.0 Fitted V =  -186.883939282 Chi2 =  0.67716150856
Init V =  -100.0 Fitted V =  -145.014042863 Chi2 =  0.523450829535
Init V =  -200.0 Fitted V =  -186.850719725 Chi2 =  0.677159540351
Init V =  -300.0 Fitted V =  -186.880065307 Chi2 =  0.677161264892
Init V =  -400.0 Fitted V =  -410.837604722 Chi2 =  1.11350348822
Init V =  -500.0 Fitted V =  -186.882696688 Chi2 =  0.677161448192
Init V =  -600.0 Fitted V =  -570.814916059 Chi2 =  1.09235259594
Init V =  0.0 Fitted V =  -270.256128714 Chi2 =  0.45685683107
Init V =  -100.0 Fitted V =  -270.250956869 Chi2 =  0.456856978287
Init V =  -200.0 Fitted V =  -270.248441612 Chi2 =  0.456856970282
Init V =  -300.0 Fitted V =  -270.266608589 Chi2 =  0.456856767647
Init V =  -400.0 Fitted V =  -270.26418922 Chi2 =  0.45685687323
Init V =  -500.0 Fitted V =  -270.26092839 Chi2 =  0.456856863398
Init V =  -600.0 Fitted V =  -270.262302439 Chi2 =  0.456856853485
Init V =  0.0 Fitted V =  -262.287274768 Chi2 =  0.484695775714
Init V =  -100.0 Fitted V =  -262.287010888 Chi2 =  0.484695903024
Init V =  -200.0 Fitted V =  -169.901084532 Chi2 =  0.569241064505
Init V =  -300.0 Fitted V =  -262.289192968 Chi2 =  0.484696251048
Init V =  -400.0 Fitted V =  -262.300074424 Chi2 =  0.484696312809
Init V =  -500.0 Fitted V =  -262.298191283 Chi2 =  0.484696108505
Init V =  -600.0 Fitted V =  -262.289769729 Chi2 =  0.484696233578
Init V =  0.0 Fitted V =  -297.016706041 Chi2 =  0.783654988986
Init V =  -100.0 Fitted V =  -297.004795696 Chi2 =  0.78365412258
Init V =  -200.0 Fitted V =  -164.876800169 Chi2 =  0.857137010653
Init V =  -300.0 Fitted V =  -311.034052835 Chi2 =  1.36277334925
Init V =  -400.0 Fitted V =  -428.922026129 Chi2 =  0.865881910901
Init V =  -500.0 Fitted V =  -297.007144432 Chi2 =  0.783654247738
Init V =  -600.0 Fitted V =  -297.015376462 Chi2 =  0.783654859807
Init V =  0.0 Fitted V =  -273.741224899 Chi2 =  0.63908002193
Init V =  -100.0 Fitted V =  -147.720338903 Chi2 =  0.678043736267
Init V =  -200.0 Fitted V =  -147.718886452 Chi2 =  0.678044095269
Init V =  -300.0 Fitted V =  -314.34360264 Chi2 =  1.04523228469
Init V =  -400.0 Fitted V =  -423.2143226 Chi2 =  0.621640102142
Init V =  -500.0 Fitted V =  -502.083269889 Chi2 =  1.02390914861
Init V =  -600.0 Fitted V =  -593.227094643 Chi2 =  0.949466888043
Init V =  0.0 Fitted V =  -106.435742941 Chi2 =  0.561293295389
Init V =  -100.0 Fitted V =  -106.425009822 Chi2 =  0.561290259751
Init V =  -200.0 Fitted V =  -261.973695411 Chi2 =  0.511811269656
Init V =  -300.0 Fitted V =  -261.974725299 Chi2 =  0.511811459463
Init V =  -400.0 Fitted V =  -426.031276029 Chi2 =  0.40560741789
Init V =  -500.0 Fitted V =  -529.88602258 Chi2 =  0.737498511662
Init V =  -600.0 Fitted V =  -608.673582386 Chi2 =  0.717611361138
Init V =  0.0 Fitted V =  -85.8896987562 Chi2 =  0.485992659478
Init V =  -100.0 Fitted V =  -85.8950508427 Chi2 =  0.485993027602
Init V =  -200.0 Fitted V =  -426.406443944 Chi2 =  0.222229948852
Init V =  -300.0 Fitted V =  -278.19101368 Chi2 =  0.545161943538
Init V =  -400.0 Fitted V =  -426.405848206 Chi2 =  0.222230116284
Init V =  -500.0 Fitted V =  -549.785576802 Chi2 =  0.534881024997
Init V =  -600.0 Fitted V =  -622.47674541 Chi2 =  0.534077725099
Init V =  0.0 Fitted V =  -20.7867796781 Chi2 =  0.53819673706
Init V =  -100.0 Fitted V =  -339.754276951 Chi2 =  0.468532270557
Init V =  -200.0 Fitted V =  -339.737660658 Chi2 =  0.468532398677
Init V =  -300.0 Fitted V =  -301.3998765 Chi2 =  0.561260402509
Init V =  -400.0 Fitted V =  -424.813106671 Chi2 =  0.239847519554
Init V =  -500.0 Fitted V =  -505.980313891 Chi2 =  0.561349493382
Init V =  -600.0 Fitted V =  -610.753023695 Chi2 =  0.580540615269
Init V =  0.0 Fitted V =  -13.5484744745 Chi2 =  0.607947317389
Init V =  -100.0 Fitted V =  -421.24175112 Chi2 =  0.222234456147
Init V =  -200.0 Fitted V =  -137.044416038 Chi2 =  0.641484421601
Init V =  -300.0 Fitted V =  -421.241455497 Chi2 =  0.222234440105
Init V =  -400.0 Fitted V =  -421.240747727 Chi2 =  0.222234410828
Init V =  -500.0 Fitted V =  -423.690777855 Chi2 =  0.264518374962
Init V =  -600.0 Fitted V =  -599.031384112 Chi2 =  0.609761810522
Init V =  0.0 Fitted V =  -4.10265829607 Chi2 =  0.637420398065
Init V =  -100.0 Fitted V =  -46.2429373877 Chi2 =  0.664757921638
Init V =  -200.0 Fitted V =  -197.501928105 Chi2 =  0.664292259277
Init V =  -300.0 Fitted V =  -422.002785672 Chi2 =  0.23764682972
Init V =  -400.0 Fitted V =  -422.002698353 Chi2 =  0.237646829196
Init V =  -500.0 Fitted V =  -508.401095635 Chi2 =  0.685073328142
Init V =  -600.0 Fitted V =  -609.033415402 Chi2 =  0.685580291106
Init V =  0.0 Fitted V =  -326.708660589 Chi2 =  0.515594446757
Init V =  -100.0 Fitted V =  -326.719434816 Chi2 =  0.515593584615
Init V =  -200.0 Fitted V =  -199.491448327 Chi2 =  0.664742205069
Init V =  -300.0 Fitted V =  -326.797274941 Chi2 =  0.515590524968
Init V =  -400.0 Fitted V =  -420.837113618 Chi2 =  0.283939951929
Init V =  -500.0 Fitted V =  -501.187644778 Chi2 =  0.629856670106
Init V =  -600.0 Fitted V =  -615.080607285 Chi2 =  0.64606307891
Init V =  0.0 Fitted V =  -30.0119989101 Chi2 =  0.705581294728
Init V =  -100.0 Fitted V =  -118.170153606 Chi2 =  1.24689016227
Init V =  -200.0 Fitted V =  -188.208790756 Chi2 =  1.25812573311
Init V =  -300.0 Fitted V =  -301.313941093 Chi2 =  1.27149261468
Init V =  -400.0 Fitted V =  -416.0096752 Chi2 =  0.841686838016
Init V =  -500.0 Fitted V =  -495.685301808 Chi2 =  1.24465380704
Init V =  -600.0 Fitted V =  -605.063936944 Chi2 =  1.00214062309
Init V =  0.0 Fitted V =  -31.4885933557 Chi2 =  0.891821354753
Init V =  -100.0 Fitted V =  -117.032174547 Chi2 =  1.77964740666
Init V =  -200.0 Fitted V =  -185.635516699 Chi2 =  1.81069388852
Init V =  -300.0 Fitted V =  -297.215051385 Chi2 =  1.82163915716
Init V =  -400.0 Fitted V =  -421.318660423 Chi2 =  1.29967933304
Init V =  -500.0 Fitted V =  -499.825298714 Chi2 =  1.77371327015
Init V =  -600.0 Fitted V =  -531.179847218 Chi2 =  1.41775425754
Init V =  0.0 Fitted V =  -30.8025228057 Chi2 =  1.0247203928
Init V =  -100.0 Fitted V =  -124.377832439 Chi2 =  1.84744920054
Init V =  -200.0 Fitted V =  -188.65464541 Chi2 =  1.87399361463
Init V =  -300.0 Fitted V =  -298.849541174 Chi2 =  1.95868495807
Init V =  -400.0 Fitted V =  -417.499651638 Chi2 =  1.41549573
Init V =  -500.0 Fitted V =  -493.32480639 Chi2 =  1.97405765326
Init V =  -600.0 Fitted V =  -461.759234634 Chi2 =  1.63060403727
Init V =  0.0 Fitted V =  -27.9919855203 Chi2 =  1.11027995804
Init V =  -100.0 Fitted V =  -121.326303294 Chi2 =  1.74381966766
Init V =  -200.0 Fitted V =  -194.571244821 Chi2 =  1.75663192684
Init V =  -300.0 Fitted V =  -278.485522555 Chi2 =  1.81611315337
Init V =  -400.0 Fitted V =  -420.068612473 Chi2 =  0.782049687421
Init V =  -500.0 Fitted V =  -420.068536195 Chi2 =  0.782049698135
Init V =  -600.0 Fitted V =  -492.188154655 Chi2 =  1.39285837788
Init V =  0.0 Fitted V =  -38.3762522217 Chi2 =  1.023135076
Init V =  -100.0 Fitted V =  -38.3765346164 Chi2 =  1.02313562356
Init V =  -200.0 Fitted V =  -195.466557359 Chi2 =  1.7351774317
Init V =  -300.0 Fitted V =  -697.658005957 Chi2 =  310.597037121
Init V =  -400.0 Fitted V =  -416.167492085 Chi2 =  1.25394279458
Init V =  -500.0 Fitted V =  -495.221015695 Chi2 =  1.72186281561
Init V =  -600.0 Fitted V =  -559.237740723 Chi2 =  1.45959536327
Init V =  0.0 Fitted V =  -53.2983667274 Chi2 =  1.12869499261
Init V =  -100.0 Fitted V =  -53.3005042022 Chi2 =  1.12869573129
Init V =  -200.0 Fitted V =  -200.614340913 Chi2 =  1.98672763824
Init V =  -300.0 Fitted V =  -409.096487803 Chi2 =  1.22869967575
Init V =  -400.0 Fitted V =  -409.09572435 Chi2 =  1.22870068941
Init V =  -500.0 Fitted V =  -475.231062121 Chi2 =  1.59696068623
Init V =  -600.0 Fitted V =  -475.259845194 Chi2 =  1.59695598287
Init V =  0.0 Fitted V =  -49.4324756719 Chi2 =  1.37499185538
Init V =  -100.0 Fitted V =  -49.4379317002 Chi2 =  1.37498371228
Init V =  -200.0 Fitted V =  -200.585907461 Chi2 =  1.64688635473
Init V =  -300.0 Fitted V =  -276.352374681 Chi2 =  1.84978116269
Init V =  -400.0 Fitted V =  -403.811308714 Chi2 =  1.23046302054
Init V =  -500.0 Fitted V =  -506.456254427 Chi2 =  1.82084209033
Init V =  -600.0 Fitted V =  -487.529019885 Chi2 =  1.47353173161
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  177.175799618 Chi2 =  3.53297039118
Init V =  -100.0 Fitted V =  -49.9214317903 Chi2 =  4.84585098384
Init V =  -200.0 Fitted V =  -185.136453686 Chi2 =  5.32914528247
Init V =  -300.0 Fitted V =  -275.277430609 Chi2 =  5.31245500461
Init V =  -400.0 Fitted V =  -420.7890033 Chi2 =  3.32430019831
Init V =  -500.0 Fitted V =  -493.543477007 Chi2 =  5.44023856651
Init V =  -600.0 Fitted V =  -498.44987329 Chi2 =  4.40452976364
Init V =  0.0 Fitted V =  -40.1341710733 Chi2 =  5.25899025294
Init V =  -100.0 Fitted V =  -40.1318252814 Chi2 =  5.25897311526
Init V =  -200.0 Fitted V =  -226.96428963 Chi2 =  5.79557202719
Init V =  -300.0 Fitted V =  -226.992333218 Chi2 =  5.79553756659
Init V =  -400.0 Fitted V =  -418.962902283 Chi2 =  2.08707166944
Init V =  -500.0 Fitted V =  -499.481657542 Chi2 =  5.79897346856
Init V =  -600.0 Fitted V =  -614.325422329 Chi2 =  5.71944537141
Init V =  0.0 Fitted V =  -38.7011822127 Chi2 =  5.25595216268
Init V =  -100.0 Fitted V =  81.1031244753 Chi2 =  4.47110071138
Init V =  -200.0 Fitted V =  81.0133302374 Chi2 =  4.47107231758
Init V =  -300.0 Fitted V =  -279.564433471 Chi2 =  6.25454989167
Init V =  -400.0 Fitted V =  -413.683623351 Chi2 =  2.92189097046
Init V =  -500.0 Fitted V =  -499.468734977 Chi2 =  6.15207321713
Init V =  -600.0 Fitted V =  -602.067899876 Chi2 =  6.19290302335
Init V =  0.0 Fitted V =  -40.4013180126 Chi2 =  3.29429702552
Init V =  -100.0 Fitted V =  129.59058227 Chi2 =  2.52963629746
Init V =  -200.0 Fitted V =  129.596646093 Chi2 =  2.52963291773
Init V =  -300.0 Fitted V =  -187.073436939 Chi2 =  3.52713018277
Init V =  -400.0 Fitted V =  -413.122893821 Chi2 =  1.61577826399
Init V =  -500.0 Fitted V =  -502.606124743 Chi2 =  3.69941873902
Init V =  -600.0 Fitted V =  -413.122715961 Chi2 =  1.61577726785
Init V =  0.0 Fitted V =  -45.6023580495 Chi2 =  4.19260777241
Init V =  -100.0 Fitted V =  262.349101742 Chi2 =  1.9571344215
Init V =  -200.0 Fitted V =  -198.929342434 Chi2 =  4.69573748291
Init V =  -300.0 Fitted V =  -410.915850018 Chi2 =  1.92861057924
Init V =  -400.0 Fitted V =  -410.916341875 Chi2 =  1.92860977627
Init V =  -500.0 Fitted V =  -492.239205305 Chi2 =  4.87566533711
Init V =  -600.0 Fitted V =  -410.916147488 Chi2 =  1.92860934827
Init V =  0.0 Fitted V =  -31.3726449746 Chi2 =  3.61117942311
Init V =  -100.0 Fitted V =  264.743598583 Chi2 =  1.71017544307
Init V =  -200.0 Fitted V =  -408.013279866 Chi2 =  1.63789574937
Init V =  -300.0 Fitted V =  -282.52457349 Chi2 =  4.16684523783
Init V =  -400.0 Fitted V =  -408.014053309 Chi2 =  1.63789594526
Init V =  -500.0 Fitted V =  -493.269148447 Chi2 =  4.10613143997
Init V =  -600.0 Fitted V =  -552.648638057 Chi2 =  3.91581499661
Init V =  0.0 Fitted V =  -37.2277560787 Chi2 =  3.90271648015
Init V =  -100.0 Fitted V =  269.462345467 Chi2 =  1.69063006123
Init V =  -200.0 Fitted V =  -402.045927218 Chi2 =  1.68171477784
Init V =  -300.0 Fitted V =  -402.046320824 Chi2 =  1.6817133903
Init V =  -400.0 Fitted V =  -402.046647938 Chi2 =  1.68171231016
Init V =  -500.0 Fitted V =  -402.046575616 Chi2 =  1.6817123877
Init V =  -600.0 Fitted V =  -402.04640314 Chi2 =  1.68171196069
Init V =  0.0 Fitted V =  -39.0268800045 Chi2 =  4.46266304295
Init V =  -100.0 Fitted V =  271.456052073 Chi2 =  1.809684216
Init V =  -200.0 Fitted V =  -399.674921365 Chi2 =  1.46489835478
Init V =  -300.0 Fitted V =  -399.675260008 Chi2 =  1.46489984808
Init V =  -400.0 Fitted V =  -399.674876702 Chi2 =  1.46490141906
Init V =  -500.0 Fitted V =  -496.386874591 Chi2 =  4.96197325389
Init V =  -600.0 Fitted V =  -399.674548457 Chi2 =  1.46489937986
Init V =  0.0 Fitted V =  -37.5958851175 Chi2 =  3.38088908326
Init V =  -100.0 Fitted V =  112.020947297 Chi2 =  2.76398164201
Init V =  -200.0 Fitted V =  -207.017002953 Chi2 =  3.62317073451
Init V =  -300.0 Fitted V =  -405.642138371 Chi2 =  0.972007238925
Init V =  -400.0 Fitted V =  -405.642449228 Chi2 =  0.972005938441
Init V =  -500.0 Fitted V =  -405.642516228 Chi2 =  0.972005757166
Init V =  -600.0 Fitted V =  -610.101004856 Chi2 =  3.53382726891
Init V =  0.0 Fitted V =  -41.0126976367 Chi2 =  4.33302644301
Init V =  -100.0 Fitted V =  -401.536227757 Chi2 =  1.3978679875
Init V =  -200.0 Fitted V =  -401.536686861 Chi2 =  1.39786854896
Init V =  -300.0 Fitted V =  -401.536945263 Chi2 =  1.39786604498
Init V =  -400.0 Fitted V =  -401.536820202 Chi2 =  1.39786644758
Init V =  -500.0 Fitted V =  -488.841804915 Chi2 =  4.66595831821
Init V =  -600.0 Fitted V =  -401.536722204 Chi2 =  1.39786528727
Init V =  0.0 Fitted V =  -37.4350745457 Chi2 =  2.35350534246
Init V =  -100.0 Fitted V =  207.426473477 Chi2 =  1.72593746696
Init V =  -200.0 Fitted V =  -399.765543745 Chi2 =  1.61465869619
Init V =  -300.0 Fitted V =  -399.767322619 Chi2 =  1.61465804994
Init V =  -400.0 Fitted V =  -409.820773679 Chi2 =  1.05725724087
Init V =  -500.0 Fitted V =  -399.765960074 Chi2 =  1.61465855977
Init V =  -600.0 Fitted V =  -399.765780487 Chi2 =  1.61465860873
Init V =  0.0 Fitted V =  -42.5567735274 Chi2 =  2.48340520077
Init V =  -100.0 Fitted V =  265.881257431 Chi2 =  1.08156723184
Init V =  -200.0 Fitted V =  -407.906793194 Chi2 =  1.02198498106
Init V =  -300.0 Fitted V =  -407.906994963 Chi2 =  1.02198392933
Init V =  -400.0 Fitted V =  -407.906571605 Chi2 =  1.02198618602
Init V =  -500.0 Fitted V =  -407.907007379 Chi2 =  1.02198390712
Init V =  -600.0 Fitted V =  -407.906828757 Chi2 =  1.02198484988
Init V =  0.0 Fitted V =  -41.5071153595 Chi2 =  2.94072196412
Init V =  -100.0 Fitted V =  -406.039247618 Chi2 =  0.933543054334
Init V =  -200.0 Fitted V =  -406.039075883 Chi2 =  0.933543941238
Init V =  -300.0 Fitted V =  -406.039153228 Chi2 =  0.933543553506
Init V =  -400.0 Fitted V =  -406.039159876 Chi2 =  0.933543752102
Init V =  -500.0 Fitted V =  -406.03942254 Chi2 =  0.933542151742
Init V =  -600.0 Fitted V =  -604.641109873 Chi2 =  3.14868685951
Init V =  0.0 Fitted V =  -38.140265802 Chi2 =  2.7165736939
Init V =  -100.0 Fitted V =  -407.455287428 Chi2 =  0.615696931779
Init V =  -200.0 Fitted V =  -407.455184091 Chi2 =  0.615697404825
Init V =  -300.0 Fitted V =  -407.455171579 Chi2 =  0.615697455001
Init V =  -400.0 Fitted V =  -407.454936408 Chi2 =  0.615698472758
Init V =  -500.0 Fitted V =  -407.455181912 Chi2 =  0.615697388582
Init V =  -600.0 Fitted V =  -602.30883469 Chi2 =  2.88209196059
Init V =  0.0 Fitted V =  -34.3658653329 Chi2 =  1.95558131217
Init V =  -100.0 Fitted V =  -124.721137193 Chi2 =  2.06789420441
Init V =  -200.0 Fitted V =  -409.044281102 Chi2 =  0.479447233219
Init V =  -300.0 Fitted V =  -409.044990707 Chi2 =  0.479445451374
Init V =  -400.0 Fitted V =  -409.044544766 Chi2 =  0.479446577021
Init V =  -500.0 Fitted V =  -409.044308843 Chi2 =  0.479447166451
Init V =  -600.0 Fitted V =  -613.928609507 Chi2 =  2.05538718236
Init V =  0.0 Fitted V =  -31.8910652083 Chi2 =  2.30169938255
Init V =  -100.0 Fitted V =  -441.252311948 Chi2 =  0.517427525357
Init V =  -200.0 Fitted V =  -441.252374557 Chi2 =  0.517427596248
Init V =  -300.0 Fitted V =  -441.252368089 Chi2 =  0.517427471871
Init V =  -400.0 Fitted V =  -441.252372084 Chi2 =  0.517427496564
Init V =  -500.0 Fitted V =  -441.252105254 Chi2 =  0.517427891306
Init V =  -600.0 Fitted V =  -614.401067846 Chi2 =  2.34636638003
Init V =  0.0 Fitted V =  -41.0459317692 Chi2 =  2.23645847764
Init V =  -100.0 Fitted V =  -41.0503840081 Chi2 =  2.23644714163
Init V =  -200.0 Fitted V =  -208.952129542 Chi2 =  2.31789356148
Init V =  -300.0 Fitted V =  -439.240877327 Chi2 =  0.514599689221
Init V =  -400.0 Fitted V =  -439.240817877 Chi2 =  0.514599499469
Init V =  -500.0 Fitted V =  -439.240601847 Chi2 =  0.514598915764
Init V =  -600.0 Fitted V =  -603.180356757 Chi2 =  2.26335282514
Init V =  0.0 Fitted V =  -44.9230027256 Chi2 =  1.78510837642
Init V =  -100.0 Fitted V =  -441.425965643 Chi2 =  0.460772117505
Init V =  -200.0 Fitted V =  -441.42590734 Chi2 =  0.460771893939
Init V =  -300.0 Fitted V =  -441.426228975 Chi2 =  0.460773313698
Init V =  -400.0 Fitted V =  -441.426092933 Chi2 =  0.46077269827
Init V =  -500.0 Fitted V =  -441.425890368 Chi2 =  0.460771795621
Init V =  -600.0 Fitted V =  -441.425927498 Chi2 =  0.460771977386
Init V =  0.0 Fitted V =  -43.0158760859 Chi2 =  0.651686328652
Init V =  -100.0 Fitted V =  -42.9324528896 Chi2 =  0.651686124864
Init V =  -200.0 Fitted V =  -434.732781675 Chi2 =  0.519603757287
Init V =  -300.0 Fitted V =  -434.732597387 Chi2 =  0.519603866628
Init V =  -400.0 Fitted V =  -430.19137102 Chi2 =  0.420017838167
Init V =  -500.0 Fitted V =  -434.734014559 Chi2 =  0.519600375774
Init V =  -600.0 Fitted V =  -434.73253031 Chi2 =  0.519603965696
Init V =  0.0 Fitted V =  -39.2719782657 Chi2 =  0.823115702036
Init V =  -100.0 Fitted V =  -313.781973661 Chi2 =  0.369399593016
Init V =  -200.0 Fitted V =  -313.783894886 Chi2 =  0.369399652022
Init V =  -300.0 Fitted V =  -313.781953438 Chi2 =  0.369399494979
Init V =  -400.0 Fitted V =  -313.788699143 Chi2 =  0.369399386252
Init V =  -500.0 Fitted V =  -496.389082126 Chi2 =  0.865952521908
Init V =  -600.0 Fitted V =  -597.999214407 Chi2 =  0.85137202596
Init V =  0.0 Fitted V =  -17.2347224906 Chi2 =  0.96266511491
Init V =  -100.0 Fitted V =  -244.482882823 Chi2 =  0.466314498329
Init V =  -200.0 Fitted V =  -210.310454575 Chi2 =  0.483862584579
Init V =  -300.0 Fitted V =  -244.483839294 Chi2 =  0.466314545611
Init V =  -400.0 Fitted V =  -244.483502446 Chi2 =  0.466314527276
Init V =  -500.0 Fitted V =  -501.356586539 Chi2 =  0.968784390213
Init V =  -600.0 Fitted V =  -609.731685599 Chi2 =  0.957698203256
Init V =  0.0 Fitted V =  -28.2570243117 Chi2 =  0.722392860256
Init V =  -100.0 Fitted V =  -242.380923316 Chi2 =  0.375907019983
Init V =  -200.0 Fitted V =  -189.608089701 Chi2 =  0.411372565937
Init V =  -300.0 Fitted V =  -242.380865241 Chi2 =  0.375907024319
Init V =  -400.0 Fitted V =  -242.37931961 Chi2 =  0.375907018294
Init V =  -500.0 Fitted V =  -493.221545887 Chi2 =  0.785232798824
Init V =  -600.0 Fitted V =  -605.316059792 Chi2 =  0.748748141928
Init V =  0.0 Fitted V =  -178.436965508 Chi2 =  0.462712278797
Init V =  -100.0 Fitted V =  -178.436239317 Chi2 =  0.462713310079
Init V =  -200.0 Fitted V =  -178.43594714 Chi2 =  0.462713736004
Init V =  -300.0 Fitted V =  -306.84699627 Chi2 =  1.09135812284
Init V =  -400.0 Fitted V =  -178.437074254 Chi2 =  0.462712136559
Init V =  -500.0 Fitted V =  -178.436755289 Chi2 =  0.462712581372
Init V =  -600.0 Fitted V =  -178.435908095 Chi2 =  0.462713829889
Init V =  0.0 Fitted V =  -194.745494507 Chi2 =  0.678152468686
Init V =  -100.0 Fitted V =  -194.747885318 Chi2 =  0.678152659786
Init V =  -200.0 Fitted V =  -164.517054568 Chi2 =  0.511688124491
Init V =  -300.0 Fitted V =  -194.747753627 Chi2 =  0.678152657597
Init V =  -400.0 Fitted V =  -417.579759361 Chi2 =  1.08408474113
Init V =  -500.0 Fitted V =  -164.517169427 Chi2 =  0.511687902785
Init V =  -600.0 Fitted V =  -164.517433534 Chi2 =  0.511687409033
Init V =  0.0 Fitted V =  -205.691076773 Chi2 =  0.591614573878
Init V =  -100.0 Fitted V =  -205.690345677 Chi2 =  0.591614560741
Init V =  -200.0 Fitted V =  -180.15232543 Chi2 =  0.530245673099
Init V =  -300.0 Fitted V =  -205.667153434 Chi2 =  0.591611776552
Init V =  -400.0 Fitted V =  -205.691272369 Chi2 =  0.591614628429
Init V =  -500.0 Fitted V =  -205.692006948 Chi2 =  0.591614717597
Init V =  -600.0 Fitted V =  -205.694166969 Chi2 =  0.591614984421
Init V =  0.0 Fitted V =  -180.333799405 Chi2 =  0.537604974845
Init V =  -100.0 Fitted V =  -180.333593633 Chi2 =  0.537605588329
Init V =  -200.0 Fitted V =  -180.333769506 Chi2 =  0.53760505234
Init V =  -300.0 Fitted V =  -180.333823375 Chi2 =  0.537604931623
Init V =  -400.0 Fitted V =  -413.139551817 Chi2 =  2.19864947056
Init V =  -500.0 Fitted V =  -180.333823987 Chi2 =  0.537604910711
Init V =  -600.0 Fitted V =  -180.333801004 Chi2 =  0.537604988421
Init V =  0.0 Fitted V =  -166.393629602 Chi2 =  0.378810062746
Init V =  -100.0 Fitted V =  -166.393517259 Chi2 =  0.378810302913
Init V =  -200.0 Fitted V =  -166.393182726 Chi2 =  0.378811043566
Init V =  -300.0 Fitted V =  -166.393544694 Chi2 =  0.378810249151
Init V =  -400.0 Fitted V =  -414.791180572 Chi2 =  1.37556772957
Init V =  -500.0 Fitted V =  -166.393042448 Chi2 =  0.378811342245
Init V =  -600.0 Fitted V =  -166.393438907 Chi2 =  0.378810484736
Init V =  0.0 Fitted V =  -189.877212569 Chi2 =  0.406584757202
Init V =  -100.0 Fitted V =  -155.455638502 Chi2 =  0.386724872469
Init V =  -200.0 Fitted V =  -155.456478135 Chi2 =  0.386723345049
Init V =  -300.0 Fitted V =  -189.878498759 Chi2 =  0.406584777339
Init V =  -400.0 Fitted V =  -419.481125924 Chi2 =  0.591911729752
Init V =  -500.0 Fitted V =  -497.749957603 Chi2 =  0.765333447603
Init V =  -600.0 Fitted V =  -607.077358654 Chi2 =  0.745181609642
Init V =  0.0 Fitted V =  -10.0960991612 Chi2 =  0.565705944175
Init V =  -100.0 Fitted V =  -297.094643102 Chi2 =  0.375518286314
Init V =  -200.0 Fitted V =  -150.139049231 Chi2 =  0.40134660228
Init V =  -300.0 Fitted V =  -290.953087983 Chi2 =  0.590258800375
Init V =  -400.0 Fitted V =  -418.419816951 Chi2 =  0.354788336959
Init V =  -500.0 Fitted V =  -297.151429349 Chi2 =  0.375519174648
Init V =  -600.0 Fitted V =  -297.15055862 Chi2 =  0.375519207008
Init V =  0.0 Fitted V =  -11.0414608158 Chi2 =  0.405565568987
Init V =  -100.0 Fitted V =  -75.1624690439 Chi2 =  0.414212307159
Init V =  -200.0 Fitted V =  -194.03136653 Chi2 =  0.366854091648
Init V =  -300.0 Fitted V =  -273.672475997 Chi2 =  0.411518905076
Init V =  -400.0 Fitted V =  -415.205955626 Chi2 =  0.212360450326
Init V =  -500.0 Fitted V =  -501.979453416 Chi2 =  0.416105742388
Init V =  -600.0 Fitted V =  -617.510875337 Chi2 =  0.435518390588
Init V =  0.0 Fitted V =  -40.9727178163 Chi2 =  0.359290696347
Init V =  -100.0 Fitted V =  -40.9640109141 Chi2 =  0.359291731522
Init V =  -200.0 Fitted V =  -206.499412577 Chi2 =  0.361948725543
Init V =  -300.0 Fitted V =  -298.397596262 Chi2 =  0.390607342864
Init V =  -400.0 Fitted V =  -423.709951765 Chi2 =  0.159778214215
Init V =  -500.0 Fitted V =  -502.87450765 Chi2 =  0.37734261162
Init V =  -600.0 Fitted V =  -610.580441603 Chi2 =  0.377750599855
Init V =  0.0 Fitted V =  -6.20997616788 Chi2 =  0.582003671223
Init V =  -100.0 Fitted V =  -72.0894616803 Chi2 =  0.590347837277
Init V =  -200.0 Fitted V =  -195.490111604 Chi2 =  0.589026165631
Init V =  -300.0 Fitted V =  -431.799978724 Chi2 =  0.208259148439
Init V =  -400.0 Fitted V =  -431.800121853 Chi2 =  0.208259129351
Init V =  -500.0 Fitted V =  -516.62836352 Chi2 =  0.613192447132
Init V =  -600.0 Fitted V =  -608.578653887 Chi2 =  0.608290930081
Init V =  0.0 Fitted V =  -14.3807076276 Chi2 =  0.935423120031
Init V =  -100.0 Fitted V =  -14.3725542519 Chi2 =  0.935423328253
Init V =  -200.0 Fitted V =  -204.419792792 Chi2 =  0.94072648475
Init V =  -300.0 Fitted V =  -432.045200953 Chi2 =  0.261536293798
Init V =  -400.0 Fitted V =  -432.044950349 Chi2 =  0.261536442443
Init V =  -500.0 Fitted V =  -514.791959061 Chi2 =  0.916793958024
Init V =  -600.0 Fitted V =  -570.1218156 Chi2 =  0.906856260353
Init V =  0.0 Fitted V =  -18.3223692731 Chi2 =  0.902404868795
Init V =  -100.0 Fitted V =  -18.344635561 Chi2 =  0.902405546332
Init V =  -200.0 Fitted V =  -197.426335408 Chi2 =  0.919869783133
Init V =  -300.0 Fitted V =  -427.916214327 Chi2 =  0.24674051001
Init V =  -400.0 Fitted V =  -427.916234132 Chi2 =  0.246740510101
Init V =  -500.0 Fitted V =  -508.034434731 Chi2 =  0.904572655983
Init V =  -600.0 Fitted V =  -427.916332814 Chi2 =  0.246740506621
Init V =  0.0 Fitted V =  -18.2459701026 Chi2 =  0.555116434721
Init V =  -100.0 Fitted V =  -18.2495272004 Chi2 =  0.55511717612
Init V =  -200.0 Fitted V =  -324.864270398 Chi2 =  0.505907325064
Init V =  -300.0 Fitted V =  -297.827420127 Chi2 =  0.704562905667
Init V =  -400.0 Fitted V =  -419.990936235 Chi2 =  0.371807726631
Init V =  -500.0 Fitted V =  -493.997033397 Chi2 =  0.721902655035
Init V =  -600.0 Fitted V =  -620.758813074 Chi2 =  0.652668331503
Init V =  0.0 Fitted V =  -29.8965058173 Chi2 =  0.662538026623
Init V =  -100.0 Fitted V =  -110.711568159 Chi2 =  1.83557138896
Init V =  -200.0 Fitted V =  -29.8968858228 Chi2 =  0.662538310178
Init V =  -300.0 Fitted V =  -419.067500394 Chi2 =  1.55093249056
Init V =  -400.0 Fitted V =  -419.06761274 Chi2 =  1.5509325611
Init V =  -500.0 Fitted V =  -502.434642841 Chi2 =  1.86397588567
Init V =  -600.0 Fitted V =  -602.404441757 Chi2 =  1.42664253319
Init V =  0.0 Fitted V =  -28.8447007639 Chi2 =  1.05904095447
Init V =  -100.0 Fitted V =  -114.170617224 Chi2 =  2.13290499826
Init V =  -200.0 Fitted V =  -181.798003031 Chi2 =  2.22682721444
Init V =  -300.0 Fitted V =  -292.250356784 Chi2 =  2.22370835073
Init V =  -400.0 Fitted V =  -414.123073256 Chi2 =  1.53997656939
Init V =  -500.0 Fitted V =  -495.585678399 Chi2 =  2.21109366472
Init V =  -600.0 Fitted V =  -599.464486936 Chi2 =  1.73721671039
Init V =  0.0 Fitted V =  -32.4062318781 Chi2 =  1.09485112703
Init V =  -100.0 Fitted V =  8.81178789856 Chi2 =  1.44989333974
Init V =  -200.0 Fitted V =  8.80081299421 Chi2 =  1.44989181203
Init V =  -300.0 Fitted V =  -489.894700078 Chi2 =  20.4455424357
Init V =  -400.0 Fitted V =  -417.905386217 Chi2 =  1.568230114
Init V =  -500.0 Fitted V =  -498.098398921 Chi2 =  2.20539370989
Init V =  -600.0 Fitted V =  -489.942712254 Chi2 =  20.445490365
Init V =  0.0 Fitted V =  -41.0323841703 Chi2 =  1.03835271665
Init V =  -100.0 Fitted V =  -41.0321906443 Chi2 =  1.03834979487
Init V =  -200.0 Fitted V =  -200.989213791 Chi2 =  1.64145926288
Init V =  -300.0 Fitted V =  -354.06808324 Chi2 =  1.27895014653
Init V =  -400.0 Fitted V =  -420.347905807 Chi2 =  1.13600079214
Init V =  -500.0 Fitted V =  -507.349312411 Chi2 =  1.4240512973
Init V =  -600.0 Fitted V =  -354.408891847 Chi2 =  1.27894606879
Init V =  0.0 Fitted V =  -49.4970393824 Chi2 =  1.16620753212
Init V =  -100.0 Fitted V =  -49.4979649518 Chi2 =  1.16620922711
Init V =  -200.0 Fitted V =  -92.1029977567 Chi2 =  1.39512153728
Init V =  -300.0 Fitted V =  -92.0928493502 Chi2 =  1.39512518774
Init V =  -400.0 Fitted V =  -417.238341521 Chi2 =  1.21100357164
Init V =  -500.0 Fitted V =  -498.630981726 Chi2 =  1.66987680555
Init V =  -600.0 Fitted V =  -603.895982439 Chi2 =  1.91742943905
Init V =  0.0 Fitted V =  -56.4780972056 Chi2 =  1.66427986476
Init V =  -100.0 Fitted V =  -56.4780861615 Chi2 =  1.66427899915
Init V =  -200.0 Fitted V =  -200.216990128 Chi2 =  2.31439542749
Init V =  -300.0 Fitted V =  -276.83688139 Chi2 =  2.39897354029
Init V =  -400.0 Fitted V =  -405.216647549 Chi2 =  1.31044842452
Init V =  -500.0 Fitted V =  -492.228080675 Chi2 =  2.39546146662
Init V =  -600.0 Fitted V =  -432.329238938 Chi2 =  1.72213815943
Init V =  0.0 Fitted V =  -53.0289028329 Chi2 =  0.974729075468
Init V =  -100.0 Fitted V =  -53.0303907805 Chi2 =  0.974732510687
Init V =  -200.0 Fitted V =  -201.232017303 Chi2 =  1.48495742331
Init V =  -300.0 Fitted V =  -467.058550803 Chi2 =  1.17904561662
Init V =  -400.0 Fitted V =  -412.667812599 Chi2 =  0.71927252101
Init V =  -500.0 Fitted V =  -467.085768436 Chi2 =  1.1790413945
Init V =  -600.0 Fitted V =  -618.164435338 Chi2 =  1.22899166967
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  257.092382384 Chi2 =  2.4139246176
Init V =  -100.0 Fitted V =  257.09207208 Chi2 =  2.41392500881
Init V =  -200.0 Fitted V =  -202.377345659 Chi2 =  6.28995189317
Init V =  -300.0 Fitted V =  -283.525104806 Chi2 =  6.38389384649
Init V =  -400.0 Fitted V =  -415.299756591 Chi2 =  2.79069815802
Init V =  -500.0 Fitted V =  -494.559878837 Chi2 =  6.25980006172
Init V =  -600.0 Fitted V =  -606.767838226 Chi2 =  6.37764519562
Init V =  0.0 Fitted V =  -37.827768404 Chi2 =  4.82268537599
Init V =  -100.0 Fitted V =  174.759308432 Chi2 =  3.53919565039
Init V =  -200.0 Fitted V =  -202.654077398 Chi2 =  5.24048803265
Init V =  -300.0 Fitted V =  -276.359496853 Chi2 =  5.24496911544
Init V =  -400.0 Fitted V =  -421.102864778 Chi2 =  2.66070183826
Init V =  -500.0 Fitted V =  -499.270171377 Chi2 =  5.22564430524
Init V =  -600.0 Fitted V =  -493.086115924 Chi2 =  4.17097551323
Init V =  0.0 Fitted V =  -37.7477786818 Chi2 =  4.42263644681
Init V =  -100.0 Fitted V =  153.111307905 Chi2 =  3.38300723884
Init V =  -200.0 Fitted V =  -196.00299956 Chi2 =  5.09564660331
Init V =  -300.0 Fitted V =  -196.202471858 Chi2 =  5.09569519523
Init V =  -400.0 Fitted V =  -417.935661703 Chi2 =  2.63072747053
Init V =  -500.0 Fitted V =  -501.777336776 Chi2 =  5.19449536685
Init V =  -600.0 Fitted V =  -525.138630869 Chi2 =  3.89946591258
Init V =  0.0 Fitted V =  -41.6476018682 Chi2 =  4.12852254896
Init V =  -100.0 Fitted V =  111.222884145 Chi2 =  3.45020836779
Init V =  -200.0 Fitted V =  -185.579691818 Chi2 =  4.73150683212
Init V =  -300.0 Fitted V =  -416.345505775 Chi2 =  1.83422342403
Init V =  -400.0 Fitted V =  -416.34548376 Chi2 =  1.8342233428
Init V =  -500.0 Fitted V =  -498.578284399 Chi2 =  4.69704871334
Init V =  -600.0 Fitted V =  -590.996368094 Chi2 =  4.51050582555
Init V =  0.0 Fitted V =  -35.3146424264 Chi2 =  3.47589936675
Init V =  -100.0 Fitted V =  -35.3186914731 Chi2 =  3.47588774604
Init V =  -200.0 Fitted V =  -155.812238908 Chi2 =  3.91816463875
Init V =  -300.0 Fitted V =  -284.83458977 Chi2 =  4.00699242527
Init V =  -400.0 Fitted V =  -412.332621703 Chi2 =  1.41156014609
Init V =  -500.0 Fitted V =  -498.312826715 Chi2 =  3.8150481688
Init V =  -600.0 Fitted V =  -615.755600474 Chi2 =  3.98082103731
Init V =  0.0 Fitted V =  -31.5821692959 Chi2 =  4.31296364725
Init V =  -100.0 Fitted V =  -31.58412853 Chi2 =  4.31296820984
Init V =  -200.0 Fitted V =  -399.943936198 Chi2 =  1.85251580959
Init V =  -300.0 Fitted V =  -224.526838152 Chi2 =  4.8243585293
Init V =  -400.0 Fitted V =  -399.942656772 Chi2 =  1.85251321257
Init V =  -500.0 Fitted V =  -484.104737716 Chi2 =  4.66784173697
Init V =  -600.0 Fitted V =  -604.435708706 Chi2 =  4.62870262689
Init V =  0.0 Fitted V =  -45.0473540346 Chi2 =  2.78638369765
Init V =  -100.0 Fitted V =  -399.604468198 Chi2 =  1.56797465591
Init V =  -200.0 Fitted V =  -207.434909181 Chi2 =  3.29518689363
Init V =  -300.0 Fitted V =  -399.604276612 Chi2 =  1.56797538478
Init V =  -400.0 Fitted V =  -399.603921166 Chi2 =  1.56797663546
Init V =  -500.0 Fitted V =  -492.222188999 Chi2 =  3.38654395712
Init V =  -600.0 Fitted V =  -615.664577513 Chi2 =  3.16868482828
Init V =  0.0 Fitted V =  -39.7019857543 Chi2 =  2.96881936951
Init V =  -100.0 Fitted V =  136.793758146 Chi2 =  2.45261082394
Init V =  -200.0 Fitted V =  -405.694993697 Chi2 =  1.28454161411
Init V =  -300.0 Fitted V =  -405.69521249 Chi2 =  1.28454088315
Init V =  -400.0 Fitted V =  -405.694654728 Chi2 =  1.28454264911
Init V =  -500.0 Fitted V =  -494.135238129 Chi2 =  3.46559586277
Init V =  -600.0 Fitted V =  -630.654966507 Chi2 =  3.28308407585
Init V =  0.0 Fitted V =  -40.0137275208 Chi2 =  3.91922999385
Init V =  -100.0 Fitted V =  263.155151855 Chi2 =  1.41909899039
Init V =  -200.0 Fitted V =  -408.7695524 Chi2 =  1.00212512669
Init V =  -300.0 Fitted V =  -408.769346919 Chi2 =  1.00212622759
Init V =  -400.0 Fitted V =  -408.769467497 Chi2 =  1.00212562374
Init V =  -500.0 Fitted V =  -408.769521491 Chi2 =  1.00212524738
Init V =  -600.0 Fitted V =  -408.769381457 Chi2 =  1.00212605318
Init V =  0.0 Fitted V =  -43.2487899966 Chi2 =  2.59336981286
Init V =  -100.0 Fitted V =  263.087638978 Chi2 =  1.03396742094
Init V =  -200.0 Fitted V =  -217.023049964 Chi2 =  2.92097448751
Init V =  -300.0 Fitted V =  -409.614672409 Chi2 =  0.94070086828
Init V =  -400.0 Fitted V =  -409.614738648 Chi2 =  0.940700231669
Init V =  -500.0 Fitted V =  -409.614755343 Chi2 =  0.940699925369
Init V =  -600.0 Fitted V =  -409.614767211 Chi2 =  0.940699988098
Init V =  0.0 Fitted V =  -48.2642560423 Chi2 =  1.82343707701
Init V =  -100.0 Fitted V =  -48.2642456538 Chi2 =  1.82343726982
Init V =  -200.0 Fitted V =  -197.828934353 Chi2 =  2.11020818712
Init V =  -300.0 Fitted V =  -412.363199653 Chi2 =  0.858191165694
Init V =  -400.0 Fitted V =  -412.363579112 Chi2 =  0.858190534644
Init V =  -500.0 Fitted V =  -498.916799904 Chi2 =  2.12743033619
Init V =  -600.0 Fitted V =  -412.364526206 Chi2 =  0.85818922432
Init V =  0.0 Fitted V =  -42.7656573933 Chi2 =  2.29420616569
Init V =  -100.0 Fitted V =  -42.7693732928 Chi2 =  2.29420663377
Init V =  -200.0 Fitted V =  -208.179255453 Chi2 =  2.45279065218
Init V =  -300.0 Fitted V =  -409.276603078 Chi2 =  0.693523896455
Init V =  -400.0 Fitted V =  -409.276730237 Chi2 =  0.693524737438
Init V =  -500.0 Fitted V =  -409.27652244 Chi2 =  0.693523400077
Init V =  -600.0 Fitted V =  -409.276839169 Chi2 =  0.69352523681
Init V =  0.0 Fitted V =  -42.8045361556 Chi2 =  3.21798814644
Init V =  -100.0 Fitted V =  -399.745760633 Chi2 =  1.10736270909
Init V =  -200.0 Fitted V =  -399.745513553 Chi2 =  1.10736332223
Init V =  -300.0 Fitted V =  -399.745807701 Chi2 =  1.10736261772
Init V =  -400.0 Fitted V =  -399.750824675 Chi2 =  1.10735035444
Init V =  -500.0 Fitted V =  -399.745471221 Chi2 =  1.10736344964
Init V =  -600.0 Fitted V =  -399.746799122 Chi2 =  1.10736022431
Init V =  0.0 Fitted V =  -37.106070807 Chi2 =  2.41068927653
Init V =  -100.0 Fitted V =  -417.775780018 Chi2 =  0.664754252427
Init V =  -200.0 Fitted V =  -417.775907399 Chi2 =  0.66475347455
Init V =  -300.0 Fitted V =  -417.775577366 Chi2 =  0.664755501569
Init V =  -400.0 Fitted V =  -417.77540068 Chi2 =  0.664756575287
Init V =  -500.0 Fitted V =  -417.775456003 Chi2 =  0.664756247231
Init V =  -600.0 Fitted V =  -417.775816509 Chi2 =  0.664754041829
Init V =  0.0 Fitted V =  -36.6409450552 Chi2 =  2.3272148297
Init V =  -100.0 Fitted V =  -36.6431879492 Chi2 =  2.32720871371
Init V =  -200.0 Fitted V =  -438.177538443 Chi2 =  0.730326476683
Init V =  -300.0 Fitted V =  -438.177237945 Chi2 =  0.730329689069
Init V =  -400.0 Fitted V =  -438.177585939 Chi2 =  0.730326312504
Init V =  -500.0 Fitted V =  -438.177568922 Chi2 =  0.730326470624
Init V =  -600.0 Fitted V =  -617.972992158 Chi2 =  2.40661011728
Init V =  0.0 Fitted V =  -47.554501823 Chi2 =  2.02290780038
Init V =  -100.0 Fitted V =  -437.781266631 Chi2 =  0.459055749503
Init V =  -200.0 Fitted V =  -203.57406688 Chi2 =  2.04842928702
Init V =  -300.0 Fitted V =  -437.781441145 Chi2 =  0.459054785501
Init V =  -400.0 Fitted V =  -437.781463486 Chi2 =  0.459054805421
Init V =  -500.0 Fitted V =  -437.781534265 Chi2 =  0.459054248157
Init V =  -600.0 Fitted V =  -610.409973637 Chi2 =  2.03885710948
Init V =  0.0 Fitted V =  -32.6690482886 Chi2 =  2.01860895564
Init V =  -100.0 Fitted V =  -434.404457219 Chi2 =  0.418505005137
Init V =  -200.0 Fitted V =  -434.40457585 Chi2 =  0.418504092836
Init V =  -300.0 Fitted V =  -434.404589391 Chi2 =  0.41850400316
Init V =  -400.0 Fitted V =  -434.404561477 Chi2 =  0.418504203368
Init V =  -500.0 Fitted V =  -434.404594284 Chi2 =  0.41850405449
Init V =  -600.0 Fitted V =  -434.404597045 Chi2 =  0.4185040345
Init V =  0.0 Fitted V =  -32.0578768145 Chi2 =  1.1028125296
Init V =  -100.0 Fitted V =  -385.675188336 Chi2 =  0.537666703259
Init V =  -200.0 Fitted V =  -385.676028064 Chi2 =  0.537666312615
Init V =  -300.0 Fitted V =  -385.675104386 Chi2 =  0.537666791761
Init V =  -400.0 Fitted V =  -385.719815483 Chi2 =  0.53764292508
Init V =  -500.0 Fitted V =  -385.675696324 Chi2 =  0.537666458271
Init V =  -600.0 Fitted V =  -598.193398523 Chi2 =  1.17018718636
Init V =  0.0 Fitted V =  -294.180091362 Chi2 =  0.513360508867
Init V =  -100.0 Fitted V =  -294.178382249 Chi2 =  0.513360420745
Init V =  -200.0 Fitted V =  -294.166717526 Chi2 =  0.513360334394
Init V =  -300.0 Fitted V =  -294.172993878 Chi2 =  0.513360389065
Init V =  -400.0 Fitted V =  -294.189964183 Chi2 =  0.513360580189
Init V =  -500.0 Fitted V =  -294.187143264 Chi2 =  0.513360551379
Init V =  -600.0 Fitted V =  -294.173482992 Chi2 =  0.513360405732
Init V =  0.0 Fitted V =  -276.929926717 Chi2 =  0.563966716455
Init V =  -100.0 Fitted V =  -276.910838338 Chi2 =  0.563964547425
Init V =  -200.0 Fitted V =  -276.911024107 Chi2 =  0.563964556035
Init V =  -300.0 Fitted V =  -276.915027603 Chi2 =  0.563965013285
Init V =  -400.0 Fitted V =  -276.927255307 Chi2 =  0.563966384032
Init V =  -500.0 Fitted V =  -276.929101553 Chi2 =  0.563966632215
Init V =  -600.0 Fitted V =  -276.914144621 Chi2 =  0.563964911046
Init V =  0.0 Fitted V =  -234.030285357 Chi2 =  0.467687183095
Init V =  -100.0 Fitted V =  -234.036954626 Chi2 =  0.467687346131
Init V =  -200.0 Fitted V =  -234.02927414 Chi2 =  0.467687158598
Init V =  -300.0 Fitted V =  -234.035640521 Chi2 =  0.467687325682
Init V =  -400.0 Fitted V =  -415.364289634 Chi2 =  1.01969618986
Init V =  -500.0 Fitted V =  -501.706828706 Chi2 =  1.28265200795
Init V =  -600.0 Fitted V =  -616.254654195 Chi2 =  1.24912998322
Init V =  0.0 Fitted V =  -33.5838001286 Chi2 =  0.889799562054
Init V =  -100.0 Fitted V =  -214.932596363 Chi2 =  0.31733923944
Init V =  -200.0 Fitted V =  -214.924663606 Chi2 =  0.317338176608
Init V =  -300.0 Fitted V =  -214.933557094 Chi2 =  0.31733938024
Init V =  -400.0 Fitted V =  -214.93168754 Chi2 =  0.317339100423
Init V =  -500.0 Fitted V =  -492.212407137 Chi2 =  0.939209320604
Init V =  -600.0 Fitted V =  -613.043018726 Chi2 =  0.920043063696
Init V =  0.0 Fitted V =  -179.146009856 Chi2 =  0.377842337326
Init V =  -100.0 Fitted V =  -179.14579338 Chi2 =  0.377842805722
Init V =  -200.0 Fitted V =  -179.145773234 Chi2 =  0.377842828014
Init V =  -300.0 Fitted V =  -179.146474276 Chi2 =  0.377841423597
Init V =  -400.0 Fitted V =  -179.146500601 Chi2 =  0.377841355529
Init V =  -500.0 Fitted V =  -502.526339921 Chi2 =  1.18927565884
Init V =  -600.0 Fitted V =  -558.268799388 Chi2 =  1.16206356647
Init V =  0.0 Fitted V =  -189.833035823 Chi2 =  0.465088383336
Init V =  -100.0 Fitted V =  -189.83291524 Chi2 =  0.465086917034
Init V =  -200.0 Fitted V =  -189.8328877 Chi2 =  0.46508649425
Init V =  -300.0 Fitted V =  -189.833029439 Chi2 =  0.465088377692
Init V =  -400.0 Fitted V =  -189.832904598 Chi2 =  0.465086584741
Init V =  -500.0 Fitted V =  -497.079323587 Chi2 =  1.62509014387
Init V =  -600.0 Fitted V =  -189.833014123 Chi2 =  0.465088066534
Init V =  0.0 Fitted V =  -181.016911077 Chi2 =  0.491064778285
Init V =  -100.0 Fitted V =  -181.016871635 Chi2 =  0.491064854047
Init V =  -200.0 Fitted V =  -181.016900512 Chi2 =  0.491064673
Init V =  -300.0 Fitted V =  -181.016910111 Chi2 =  0.491064736327
Init V =  -400.0 Fitted V =  -418.436463374 Chi2 =  1.7785733518
Init V =  -500.0 Fitted V =  -500.615566182 Chi2 =  1.94372015736
Init V =  -600.0 Fitted V =  -604.084834583 Chi2 =  318.631399954
Init V =  0.0 Fitted V =  -181.07742872 Chi2 =  0.437110426877
Init V =  -100.0 Fitted V =  -181.077427721 Chi2 =  0.437110115146
Init V =  -200.0 Fitted V =  -181.077428989 Chi2 =  0.437109974844
Init V =  -300.0 Fitted V =  -181.077431778 Chi2 =  0.437109355361
Init V =  -400.0 Fitted V =  -423.55483426 Chi2 =  1.65451898562
Init V =  -500.0 Fitted V =  -181.077428256 Chi2 =  0.437109375725
Init V =  -600.0 Fitted V =  -181.077427119 Chi2 =  0.437109493118
Init V =  0.0 Fitted V =  -14.0989018836 Chi2 =  1.00802184671
Init V =  -100.0 Fitted V =  -183.842416943 Chi2 =  0.390691859504
Init V =  -200.0 Fitted V =  -183.842304464 Chi2 =  0.390692410811
Init V =  -300.0 Fitted V =  -183.842175552 Chi2 =  0.39069288651
Init V =  -400.0 Fitted V =  -183.842179051 Chi2 =  0.390692771495
Init V =  -500.0 Fitted V =  -183.842437852 Chi2 =  0.390691911191
Init V =  -600.0 Fitted V =  -183.842511401 Chi2 =  0.390691670029
Init V =  0.0 Fitted V =  -229.777600171 Chi2 =  0.413987527691
Init V =  -100.0 Fitted V =  -229.786571727 Chi2 =  0.413987610087
Init V =  -200.0 Fitted V =  -172.951757634 Chi2 =  0.376041045212
Init V =  -300.0 Fitted V =  -229.843412174 Chi2 =  0.413988361493
Init V =  -400.0 Fitted V =  -420.112908275 Chi2 =  0.563102464041
Init V =  -500.0 Fitted V =  -498.129875113 Chi2 =  0.737813124132
Init V =  -600.0 Fitted V =  -229.834978949 Chi2 =  0.413988245028
Init V =  0.0 Fitted V =  -291.153748082 Chi2 =  0.378927222613
Init V =  -100.0 Fitted V =  -291.165793495 Chi2 =  0.378927282069
Init V =  -200.0 Fitted V =  -135.669683524 Chi2 =  0.388251610696
Init V =  -300.0 Fitted V =  -291.419722544 Chi2 =  0.378930505799
Init V =  -400.0 Fitted V =  -415.777896344 Chi2 =  0.274900084125
Init V =  -500.0 Fitted V =  -291.411905019 Chi2 =  0.378930399401
Init V =  -600.0 Fitted V =  -291.370503029 Chi2 =  0.378929736564
Init V =  0.0 Fitted V =  -9.95889588644 Chi2 =  0.411670153045
Init V =  -100.0 Fitted V =  -261.584785382 Chi2 =  0.329943438383
Init V =  -200.0 Fitted V =  -153.275588064 Chi2 =  0.319169948308
Init V =  -300.0 Fitted V =  -261.662312107 Chi2 =  0.329943145067
Init V =  -400.0 Fitted V =  -421.068759429 Chi2 =  0.254516448058
Init V =  -500.0 Fitted V =  -499.60596682 Chi2 =  0.437217670386
Init V =  -600.0 Fitted V =  -663.016349079 Chi2 =  0.363704242995
Init V =  0.0 Fitted V =  -12.4917273453 Chi2 =  0.3736679889
Init V =  -100.0 Fitted V =  -135.190862229 Chi2 =  0.302892465822
Init V =  -200.0 Fitted V =  -135.187132515 Chi2 =  0.302892170771
Init V =  -300.0 Fitted V =  -307.046383288 Chi2 =  0.364069420158
Init V =  -400.0 Fitted V =  -427.509181429 Chi2 =  0.193803974354
Init V =  -500.0 Fitted V =  -550.303199298 Chi2 =  0.348078735422
Init V =  -600.0 Fitted V =  -616.615700055 Chi2 =  0.366657576526
Init V =  0.0 Fitted V =  -332.039603724 Chi2 =  0.354109803345
Init V =  -100.0 Fitted V =  -332.039896538 Chi2 =  0.354109800519
Init V =  -200.0 Fitted V =  -165.618926455 Chi2 =  0.39099613453
Init V =  -300.0 Fitted V =  -332.039804607 Chi2 =  0.354109788262
Init V =  -400.0 Fitted V =  -420.94932965 Chi2 =  0.295643409772
Init V =  -500.0 Fitted V =  -496.671597032 Chi2 =  0.524203263995
Init V =  -600.0 Fitted V =  -332.040203972 Chi2 =  0.354109907983
Init V =  0.0 Fitted V =  -5.26148946756 Chi2 =  0.565373251695
Init V =  -100.0 Fitted V =  -429.312481131 Chi2 =  0.23053147569
Init V =  -200.0 Fitted V =  -190.926526112 Chi2 =  0.463225325304
Init V =  -300.0 Fitted V =  -429.312330654 Chi2 =  0.230531543041
Init V =  -400.0 Fitted V =  -429.312405205 Chi2 =  0.230531508818
Init V =  -500.0 Fitted V =  -501.409228698 Chi2 =  0.554430791779
Init V =  -600.0 Fitted V =  -610.966297883 Chi2 =  0.581939927052
Init V =  0.0 Fitted V =  -18.024949347 Chi2 =  0.581607052365
Init V =  -100.0 Fitted V =  -326.819554514 Chi2 =  12.5498678798
Init V =  -200.0 Fitted V =  -161.012557071 Chi2 =  0.467198260893
Init V =  -300.0 Fitted V =  -317.39336729 Chi2 =  0.6181403175
Init V =  -400.0 Fitted V =  -425.664202938 Chi2 =  0.38878489757
Init V =  -500.0 Fitted V =  -501.294680372 Chi2 =  0.597534286319
Init V =  -600.0 Fitted V =  -326.842342751 Chi2 =  12.5498550369
Init V =  0.0 Fitted V =  -36.0172908439 Chi2 =  0.772428959269
Init V =  -100.0 Fitted V =  -254.845837442 Chi2 =  0.628395019297
Init V =  -200.0 Fitted V =  -181.066163868 Chi2 =  0.805928498433
Init V =  -300.0 Fitted V =  -254.866209081 Chi2 =  0.628395014587
Init V =  -400.0 Fitted V =  -422.696909375 Chi2 =  0.462248949185
Init V =  -500.0 Fitted V =  -502.779347065 Chi2 =  0.828737173164
Init V =  -600.0 Fitted V =  -619.791724196 Chi2 =  0.832075123926
Init V =  0.0 Fitted V =  -35.4672729702 Chi2 =  0.771713227274
Init V =  -100.0 Fitted V =  -35.4671763371 Chi2 =  0.771713228875
Init V =  -200.0 Fitted V =  -178.867436665 Chi2 =  1.50463124161
Init V =  -300.0 Fitted V =  -419.825119832 Chi2 =  1.11083296633
Init V =  -400.0 Fitted V =  -419.824606941 Chi2 =  1.11083285901
Init V =  -500.0 Fitted V =  -501.393970463 Chi2 =  1.55698381957
Init V =  -600.0 Fitted V =  -35.46702198 Chi2 =  0.7717126709
Init V =  0.0 Fitted V =  -46.2921010319 Chi2 =  0.638266643316
Init V =  -100.0 Fitted V =  -46.3910839666 Chi2 =  0.638236956103
Init V =  -200.0 Fitted V =  -318.978354036 Chi2 =  0.494600161059
Init V =  -300.0 Fitted V =  -319.032367075 Chi2 =  0.4945995104
Init V =  -400.0 Fitted V =  -416.745816734 Chi2 =  0.429010465919
Init V =  -500.0 Fitted V =  -416.746742411 Chi2 =  0.429010086607
Init V =  -600.0 Fitted V =  -561.949410847 Chi2 =  0.699964027111
Init V =  0.0 Fitted V =  -69.3605634384 Chi2 =  0.841639526613
Init V =  -100.0 Fitted V =  -69.3753091909 Chi2 =  0.841647384846
Init V =  -200.0 Fitted V =  -211.127706548 Chi2 =  0.845156268868
Init V =  -300.0 Fitted V =  -299.898354075 Chi2 =  1.19571233426
Init V =  -400.0 Fitted V =  -418.042082574 Chi2 =  0.671930323469
Init V =  -500.0 Fitted V =  -498.11479452 Chi2 =  1.17702499015
Init V =  -600.0 Fitted V =  -211.192743899 Chi2 =  0.845155385213
Init V =  0.0 Fitted V =  -47.6886967322 Chi2 =  0.671111765045
Init V =  -100.0 Fitted V =  -189.846422331 Chi2 =  0.752335883971
Init V =  -200.0 Fitted V =  -188.947606886 Chi2 =  0.965136181715
Init V =  -300.0 Fitted V =  -325.316659168 Chi2 =  0.991765838579
Init V =  -400.0 Fitted V =  -413.601429887 Chi2 =  0.589888799562
Init V =  -500.0 Fitted V =  -505.556267879 Chi2 =  1.00973868889
Init V =  -600.0 Fitted V =  -619.719044659 Chi2 =  0.84982682908
Init V =  0.0 Fitted V =  -65.2192774065 Chi2 =  1.1650466875
Init V =  -100.0 Fitted V =  -65.2186537143 Chi2 =  1.16504593311
Init V =  -200.0 Fitted V =  129.971438619 Chi2 =  1.14020931249
Init V =  -300.0 Fitted V =  -297.228008116 Chi2 =  1.58417881794
Init V =  -400.0 Fitted V =  -418.670623215 Chi2 =  0.871796923155
Init V =  -500.0 Fitted V =  -418.670508817 Chi2 =  0.871797089351
Init V =  -600.0 Fitted V =  129.97678251 Chi2 =  1.1402087098
Init V =  0.0 Fitted V =  -62.1822027576 Chi2 =  1.03516176605
Init V =  -100.0 Fitted V =  -62.1829675241 Chi2 =  1.03516188709
Init V =  -200.0 Fitted V =  59.2054770896 Chi2 =  0.942133357678
Init V =  -300.0 Fitted V =  59.2071752652 Chi2 =  0.942133263126
Init V =  -400.0 Fitted V =  -411.389993396 Chi2 =  0.696603902356
Init V =  -500.0 Fitted V =  -496.643554977 Chi2 =  1.31051718552
Init V =  -600.0 Fitted V =  59.2083284838 Chi2 =  0.942133302305
Init V =  0.0 Fitted V =  -81.8505447078 Chi2 =  1.32070321406
Init V =  -100.0 Fitted V =  -81.8504445275 Chi2 =  1.32070311497
Init V =  -200.0 Fitted V =  -201.119086018 Chi2 =  1.73275380059
Init V =  -300.0 Fitted V =  -279.333020075 Chi2 =  1.83187997115
Init V =  -400.0 Fitted V =  -415.682379436 Chi2 =  1.00731279756
Init V =  -500.0 Fitted V =  -500.426296692 Chi2 =  1.77312440471
Init V =  -600.0 Fitted V =  -607.975977549 Chi2 =  1.62315010565
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  27.8822076656 Chi2 =  0.597499795855
Init V =  -100.0 Fitted V =  27.9155373087 Chi2 =  0.597521953349
Init V =  -200.0 Fitted V =  27.9150877527 Chi2 =  0.597523070458
Init V =  -300.0 Fitted V =  -273.923640512 Chi2 =  2.55902334558
Init V =  -400.0 Fitted V =  -418.299835464 Chi2 =  2.40628904457
Init V =  -500.0 Fitted V =  -495.351672506 Chi2 =  2.60930303906
Init V =  -600.0 Fitted V =  -803.627180573 Chi2 =  3.77894309497
Init V =  0.0 Fitted V =  -49.7736759998 Chi2 =  4.58374505482
Init V =  -100.0 Fitted V =  -49.7736533471 Chi2 =  4.58374556682
Init V =  -200.0 Fitted V =  250.600784877 Chi2 =  2.211501482
Init V =  -300.0 Fitted V =  250.600967492 Chi2 =  2.21150139765
Init V =  -400.0 Fitted V =  -424.336759091 Chi2 =  2.25421760678
Init V =  -500.0 Fitted V =  -496.26095055 Chi2 =  5.27218839809
Init V =  -600.0 Fitted V =  -424.336972318 Chi2 =  2.25421617032
Init V =  0.0 Fitted V =  -39.7144583616 Chi2 =  3.1496914958
Init V =  -100.0 Fitted V =  -39.7143356985 Chi2 =  3.14969163344
Init V =  -200.0 Fitted V =  -195.043312105 Chi2 =  3.82258605602
Init V =  -300.0 Fitted V =  -419.596592682 Chi2 =  1.74789909784
Init V =  -400.0 Fitted V =  -419.596491485 Chi2 =  1.74789948323
Init V =  -500.0 Fitted V =  -499.09366159 Chi2 =  3.80631317546
Init V =  -600.0 Fitted V =  -595.255298056 Chi2 =  3.75902070273
Init V =  0.0 Fitted V =  -32.4781012887 Chi2 =  3.91104823926
Init V =  -100.0 Fitted V =  93.1853260977 Chi2 =  3.52304546419
Init V =  -200.0 Fitted V =  -420.291715108 Chi2 =  1.69404025992
Init V =  -300.0 Fitted V =  -420.291572314 Chi2 =  1.69404096353
Init V =  -400.0 Fitted V =  -420.291596671 Chi2 =  1.69404081644
Init V =  -500.0 Fitted V =  -499.176980595 Chi2 =  4.27531821121
Init V =  -600.0 Fitted V =  -609.351228175 Chi2 =  4.38431703342
Init V =  0.0 Fitted V =  -33.0257055613 Chi2 =  3.33744370749
Init V =  -100.0 Fitted V =  -33.028508101 Chi2 =  3.33743329748
Init V =  -200.0 Fitted V =  -208.368406014 Chi2 =  3.97519406951
Init V =  -300.0 Fitted V =  -406.36754126 Chi2 =  1.7961847729
Init V =  -400.0 Fitted V =  -406.366964626 Chi2 =  1.79618569661
Init V =  -500.0 Fitted V =  -497.469797246 Chi2 =  3.81633351994
Init V =  -600.0 Fitted V =  -406.368987354 Chi2 =  1.79618764659
Init V =  0.0 Fitted V =  -37.9506648607 Chi2 =  2.91309327505
Init V =  -100.0 Fitted V =  -405.222282073 Chi2 =  1.2270458911
Init V =  -200.0 Fitted V =  -405.22257376 Chi2 =  1.22704604123
Init V =  -300.0 Fitted V =  -405.222589955 Chi2 =  1.22704613409
Init V =  -400.0 Fitted V =  -405.223125358 Chi2 =  1.22704387915
Init V =  -500.0 Fitted V =  -503.545650344 Chi2 =  3.36179920265
Init V =  -600.0 Fitted V =  -687.235213196 Chi2 =  2.96101287883
Init V =  0.0 Fitted V =  -45.4267259354 Chi2 =  1.98831569496
Init V =  -100.0 Fitted V =  -381.300869918 Chi2 =  1.72521023035
Init V =  -200.0 Fitted V =  -381.289862323 Chi2 =  1.72521070339
Init V =  -300.0 Fitted V =  -381.296109117 Chi2 =  1.7252102773
Init V =  -400.0 Fitted V =  -401.744804556 Chi2 =  1.09140660717
Init V =  -500.0 Fitted V =  -543.726811896 Chi2 =  2.1806271281
Init V =  -600.0 Fitted V =  -619.716393889 Chi2 =  2.23555677706
Init V =  0.0 Fitted V =  -38.861269466 Chi2 =  2.19679463755
Init V =  -100.0 Fitted V =  274.194542705 Chi2 =  0.941103209631
Init V =  -200.0 Fitted V =  -397.743634995 Chi2 =  1.04522023747
Init V =  -300.0 Fitted V =  -397.743149242 Chi2 =  1.04522134104
Init V =  -400.0 Fitted V =  -397.743230247 Chi2 =  1.04522090169
Init V =  -500.0 Fitted V =  -397.743552036 Chi2 =  1.04522056513
Init V =  -600.0 Fitted V =  -613.110923853 Chi2 =  2.39162633129
Init V =  0.0 Fitted V =  -39.7880964293 Chi2 =  2.69640827676
Init V =  -100.0 Fitted V =  261.824915116 Chi2 =  1.15389826024
Init V =  -200.0 Fitted V =  -209.222767334 Chi2 =  3.02293435335
Init V =  -300.0 Fitted V =  -409.068731976 Chi2 =  1.0811373652
Init V =  -400.0 Fitted V =  -409.0681399 Chi2 =  1.08113907797
Init V =  -500.0 Fitted V =  -409.069177426 Chi2 =  1.08113692331
Init V =  -600.0 Fitted V =  -409.068996987 Chi2 =  1.08113682632
Init V =  0.0 Fitted V =  -34.482577167 Chi2 =  1.77974310068
Init V =  -100.0 Fitted V =  150.415158302 Chi2 =  1.33692546153
Init V =  -200.0 Fitted V =  -418.822998737 Chi2 =  1.24206058573
Init V =  -300.0 Fitted V =  -418.848419422 Chi2 =  1.2420542453
Init V =  -400.0 Fitted V =  -413.217148841 Chi2 =  1.01919526382
Init V =  -500.0 Fitted V =  -418.849909659 Chi2 =  1.24205387832
Init V =  -600.0 Fitted V =  -418.823490324 Chi2 =  1.24206045575
Init V =  0.0 Fitted V =  -39.7169923551 Chi2 =  1.98579509223
Init V =  -100.0 Fitted V =  115.861416771 Chi2 =  1.39391213455
Init V =  -200.0 Fitted V =  -427.692484135 Chi2 =  1.17888094029
Init V =  -300.0 Fitted V =  -427.69282314 Chi2 =  1.17888059985
Init V =  -400.0 Fitted V =  -421.049864683 Chi2 =  0.883356428093
Init V =  -500.0 Fitted V =  -421.04982756 Chi2 =  0.883355713369
Init V =  -600.0 Fitted V =  -427.730617685 Chi2 =  1.17883737991
Init V =  0.0 Fitted V =  -47.8432906219 Chi2 =  2.02369383231
Init V =  -100.0 Fitted V =  -47.8481663476 Chi2 =  2.02368487367
Init V =  -200.0 Fitted V =  -203.960954139 Chi2 =  2.18310420916
Init V =  -300.0 Fitted V =  -417.26207444 Chi2 =  0.659624153967
Init V =  -400.0 Fitted V =  -417.262052126 Chi2 =  0.659623421805
Init V =  -500.0 Fitted V =  -417.262012919 Chi2 =  0.65962264331
Init V =  -600.0 Fitted V =  -417.261997821 Chi2 =  0.659622449925
Init V =  0.0 Fitted V =  -39.1026363436 Chi2 =  2.46422559236
Init V =  -100.0 Fitted V =  -39.1096302931 Chi2 =  2.46422271427
Init V =  -200.0 Fitted V =  -427.809429345 Chi2 =  0.842363649313
Init V =  -300.0 Fitted V =  -427.809442099 Chi2 =  0.842363158824
Init V =  -400.0 Fitted V =  -427.809330321 Chi2 =  0.842361626078
Init V =  -500.0 Fitted V =  -427.809298892 Chi2 =  0.842361326317
Init V =  -600.0 Fitted V =  -755.54427632 Chi2 =  316.433123621
Init V =  0.0 Fitted V =  -37.496138285 Chi2 =  2.41302633751
Init V =  -100.0 Fitted V =  148.311689068 Chi2 =  1.63135616681
Init V =  -200.0 Fitted V =  -181.084218569 Chi2 =  2.51989377219
Init V =  -300.0 Fitted V =  -419.47670908 Chi2 =  0.641925920794
Init V =  -400.0 Fitted V =  -419.476938449 Chi2 =  0.641925225023
Init V =  -500.0 Fitted V =  -419.477132683 Chi2 =  0.641924665672
Init V =  -600.0 Fitted V =  -607.035310465 Chi2 =  2.56929687793
Init V =  0.0 Fitted V =  -40.8791517744 Chi2 =  1.84900122104
Init V =  -100.0 Fitted V =  -449.333197701 Chi2 =  0.728630984613
Init V =  -200.0 Fitted V =  -449.332958374 Chi2 =  0.72863148199
Init V =  -300.0 Fitted V =  -449.332400235 Chi2 =  0.728632918028
Init V =  -400.0 Fitted V =  -449.344588366 Chi2 =  0.72860235993
Init V =  -500.0 Fitted V =  -449.343478767 Chi2 =  0.728605139112
Init V =  -600.0 Fitted V =  -618.990783228 Chi2 =  1.95173652741
Init V =  0.0 Fitted V =  -383.966300453 Chi2 =  0.491590568743
Init V =  -100.0 Fitted V =  -383.967571448 Chi2 =  0.491588937889
Init V =  -200.0 Fitted V =  -383.968107625 Chi2 =  0.491588190512
Init V =  -300.0 Fitted V =  -383.967320012 Chi2 =  0.491589193908
Init V =  -500.0 Fitted V =  -383.967542156 Chi2 =  0.491588842572
Init V =  -600.0 Fitted V =  -383.964934239 Chi2 =  0.491592211584
Init V =  0.0 Fitted V =  -330.249812584 Chi2 =  0.426363556293
Init V =  -100.0 Fitted V =  -330.249567043 Chi2 =  0.426363589113
Init V =  -200.0 Fitted V =  -330.250765724 Chi2 =  0.42636367082
Init V =  -300.0 Fitted V =  -330.252258834 Chi2 =  0.426363295537
Init V =  -400.0 Fitted V =  -330.254373626 Chi2 =  0.426363030787
Init V =  -500.0 Fitted V =  -330.251429927 Chi2 =  0.426363301357
Init V =  -600.0 Fitted V =  -330.249665411 Chi2 =  0.426363559721
Init V =  0.0 Fitted V =  -275.966423695 Chi2 =  0.575640203207
Init V =  -100.0 Fitted V =  -275.964392112 Chi2 =  0.575640165366
Init V =  -200.0 Fitted V =  -275.963630329 Chi2 =  0.575640156334
Init V =  -300.0 Fitted V =  -275.968023867 Chi2 =  0.575640233912
Init V =  -400.0 Fitted V =  -275.967393083 Chi2 =  0.575640222909
Init V =  -500.0 Fitted V =  -275.970248612 Chi2 =  0.57564028249
Init V =  -600.0 Fitted V =  -612.079105018 Chi2 =  1.53935046233
Init V =  0.0 Fitted V =  -253.470535845 Chi2 =  0.41416545015
Init V =  -100.0 Fitted V =  -253.470058036 Chi2 =  0.414165307048
Init V =  -200.0 Fitted V =  -253.460900825 Chi2 =  0.414160763299
Init V =  -300.0 Fitted V =  -253.471513573 Chi2 =  0.414166025567
Init V =  -400.0 Fitted V =  -253.470930357 Chi2 =  0.414165745524
Init V =  -500.0 Fitted V =  -501.276086389 Chi2 =  1.21104658694
Init V =  -600.0 Fitted V =  -611.85880547 Chi2 =  1.19825488985
Init V =  0.0 Fitted V =  -17.8547461438 Chi2 =  1.29187451777
Init V =  -100.0 Fitted V =  -220.6462079 Chi2 =  0.359239150568
Init V =  -200.0 Fitted V =  -220.646053344 Chi2 =  0.359238783323
Init V =  -300.0 Fitted V =  -220.646379849 Chi2 =  0.359239650342
Init V =  -400.0 Fitted V =  -220.646264737 Chi2 =  0.359239354967
Init V =  -500.0 Fitted V =  -220.64629278 Chi2 =  0.359239431211
Init V =  -600.0 Fitted V =  -604.223543878 Chi2 =  1.28971504801
Init V =  0.0 Fitted V =  -206.510250456 Chi2 =  0.262946592289
Init V =  -100.0 Fitted V =  -206.510195958 Chi2 =  0.262946565074
Init V =  -200.0 Fitted V =  -206.510248186 Chi2 =  0.26294658792
Init V =  -300.0 Fitted V =  -206.51026634 Chi2 =  0.262946704457
Init V =  -400.0 Fitted V =  -421.785336827 Chi2 =  1.72889105399
Init V =  -500.0 Fitted V =  -491.491794743 Chi2 =  1.82680413026
Init V =  -600.0 Fitted V =  -593.242132197 Chi2 =  1.82375898272
Init V =  0.0 Fitted V =  -27.2438851517 Chi2 =  1.35450359344
Init V =  -100.0 Fitted V =  -196.057832163 Chi2 =  0.275944968933
Init V =  -200.0 Fitted V =  -196.057745376 Chi2 =  0.275945051494
Init V =  -300.0 Fitted V =  -294.449476583 Chi2 =  1.35900224936
Init V =  -400.0 Fitted V =  -427.463083404 Chi2 =  1.25469796994
Init V =  -500.0 Fitted V =  -196.05788003 Chi2 =  0.275944917514
Init V =  -600.0 Fitted V =  -196.05788463 Chi2 =  0.275944905992
Init V =  0.0 Fitted V =  -13.7320470162 Chi2 =  1.14299944669
Init V =  -100.0 Fitted V =  -192.064945863 Chi2 =  0.369968850589
Init V =  -200.0 Fitted V =  -192.064775665 Chi2 =  0.369969065552
Init V =  -300.0 Fitted V =  -192.06473591 Chi2 =  0.369969114494
Init V =  -400.0 Fitted V =  -419.107017808 Chi2 =  0.972309237115
Init V =  -500.0 Fitted V =  -502.614792519 Chi2 =  1.16610164615
Init V =  -600.0 Fitted V =  -652.105551596 Chi2 =  1.1415396497
Init V =  0.0 Fitted V =  -195.107504684 Chi2 =  0.33857555548
Init V =  -100.0 Fitted V =  -195.107436402 Chi2 =  0.338575876289
Init V =  -200.0 Fitted V =  -195.107510478 Chi2 =  0.338575525714
Init V =  -300.0 Fitted V =  -195.10738117 Chi2 =  0.338576113362
Init V =  -400.0 Fitted V =  -195.107455566 Chi2 =  0.338575773684
Init V =  -500.0 Fitted V =  -195.107494498 Chi2 =  0.338575558682
Init V =  -600.0 Fitted V =  -195.107420709 Chi2 =  0.338575912217
Init V =  0.0 Fitted V =  -188.645710527 Chi2 =  0.359297398573
Init V =  -100.0 Fitted V =  -188.645727351 Chi2 =  0.359297238098
Init V =  -200.0 Fitted V =  -188.645646046 Chi2 =  0.359297850385
Init V =  -300.0 Fitted V =  -188.645644072 Chi2 =  0.359297771553
Init V =  -400.0 Fitted V =  -188.645737492 Chi2 =  0.359297199244
Init V =  -500.0 Fitted V =  -499.69036867 Chi2 =  1.38424165085
Init V =  -600.0 Fitted V =  -188.645718216 Chi2 =  0.359297280724
Init V =  0.0 Fitted V =  -194.937340787 Chi2 =  0.359762212288
Init V =  -100.0 Fitted V =  -194.937515939 Chi2 =  0.359762149075
Init V =  -200.0 Fitted V =  -194.937296577 Chi2 =  0.359762468117
Init V =  -300.0 Fitted V =  -276.329879063 Chi2 =  1.52312345747
Init V =  -400.0 Fitted V =  -415.272140997 Chi2 =  1.41693701414
Init V =  -500.0 Fitted V =  -487.982434334 Chi2 =  1.56497100957
Init V =  -600.0 Fitted V =  -194.937357485 Chi2 =  0.35976220638
Init V =  0.0 Fitted V =  -197.567925364 Chi2 =  0.352967719237
Init V =  -100.0 Fitted V =  -197.567933261 Chi2 =  0.352967550905
Init V =  -200.0 Fitted V =  -197.567891926 Chi2 =  0.352967645941
Init V =  -300.0 Fitted V =  -281.207639321 Chi2 =  1.32279038742
Init V =  -400.0 Fitted V =  -197.567868936 Chi2 =  0.35296748734
Init V =  -500.0 Fitted V =  -504.173413321 Chi2 =  1.3397952457
Init V =  -600.0 Fitted V =  -197.567909896 Chi2 =  0.352967702785
Init V =  0.0 Fitted V =  -215.054694475 Chi2 =  0.644812683201
Init V =  -100.0 Fitted V =  -214.983719671 Chi2 =  0.644812332928
Init V =  -200.0 Fitted V =  -190.266305791 Chi2 =  0.369937663641
Init V =  -300.0 Fitted V =  -275.430818581 Chi2 =  1.03588298056
Init V =  -400.0 Fitted V =  -215.056387976 Chi2 =  0.644812692221
Init V =  -500.0 Fitted V =  -215.050820515 Chi2 =  0.64481266229
Init V =  -600.0 Fitted V =  -215.048250636 Chi2 =  0.644812647805
Init V =  0.0 Fitted V =  -12.5525499108 Chi2 =  0.990222632502
Init V =  -100.0 Fitted V =  -177.293960392 Chi2 =  0.322609078344
Init V =  -200.0 Fitted V =  -177.293974842 Chi2 =  0.322608999947
Init V =  -300.0 Fitted V =  -177.294142694 Chi2 =  0.322608912049
Init V =  -400.0 Fitted V =  -424.07427442 Chi2 =  0.831873067658
Init V =  -500.0 Fitted V =  -499.111201893 Chi2 =  0.978128651911
Init V =  -600.0 Fitted V =  -177.293778351 Chi2 =  0.322609214926
Init V =  0.0 Fitted V =  -5.9897561795 Chi2 =  0.850351413271
Init V =  -100.0 Fitted V =  -169.236362539 Chi2 =  0.258438373888
Init V =  -200.0 Fitted V =  -169.23599085 Chi2 =  0.258438095435
Init V =  -300.0 Fitted V =  -169.236131229 Chi2 =  0.258438069349
Init V =  -400.0 Fitted V =  -419.466943131 Chi2 =  0.725824974369
Init V =  -500.0 Fitted V =  -491.69479251 Chi2 =  0.846826597282
Init V =  -600.0 Fitted V =  -602.377837532 Chi2 =  0.858993436868
Init V =  0.0 Fitted V =  -30.7575075823 Chi2 =  0.807108206246
Init V =  -100.0 Fitted V =  -169.94032837 Chi2 =  0.37758543218
Init V =  -200.0 Fitted V =  -169.9396051 Chi2 =  0.377585458872
Init V =  -300.0 Fitted V =  -169.940289111 Chi2 =  0.377585430809
Init V =  -400.0 Fitted V =  -420.536384302 Chi2 =  0.612913787702
Init V =  -500.0 Fitted V =  -503.383901051 Chi2 =  0.81062123448
Init V =  -600.0 Fitted V =  -420.536315316 Chi2 =  0.612913791194
Init V =  0.0 Fitted V =  -166.359837433 Chi2 =  0.308786579896
Init V =  -100.0 Fitted V =  -166.359448117 Chi2 =  0.308786245495
Init V =  -200.0 Fitted V =  -166.360463438 Chi2 =  0.308785909696
Init V =  -300.0 Fitted V =  -166.360654206 Chi2 =  0.308786001052
Init V =  -400.0 Fitted V =  -417.947155621 Chi2 =  0.552231426672
Init V =  -500.0 Fitted V =  -498.893536943 Chi2 =  0.699344374762
Init V =  -600.0 Fitted V =  -610.092714443 Chi2 =  0.695245760555
Init V =  0.0 Fitted V =  -177.417961408 Chi2 =  0.383227812349
Init V =  -100.0 Fitted V =  -177.417493711 Chi2 =  0.383228118148
Init V =  -200.0 Fitted V =  -177.418265205 Chi2 =  0.383227609997
Init V =  -300.0 Fitted V =  -177.418255719 Chi2 =  0.383227605564
Init V =  -400.0 Fitted V =  -426.499307327 Chi2 =  0.476127277527
Init V =  -500.0 Fitted V =  -505.258748315 Chi2 =  0.692219325717
Init V =  -600.0 Fitted V =  -584.765215941 Chi2 =  0.655330027883
Init V =  0.0 Fitted V =  -12.3987626252 Chi2 =  0.521090041927
Init V =  -100.0 Fitted V =  -263.873909512 Chi2 =  0.405743259399
Init V =  -200.0 Fitted V =  -185.850748277 Chi2 =  0.383417262592
Init V =  -300.0 Fitted V =  -311.676573453 Chi2 =  0.518235705657
Init V =  -400.0 Fitted V =  -421.852253921 Chi2 =  0.366288416693
Init V =  -500.0 Fitted V =  -421.850161726 Chi2 =  0.366287968473
Init V =  -600.0 Fitted V =  -600.501040017 Chi2 =  0.511390976792
Init V =  0.0 Fitted V =  -6.52108415602 Chi2 =  0.866856882994
Init V =  -100.0 Fitted V =  -235.148091202 Chi2 =  0.537129800906
Init V =  -200.0 Fitted V =  -182.731078207 Chi2 =  0.540173530541
Init V =  -300.0 Fitted V =  -235.175442619 Chi2 =  0.537129923706
Init V =  -400.0 Fitted V =  -425.564346182 Chi2 =  0.570705874771
Init V =  -500.0 Fitted V =  -499.464774838 Chi2 =  0.895400289792
Init V =  -600.0 Fitted V =  -609.195667037 Chi2 =  0.894926838628
Init V =  0.0 Fitted V =  -195.07063876 Chi2 =  0.557465226977
Init V =  -100.0 Fitted V =  -195.042544373 Chi2 =  0.557465566614
Init V =  -200.0 Fitted V =  -182.108022167 Chi2 =  0.522295112024
Init V =  -300.0 Fitted V =  -195.044859909 Chi2 =  0.557465541288
Init V =  -400.0 Fitted V =  -419.789800649 Chi2 =  0.620698416243
Init V =  -500.0 Fitted V =  -499.092788575 Chi2 =  0.887234804098
Init V =  -600.0 Fitted V =  -583.906936753 Chi2 =  0.888135709566
Init V =  0.0 Fitted V =  -104.905655794 Chi2 =  0.724374712878
Init V =  -100.0 Fitted V =  -104.905408686 Chi2 =  0.724374432474
Init V =  -200.0 Fitted V =  -104.906011978 Chi2 =  0.724374914195
Init V =  -300.0 Fitted V =  -136.751889701 Chi2 =  0.752889701611
Init V =  -400.0 Fitted V =  -421.470489931 Chi2 =  0.771369482792
Init V =  -500.0 Fitted V =  -497.493049594 Chi2 =  1.17657029311
Init V =  -600.0 Fitted V =  -557.380027474 Chi2 =  1.040172319
Init V =  0.0 Fitted V =  -68.2092391029 Chi2 =  0.889289638567
Init V =  -100.0 Fitted V =  -68.2096929547 Chi2 =  0.889290029543
Init V =  -200.0 Fitted V =  -196.888662256 Chi2 =  1.45693689606
Init V =  -300.0 Fitted V =  -291.998792667 Chi2 =  1.54151511801
Init V =  -400.0 Fitted V =  -416.067530371 Chi2 =  1.13793266854
Init V =  -500.0 Fitted V =  -496.857420805 Chi2 =  1.59337304447
Init V =  -600.0 Fitted V =  -152.731839791 Chi2 =  0.96962814234
Init V =  0.0 Fitted V =  -89.3454380076 Chi2 =  0.752298486279
Init V =  -100.0 Fitted V =  -89.3406313431 Chi2 =  0.752300569519
Init V =  -200.0 Fitted V =  -89.34594936 Chi2 =  0.75229830539
Init V =  -300.0 Fitted V =  -307.712964058 Chi2 =  1.37687643061
Init V =  -400.0 Fitted V =  -417.162765229 Chi2 =  1.0183878881
Init V =  -500.0 Fitted V =  -89.3403919249 Chi2 =  0.752300765227
Init V =  -600.0 Fitted V =  -611.612088849 Chi2 =  1.14468992441
Init V =  0.0 Fitted V =  -71.6466574718 Chi2 =  0.899664876503
Init V =  -100.0 Fitted V =  -71.6466034608 Chi2 =  0.899664905748
Init V =  -200.0 Fitted V =  -191.616059876 Chi2 =  1.54148823858
Init V =  -300.0 Fitted V =  -71.6461032019 Chi2 =  0.899662920485
Init V =  -400.0 Fitted V =  -413.655539765 Chi2 =  1.06616983202
Init V =  -500.0 Fitted V =  -495.647271837 Chi2 =  1.63790567742
Init V =  -600.0 Fitted V =  -556.604261897 Chi2 =  1.65236827989
Init V =  0.0 Fitted V =  -76.3835231395 Chi2 =  0.96004014105
Init V =  -100.0 Fitted V =  -76.3837157036 Chi2 =  0.960040839358
Init V =  -200.0 Fitted V =  -198.466563601 Chi2 =  1.40083556402
Init V =  -300.0 Fitted V =  52.4605644984 Chi2 =  1.02353265186
Init V =  -400.0 Fitted V =  -416.473934004 Chi2 =  0.780829389766
Init V =  -500.0 Fitted V =  -499.628735755 Chi2 =  1.43209562917
Init V =  -600.0 Fitted V =  52.4561972433 Chi2 =  1.02353293977
Init V =  0.0 Fitted V =  -79.7694962024 Chi2 =  1.11102547625
Init V =  -100.0 Fitted V =  -79.7734431256 Chi2 =  1.11101298618
Init V =  -200.0 Fitted V =  -206.969699638 Chi2 =  1.40466936875
Init V =  -300.0 Fitted V =  -278.368217643 Chi2 =  1.45535374743
Init V =  -400.0 Fitted V =  -416.108352885 Chi2 =  0.970317710001
Init V =  -500.0 Fitted V =  -496.48941344 Chi2 =  1.52041014772
Init V =  -600.0 Fitted V =  -442.393995634 Chi2 =  1.20440296034
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  175.335957264 Chi2 =  2.64584193047
Init V =  -100.0 Fitted V =  -46.980943757 Chi2 =  3.89431732109
Init V =  -200.0 Fitted V =  -209.838909551 Chi2 =  4.46137031801
Init V =  -300.0 Fitted V =  -280.656973771 Chi2 =  4.33778760219
Init V =  -400.0 Fitted V =  -420.081664895 Chi2 =  2.64196522274
Init V =  -500.0 Fitted V =  -491.708101479 Chi2 =  4.51235246392
Init V =  -600.0 Fitted V =  -502.283158637 Chi2 =  3.54973907806
Init V =  0.0 Fitted V =  -48.474816381 Chi2 =  3.01354894139
Init V =  -100.0 Fitted V =  -48.4750213145 Chi2 =  3.01354864768
Init V =  -200.0 Fitted V =  -416.270242191 Chi2 =  1.47310384294
Init V =  -300.0 Fitted V =  -276.038748068 Chi2 =  3.56185334872
Init V =  -400.0 Fitted V =  -416.270091145 Chi2 =  1.47310490885
Init V =  -500.0 Fitted V =  -491.92814686 Chi2 =  3.4370030748
Init V =  -600.0 Fitted V =  -606.5235247 Chi2 =  3.45270519505
Init V =  0.0 Fitted V =  -40.1507468556 Chi2 =  3.42077812169
Init V =  -100.0 Fitted V =  -40.1519823625 Chi2 =  3.4207779388
Init V =  -200.0 Fitted V =  -214.644474172 Chi2 =  4.06858433915
Init V =  -300.0 Fitted V =  -289.70637081 Chi2 =  4.04874836832
Init V =  -400.0 Fitted V =  -418.045843877 Chi2 =  2.16367552764
Init V =  -500.0 Fitted V =  -492.568483029 Chi2 =  4.19665138114
Init V =  -600.0 Fitted V =  -504.061856683 Chi2 =  2.97302611227
Init V =  0.0 Fitted V =  -42.4806917976 Chi2 =  3.05938241243
Init V =  -100.0 Fitted V =  252.278125883 Chi2 =  1.30240291941
Init V =  -200.0 Fitted V =  -190.078288373 Chi2 =  3.38431236909
Init V =  -300.0 Fitted V =  -286.64813551 Chi2 =  3.48459859362
Init V =  -400.0 Fitted V =  -421.575318292 Chi2 =  1.3994970255
Init V =  -500.0 Fitted V =  -502.597939636 Chi2 =  3.51894645462
Init V =  -600.0 Fitted V =  -421.575975941 Chi2 =  1.3994938518
Init V =  0.0 Fitted V =  -45.2928533589 Chi2 =  2.45041488257
Init V =  -100.0 Fitted V =  259.287537717 Chi2 =  1.01925595042
Init V =  -200.0 Fitted V =  -414.873436117 Chi2 =  1.0667629695
Init V =  -300.0 Fitted V =  -276.815912895 Chi2 =  2.89836376672
Init V =  -400.0 Fitted V =  -414.873858178 Chi2 =  1.06676118789
Init V =  -500.0 Fitted V =  -414.873769998 Chi2 =  1.06676161579
Init V =  -600.0 Fitted V =  -414.873924769 Chi2 =  1.06676085588
Init V =  0.0 Fitted V =  -41.0161217258 Chi2 =  2.49336716647
Init V =  -100.0 Fitted V =  76.1946667664 Chi2 =  2.36638459284
Init V =  -200.0 Fitted V =  -403.879359907 Chi2 =  1.28187069257
Init V =  -300.0 Fitted V =  -403.88109086 Chi2 =  1.28186820848
Init V =  -400.0 Fitted V =  -403.88006322 Chi2 =  1.28186890827
Init V =  -500.0 Fitted V =  -496.652130137 Chi2 =  2.91910458719
Init V =  -600.0 Fitted V =  -626.862827265 Chi2 =  2.83395090994
Init V =  0.0 Fitted V =  -35.3512672476 Chi2 =  2.35400249284
Init V =  -100.0 Fitted V =  -401.818160026 Chi2 =  0.966071604531
Init V =  -200.0 Fitted V =  -212.139236689 Chi2 =  2.76078382559
Init V =  -300.0 Fitted V =  -401.817731303 Chi2 =  0.966070930468
Init V =  -400.0 Fitted V =  -401.817398294 Chi2 =  0.966070339003
Init V =  -500.0 Fitted V =  -541.246566235 Chi2 =  2.65994326692
Init V =  -600.0 Fitted V =  -608.928567335 Chi2 =  2.67621787058
Init V =  0.0 Fitted V =  187.839370705 Chi2 =  1.42598271452
Init V =  -100.0 Fitted V =  187.808791077 Chi2 =  1.42598462831
Init V =  -200.0 Fitted V =  -411.156824852 Chi2 =  1.29727176619
Init V =  -300.0 Fitted V =  -411.158286748 Chi2 =  1.29727208736
Init V =  -400.0 Fitted V =  -398.348650591 Chi2 =  0.999751327972
Init V =  -500.0 Fitted V =  -411.170092262 Chi2 =  1.29727096656
Init V =  -600.0 Fitted V =  -411.166429208 Chi2 =  1.29727097674
Init V =  0.0 Fitted V =  -43.2605611389 Chi2 =  1.34883907952
Init V =  -100.0 Fitted V =  130.763853164 Chi2 =  1.15456086242
Init V =  -200.0 Fitted V =  -197.014756024 Chi2 =  1.58983060291
Init V =  -300.0 Fitted V =  -371.174871659 Chi2 =  1.12814155917
Init V =  -400.0 Fitted V =  -412.628544671 Chi2 =  0.739006790226
Init V =  -500.0 Fitted V =  -413.137169116 Chi2 =  0.838704849014
Init V =  -600.0 Fitted V =  -371.092856131 Chi2 =  1.12815321989
Init V =  0.0 Fitted V =  -30.8298518238 Chi2 =  1.90826074756
Init V =  -100.0 Fitted V =  -415.990162677 Chi2 =  0.747850821742
Init V =  -200.0 Fitted V =  -415.988939561 Chi2 =  0.74785443052
Init V =  -300.0 Fitted V =  -415.98974951 Chi2 =  0.747852033735
Init V =  -400.0 Fitted V =  -415.989572048 Chi2 =  0.747852560888
Init V =  -500.0 Fitted V =  -415.989723793 Chi2 =  0.747852117842
Init V =  -600.0 Fitted V =  -415.989314798 Chi2 =  0.747853319244
Init V =  0.0 Fitted V =  -34.4913523886 Chi2 =  1.90206019888
Init V =  -100.0 Fitted V =  -34.4950491317 Chi2 =  1.90205543994
Init V =  -200.0 Fitted V =  -216.614109662 Chi2 =  2.04478870735
Init V =  -300.0 Fitted V =  -421.466383615 Chi2 =  0.61130328401
Init V =  -400.0 Fitted V =  -421.466055117 Chi2 =  0.611301763207
Init V =  -500.0 Fitted V =  -421.466187087 Chi2 =  0.611302321476
Init V =  -600.0 Fitted V =  -421.466326896 Chi2 =  0.611302958183
Init V =  0.0 Fitted V =  -38.2814530205 Chi2 =  2.17922892805
Init V =  -100.0 Fitted V =  -422.427509226 Chi2 =  0.770764962869
Init V =  -200.0 Fitted V =  -195.165416975 Chi2 =  2.34770905499
Init V =  -300.0 Fitted V =  -422.427611701 Chi2 =  0.770766177549
Init V =  -400.0 Fitted V =  -422.427533092 Chi2 =  0.770765260703
Init V =  -500.0 Fitted V =  -422.427669453 Chi2 =  0.770766995446
Init V =  -600.0 Fitted V =  -422.42766982 Chi2 =  0.770766819582
Init V =  0.0 Fitted V =  -38.0496452009 Chi2 =  2.0197358766
Init V =  -100.0 Fitted V =  241.584032554 Chi2 =  0.874936493787
Init V =  -200.0 Fitted V =  -440.271604197 Chi2 =  0.710334120426
Init V =  -300.0 Fitted V =  -440.271441809 Chi2 =  0.710333515042
Init V =  -400.0 Fitted V =  -440.271559888 Chi2 =  0.710334445923
Init V =  -500.0 Fitted V =  -440.27138037 Chi2 =  0.710333081862
Init V =  -600.0 Fitted V =  -440.271757975 Chi2 =  0.710334732375
Init V =  0.0 Fitted V =  137.252484628 Chi2 =  1.06253335633
Init V =  -100.0 Fitted V =  -427.307446832 Chi2 =  0.545670264348
Init V =  -200.0 Fitted V =  -427.307683384 Chi2 =  0.545668911529
Init V =  -300.0 Fitted V =  -427.307636842 Chi2 =  0.545669191844
Init V =  -400.0 Fitted V =  -427.30745474 Chi2 =  0.545670232655
Init V =  -500.0 Fitted V =  -427.307296109 Chi2 =  0.54567112735
Init V =  -600.0 Fitted V =  -427.307475696 Chi2 =  0.545670093834
Init V =  0.0 Fitted V =  -36.1390704601 Chi2 =  1.24880159145
Init V =  -100.0 Fitted V =  -452.41777126 Chi2 =  0.545489776448
Init V =  -200.0 Fitted V =  -452.418190518 Chi2 =  0.545489400121
Init V =  -300.0 Fitted V =  -452.416496824 Chi2 =  0.545490901623
Init V =  -400.0 Fitted V =  -452.419013683 Chi2 =  0.545489120705
Init V =  -500.0 Fitted V =  -452.430383907 Chi2 =  0.545478640986
Init V =  -600.0 Fitted V =  -615.505946429 Chi2 =  1.38434480778
Init V =  0.0 Fitted V =  -30.3790950825 Chi2 =  0.80215498634
Init V =  -100.0 Fitted V =  -392.035060026 Chi2 =  0.281430186519
Init V =  -200.0 Fitted V =  -392.03514264 Chi2 =  0.281430090867
Init V =  -300.0 Fitted V =  -392.036837157 Chi2 =  0.281428297219
Init V =  -400.0 Fitted V =  -392.044813807 Chi2 =  0.28142011512
Init V =  -500.0 Fitted V =  -392.037139365 Chi2 =  0.281428057156
Init V =  -600.0 Fitted V =  -688.726445519 Chi2 =  0.828553093759
Init V =  0.0 Fitted V =  -20.2407101096 Chi2 =  1.2309047554
Init V =  -100.0 Fitted V =  -299.142235318 Chi2 =  0.521543239712
Init V =  -200.0 Fitted V =  -299.140761567 Chi2 =  0.521543546309
Init V =  -300.0 Fitted V =  -299.140375552 Chi2 =  0.521543317496
Init V =  -400.0 Fitted V =  -299.149754013 Chi2 =  0.521542143273
Init V =  -500.0 Fitted V =  -506.865460153 Chi2 =  1.26351357581
Init V =  -600.0 Fitted V =  -613.989730324 Chi2 =  1.27362953423
Init V =  0.0 Fitted V =  -245.192269037 Chi2 =  0.40106625005
Init V =  -100.0 Fitted V =  -245.192232941 Chi2 =  0.401066212561
Init V =  -200.0 Fitted V =  -245.187352598 Chi2 =  0.401065515185
Init V =  -300.0 Fitted V =  -245.193131226 Chi2 =  0.401066364486
Init V =  -400.0 Fitted V =  -245.192161711 Chi2 =  0.401066230626
Init V =  -500.0 Fitted V =  -490.997721644 Chi2 =  1.15728008988
Init V =  -600.0 Fitted V =  -245.194038238 Chi2 =  0.401066482953
Init V =  0.0 Fitted V =  -226.695546114 Chi2 =  0.508418273562
Init V =  -100.0 Fitted V =  -226.695574745 Chi2 =  0.508418131992
Init V =  -200.0 Fitted V =  -226.695278435 Chi2 =  0.508419775099
Init V =  -300.0 Fitted V =  -226.695398343 Chi2 =  0.50841920918
Init V =  -400.0 Fitted V =  -226.695511598 Chi2 =  0.508418549515
Init V =  -500.0 Fitted V =  -226.695378036 Chi2 =  0.508419330915
Init V =  -600.0 Fitted V =  -226.695592636 Chi2 =  0.508418055457
Init V =  0.0 Fitted V =  -222.240846607 Chi2 =  0.408384637264
Init V =  -100.0 Fitted V =  -222.240891838 Chi2 =  0.408384452116
Init V =  -200.0 Fitted V =  -222.240935212 Chi2 =  0.408384199626
Init V =  -300.0 Fitted V =  -222.240716454 Chi2 =  0.40838514819
Init V =  -400.0 Fitted V =  -222.240725162 Chi2 =  0.408385181565
Init V =  -500.0 Fitted V =  -222.240824822 Chi2 =  0.408384740166
Init V =  -600.0 Fitted V =  -222.240919594 Chi2 =  0.408384316942
Init V =  0.0 Fitted V =  -17.9162401343 Chi2 =  3.07621149342
Init V =  -100.0 Fitted V =  -211.58007491 Chi2 =  0.318449384077
Init V =  -200.0 Fitted V =  -211.580085801 Chi2 =  0.318449070498
Init V =  -300.0 Fitted V =  -301.091348791 Chi2 =  3.07981963685
Init V =  -400.0 Fitted V =  -420.903921298 Chi2 =  2.97829114427
Init V =  -500.0 Fitted V =  -488.789561541 Chi2 =  3.09641081178
Init V =  -600.0 Fitted V =  -593.342114822 Chi2 =  3.06735808216
Init V =  0.0 Fitted V =  -11.606359821 Chi2 =  0.994202273087
Init V =  -100.0 Fitted V =  -208.994479167 Chi2 =  0.269249769213
Init V =  -200.0 Fitted V =  -208.99449137 Chi2 =  0.269249750852
Init V =  -300.0 Fitted V =  -296.830781177 Chi2 =  0.989957626108
Init V =  -400.0 Fitted V =  -208.994425678 Chi2 =  0.269249833514
Init V =  -500.0 Fitted V =  -501.250053669 Chi2 =  1.00924031598
Init V =  -600.0 Fitted V =  -620.575818987 Chi2 =  1.0011892732
Init V =  0.0 Fitted V =  -216.172232852 Chi2 =  0.240766025806
Init V =  -100.0 Fitted V =  -216.172133279 Chi2 =  0.240766216737
Init V =  -200.0 Fitted V =  -216.172258191 Chi2 =  0.240765976067
Init V =  -300.0 Fitted V =  -299.451385871 Chi2 =  0.937289345456
Init V =  -400.0 Fitted V =  -216.172115064 Chi2 =  0.240766244979
Init V =  -500.0 Fitted V =  -216.172154162 Chi2 =  0.24076620449
Init V =  -600.0 Fitted V =  -546.838172961 Chi2 =  0.943385846326
Init V =  0.0 Fitted V =  -13.6645163983 Chi2 =  1.66095740145
Init V =  -100.0 Fitted V =  -214.978523299 Chi2 =  0.384651669206
Init V =  -200.0 Fitted V =  -214.978628067 Chi2 =  0.384651215308
Init V =  -300.0 Fitted V =  -214.978657962 Chi2 =  0.384651150978
Init V =  -400.0 Fitted V =  -214.978641671 Chi2 =  0.384651134257
Init V =  -500.0 Fitted V =  -508.499297702 Chi2 =  1.65597274774
Init V =  -600.0 Fitted V =  -707.02055806 Chi2 =  318.685258405
Init V =  0.0 Fitted V =  -205.022371794 Chi2 =  0.349619244738
Init V =  -100.0 Fitted V =  -205.022632819 Chi2 =  0.34961888798
Init V =  -200.0 Fitted V =  -205.022799305 Chi2 =  0.349618576474
Init V =  -300.0 Fitted V =  -297.067471357 Chi2 =  1.25108509568
Init V =  -400.0 Fitted V =  -205.022722447 Chi2 =  0.349618712824
Init V =  -500.0 Fitted V =  -205.022623638 Chi2 =  0.349618828516
Init V =  -600.0 Fitted V =  -205.022776706 Chi2 =  0.34961860868
Init V =  0.0 Fitted V =  -197.745371269 Chi2 =  0.530795923221
Init V =  -100.0 Fitted V =  -197.746601132 Chi2 =  0.530796176794
Init V =  -200.0 Fitted V =  -196.118281584 Chi2 =  0.355209375226
Init V =  -300.0 Fitted V =  -283.044563544 Chi2 =  0.942266777097
Init V =  -400.0 Fitted V =  -419.872293036 Chi2 =  0.788257379845
Init V =  -500.0 Fitted V =  -504.829227698 Chi2 =  0.95189017029
Init V =  -600.0 Fitted V =  -197.746656389 Chi2 =  0.530796232661
Init V =  0.0 Fitted V =  -197.593543044 Chi2 =  0.305192740663
Init V =  -100.0 Fitted V =  -197.593816836 Chi2 =  0.305192335834
Init V =  -200.0 Fitted V =  -197.593494562 Chi2 =  0.305192848301
Init V =  -300.0 Fitted V =  -281.672356545 Chi2 =  1.14201086969
Init V =  -400.0 Fitted V =  -423.475586461 Chi2 =  1.01469741055
Init V =  -500.0 Fitted V =  -547.263548342 Chi2 =  1.13775787211
Init V =  -600.0 Fitted V =  -197.593508877 Chi2 =  0.305192797748
Init V =  0.0 Fitted V =  -189.796166924 Chi2 =  0.347269407134
Init V =  -100.0 Fitted V =  -189.79610691 Chi2 =  0.347269466878
Init V =  -200.0 Fitted V =  -189.796265248 Chi2 =  0.347269272312
Init V =  -300.0 Fitted V =  -301.435109884 Chi2 =  1.1826479913
Init V =  -400.0 Fitted V =  -419.686604305 Chi2 =  1.04850870126
Init V =  -500.0 Fitted V =  -503.891978035 Chi2 =  1.20380903753
Init V =  -600.0 Fitted V =  -189.796322614 Chi2 =  0.347269182748
Init V =  0.0 Fitted V =  -18.1087932758 Chi2 =  1.56984291449
Init V =  -100.0 Fitted V =  -176.710443924 Chi2 =  0.457230554688
Init V =  -200.0 Fitted V =  -176.710587388 Chi2 =  0.457230501607
Init V =  -300.0 Fitted V =  -176.71086357 Chi2 =  0.457230138878
Init V =  -400.0 Fitted V =  -427.345405676 Chi2 =  1.3008702651
Init V =  -500.0 Fitted V =  -176.710475793 Chi2 =  0.457230669238
Init V =  -600.0 Fitted V =  -176.710625937 Chi2 =  0.457230443301
Init V =  0.0 Fitted V =  -185.762249016 Chi2 =  0.248720036571
Init V =  -100.0 Fitted V =  -185.76213903 Chi2 =  0.248720142508
Init V =  -200.0 Fitted V =  -185.762139369 Chi2 =  0.248720171909
Init V =  -300.0 Fitted V =  -185.762251803 Chi2 =  0.248720008795
Init V =  -400.0 Fitted V =  -421.908868811 Chi2 =  1.19830573743
Init V =  -500.0 Fitted V =  -488.539663786 Chi2 =  1.3285467254
Init V =  -600.0 Fitted V =  -762.692318599 Chi2 =  317.780859941
Init V =  0.0 Fitted V =  -183.913968388 Chi2 =  0.239070940392
Init V =  -100.0 Fitted V =  -183.913974744 Chi2 =  0.239070886135
Init V =  -200.0 Fitted V =  -183.914006211 Chi2 =  0.239070777317
Init V =  -300.0 Fitted V =  -183.914018336 Chi2 =  0.239070787049
Init V =  -400.0 Fitted V =  -422.19524343 Chi2 =  1.02467832994
Init V =  -500.0 Fitted V =  -499.616054038 Chi2 =  1.15436160348
Init V =  -600.0 Fitted V =  -563.867404376 Chi2 =  1.14606851619
Init V =  0.0 Fitted V =  -14.9335190678 Chi2 =  1.01726185362
Init V =  -100.0 Fitted V =  -171.307326247 Chi2 =  0.253278764675
Init V =  -200.0 Fitted V =  -171.30766374 Chi2 =  0.253278871981
Init V =  -300.0 Fitted V =  -320.294662167 Chi2 =  1.02288767086
Init V =  -400.0 Fitted V =  -416.413122386 Chi2 =  0.920464986385
Init V =  -500.0 Fitted V =  -499.766032237 Chi2 =  1.05086043485
Init V =  -600.0 Fitted V =  -576.18004691 Chi2 =  1.03752481173
Init V =  0.0 Fitted V =  -12.6033967309 Chi2 =  1.32524068196
Init V =  -100.0 Fitted V =  -179.656115819 Chi2 =  0.395765676723
Init V =  -200.0 Fitted V =  -179.656139935 Chi2 =  0.395765664158
Init V =  -300.0 Fitted V =  -179.656134217 Chi2 =  0.395765639146
Init V =  -400.0 Fitted V =  -421.827483963 Chi2 =  1.16812143065
Init V =  -500.0 Fitted V =  -496.706095109 Chi2 =  1.347646137
Init V =  -600.0 Fitted V =  -609.43207825 Chi2 =  1.37922852651
Init V =  0.0 Fitted V =  -41.0186350049 Chi2 =  1.11987247618
Init V =  -100.0 Fitted V =  -175.875481509 Chi2 =  0.372888294585
Init V =  -200.0 Fitted V =  -175.875575967 Chi2 =  0.372888364367
Init V =  -300.0 Fitted V =  -175.875706956 Chi2 =  0.37288826219
Init V =  -400.0 Fitted V =  -424.868898534 Chi2 =  0.995159715013
Init V =  -500.0 Fitted V =  -504.665939076 Chi2 =  1.14665155232
Init V =  -600.0 Fitted V =  -610.221080844 Chi2 =  1.13818669676
Init V =  0.0 Fitted V =  -176.164223758 Chi2 =  0.509825330239
Init V =  -100.0 Fitted V =  -176.1647525 Chi2 =  0.509824847355
Init V =  -200.0 Fitted V =  -176.164133916 Chi2 =  0.509825507278
Init V =  -300.0 Fitted V =  -176.164279627 Chi2 =  0.509825277437
Init V =  -400.0 Fitted V =  -414.539981069 Chi2 =  1.79756295723
Init V =  -500.0 Fitted V =  -488.668858647 Chi2 =  2.06092461742
Init V =  -600.0 Fitted V =  -772.483030047 Chi2 =  318.440716925
Init V =  0.0 Fitted V =  -183.181144043 Chi2 =  0.557188461612
Init V =  -100.0 Fitted V =  -183.181105988 Chi2 =  0.557188543285
Init V =  -200.0 Fitted V =  -183.181028142 Chi2 =  0.557188687443
Init V =  -300.0 Fitted V =  -296.674009131 Chi2 =  1.69316038385
Init V =  -400.0 Fitted V =  -421.941636642 Chi2 =  1.47511572138
Init V =  -500.0 Fitted V =  -501.726087932 Chi2 =  1.72196372064
Init V =  -600.0 Fitted V =  -620.245592019 Chi2 =  1.71887645063
Init V =  0.0 Fitted V =  -107.392177427 Chi2 =  0.750594562081
Init V =  -100.0 Fitted V =  -107.393906363 Chi2 =  0.750593205282
Init V =  -200.0 Fitted V =  -107.394538992 Chi2 =  0.750593192678
Init V =  -300.0 Fitted V =  -315.880097474 Chi2 =  2.18612299175
Init V =  -400.0 Fitted V =  -423.148956734 Chi2 =  1.89632457423
Init V =  -500.0 Fitted V =  -493.970739759 Chi2 =  2.16721338094
Init V =  -600.0 Fitted V =  -624.551134674 Chi2 =  1.62181156454
Init V =  0.0 Fitted V =  -91.3739584827 Chi2 =  0.831515162734
Init V =  -100.0 Fitted V =  -91.3659190153 Chi2 =  0.831510888542
Init V =  -200.0 Fitted V =  -91.3731686394 Chi2 =  0.831515288765
Init V =  -300.0 Fitted V =  -311.801481657 Chi2 =  2.03335411756
Init V =  -400.0 Fitted V =  -422.047091099 Chi2 =  1.68028162944
Init V =  -500.0 Fitted V =  -492.570348102 Chi2 =  2.04629082634
Init V =  -600.0 Fitted V =  -605.82717569 Chi2 =  1.51191671904
Init V =  0.0 Fitted V =  -73.2951109319 Chi2 =  0.923701850302
Init V =  -100.0 Fitted V =  -73.2951259682 Chi2 =  0.923701875985
Init V =  -200.0 Fitted V =  -204.26818484 Chi2 =  2.10598718619
Init V =  -300.0 Fitted V =  -73.2953597612 Chi2 =  0.923703311886
Init V =  -400.0 Fitted V =  -415.633144116 Chi2 =  1.61408646107
Init V =  -500.0 Fitted V =  -503.694383551 Chi2 =  1.95717932813
Init V =  -600.0 Fitted V =  -614.405803324 Chi2 =  1.61157642107
Init V =  0.0 Fitted V =  -102.847303152 Chi2 =  0.824418932801
Init V =  -100.0 Fitted V =  -102.850026503 Chi2 =  0.824418901832
Init V =  -200.0 Fitted V =  -102.846467608 Chi2 =  0.824420558565
Init V =  -300.0 Fitted V =  -102.852981559 Chi2 =  0.824421025127
Init V =  -400.0 Fitted V =  -422.548904305 Chi2 =  1.18536498929
Init V =  -500.0 Fitted V =  -498.659503646 Chi2 =  1.45985052021
Init V =  -600.0 Fitted V =  -604.322294705 Chi2 =  1.26812374032
Init V =  0.0 Fitted V =  -100.653890201 Chi2 =  1.34103149864
Init V =  -100.0 Fitted V =  -100.638449076 Chi2 =  1.34102391925
Init V =  -200.0 Fitted V =  -198.269033812 Chi2 =  1.69008984617
Init V =  -300.0 Fitted V =  -319.45077159 Chi2 =  1.99781169503
Init V =  -400.0 Fitted V =  -424.211112917 Chi2 =  1.34707916389
Init V =  -500.0 Fitted V =  -504.65658912 Chi2 =  2.02010795763
Init V =  -600.0 Fitted V =  -769.60371071 Chi2 =  311.306430723
Init V =  0.0 Fitted V =  -123.646937503 Chi2 =  1.40892402769
Init V =  -100.0 Fitted V =  -92.0393926914 Chi2 =  1.27726082627
Init V =  -200.0 Fitted V =  -195.385919808 Chi2 =  2.04948998118
Init V =  -300.0 Fitted V =  -123.713348706 Chi2 =  1.40892756683
Init V =  -400.0 Fitted V =  -417.055697133 Chi2 =  1.5688169141
Init V =  -500.0 Fitted V =  -496.013905842 Chi2 =  2.24990958138
Init V =  -600.0 Fitted V =  -123.714193069 Chi2 =  1.40892764044
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  261.70985571 Chi2 =  2.08505280596
Init V =  -100.0 Fitted V =  -52.1002822713 Chi2 =  3.95563172992
Init V =  -200.0 Fitted V =  -197.788112373 Chi2 =  4.41764888279
Init V =  -300.0 Fitted V =  -288.135690723 Chi2 =  4.48150011354
Init V =  -400.0 Fitted V =  -410.916290087 Chi2 =  1.95925763194
Init V =  -500.0 Fitted V =  -491.991695021 Chi2 =  4.50704509248
Init V =  -600.0 Fitted V =  -410.916494901 Chi2 =  1.95925769111
Init V =  0.0 Fitted V =  -42.3866344582 Chi2 =  3.62611928866
Init V =  -100.0 Fitted V =  -42.387202983 Chi2 =  3.62611201544
Init V =  -200.0 Fitted V =  -211.040101711 Chi2 =  4.23962926809
Init V =  -300.0 Fitted V =  -409.062371626 Chi2 =  1.89669907254
Init V =  -400.0 Fitted V =  -409.063286732 Chi2 =  1.89669649402
Init V =  -500.0 Fitted V =  -491.586019047 Chi2 =  4.22138690481
Init V =  -600.0 Fitted V =  -409.062192301 Chi2 =  1.89669800345
Init V =  0.0 Fitted V =  -45.5580005697 Chi2 =  2.82780879629
Init V =  -100.0 Fitted V =  -45.5581712736 Chi2 =  2.82780116539
Init V =  -200.0 Fitted V =  -220.697993398 Chi2 =  3.45259302996
Init V =  -300.0 Fitted V =  -280.252719659 Chi2 =  3.50479447775
Init V =  -400.0 Fitted V =  -416.051651337 Chi2 =  1.62776365751
Init V =  -500.0 Fitted V =  -494.0386249 Chi2 =  3.52507104275
Init V =  -600.0 Fitted V =  -416.051511214 Chi2 =  1.62776355603
Init V =  0.0 Fitted V =  -42.7195036567 Chi2 =  2.48563135166
Init V =  -100.0 Fitted V =  -42.7201398086 Chi2 =  2.4856328125
Init V =  -200.0 Fitted V =  -417.526577268 Chi2 =  1.5654119823
Init V =  -300.0 Fitted V =  -417.52595276 Chi2 =  1.56541366454
Init V =  -400.0 Fitted V =  -417.526209174 Chi2 =  1.56541291353
Init V =  -500.0 Fitted V =  -494.865268852 Chi2 =  3.17221481792
Init V =  -600.0 Fitted V =  -600.334545931 Chi2 =  2.97091365101
Init V =  0.0 Fitted V =  -414.922272958 Chi2 =  1.01969145551
Init V =  -100.0 Fitted V =  -42.0084035856 Chi2 =  2.78906742197
Init V =  -200.0 Fitted V =  -414.92231737 Chi2 =  1.01969127481
Init V =  -300.0 Fitted V =  -414.922363334 Chi2 =  1.0196911678
Init V =  -400.0 Fitted V =  -414.92194156 Chi2 =  1.01969261405
Init V =  -500.0 Fitted V =  -414.921989515 Chi2 =  1.01969222193
Init V =  -600.0 Fitted V =  -414.922336116 Chi2 =  1.01969122994
Init V =  0.0 Fitted V =  -44.5371241331 Chi2 =  2.38788286538
Init V =  -100.0 Fitted V =  268.417352806 Chi2 =  1.13813181475
Init V =  -200.0 Fitted V =  -404.638889604 Chi2 =  1.01398997718
Init V =  -300.0 Fitted V =  -404.638914804 Chi2 =  1.01398994009
Init V =  -400.0 Fitted V =  -404.638054244 Chi2 =  1.01399245072
Init V =  -500.0 Fitted V =  -500.602878335 Chi2 =  2.70684081807
Init V =  -600.0 Fitted V =  -404.638372892 Chi2 =  1.01399112607
Init V =  0.0 Fitted V =  -33.8537028779 Chi2 =  1.72272897687
Init V =  -100.0 Fitted V =  -128.178562079 Chi2 =  2.14460005847
Init V =  -200.0 Fitted V =  -196.033294392 Chi2 =  2.14623486786
Init V =  -300.0 Fitted V =  -295.425758143 Chi2 =  2.17706398769
Init V =  -400.0 Fitted V =  -403.797615314 Chi2 =  1.01114826054
Init V =  -500.0 Fitted V =  -490.871575314 Chi2 =  2.16647098862
Init V =  -600.0 Fitted V =  -614.839308052 Chi2 =  1.9786563558
Init V =  0.0 Fitted V =  -41.4543477859 Chi2 =  1.62100638787
Init V =  -100.0 Fitted V =  -404.839927461 Chi2 =  1.16149339388
Init V =  -200.0 Fitted V =  -204.838021395 Chi2 =  1.83414127068
Init V =  -300.0 Fitted V =  -404.839330734 Chi2 =  1.16149377005
Init V =  -400.0 Fitted V =  -407.808101313 Chi2 =  0.825406781436
Init V =  -500.0 Fitted V =  -500.720017435 Chi2 =  1.90741629199
Init V =  -600.0 Fitted V =  -404.840971799 Chi2 =  1.16149271911
Init V =  0.0 Fitted V =  -42.3321639659 Chi2 =  1.93028826524
Init V =  -100.0 Fitted V =  -388.550591245 Chi2 =  1.26433308118
Init V =  -200.0 Fitted V =  -203.019091717 Chi2 =  2.09792393629
Init V =  -300.0 Fitted V =  -290.490550409 Chi2 =  2.16404624514
Init V =  -400.0 Fitted V =  -405.179592691 Chi2 =  0.862760052324
Init V =  -500.0 Fitted V =  -388.553320426 Chi2 =  1.26433273218
Init V =  -600.0 Fitted V =  -388.511921425 Chi2 =  1.26433814404
Init V =  0.0 Fitted V =  -39.3712629554 Chi2 =  1.65906688492
Init V =  -100.0 Fitted V =  79.3042215071 Chi2 =  4.19830160226
Init V =  -200.0 Fitted V =  -215.713094857 Chi2 =  1.87448603025
Init V =  -300.0 Fitted V =  -297.229554965 Chi2 =  1.88811486225
Init V =  -400.0 Fitted V =  -418.870058008 Chi2 =  0.734562405911
Init V =  -500.0 Fitted V =  -418.870018175 Chi2 =  0.734561859189
Init V =  -600.0 Fitted V =  -611.827655417 Chi2 =  1.81599236229
Init V =  0.0 Fitted V =  -38.0381282593 Chi2 =  1.69333032657
Init V =  -100.0 Fitted V =  -429.202437427 Chi2 =  0.615082367676
Init V =  -200.0 Fitted V =  -166.254660985 Chi2 =  1.71533302476
Init V =  -300.0 Fitted V =  -429.201804692 Chi2 =  0.615081303319
Init V =  -400.0 Fitted V =  -429.196733306 Chi2 =  0.615072100374
Init V =  -500.0 Fitted V =  -429.201694306 Chi2 =  0.615081027025
Init V =  -600.0 Fitted V =  -655.204388886 Chi2 =  1.78072113739
Init V =  0.0 Fitted V =  -33.7801168236 Chi2 =  1.72065743888
Init V =  -100.0 Fitted V =  -433.76870719 Chi2 =  0.654969237379
Init V =  -200.0 Fitted V =  -433.769436368 Chi2 =  0.65497123801
Init V =  -300.0 Fitted V =  -433.768973278 Chi2 =  0.654969935806
Init V =  -400.0 Fitted V =  -433.769461817 Chi2 =  0.6549714519
Init V =  -500.0 Fitted V =  -433.768698313 Chi2 =  0.654969172152
Init V =  -600.0 Fitted V =  -433.768687237 Chi2 =  0.654969213719
Init V =  0.0 Fitted V =  -34.9878068995 Chi2 =  1.5601219164
Init V =  -100.0 Fitted V =  -438.835381105 Chi2 =  0.39870724284
Init V =  -200.0 Fitted V =  -438.835239556 Chi2 =  0.39870708923
Init V =  -300.0 Fitted V =  -438.835717251 Chi2 =  0.398707558795
Init V =  -400.0 Fitted V =  -438.834504945 Chi2 =  0.398706301381
Init V =  -500.0 Fitted V =  -438.835913762 Chi2 =  0.398707711099
Init V =  -600.0 Fitted V =  -438.835372629 Chi2 =  0.398707190282
Init V =  0.0 Fitted V =  -34.9445827144 Chi2 =  1.3899664914
Init V =  -100.0 Fitted V =  -418.998503019 Chi2 =  0.431090759366
Init V =  -200.0 Fitted V =  -418.997900474 Chi2 =  0.431091626595
Init V =  -300.0 Fitted V =  -418.998037877 Chi2 =  0.431091427902
Init V =  -400.0 Fitted V =  -419.000422529 Chi2 =  0.431088054415
Init V =  -500.0 Fitted V =  -418.999024857 Chi2 =  0.431090008987
Init V =  -600.0 Fitted V =  -602.356239946 Chi2 =  1.45355784705
Init V =  0.0 Fitted V =  -392.945702917 Chi2 =  0.319418858103
Init V =  -100.0 Fitted V =  -392.947370856 Chi2 =  0.319418332838
Init V =  -200.0 Fitted V =  -392.947545281 Chi2 =  0.319418297388
Init V =  -300.0 Fitted V =  -392.947240096 Chi2 =  0.319418383205
Init V =  -400.0 Fitted V =  -392.961380004 Chi2 =  0.319414063062
Init V =  -500.0 Fitted V =  -392.960308249 Chi2 =  0.319414388529
Init V =  -600.0 Fitted V =  -613.08489422 Chi2 =  0.982333541754
Init V =  0.0 Fitted V =  -39.0377110561 Chi2 =  0.948710449918
Init V =  -100.0 Fitted V =  -394.807779603 Chi2 =  0.34683404478
Init V =  -200.0 Fitted V =  -394.808078982 Chi2 =  0.346833740238
Init V =  -300.0 Fitted V =  -394.80965372 Chi2 =  0.346832141431
Init V =  -400.0 Fitted V =  -394.820960981 Chi2 =  0.346820751634
Init V =  -500.0 Fitted V =  -394.809451184 Chi2 =  0.346832358141
Init V =  -600.0 Fitted V =  -603.404649977 Chi2 =  0.997994973881
Init V =  0.0 Fitted V =  -286.362159891 Chi2 =  0.698378843274
Init V =  -100.0 Fitted V =  -286.367682663 Chi2 =  0.698380801225
Init V =  -200.0 Fitted V =  -286.361316311 Chi2 =  0.698378473831
Init V =  -300.0 Fitted V =  -286.361624002 Chi2 =  0.698378599236
Init V =  -400.0 Fitted V =  -286.368855359 Chi2 =  0.698381186755
Init V =  -500.0 Fitted V =  -286.367224617 Chi2 =  0.698380623889
Init V =  -600.0 Fitted V =  -609.462428678 Chi2 =  1.61650724683
Init V =  0.0 Fitted V =  -242.158609948 Chi2 =  0.550445797718
Init V =  -100.0 Fitted V =  -242.158651986 Chi2 =  0.550445563449
Init V =  -200.0 Fitted V =  -242.158536338 Chi2 =  0.550446231511
Init V =  -300.0 Fitted V =  -242.158555896 Chi2 =  0.550446120337
Init V =  -400.0 Fitted V =  -242.158606657 Chi2 =  0.550445808981
Init V =  -500.0 Fitted V =  -242.158647804 Chi2 =  0.550445581251
Init V =  -600.0 Fitted V =  -242.158632155 Chi2 =  0.55044566972
Init V =  0.0 Fitted V =  -235.017575949 Chi2 =  0.450130246516
Init V =  -100.0 Fitted V =  -235.017681954 Chi2 =  0.45012990932
Init V =  -200.0 Fitted V =  -235.017805954 Chi2 =  0.450129509892
Init V =  -300.0 Fitted V =  -235.017698544 Chi2 =  0.450129858894
Init V =  -400.0 Fitted V =  -418.110977216 Chi2 =  2.36218979201
Init V =  -500.0 Fitted V =  -235.017795664 Chi2 =  0.450129521651
Init V =  -600.0 Fitted V =  -235.017748271 Chi2 =  0.450129687116
Init V =  0.0 Fitted V =  -228.792026059 Chi2 =  0.328208796498
Init V =  -100.0 Fitted V =  -95.693208174 Chi2 =  3.6152049799
Init V =  -200.0 Fitted V =  -228.792084306 Chi2 =  0.328208430878
Init V =  -300.0 Fitted V =  -228.792065647 Chi2 =  0.32820859236
Init V =  -400.0 Fitted V =  -228.792086983 Chi2 =  0.328208411835
Init V =  -500.0 Fitted V =  -496.662485353 Chi2 =  3.64942043856
Init V =  -600.0 Fitted V =  -228.792085217 Chi2 =  0.328208400042
Init V =  0.0 Fitted V =  -20.9182478098 Chi2 =  2.14278493433
Init V =  -100.0 Fitted V =  -92.6812169157 Chi2 =  2.17621907167
Init V =  -200.0 Fitted V =  -228.993788825 Chi2 =  0.287527651623
Init V =  -300.0 Fitted V =  -228.993844158 Chi2 =  0.287527816769
Init V =  -400.0 Fitted V =  -228.993864488 Chi2 =  0.287527775005
Init V =  -500.0 Fitted V =  -423.793079234 Chi2 =  2.10180740787
Init V =  -600.0 Fitted V =  -592.517214813 Chi2 =  2.18069059468
Init V =  0.0 Fitted V =  -18.8164228511 Chi2 =  1.0980979322
Init V =  -100.0 Fitted V =  -76.7454793699 Chi2 =  1.09721351618
Init V =  -200.0 Fitted V =  -230.416510503 Chi2 =  0.223298327586
Init V =  -300.0 Fitted V =  -230.416291416 Chi2 =  0.223298278093
Init V =  -400.0 Fitted V =  -416.254754766 Chi2 =  1.06143830031
Init V =  -500.0 Fitted V =  -230.416251824 Chi2 =  0.22329827216
Init V =  -600.0 Fitted V =  -605.21319948 Chi2 =  1.11021067958
Init V =  0.0 Fitted V =  -17.8848561064 Chi2 =  0.958196247996
Init V =  -100.0 Fitted V =  -224.989927377 Chi2 =  0.251966759387
Init V =  -200.0 Fitted V =  -224.98947181 Chi2 =  0.251967137307
Init V =  -300.0 Fitted V =  -224.989579217 Chi2 =  0.251967071725
Init V =  -400.0 Fitted V =  -224.98994925 Chi2 =  0.251966767682
Init V =  -500.0 Fitted V =  -224.989874335 Chi2 =  0.251966834772
Init V =  -600.0 Fitted V =  -224.989662475 Chi2 =  0.251967010056
Init V =  0.0 Fitted V =  -6.06082052422 Chi2 =  1.89746342878
Init V =  -100.0 Fitted V =  -216.735014626 Chi2 =  0.26557854357
Init V =  -200.0 Fitted V =  -216.735021295 Chi2 =  0.265578720277
Init V =  -300.0 Fitted V =  -216.73504152 Chi2 =  0.265578673715
Init V =  -400.0 Fitted V =  -216.735003079 Chi2 =  0.26557856149
Init V =  -500.0 Fitted V =  -494.327347768 Chi2 =  1.90877554216
Init V =  -600.0 Fitted V =  -216.734959206 Chi2 =  0.265578078963
Init V =  0.0 Fitted V =  -3.69347605812 Chi2 =  1.02343545855
Init V =  -100.0 Fitted V =  -216.524039391 Chi2 =  0.215259811797
Init V =  -200.0 Fitted V =  -216.524037498 Chi2 =  0.215259935615
Init V =  -300.0 Fitted V =  -216.524035336 Chi2 =  0.21525980841
Init V =  -400.0 Fitted V =  -216.524060322 Chi2 =  0.215260308736
Init V =  -500.0 Fitted V =  -502.431423615 Chi2 =  1.04013461764
Init V =  -600.0 Fitted V =  -613.598723546 Chi2 =  1.03942279851
Init V =  0.0 Fitted V =  -14.6623276998 Chi2 =  1.33096987839
Init V =  -100.0 Fitted V =  -215.837721211 Chi2 =  0.280322124199
Init V =  -200.0 Fitted V =  -215.837507473 Chi2 =  0.280322037002
Init V =  -300.0 Fitted V =  -215.837510238 Chi2 =  0.280321975853
Init V =  -400.0 Fitted V =  -215.837399403 Chi2 =  0.28032176038
Init V =  -500.0 Fitted V =  -215.837751393 Chi2 =  0.280322187883
Init V =  -600.0 Fitted V =  -215.837290439 Chi2 =  0.280322047793
Init V =  0.0 Fitted V =  -202.280895139 Chi2 =  0.307895507162
Init V =  -100.0 Fitted V =  -202.280908501 Chi2 =  0.307895421544
Init V =  -200.0 Fitted V =  -202.280819479 Chi2 =  0.307896117633
Init V =  -300.0 Fitted V =  -202.280831658 Chi2 =  0.307895987531
Init V =  -400.0 Fitted V =  -202.280824998 Chi2 =  0.307896052252
Init V =  -500.0 Fitted V =  -548.40073651 Chi2 =  1.61171029932
Init V =  -600.0 Fitted V =  -615.343855751 Chi2 =  1.60350813766
Init V =  0.0 Fitted V =  -178.124444962 Chi2 =  0.312257621699
Init V =  -100.0 Fitted V =  -178.124527911 Chi2 =  0.312257221706
Init V =  -200.0 Fitted V =  -178.124496999 Chi2 =  0.312257391715
Init V =  -300.0 Fitted V =  -178.124464711 Chi2 =  0.312257443011
Init V =  -400.0 Fitted V =  -420.681907066 Chi2 =  1.18277421688
Init V =  -500.0 Fitted V =  -178.124302363 Chi2 =  0.312258117972
Init V =  -600.0 Fitted V =  -178.124534443 Chi2 =  0.312257228767
Init V =  0.0 Fitted V =  -55.4573239406 Chi2 =  1.8286367642
Init V =  -100.0 Fitted V =  -181.785988594 Chi2 =  0.286730173306
Init V =  -200.0 Fitted V =  -181.785887216 Chi2 =  0.286730550829
Init V =  -300.0 Fitted V =  -181.785948844 Chi2 =  0.28673032293
Init V =  -400.0 Fitted V =  -423.750045622 Chi2 =  1.73342875254
Init V =  -500.0 Fitted V =  -181.785981933 Chi2 =  0.286730201018
Init V =  -600.0 Fitted V =  -181.785849788 Chi2 =  0.286730689131
Init V =  0.0 Fitted V =  -13.6631534074 Chi2 =  1.51965007117
Init V =  -100.0 Fitted V =  -178.440210737 Chi2 =  0.318120012371
Init V =  -200.0 Fitted V =  -178.440116003 Chi2 =  0.3181203144
Init V =  -300.0 Fitted V =  -178.440304746 Chi2 =  0.318119942554
Init V =  -400.0 Fitted V =  -422.573806481 Chi2 =  1.3841811277
Init V =  -500.0 Fitted V =  -491.251128103 Chi2 =  1.52922140707
Init V =  -600.0 Fitted V =  -600.947152314 Chi2 =  1.51175903351
Init V =  0.0 Fitted V =  -7.10989534681 Chi2 =  0.914346397047
Init V =  -100.0 Fitted V =  -184.840891713 Chi2 =  0.253701383801
Init V =  -200.0 Fitted V =  -184.840722423 Chi2 =  0.253701403091
Init V =  -300.0 Fitted V =  -280.794907955 Chi2 =  0.889454412662
Init V =  -400.0 Fitted V =  -184.841355286 Chi2 =  0.253701386173
Init V =  -500.0 Fitted V =  -503.465779696 Chi2 =  0.890541973971
Init V =  -600.0 Fitted V =  -615.806909401 Chi2 =  0.905165269685
Init V =  0.0 Fitted V =  -18.1961464293 Chi2 =  0.898081780056
Init V =  -100.0 Fitted V =  -182.923374583 Chi2 =  0.275562797913
Init V =  -200.0 Fitted V =  -182.92316541 Chi2 =  0.275562957684
Init V =  -300.0 Fitted V =  -182.923644367 Chi2 =  0.27556269074
Init V =  -400.0 Fitted V =  -424.623158765 Chi2 =  0.813163153638
Init V =  -500.0 Fitted V =  -496.023401689 Chi2 =  0.935541775827
Init V =  -600.0 Fitted V =  -615.310904322 Chi2 =  0.924517971005
Init V =  0.0 Fitted V =  -23.3770520118 Chi2 =  0.927318326708
Init V =  -100.0 Fitted V =  -177.35077216 Chi2 =  0.328903639509
Init V =  -200.0 Fitted V =  -177.350930533 Chi2 =  0.328903477122
Init V =  -300.0 Fitted V =  -177.350934939 Chi2 =  0.328903475424
Init V =  -400.0 Fitted V =  -427.744630544 Chi2 =  0.746721435414
Init V =  -500.0 Fitted V =  -501.09808673 Chi2 =  0.933507098146
Init V =  -600.0 Fitted V =  -610.275088637 Chi2 =  0.924812502059
Init V =  0.0 Fitted V =  -29.2668950243 Chi2 =  1.3463868103
Init V =  -100.0 Fitted V =  -185.000211087 Chi2 =  0.468149917445
Init V =  -200.0 Fitted V =  -185.000241518 Chi2 =  0.468149957232
Init V =  -300.0 Fitted V =  -185.000360564 Chi2 =  0.468150070211
Init V =  -400.0 Fitted V =  -419.442560634 Chi2 =  1.1353591717
Init V =  -500.0 Fitted V =  -185.000154096 Chi2 =  0.468149859683
Init V =  -600.0 Fitted V =  -609.950941461 Chi2 =  1.37546893482
Init V =  0.0 Fitted V =  -188.030976981 Chi2 =  0.379480260835
Init V =  -100.0 Fitted V =  -188.030896382 Chi2 =  0.379479766101
Init V =  -200.0 Fitted V =  -188.030901233 Chi2 =  0.379479761442
Init V =  -300.0 Fitted V =  -188.030889382 Chi2 =  0.379479729318
Init V =  -400.0 Fitted V =  -422.965435907 Chi2 =  1.03820445194
Init V =  -500.0 Fitted V =  -499.856410184 Chi2 =  1.24446377854
Init V =  -600.0 Fitted V =  -605.21968068 Chi2 =  1.24005839495
Init V =  0.0 Fitted V =  -13.2595267756 Chi2 =  1.75814687467
Init V =  -100.0 Fitted V =  -194.101696504 Chi2 =  0.514157401334
Init V =  -200.0 Fitted V =  -194.10159608 Chi2 =  0.514157125753
Init V =  -300.0 Fitted V =  -194.101691321 Chi2 =  0.514157179953
Init V =  -400.0 Fitted V =  -409.998496093 Chi2 =  1.53609746758
Init V =  -500.0 Fitted V =  -492.886703686 Chi2 =  1.75421691705
Init V =  -600.0 Fitted V =  -608.71620986 Chi2 =  1.78858310874
Init V =  0.0 Fitted V =  -8.546861092 Chi2 =  1.70428388291
Init V =  -100.0 Fitted V =  -189.878510524 Chi2 =  0.609308804697
Init V =  -200.0 Fitted V =  -189.8783691 Chi2 =  0.609309165067
Init V =  -300.0 Fitted V =  -189.878318925 Chi2 =  0.609309249203
Init V =  -400.0 Fitted V =  -189.87840443 Chi2 =  0.609309058501
Init V =  -500.0 Fitted V =  -503.74035599 Chi2 =  1.71105311278
Init V =  -600.0 Fitted V =  -189.87825394 Chi2 =  0.609309424565
Init V =  0.0 Fitted V =  -186.136216056 Chi2 =  0.688386246862
Init V =  -100.0 Fitted V =  -186.138170429 Chi2 =  0.688386272862
Init V =  -200.0 Fitted V =  -186.141184482 Chi2 =  0.688386324138
Init V =  -300.0 Fitted V =  -416.641090367 Chi2 =  0.859717295112
Init V =  -400.0 Fitted V =  -416.628464934 Chi2 =  0.859714070862
Init V =  -500.0 Fitted V =  -490.436808951 Chi2 =  1.19037311673
Init V =  -600.0 Fitted V =  -605.507276121 Chi2 =  1.10094693441
Init V =  0.0 Fitted V =  -81.6635787309 Chi2 =  0.64660271936
Init V =  -100.0 Fitted V =  -81.606627268 Chi2 =  0.646548643241
Init V =  -200.0 Fitted V =  -207.871645755 Chi2 =  1.13038225841
Init V =  -300.0 Fitted V =  -314.181215057 Chi2 =  1.21878631821
Init V =  -400.0 Fitted V =  -425.401079346 Chi2 =  0.88945654277
Init V =  -500.0 Fitted V =  -501.923391869 Chi2 =  1.16286248603
Init V =  -600.0 Fitted V =  -610.023077062 Chi2 =  0.969439504917
Init V =  0.0 Fitted V =  -123.865051841 Chi2 =  0.781103553885
Init V =  -100.0 Fitted V =  -123.860290676 Chi2 =  0.781103368745
Init V =  -200.0 Fitted V =  -123.866198648 Chi2 =  0.781104381297
Init V =  -300.0 Fitted V =  -273.395279267 Chi2 =  1.45364801337
Init V =  -400.0 Fitted V =  -421.030312753 Chi2 =  1.15482438323
Init V =  -500.0 Fitted V =  -504.805423854 Chi2 =  1.4027762658
Init V =  -600.0 Fitted V =  -606.959375745 Chi2 =  1.40883261661
Init V =  0.0 Fitted V =  -119.370320994 Chi2 =  1.01491125212
Init V =  -100.0 Fitted V =  -119.384198662 Chi2 =  1.0149342879
Init V =  -200.0 Fitted V =  -119.370414004 Chi2 =  1.01491141942
Init V =  -300.0 Fitted V =  -130.855088352 Chi2 =  1.03193837068
Init V =  -400.0 Fitted V =  -425.312374645 Chi2 =  1.46209584405
Init V =  -500.0 Fitted V =  -561.799292252 Chi2 =  1.86926458129
Init V =  -600.0 Fitted V =  -753.385129738 Chi2 =  310.769829712
Init V =  0.0 Fitted V =  -105.673609262 Chi2 =  1.13572270368
Init V =  -100.0 Fitted V =  -105.66834844 Chi2 =  1.13571514741
Init V =  -200.0 Fitted V =  -105.673527573 Chi2 =  1.13572262427
Init V =  -300.0 Fitted V =  -135.214126964 Chi2 =  1.24656833279
Init V =  -400.0 Fitted V =  -416.845209016 Chi2 =  1.43146791722
Init V =  -500.0 Fitted V =  -496.216564255 Chi2 =  2.00778491529
Init V =  -600.0 Fitted V =  -135.219983986 Chi2 =  1.24656921817
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  260.51070738 Chi2 =  1.48145547788
Init V =  -100.0 Fitted V =  -52.8461468565 Chi2 =  3.04356192308
Init V =  -200.0 Fitted V =  -194.969875486 Chi2 =  3.43038631332
Init V =  -300.0 Fitted V =  -277.223659607 Chi2 =  3.53075480218
Init V =  -400.0 Fitted V =  -411.935317204 Chi2 =  1.62023609295
Init V =  -500.0 Fitted V =  -553.408974255 Chi2 =  3.27049879075
Init V =  -600.0 Fitted V =  -614.927398591 Chi2 =  3.42319649384
Init V =  0.0 Fitted V =  -42.7554447309 Chi2 =  3.39476894298
Init V =  -100.0 Fitted V =  -42.7553877418 Chi2 =  3.39477641474
Init V =  -200.0 Fitted V =  -195.814909512 Chi2 =  3.97505857151
Init V =  -300.0 Fitted V =  -318.390412265 Chi2 =  3.95979790127
Init V =  -400.0 Fitted V =  -414.323241941 Chi2 =  1.63528832847
Init V =  -500.0 Fitted V =  -414.323308691 Chi2 =  1.63528785312
Init V =  -600.0 Fitted V =  -414.323086439 Chi2 =  1.63528712047
Init V =  0.0 Fitted V =  -42.0703537014 Chi2 =  3.65347785235
Init V =  -100.0 Fitted V =  259.701807397 Chi2 =  1.59698511009
Init V =  -200.0 Fitted V =  -171.245173863 Chi2 =  4.25737270561
Init V =  -300.0 Fitted V =  -289.92001195 Chi2 =  4.26625997659
Init V =  -400.0 Fitted V =  -412.257337243 Chi2 =  1.55841022163
Init V =  -500.0 Fitted V =  -498.103010999 Chi2 =  4.22736785388
Init V =  -600.0 Fitted V =  -412.258744798 Chi2 =  1.55840705503
Init V =  0.0 Fitted V =  -38.7051001767 Chi2 =  2.27237742407
Init V =  -100.0 Fitted V =  165.627644869 Chi2 =  1.99877308569
Init V =  -200.0 Fitted V =  165.621778113 Chi2 =  1.99880744153
Init V =  -300.0 Fitted V =  -283.611006911 Chi2 =  2.74008060773
Init V =  -400.0 Fitted V =  -408.17858913 Chi2 =  1.4095297586
Init V =  -500.0 Fitted V =  -544.211397092 Chi2 =  2.6200198485
Init V =  -600.0 Fitted V =  -408.17859877 Chi2 =  1.40952940591
Init V =  0.0 Fitted V =  -41.531894571 Chi2 =  2.13726265843
Init V =  -100.0 Fitted V =  -41.5355858874 Chi2 =  2.13725711399
Init V =  -200.0 Fitted V =  -188.919577441 Chi2 =  2.48873384208
Init V =  -300.0 Fitted V =  -420.402135932 Chi2 =  1.36716355094
Init V =  -400.0 Fitted V =  -416.707105494 Chi2 =  1.03318630051
Init V =  -500.0 Fitted V =  -416.70674718 Chi2 =  1.03318808468
Init V =  -600.0 Fitted V =  -416.706776476 Chi2 =  1.03318794135
Init V =  0.0 Fitted V =  -41.4384763323 Chi2 =  1.74611292883
Init V =  -100.0 Fitted V =  -413.302289854 Chi2 =  1.100333168
Init V =  -200.0 Fitted V =  -194.518459629 Chi2 =  1.98169992751
Init V =  -300.0 Fitted V =  -413.302188123 Chi2 =  1.10033404361
Init V =  -400.0 Fitted V =  -413.303733231 Chi2 =  1.10032008526
Init V =  -500.0 Fitted V =  -413.302568441 Chi2 =  1.1003307793
Init V =  -600.0 Fitted V =  -608.836064182 Chi2 =  1.92887323923
Init V =  0.0 Fitted V =  -35.0376754063 Chi2 =  1.74727309129
Init V =  -100.0 Fitted V =  -35.0432920646 Chi2 =  1.7472795602
Init V =  -200.0 Fitted V =  273.240874786 Chi2 =  0.808809169324
Init V =  -300.0 Fitted V =  -399.351074008 Chi2 =  0.821254855617
Init V =  -400.0 Fitted V =  -399.351757349 Chi2 =  0.821253993769
Init V =  -500.0 Fitted V =  -399.351699626 Chi2 =  0.821254034084
Init V =  -600.0 Fitted V =  -612.523751459 Chi2 =  1.98199664019
Init V =  0.0 Fitted V =  -41.3666049395 Chi2 =  1.56182254128
Init V =  -100.0 Fitted V =  -401.789645476 Chi2 =  0.80838920271
Init V =  -200.0 Fitted V =  -196.334686036 Chi2 =  1.84412885084
Init V =  -300.0 Fitted V =  -401.788763922 Chi2 =  0.808390472954
Init V =  -400.0 Fitted V =  -401.789986712 Chi2 =  0.808388738113
Init V =  -500.0 Fitted V =  -412.325612164 Chi2 =  1.07281082555
Init V =  -600.0 Fitted V =  -401.789123303 Chi2 =  0.808389957959
Init V =  0.0 Fitted V =  -36.651374684 Chi2 =  1.35157504731
Init V =  -100.0 Fitted V =  263.742155393 Chi2 =  0.592205661201
Init V =  -200.0 Fitted V =  -412.375310108 Chi2 =  0.632727029571
Init V =  -300.0 Fitted V =  -412.375566968 Chi2 =  0.632726232346
Init V =  -400.0 Fitted V =  -412.375686618 Chi2 =  0.632725868017
Init V =  -500.0 Fitted V =  -412.375499855 Chi2 =  0.632726447351
Init V =  -600.0 Fitted V =  -412.37537436 Chi2 =  0.632726842851
Init V =  0.0 Fitted V =  -33.9550741913 Chi2 =  1.53662093287
Init V =  -100.0 Fitted V =  254.554522059 Chi2 =  0.466180418708
Init V =  -200.0 Fitted V =  -219.251504612 Chi2 =  1.678314172
Init V =  -300.0 Fitted V =  -281.743369169 Chi2 =  1.68572778539
Init V =  -400.0 Fitted V =  -425.130162478 Chi2 =  0.546718114056
Init V =  -500.0 Fitted V =  -425.136041889 Chi2 =  0.546731458139
Init V =  -600.0 Fitted V =  -425.134653527 Chi2 =  0.546728324964
Init V =  0.0 Fitted V =  -40.6465337335 Chi2 =  1.77817294369
Init V =  -100.0 Fitted V =  -447.663764543 Chi2 =  0.581381345453
Init V =  -200.0 Fitted V =  -447.663653501 Chi2 =  0.581381919544
Init V =  -300.0 Fitted V =  -447.66385309 Chi2 =  0.581380759779
Init V =  -400.0 Fitted V =  -447.663834509 Chi2 =  0.581380902939
Init V =  -500.0 Fitted V =  -447.663768608 Chi2 =  0.581381304613
Init V =  -600.0 Fitted V =  -447.663850215 Chi2 =  0.581380780085
Init V =  0.0 Fitted V =  -22.0100957158 Chi2 =  1.93859276292
Init V =  -100.0 Fitted V =  -21.1148287871 Chi2 =  1.95520969558
Init V =  -200.0 Fitted V =  -209.958460596 Chi2 =  2.23350946328
Init V =  -300.0 Fitted V =  -440.655073202 Chi2 =  0.800814847013
Init V =  -400.0 Fitted V =  -440.654135473 Chi2 =  0.80081421141
Init V =  -500.0 Fitted V =  -440.655523264 Chi2 =  0.800815760529
Init V =  -600.0 Fitted V =  -440.655147318 Chi2 =  0.800814828212
Init V =  0.0 Fitted V =  -47.5808996967 Chi2 =  1.72890190312
Init V =  -100.0 Fitted V =  -435.527138195 Chi2 =  0.519848686166
Init V =  -200.0 Fitted V =  -435.527166111 Chi2 =  0.519848940202
Init V =  -300.0 Fitted V =  -435.527182303 Chi2 =  0.519849020994
Init V =  -400.0 Fitted V =  -435.527234339 Chi2 =  0.519849615786
Init V =  -500.0 Fitted V =  -435.527152602 Chi2 =  0.519848812771
Init V =  -600.0 Fitted V =  -435.527241603 Chi2 =  0.519849734064
Init V =  0.0 Fitted V =  -44.6775398177 Chi2 =  2.14206164798
Init V =  -100.0 Fitted V =  -417.923136251 Chi2 =  0.426331122601
Init V =  -200.0 Fitted V =  -417.923171115 Chi2 =  0.426330854305
Init V =  -300.0 Fitted V =  -417.923184626 Chi2 =  0.42633077032
Init V =  -400.0 Fitted V =  -417.923254473 Chi2 =  0.426330207585
Init V =  -500.0 Fitted V =  -417.92324164 Chi2 =  0.426330362161
Init V =  -600.0 Fitted V =  -604.991012699 Chi2 =  2.17357135326
Init V =  0.0 Fitted V =  -40.5415104498 Chi2 =  1.099281241
Init V =  -100.0 Fitted V =  -382.61459393 Chi2 =  0.36336470716
Init V =  -200.0 Fitted V =  -382.615530894 Chi2 =  0.363364320174
Init V =  -300.0 Fitted V =  -382.613121894 Chi2 =  0.363365284877
Init V =  -400.0 Fitted V =  -382.626670031 Chi2 =  0.363359793618
Init V =  -500.0 Fitted V =  -382.614044924 Chi2 =  0.36336491829
Init V =  -600.0 Fitted V =  -382.614098081 Chi2 =  0.363364893888
Init V =  0.0 Fitted V =  -337.469745996 Chi2 =  0.284327568721
Init V =  -100.0 Fitted V =  -44.5407790442 Chi2 =  0.998003904766
Init V =  -200.0 Fitted V =  -337.47060545 Chi2 =  0.284329017364
Init V =  -300.0 Fitted V =  -337.464769434 Chi2 =  0.284319372674
Init V =  -400.0 Fitted V =  -337.469450525 Chi2 =  0.284327096686
Init V =  -500.0 Fitted V =  -337.470359533 Chi2 =  0.28432845008
Init V =  -600.0 Fitted V =  -605.298333186 Chi2 =  1.02907833406
Init V =  0.0 Fitted V =  -17.6737050155 Chi2 =  1.75391212424
Init V =  -100.0 Fitted V =  -256.333988559 Chi2 =  0.435229601978
Init V =  -200.0 Fitted V =  -256.33392396 Chi2 =  0.435229869691
Init V =  -300.0 Fitted V =  -256.333982203 Chi2 =  0.435229630624
Init V =  -400.0 Fitted V =  -414.965630306 Chi2 =  1.60083121914
Init V =  -500.0 Fitted V =  -256.333890152 Chi2 =  0.435230047589
Init V =  -600.0 Fitted V =  -553.873920759 Chi2 =  1.77854644521
Init V =  0.0 Fitted V =  -28.5713049241 Chi2 =  3.90452364659
Init V =  -100.0 Fitted V =  -262.044964413 Chi2 =  1.22323085097
Init V =  -200.0 Fitted V =  -258.476297211 Chi2 =  0.437057002569
Init V =  -300.0 Fitted V =  -258.476274166 Chi2 =  0.437057047173
Init V =  -400.0 Fitted V =  -419.287256071 Chi2 =  3.78150305975
Init V =  -500.0 Fitted V =  -258.476278971 Chi2 =  0.437057063721
Init V =  -600.0 Fitted V =  -664.254056151 Chi2 =  3.74042082356
Init V =  0.0 Fitted V =  -33.2302417658 Chi2 =  4.18839046788
Init V =  -100.0 Fitted V =  -257.224118278 Chi2 =  0.388107594803
Init V =  -200.0 Fitted V =  -257.223855716 Chi2 =  0.388107883277
Init V =  -300.0 Fitted V =  -257.2239994 Chi2 =  0.388107584446
Init V =  -400.0 Fitted V =  -426.04998723 Chi2 =  4.05082610556
Init V =  -500.0 Fitted V =  -257.224112341 Chi2 =  0.388107469577
Init V =  -600.0 Fitted V =  -257.224174672 Chi2 =  0.388107549136
Init V =  0.0 Fitted V =  -27.9772263356 Chi2 =  2.19206229958
Init V =  -100.0 Fitted V =  -250.98217158 Chi2 =  0.279428922484
Init V =  -200.0 Fitted V =  -250.982401269 Chi2 =  0.279428930044
Init V =  -300.0 Fitted V =  -250.982301428 Chi2 =  0.279428973354
Init V =  -400.0 Fitted V =  -250.982033869 Chi2 =  0.279429177338
Init V =  -500.0 Fitted V =  -250.982217338 Chi2 =  0.279428949886
Init V =  -600.0 Fitted V =  -612.665305307 Chi2 =  2.19057585651
Init V =  0.0 Fitted V =  -21.6622539894 Chi2 =  1.46955835994
Init V =  -100.0 Fitted V =  -249.499406456 Chi2 =  0.220542257551
Init V =  -200.0 Fitted V =  -249.499574305 Chi2 =  0.220542160415
Init V =  -300.0 Fitted V =  -249.499502199 Chi2 =  0.220542201748
Init V =  -400.0 Fitted V =  -413.697004495 Chi2 =  1.40967281342
Init V =  -500.0 Fitted V =  -515.431888949 Chi2 =  1.46683510857
Init V =  -600.0 Fitted V =  -249.499481269 Chi2 =  0.220542375171
Init V =  0.0 Fitted V =  -250.106324768 Chi2 =  0.203366896011
Init V =  -100.0 Fitted V =  -250.105967386 Chi2 =  0.203366675992
Init V =  -200.0 Fitted V =  -250.106220947 Chi2 =  0.203366552314
Init V =  -300.0 Fitted V =  -250.105846716 Chi2 =  0.203366510977
Init V =  -400.0 Fitted V =  -420.650975797 Chi2 =  1.24354489094
Init V =  -500.0 Fitted V =  -250.106058129 Chi2 =  0.203366814834
Init V =  -600.0 Fitted V =  -560.36107965 Chi2 =  1.28996976228
Init V =  0.0 Fitted V =  -9.28311731168 Chi2 =  2.36327041336
Init V =  -100.0 Fitted V =  -232.97041717 Chi2 =  0.210322078493
Init V =  -200.0 Fitted V =  -232.970392027 Chi2 =  0.21032207937
Init V =  -300.0 Fitted V =  -232.970444531 Chi2 =  0.210322094242
Init V =  -400.0 Fitted V =  -232.970376936 Chi2 =  0.210322098591
Init V =  -500.0 Fitted V =  -232.970427499 Chi2 =  0.210322082885
Init V =  -600.0 Fitted V =  -557.56536782 Chi2 =  2.36700483756
Init V =  0.0 Fitted V =  -24.3908238008 Chi2 =  1.434898974
Init V =  -100.0 Fitted V =  -90.6412805772 Chi2 =  1.43919142701
Init V =  -200.0 Fitted V =  -227.925977609 Chi2 =  0.232650286699
Init V =  -300.0 Fitted V =  -227.926042516 Chi2 =  0.232650134958
Init V =  -400.0 Fitted V =  -227.926089743 Chi2 =  0.232650064124
Init V =  -500.0 Fitted V =  -509.597254626 Chi2 =  1.45498973827
Init V =  -600.0 Fitted V =  -609.65121182 Chi2 =  0.885920953989
Init V =  0.0 Fitted V =  -11.655630744 Chi2 =  1.45228793447
Init V =  -100.0 Fitted V =  -220.164253959 Chi2 =  0.288897505982
Init V =  -200.0 Fitted V =  -220.164221055 Chi2 =  0.288897680707
Init V =  -300.0 Fitted V =  -220.164014403 Chi2 =  0.288898269909
Init V =  -400.0 Fitted V =  -220.164153879 Chi2 =  0.288897858822
Init V =  -500.0 Fitted V =  -508.1694142 Chi2 =  1.47165071075
Init V =  -600.0 Fitted V =  -220.16422393 Chi2 =  0.288897681128
Init V =  0.0 Fitted V =  -211.933327317 Chi2 =  0.260695476562
Init V =  -100.0 Fitted V =  -211.933348336 Chi2 =  0.260695428797
Init V =  -200.0 Fitted V =  -211.933399032 Chi2 =  0.260695306641
Init V =  -300.0 Fitted V =  -211.933264328 Chi2 =  0.26069557776
Init V =  -400.0 Fitted V =  -211.933355717 Chi2 =  0.260695453237
Init V =  -500.0 Fitted V =  -211.933476254 Chi2 =  0.260695183776
Init V =  -600.0 Fitted V =  -610.254403061 Chi2 =  1.48346456969
Init V =  0.0 Fitted V =  -192.151502894 Chi2 =  0.275150248703
Init V =  -100.0 Fitted V =  -192.151434604 Chi2 =  0.27515059816
Init V =  -200.0 Fitted V =  -192.151430184 Chi2 =  0.275150505203
Init V =  -300.0 Fitted V =  -192.151514034 Chi2 =  0.275150306336
Init V =  -400.0 Fitted V =  -421.836512039 Chi2 =  1.43377269906
Init V =  -500.0 Fitted V =  -192.151317783 Chi2 =  0.27515098257
Init V =  -600.0 Fitted V =  -639.178516199 Chi2 =  1.5202177542
Init V =  0.0 Fitted V =  -181.92768333 Chi2 =  0.328784504227
Init V =  -100.0 Fitted V =  -181.927216298 Chi2 =  0.328785188279
Init V =  -200.0 Fitted V =  -181.927168229 Chi2 =  0.328785259173
Init V =  -300.0 Fitted V =  -181.927712304 Chi2 =  0.328784467628
Init V =  -400.0 Fitted V =  -420.884354142 Chi2 =  1.11953854912
Init V =  -500.0 Fitted V =  -181.927717317 Chi2 =  0.328784459341
Init V =  -600.0 Fitted V =  -181.927425818 Chi2 =  0.32878488822
Init V =  0.0 Fitted V =  -177.251360676 Chi2 =  0.258251765454
Init V =  -100.0 Fitted V =  -177.251455537 Chi2 =  0.258251571755
Init V =  -200.0 Fitted V =  -177.251420744 Chi2 =  0.258251654406
Init V =  -300.0 Fitted V =  -177.251430276 Chi2 =  0.258251612411
Init V =  -400.0 Fitted V =  -418.794162152 Chi2 =  1.36158571904
Init V =  -500.0 Fitted V =  -177.251301912 Chi2 =  0.258251861561
Init V =  -600.0 Fitted V =  -177.251405334 Chi2 =  0.258251668947
Init V =  0.0 Fitted V =  -39.4514146682 Chi2 =  0.811962741134
Init V =  -100.0 Fitted V =  -181.863042673 Chi2 =  0.262583962508
Init V =  -200.0 Fitted V =  -181.863128405 Chi2 =  0.262583861645
Init V =  -300.0 Fitted V =  -181.863076429 Chi2 =  0.262583921558
Init V =  -400.0 Fitted V =  -417.450729273 Chi2 =  0.745925201336
Init V =  -500.0 Fitted V =  -181.863022634 Chi2 =  0.262584000065
Init V =  -600.0 Fitted V =  -609.412256872 Chi2 =  0.818632459617
Init V =  0.0 Fitted V =  -25.8824365976 Chi2 =  0.668889733894
Init V =  -100.0 Fitted V =  -179.951989619 Chi2 =  0.214884187653
Init V =  -200.0 Fitted V =  -179.951780265 Chi2 =  0.214884269659
Init V =  -300.0 Fitted V =  -179.95228823 Chi2 =  0.214884078898
Init V =  -400.0 Fitted V =  -424.919104251 Chi2 =  0.5893432395
Init V =  -500.0 Fitted V =  -498.94083648 Chi2 =  0.66027495842
Init V =  -600.0 Fitted V =  -617.511124148 Chi2 =  0.654985512949
Init V =  0.0 Fitted V =  -43.1275117747 Chi2 =  0.69572824554
Init V =  -100.0 Fitted V =  -176.521166124 Chi2 =  0.221082281051
Init V =  -200.0 Fitted V =  -176.521239553 Chi2 =  0.221082244301
Init V =  -300.0 Fitted V =  -176.521156544 Chi2 =  0.221082280261
Init V =  -400.0 Fitted V =  -431.725333664 Chi2 =  0.573623033655
Init V =  -500.0 Fitted V =  -504.835863077 Chi2 =  0.667670473998
Init V =  -600.0 Fitted V =  -565.502033768 Chi2 =  0.677978199903
Init V =  0.0 Fitted V =  -11.7587879503 Chi2 =  1.87918073871
Init V =  -100.0 Fitted V =  -176.172000781 Chi2 =  0.335410659637
Init V =  -200.0 Fitted V =  -176.172023226 Chi2 =  0.335410755945
Init V =  -300.0 Fitted V =  -176.171942864 Chi2 =  0.335410648486
Init V =  -400.0 Fitted V =  -176.171819735 Chi2 =  0.335410729315
Init V =  -500.0 Fitted V =  -496.672145284 Chi2 =  1.89621065401
Init V =  -600.0 Fitted V =  -642.412025624 Chi2 =  318.634916712
Init V =  0.0 Fitted V =  -164.08953815 Chi2 =  0.396475327201
Init V =  -100.0 Fitted V =  -164.089509769 Chi2 =  0.396475461961
Init V =  -200.0 Fitted V =  -164.089572816 Chi2 =  0.396475170647
Init V =  -300.0 Fitted V =  -297.272309374 Chi2 =  1.34435065187
Init V =  -400.0 Fitted V =  -422.086964808 Chi2 =  1.14018492571
Init V =  -500.0 Fitted V =  -164.089519869 Chi2 =  0.396475401632
Init V =  -600.0 Fitted V =  -616.737825397 Chi2 =  1.33304092521
Init V =  0.0 Fitted V =  -173.953669325 Chi2 =  0.389496299698
Init V =  -100.0 Fitted V =  -173.953758107 Chi2 =  0.389496140969
Init V =  -200.0 Fitted V =  -173.953920895 Chi2 =  0.389496037122
Init V =  -300.0 Fitted V =  -173.953967678 Chi2 =  0.389496092031
Init V =  -400.0 Fitted V =  -419.276236678 Chi2 =  1.44256340798
Init V =  -500.0 Fitted V =  -503.08995685 Chi2 =  1.66008314334
Init V =  -600.0 Fitted V =  -592.528274923 Chi2 =  1.63732052521
Init V =  0.0 Fitted V =  -25.3675150117 Chi2 =  1.4747674314
Init V =  -100.0 Fitted V =  -196.035438789 Chi2 =  0.369065461888
Init V =  -200.0 Fitted V =  -196.03541431 Chi2 =  0.369065390509
Init V =  -300.0 Fitted V =  -196.035388889 Chi2 =  0.369065403967
Init V =  -400.0 Fitted V =  -417.572118319 Chi2 =  1.34601163029
Init V =  -500.0 Fitted V =  -497.357894244 Chi2 =  1.52405127604
Init V =  -600.0 Fitted V =  -600.85503727 Chi2 =  1.50247984373
Init V =  0.0 Fitted V =  -5.1361159966 Chi2 =  2.00308390834
Init V =  -100.0 Fitted V =  -78.20415891 Chi2 =  2.01745104587
Init V =  -200.0 Fitted V =  -210.211221664 Chi2 =  0.833382017266
Init V =  -300.0 Fitted V =  -246.112411394 Chi2 =  0.919424278084
Init V =  -400.0 Fitted V =  -418.253566279 Chi2 =  1.66867933549
Init V =  -500.0 Fitted V =  -504.716752752 Chi2 =  2.0555987612
Init V =  -600.0 Fitted V =  -246.112364567 Chi2 =  0.919424312677
Init V =  0.0 Fitted V =  -15.0241667632 Chi2 =  1.26499986841
Init V =  -100.0 Fitted V =  -114.672681162 Chi2 =  1.28158351835
Init V =  -200.0 Fitted V =  -191.576153065 Chi2 =  0.673169265597
Init V =  -300.0 Fitted V =  -302.679041458 Chi2 =  1.29207890513
Init V =  -400.0 Fitted V =  -422.19034628 Chi2 =  0.934050556522
Init V =  -500.0 Fitted V =  -496.1910526 Chi2 =  1.29071666353
Init V =  -600.0 Fitted V =  -588.455040926 Chi2 =  1.28365857045
Init V =  0.0 Fitted V =  -3.6482800496 Chi2 =  1.12402483309
Init V =  -100.0 Fitted V =  -274.806363967 Chi2 =  0.733692441682
Init V =  -200.0 Fitted V =  -194.83381279 Chi2 =  0.711030714642
Init V =  -300.0 Fitted V =  -274.816449324 Chi2 =  0.733692307638
Init V =  -400.0 Fitted V =  -419.355589061 Chi2 =  0.750407081785
Init V =  -500.0 Fitted V =  -505.308894677 Chi2 =  1.12503181346
Init V =  -600.0 Fitted V =  -592.983040079 Chi2 =  1.10333636552
Init V =  0.0 Fitted V =  -186.461815669 Chi2 =  0.738206824231
Init V =  -100.0 Fitted V =  -186.461660892 Chi2 =  0.738206853066
Init V =  -200.0 Fitted V =  -186.467766233 Chi2 =  0.738205550438
Init V =  -300.0 Fitted V =  -203.370153046 Chi2 =  0.839783896229
Init V =  -400.0 Fitted V =  -421.818350322 Chi2 =  0.725300581049
Init V =  -500.0 Fitted V =  -497.039553063 Chi2 =  1.14221194137
Init V =  -600.0 Fitted V =  -618.560968675 Chi2 =  1.12919243537
Init V =  0.0 Fitted V =  -9.67802552707 Chi2 =  0.978960562893
Init V =  -100.0 Fitted V =  -297.170953723 Chi2 =  0.767475572284
Init V =  -200.0 Fitted V =  -196.705014845 Chi2 =  0.848782040614
Init V =  -300.0 Fitted V =  -297.26209225 Chi2 =  0.767473828904
Init V =  -400.0 Fitted V =  -420.465984598 Chi2 =  0.620342852499
Init V =  -500.0 Fitted V =  -499.78639553 Chi2 =  1.05569302446
Init V =  -600.0 Fitted V =  -613.479504785 Chi2 =  1.00237069452
Init V =  0.0 Fitted V =  -316.220575895 Chi2 =  0.582722926763
Init V =  -100.0 Fitted V =  -316.223541325 Chi2 =  0.582722778867
Init V =  -200.0 Fitted V =  -316.225237111 Chi2 =  0.58272265104
Init V =  -300.0 Fitted V =  -316.231843147 Chi2 =  0.582721831906
Init V =  -400.0 Fitted V =  -419.995861695 Chi2 =  0.469891528971
Init V =  -500.0 Fitted V =  -496.680393276 Chi2 =  0.852436086503
Init V =  -600.0 Fitted V =  -610.909998247 Chi2 =  0.838466763569
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  255.910609061 Chi2 =  1.77059868147
Init V =  -100.0 Fitted V =  -47.7224628699 Chi2 =  2.9316208034
Init V =  -200.0 Fitted V =  -208.971619863 Chi2 =  3.35806943976
Init V =  -300.0 Fitted V =  -280.0468878 Chi2 =  3.19770250063
Init V =  -400.0 Fitted V =  -417.510317964 Chi2 =  1.75248854832
Init V =  -500.0 Fitted V =  -489.970510777 Chi2 =  3.30640271637
Init V =  -600.0 Fitted V =  -417.510465723 Chi2 =  1.75248831148
Init V =  0.0 Fitted V =  -52.1274154882 Chi2 =  2.91573929456
Init V =  -100.0 Fitted V =  258.885785911 Chi2 =  1.38587546486
Init V =  -200.0 Fitted V =  -144.361768428 Chi2 =  3.24713133613
Init V =  -300.0 Fitted V =  -302.693288569 Chi2 =  3.31666325563
Init V =  -400.0 Fitted V =  -414.139108089 Chi2 =  1.28746508803
Init V =  -500.0 Fitted V =  -491.481683999 Chi2 =  3.3229234965
Init V =  -600.0 Fitted V =  -694.236456168 Chi2 =  3.09393578775
Init V =  0.0 Fitted V =  -39.8111708106 Chi2 =  2.53897822555
Init V =  -100.0 Fitted V =  260.647811901 Chi2 =  1.31364663109
Init V =  -200.0 Fitted V =  -411.395910425 Chi2 =  1.36217425421
Init V =  -300.0 Fitted V =  -292.357416492 Chi2 =  2.99490836873
Init V =  -400.0 Fitted V =  -411.396324113 Chi2 =  1.36217264879
Init V =  -500.0 Fitted V =  -499.416408254 Chi2 =  3.03228343552
Init V =  -600.0 Fitted V =  -411.395467657 Chi2 =  1.3621751987
Init V =  0.0 Fitted V =  -45.0973366015 Chi2 =  2.17848509998
Init V =  -100.0 Fitted V =  -45.0969555712 Chi2 =  2.17848600978
Init V =  -200.0 Fitted V =  -214.198093122 Chi2 =  2.66452672155
Init V =  -300.0 Fitted V =  -279.931220723 Chi2 =  2.68106913276
Init V =  -400.0 Fitted V =  -415.849496483 Chi2 =  1.1629732561
Init V =  -500.0 Fitted V =  -415.849237503 Chi2 =  1.1629733407
Init V =  -600.0 Fitted V =  -415.849533589 Chi2 =  1.16297341137
Init V =  0.0 Fitted V =  -37.7470383121 Chi2 =  1.69861831677
Init V =  -100.0 Fitted V =  -37.7472235278 Chi2 =  1.69862206752
Init V =  -200.0 Fitted V =  -410.956600286 Chi2 =  0.876633998817
Init V =  -300.0 Fitted V =  -410.956634462 Chi2 =  0.876634267686
Init V =  -400.0 Fitted V =  -410.957091089 Chi2 =  0.876633132915
Init V =  -500.0 Fitted V =  -410.956947123 Chi2 =  0.87663345992
Init V =  -600.0 Fitted V =  -670.277888839 Chi2 =  1.86961943755
Init V =  0.0 Fitted V =  -47.6352238737 Chi2 =  1.74194334632
Init V =  -100.0 Fitted V =  -404.815379821 Chi2 =  1.29036038938
Init V =  -200.0 Fitted V =  -196.557105984 Chi2 =  2.02706840445
Init V =  -300.0 Fitted V =  -296.775967705 Chi2 =  2.02385995994
Init V =  -400.0 Fitted V =  -417.393656023 Chi2 =  0.978008574327
Init V =  -500.0 Fitted V =  -417.393608475 Chi2 =  0.978009297102
Init V =  -600.0 Fitted V =  -609.515024854 Chi2 =  1.94367484322
Init V =  0.0 Fitted V =  -31.9954411647 Chi2 =  1.48256069359
Init V =  -100.0 Fitted V =  254.218787455 Chi2 =  0.739936302667
Init V =  -200.0 Fitted V =  254.218986362 Chi2 =  0.739936565827
Init V =  -300.0 Fitted V =  -421.845409512 Chi2 =  0.750667082809
Init V =  -400.0 Fitted V =  -421.845408845 Chi2 =  0.750667320812
Init V =  -500.0 Fitted V =  -421.845427547 Chi2 =  0.750667943436
Init V =  -600.0 Fitted V =  -421.845418319 Chi2 =  0.750667600644
Init V =  0.0 Fitted V =  -45.8627855378 Chi2 =  1.15930392082
Init V =  -100.0 Fitted V =  -45.864659402 Chi2 =  1.15930783103
Init V =  -200.0 Fitted V =  -206.324211233 Chi2 =  1.28521991974
Init V =  -300.0 Fitted V =  -413.57470853 Chi2 =  0.491493763739
Init V =  -400.0 Fitted V =  -413.574669726 Chi2 =  0.491493825016
Init V =  -500.0 Fitted V =  -413.575264377 Chi2 =  0.491492850998
Init V =  -600.0 Fitted V =  -413.574961428 Chi2 =  0.491493346085
Init V =  0.0 Fitted V =  -48.3026795194 Chi2 =  1.32036600152
Init V =  -100.0 Fitted V =  235.29480898 Chi2 =  0.825927435312
Init V =  -200.0 Fitted V =  -203.803606977 Chi2 =  1.47321654104
Init V =  -300.0 Fitted V =  -435.187874889 Chi2 =  0.854105417758
Init V =  -400.0 Fitted V =  -417.957774843 Chi2 =  0.611211632551
Init V =  -500.0 Fitted V =  -435.185768525 Chi2 =  0.854106374763
Init V =  -600.0 Fitted V =  -435.187749272 Chi2 =  0.854105486957
Init V =  0.0 Fitted V =  -30.2266415583 Chi2 =  1.81231947988
Init V =  -100.0 Fitted V =  248.960523045 Chi2 =  0.691621058309
Init V =  -200.0 Fitted V =  -435.68447388 Chi2 =  0.66656595604
Init V =  -300.0 Fitted V =  -435.684602131 Chi2 =  0.666566419098
Init V =  -400.0 Fitted V =  -435.681689151 Chi2 =  0.666558523856
Init V =  -500.0 Fitted V =  -435.684727323 Chi2 =  0.666566710068
Init V =  -600.0 Fitted V =  -435.684410957 Chi2 =  0.666565887139
Init V =  0.0 Fitted V =  -41.0654262953 Chi2 =  1.72743200395
Init V =  -100.0 Fitted V =  235.371754581 Chi2 =  0.696915285442
Init V =  -200.0 Fitted V =  -200.603419111 Chi2 =  1.76619695432
Init V =  -300.0 Fitted V =  -455.849727125 Chi2 =  0.476432230625
Init V =  -400.0 Fitted V =  -455.84894548 Chi2 =  0.476431855186
Init V =  -500.0 Fitted V =  -455.851714374 Chi2 =  0.476432423848
Init V =  -600.0 Fitted V =  -600.967871347 Chi2 =  1.75272394201
Init V =  0.0 Fitted V =  -48.0742535361 Chi2 =  1.96404283656
Init V =  -100.0 Fitted V =  -453.935190025 Chi2 =  0.53885026413
Init V =  -200.0 Fitted V =  -196.521758382 Chi2 =  2.04152758985
Init V =  -300.0 Fitted V =  -453.935274373 Chi2 =  0.538850239793
Init V =  -400.0 Fitted V =  -453.934712306 Chi2 =  0.538850280125
Init V =  -500.0 Fitted V =  -453.935937879 Chi2 =  0.538850865666
Init V =  -600.0 Fitted V =  -453.935188546 Chi2 =  0.53885047518
Init V =  0.0 Fitted V =  -47.3937702106 Chi2 =  1.44484034145
Init V =  -100.0 Fitted V =  -47.3935041273 Chi2 =  1.4448399382
Init V =  -200.0 Fitted V =  -213.206517124 Chi2 =  1.4979005646
Init V =  -300.0 Fitted V =  -439.807092382 Chi2 =  0.403131304034
Init V =  -400.0 Fitted V =  -439.80731913 Chi2 =  0.403130921029
Init V =  -500.0 Fitted V =  -439.807722374 Chi2 =  0.403130238352
Init V =  -600.0 Fitted V =  -439.80737669 Chi2 =  0.403130820702
Init V =  0.0 Fitted V =  -59.2284739218 Chi2 =  1.90617180172
Init V =  -100.0 Fitted V =  -415.254456972 Chi2 =  0.38441875837
Init V =  -200.0 Fitted V =  -415.254499939 Chi2 =  0.384418509991
Init V =  -300.0 Fitted V =  -415.254634749 Chi2 =  0.384417488618
Init V =  -400.0 Fitted V =  -415.25564217 Chi2 =  0.384409995204
Init V =  -500.0 Fitted V =  -415.254480387 Chi2 =  0.384418668946
Init V =  -600.0 Fitted V =  -415.254610421 Chi2 =  0.384417671299
Init V =  0.0 Fitted V =  -38.7102303904 Chi2 =  2.0698151984
Init V =  -100.0 Fitted V =  -376.546950393 Chi2 =  0.363498045639
Init V =  -200.0 Fitted V =  -376.547107813 Chi2 =  0.363497819759
Init V =  -300.0 Fitted V =  -376.546274471 Chi2 =  0.363499408429
Init V =  -400.0 Fitted V =  -376.549024174 Chi2 =  0.363494049782
Init V =  -500.0 Fitted V =  -376.54694493 Chi2 =  0.363498135618
Init V =  -600.0 Fitted V =  -608.456138604 Chi2 =  2.13746953225
Init V =  0.0 Fitted V =  -53.6103031857 Chi2 =  1.81851569268
Init V =  -100.0 Fitted V =  -331.858791162 Chi2 =  0.290685292808
Init V =  -200.0 Fitted V =  -331.859276115 Chi2 =  0.29068448079
Init V =  -300.0 Fitted V =  -331.860816634 Chi2 =  0.290681568417
Init V =  -400.0 Fitted V =  -331.858986895 Chi2 =  0.290684909702
Init V =  -500.0 Fitted V =  -331.859044416 Chi2 =  0.290685004507
Init V =  -600.0 Fitted V =  -610.258687338 Chi2 =  1.85468177873
Init V =  0.0 Fitted V =  -38.0790973772 Chi2 =  2.16476458103
Init V =  -100.0 Fitted V =  -279.973049225 Chi2 =  0.420087938878
Init V =  -200.0 Fitted V =  -279.972257931 Chi2 =  0.42008554112
Init V =  -300.0 Fitted V =  -279.968007412 Chi2 =  0.42007252061
Init V =  -400.0 Fitted V =  -279.972651549 Chi2 =  0.420086884918
Init V =  -500.0 Fitted V =  -529.307576982 Chi2 =  2.19938432117
Init V =  -600.0 Fitted V =  -279.972530274 Chi2 =  0.420086514555
Init V =  0.0 Fitted V =  -47.5904432089 Chi2 =  2.55059124914
Init V =  -100.0 Fitted V =  -275.562241319 Chi2 =  0.371862247453
Init V =  -200.0 Fitted V =  -275.562190038 Chi2 =  0.371862659055
Init V =  -300.0 Fitted V =  -275.56212982 Chi2 =  0.371863083165
Init V =  -400.0 Fitted V =  -275.562250128 Chi2 =  0.37186222447
Init V =  -500.0 Fitted V =  -497.984680125 Chi2 =  2.5686016363
Init V =  -600.0 Fitted V =  -613.386625752 Chi2 =  2.57746348455
Init V =  0.0 Fitted V =  -43.0832609184 Chi2 =  1.52534817029
Init V =  -100.0 Fitted V =  -278.155680626 Chi2 =  0.295971169214
Init V =  -200.0 Fitted V =  -278.155361829 Chi2 =  0.295970560335
Init V =  -300.0 Fitted V =  -278.155892715 Chi2 =  0.295970481074
Init V =  -400.0 Fitted V =  -421.598576869 Chi2 =  1.4234226822
Init V =  -500.0 Fitted V =  -278.155833574 Chi2 =  0.295970575431
Init V =  -600.0 Fitted V =  -278.155827906 Chi2 =  0.295970379549
Init V =  0.0 Fitted V =  -257.708859336 Chi2 =  0.288969626185
Init V =  -100.0 Fitted V =  -257.709287763 Chi2 =  0.288968925722
Init V =  -200.0 Fitted V =  -257.709035907 Chi2 =  0.288969336306
Init V =  -300.0 Fitted V =  -257.709139885 Chi2 =  0.288969165533
Init V =  -400.0 Fitted V =  -419.423606052 Chi2 =  1.2857816307
Init V =  -500.0 Fitted V =  -491.519614536 Chi2 =  1.39223456777
Init V =  -600.0 Fitted V =  -257.709041894 Chi2 =  0.28896931077
Init V =  0.0 Fitted V =  -32.8101623999 Chi2 =  1.06992089143
Init V =  -100.0 Fitted V =  -259.457568537 Chi2 =  0.162563562599
Init V =  -200.0 Fitted V =  -259.457495164 Chi2 =  0.162563718871
Init V =  -300.0 Fitted V =  -259.457605275 Chi2 =  0.162563492128
Init V =  -400.0 Fitted V =  -408.092954677 Chi2 =  1.03061355736
Init V =  -500.0 Fitted V =  -527.517698908 Chi2 =  1.08132959002
Init V =  -600.0 Fitted V =  -600.828263989 Chi2 =  1.08292516678
Init V =  0.0 Fitted V =  -18.9639776592 Chi2 =  1.56968155573
Init V =  -100.0 Fitted V =  -245.750735354 Chi2 =  0.129034099655
Init V =  -200.0 Fitted V =  -245.750734281 Chi2 =  0.129034109729
Init V =  -300.0 Fitted V =  -245.750705016 Chi2 =  0.129034141981
Init V =  -400.0 Fitted V =  -245.750708137 Chi2 =  0.12903414393
Init V =  -500.0 Fitted V =  -508.95947632 Chi2 =  1.57376915149
Init V =  -600.0 Fitted V =  -621.029828479 Chi2 =  1.58165745341
Init V =  0.0 Fitted V =  -16.5876107461 Chi2 =  1.02353468708
Init V =  -100.0 Fitted V =  -83.7259302342 Chi2 =  1.02487298962
Init V =  -200.0 Fitted V =  -234.467000163 Chi2 =  0.152707068818
Init V =  -300.0 Fitted V =  -234.466858877 Chi2 =  0.152706935378
Init V =  -400.0 Fitted V =  -234.466695327 Chi2 =  0.152706756686
Init V =  -500.0 Fitted V =  -234.466854133 Chi2 =  0.152706923154
Init V =  -600.0 Fitted V =  -552.986547231 Chi2 =  1.02435516384
Init V =  0.0 Fitted V =  -11.7769353925 Chi2 =  0.829527280549
Init V =  -100.0 Fitted V =  -223.856769763 Chi2 =  0.162229542367
Init V =  -200.0 Fitted V =  -223.856665097 Chi2 =  0.162229713371
Init V =  -300.0 Fitted V =  -223.856662859 Chi2 =  0.162229727646
Init V =  -400.0 Fitted V =  -223.856681717 Chi2 =  0.162229693081
Init V =  -500.0 Fitted V =  -223.856739106 Chi2 =  0.162229596768
Init V =  -600.0 Fitted V =  -609.618227978 Chi2 =  0.846730178527
Init V =  0.0 Fitted V =  -211.620756178 Chi2 =  0.216281681347
Init V =  -100.0 Fitted V =  -211.620782044 Chi2 =  0.216281642054
Init V =  -200.0 Fitted V =  -211.620728189 Chi2 =  0.216281776405
Init V =  -300.0 Fitted V =  -211.62058521 Chi2 =  0.216282184259
Init V =  -400.0 Fitted V =  -211.620599787 Chi2 =  0.216282180715
Init V =  -500.0 Fitted V =  -500.558352015 Chi2 =  1.13685377541
Init V =  -600.0 Fitted V =  -729.380645536 Chi2 =  318.095440904
Init V =  0.0 Fitted V =  18.4884396803 Chi2 =  1.52446038
Init V =  -100.0 Fitted V =  -200.039126001 Chi2 =  0.261897085415
Init V =  -200.0 Fitted V =  -200.039113872 Chi2 =  0.261897186351
Init V =  -300.0 Fitted V =  -200.038942588 Chi2 =  0.261897848117
Init V =  -400.0 Fitted V =  -200.039021741 Chi2 =  0.261897527875
Init V =  -500.0 Fitted V =  -429.248931902 Chi2 =  1.43054030495
Init V =  -600.0 Fitted V =  -609.529663915 Chi2 =  1.51620180684
Init V =  0.0 Fitted V =  -201.141881928 Chi2 =  0.236363312474
Init V =  -100.0 Fitted V =  -201.14185151 Chi2 =  0.236363061558
Init V =  -200.0 Fitted V =  -201.141804686 Chi2 =  0.236362733165
Init V =  -300.0 Fitted V =  -201.141912013 Chi2 =  0.236363340379
Init V =  -400.0 Fitted V =  -201.141968181 Chi2 =  0.236363777104
Init V =  -500.0 Fitted V =  -201.141819836 Chi2 =  0.23636288032
Init V =  -600.0 Fitted V =  -591.751981301 Chi2 =  1.37738766297
Init V =  0.0 Fitted V =  -192.984224713 Chi2 =  0.230574598288
Init V =  -100.0 Fitted V =  -192.984197235 Chi2 =  0.230574442727
Init V =  -200.0 Fitted V =  -192.984150559 Chi2 =  0.230574248604
Init V =  -300.0 Fitted V =  -192.984183419 Chi2 =  0.230574382715
Init V =  -400.0 Fitted V =  -425.358720459 Chi2 =  1.38104663653
Init V =  -500.0 Fitted V =  -192.984189146 Chi2 =  0.23057443197
Init V =  -600.0 Fitted V =  -192.984169883 Chi2 =  0.23057432639
Init V =  0.0 Fitted V =  -187.136213012 Chi2 =  0.294494189416
Init V =  -100.0 Fitted V =  -187.136218875 Chi2 =  0.294494199494
Init V =  -200.0 Fitted V =  -187.136050513 Chi2 =  0.294493492617
Init V =  -300.0 Fitted V =  -187.136182832 Chi2 =  0.294494020901
Init V =  -400.0 Fitted V =  -418.4249113 Chi2 =  1.43000774851
Init V =  -500.0 Fitted V =  -187.136149586 Chi2 =  0.294493930791
Init V =  -600.0 Fitted V =  -187.136038724 Chi2 =  0.294493486389
Init V =  0.0 Fitted V =  -177.031622111 Chi2 =  0.220107568148
Init V =  -100.0 Fitted V =  -177.031615098 Chi2 =  0.220107579932
Init V =  -200.0 Fitted V =  -177.031612343 Chi2 =  0.220107661287
Init V =  -300.0 Fitted V =  -177.031619502 Chi2 =  0.220107598735
Init V =  -400.0 Fitted V =  -419.885020255 Chi2 =  0.883673588434
Init V =  -500.0 Fitted V =  -498.178155929 Chi2 =  0.970692714268
Init V =  -600.0 Fitted V =  -604.304454832 Chi2 =  0.983080441359
Init V =  0.0 Fitted V =  -162.083140555 Chi2 =  0.187323574892
Init V =  -100.0 Fitted V =  -162.082678863 Chi2 =  0.187323557474
Init V =  -200.0 Fitted V =  -162.082749875 Chi2 =  0.187323525152
Init V =  -300.0 Fitted V =  -164.004437881 Chi2 =  0.543070509426
Init V =  -400.0 Fitted V =  -424.931889234 Chi2 =  1.06416422053
Init V =  -500.0 Fitted V =  -162.083086482 Chi2 =  0.187323625519
Init V =  -600.0 Fitted V =  -162.082769401 Chi2 =  0.187323492109
Init V =  0.0 Fitted V =  -20.1622331638 Chi2 =  1.03559674522
Init V =  -100.0 Fitted V =  -178.629094389 Chi2 =  0.309476902485
Init V =  -200.0 Fitted V =  -178.629712017 Chi2 =  0.309476699409
Init V =  -300.0 Fitted V =  -274.157957926 Chi2 =  1.02455150709
Init V =  -400.0 Fitted V =  -425.487159748 Chi2 =  0.880032433604
Init V =  -500.0 Fitted V =  -492.893308582 Chi2 =  1.03708726153
Init V =  -600.0 Fitted V =  -633.778899054 Chi2 =  1.00788733396
Init V =  0.0 Fitted V =  -180.503096794 Chi2 =  0.367238188714
Init V =  -100.0 Fitted V =  -180.50326891 Chi2 =  0.367237837735
Init V =  -200.0 Fitted V =  -180.503241089 Chi2 =  0.367237864575
Init V =  -300.0 Fitted V =  -180.503250081 Chi2 =  0.367237899404
Init V =  -400.0 Fitted V =  -180.503265493 Chi2 =  0.367237929413
Init V =  -500.0 Fitted V =  -180.503145224 Chi2 =  0.367238101146
Init V =  -600.0 Fitted V =  -622.517858742 Chi2 =  2.30559634307
Init V =  0.0 Fitted V =  -54.9232815509 Chi2 =  1.30019098334
Init V =  -100.0 Fitted V =  -175.072285736 Chi2 =  0.43630988877
Init V =  -200.0 Fitted V =  -175.072179934 Chi2 =  0.436309999647
Init V =  -300.0 Fitted V =  -175.072440078 Chi2 =  0.436309560994
Init V =  -400.0 Fitted V =  -424.796986192 Chi2 =  1.11465674231
Init V =  -500.0 Fitted V =  -497.816255144 Chi2 =  1.33303687865
Init V =  -600.0 Fitted V =  -614.416872019 Chi2 =  1.34612698439
Init V =  0.0 Fitted V =  -176.641446589 Chi2 =  0.404195332816
Init V =  -100.0 Fitted V =  -176.64162106 Chi2 =  0.404195059286
Init V =  -200.0 Fitted V =  -176.641649093 Chi2 =  0.404195020393
Init V =  -300.0 Fitted V =  -176.641549687 Chi2 =  0.404195178733
Init V =  -400.0 Fitted V =  -427.463151615 Chi2 =  1.02941655379
Init V =  -500.0 Fitted V =  -505.712485676 Chi2 =  1.16842329589
Init V =  -600.0 Fitted V =  -614.351647605 Chi2 =  1.2024065377
Init V =  0.0 Fitted V =  -180.712522025 Chi2 =  0.507072227679
Init V =  -100.0 Fitted V =  -180.713127188 Chi2 =  0.507071162542
Init V =  -200.0 Fitted V =  -180.713236601 Chi2 =  0.507070973625
Init V =  -300.0 Fitted V =  -309.362434598 Chi2 =  1.22767413238
Init V =  -400.0 Fitted V =  -417.429608251 Chi2 =  0.975277682104
Init V =  -500.0 Fitted V =  -495.606689969 Chi2 =  1.23945936476
Init V =  -600.0 Fitted V =  -600.980962118 Chi2 =  1.19539063626
Init V =  0.0 Fitted V =  -224.855591705 Chi2 =  0.695264908462
Init V =  -100.0 Fitted V =  -224.821327507 Chi2 =  0.695264859124
Init V =  -200.0 Fitted V =  -194.125781372 Chi2 =  0.639002817898
Init V =  -300.0 Fitted V =  -298.762577999 Chi2 =  1.09514006233
Init V =  -400.0 Fitted V =  -414.184664044 Chi2 =  0.766720836701
Init V =  -500.0 Fitted V =  -501.724505259 Chi2 =  1.08893461465
Init V =  -600.0 Fitted V =  -611.814477458 Chi2 =  1.08622218347
Init V =  0.0 Fitted V =  -16.2496998338 Chi2 =  1.50275601461
Init V =  -100.0 Fitted V =  -250.995938751 Chi2 =  0.712567161888
Init V =  -200.0 Fitted V =  -210.455753026 Chi2 =  0.689077441675
Init V =  -300.0 Fitted V =  -250.974537668 Chi2 =  0.712566450668
Init V =  -400.0 Fitted V =  -422.39362336 Chi2 =  1.15945951125
Init V =  -500.0 Fitted V =  -250.995200571 Chi2 =  0.712567140077
Init V =  -600.0 Fitted V =  -614.203643194 Chi2 =  1.5368972502
Init V =  0.0 Fitted V =  -17.348174363 Chi2 =  1.59117555125
Init V =  -100.0 Fitted V =  -272.662797295 Chi2 =  0.886115617
Init V =  -200.0 Fitted V =  -198.992205349 Chi2 =  0.945023794527
Init V =  -300.0 Fitted V =  -272.690534241 Chi2 =  0.886116006644
Init V =  -400.0 Fitted V =  -419.537143625 Chi2 =  1.0994329946
Init V =  -500.0 Fitted V =  -500.420420805 Chi2 =  1.63403934643
Init V =  -600.0 Fitted V =  -272.68776615 Chi2 =  0.886116057447
Init V =  0.0 Fitted V =  -282.232733347 Chi2 =  0.649228196984
Init V =  -100.0 Fitted V =  -282.237542542 Chi2 =  0.64922818952
Init V =  -200.0 Fitted V =  -189.842336874 Chi2 =  0.822946908186
Init V =  -300.0 Fitted V =  -282.259480587 Chi2 =  0.64922796637
Init V =  -400.0 Fitted V =  -416.198069047 Chi2 =  0.74288746918
Init V =  -500.0 Fitted V =  -282.255997778 Chi2 =  0.649227994386
Init V =  -600.0 Fitted V =  -282.261634311 Chi2 =  0.649227978963
Init V =  0.0 Fitted V =  -230.275896412 Chi2 =  0.778842072952
Init V =  -100.0 Fitted V =  -230.272788374 Chi2 =  0.778842073892
Init V =  -200.0 Fitted V =  -194.935873211 Chi2 =  0.922830750253
Init V =  -300.0 Fitted V =  -230.299712231 Chi2 =  0.778842089497
Init V =  -400.0 Fitted V =  -425.720801055 Chi2 =  0.755528333013
Init V =  -500.0 Fitted V =  -501.73256528 Chi2 =  1.16872454208
Init V =  -600.0 Fitted V =  -611.071545875 Chi2 =  1.1275005449
Init V =  0.0 Fitted V =  -12.6384461314 Chi2 =  1.24415077551
Init V =  -100.0 Fitted V =  -271.080788351 Chi2 =  0.870689817134
Init V =  -200.0 Fitted V =  -271.080727964 Chi2 =  0.870689820069
Init V =  -300.0 Fitted V =  -271.138870242 Chi2 =  0.870687584094
Init V =  -400.0 Fitted V =  -400.330618451 Chi2 =  0.722606590004
Init V =  -500.0 Fitted V =  -497.66825376 Chi2 =  1.2914032547
Init V =  -600.0 Fitted V =  -596.867060604 Chi2 =  1.28547832262
Init V =  0.0 Fitted V =  12.4998408919 Chi2 =  90.2427786018
Init V =  -100.0 Fitted V =  -71.1029941025 Chi2 =  142.405727067
Init V =  -200.0 Fitted V =  -185.287733757 Chi2 =  136.332716361
Init V =  -300.0 Fitted V =  -267.477394538 Chi2 =  175.536515695
Init V =  -400.0 Fitted V =  -411.561905313 Chi2 =  250.660461381
Init V =  -500.0 Fitted V =  -445.269635931 Chi2 =  250.125969073
Init V =  -600.0 Fitted V =  -597.836239102 Chi2 =  247.857773785
Init V =  0.0 Fitted V =  256.264166104 Chi2 =  1.69370157443
Init V =  -100.0 Fitted V =  256.26412481 Chi2 =  1.69370157915
Init V =  -200.0 Fitted V =  -197.373648254 Chi2 =  4.18248398984
Init V =  -300.0 Fitted V =  -280.369737444 Chi2 =  4.164904865
Init V =  -400.0 Fitted V =  -417.0269818 Chi2 =  1.57165070687
Init V =  -500.0 Fitted V =  -417.026601091 Chi2 =  1.57165201292
Init V =  -600.0 Fitted V =  -417.026760043 Chi2 =  1.57165161059
Init V =  0.0 Fitted V =  -46.5122371508 Chi2 =  3.04303336417
Init V =  -100.0 Fitted V =  -46.5152186951 Chi2 =  3.0430226651
Init V =  -200.0 Fitted V =  -201.117893575 Chi2 =  3.32905456304
Init V =  -300.0 Fitted V =  -418.356204387 Chi2 =  1.2953438451
Init V =  -400.0 Fitted V =  -418.356181433 Chi2 =  1.29534336138
Init V =  -500.0 Fitted V =  -494.317965304 Chi2 =  3.46509536609
Init V =  -600.0 Fitted V =  -418.356366058 Chi2 =  1.29534278486
Init V =  0.0 Fitted V =  -46.1516670293 Chi2 =  2.18281928504
Init V =  -100.0 Fitted V =  188.783764284 Chi2 =  1.79454916874
Init V =  -200.0 Fitted V =  -224.421523576 Chi2 =  2.56109529485
Init V =  -300.0 Fitted V =  -277.867681159 Chi2 =  2.56111044191
Init V =  -400.0 Fitted V =  -419.006848674 Chi2 =  1.05486210468
Init V =  -500.0 Fitted V =  -499.928738404 Chi2 =  2.60844400097
Init V =  -600.0 Fitted V =  -419.007483053 Chi2 =  1.0548605082
Init V =  0.0 Fitted V =  -43.5929784581 Chi2 =  1.9251473607
Init V =  -100.0 Fitted V =  -43.5922725272 Chi2 =  1.92515013074
Init V =  -200.0 Fitted V =  -222.836543838 Chi2 =  2.36677992201
Init V =  -300.0 Fitted V =  -280.687503966 Chi2 =  2.40565749623
Init V =  -400.0 Fitted V =  -419.890103138 Chi2 =  1.11722239058
Init V =  -500.0 Fitted V =  -419.890460713 Chi2 =  1.11722198586
Init V =  -600.0 Fitted V =  -419.890453002 Chi2 =  1.11722265198
Init V =  0.0 Fitted V =  -45.8416886751 Chi2 =  1.93835601229
Init V =  -100.0 Fitted V =  -406.663152504 Chi2 =  0.700341785019
Init V =  -200.0 Fitted V =  -224.340505121 Chi2 =  2.21674145538
Init V =  -300.0 Fitted V =  -406.66405884 Chi2 =  0.700341069546
Init V =  -400.0 Fitted V =  -406.664350643 Chi2 =  0.700341397259
Init V =  -500.0 Fitted V =  -504.38065779 Chi2 =  2.23361113713
Init V =  -600.0 Fitted V =  -606.494977284 Chi2 =  2.20611082022
Init V =  0.0 Fitted V =  -41.590757744 Chi2 =  1.26911799757
Init V =  -100.0 Fitted V =  -392.547609536 Chi2 =  1.07966200444
Init V =  -200.0 Fitted V =  -200.311172616 Chi2 =  1.52552665006
Init V =  -300.0 Fitted V =  -392.554429617 Chi2 =  1.07966072281
Init V =  -400.0 Fitted V =  -412.944304053 Chi2 =  0.712179224731
Init V =  -500.0 Fitted V =  -392.557396324 Chi2 =  1.07966014674
Init V =  -600.0 Fitted V =  -392.558046111 Chi2 =  1.07966007006
Init V =  0.0 Fitted V =  -35.6082273068 Chi2 =  1.13659417337
Init V =  -100.0 Fitted V =  256.79452323 Chi2 =  0.724752976959
Init V =  -200.0 Fitted V =  -186.823952877 Chi2 =  1.38964617807
Init V =  -300.0 Fitted V =  -274.892691263 Chi2 =  1.42730487418
Init V =  -400.0 Fitted V =  -421.153836813 Chi2 =  0.774357355116
Init V =  -500.0 Fitted V =  -421.153727878 Chi2 =  0.77435711492
Init V =  -600.0 Fitted V =  -421.152746549 Chi2 =  0.774355071944
Init V =  0.0 Fitted V =  -38.8224419105 Chi2 =  1.04962168643
Init V =  -100.0 Fitted V =  -38.8235881711 Chi2 =  1.04962373645
Init V =  -200.0 Fitted V =  -188.372540054 Chi2 =  1.23905362284
Init V =  -300.0 Fitted V =  -302.648455483 Chi2 =  1.22370975788
Init V =  -400.0 Fitted V =  -416.49981459 Chi2 =  0.513153004242
Init V =  -500.0 Fitted V =  -416.499644205 Chi2 =  0.513153419136
Init V =  -600.0 Fitted V =  -416.499717567 Chi2 =  0.513153244047
Init V =  0.0 Fitted V =  -35.1147124086 Chi2 =  0.944100486563
Init V =  -100.0 Fitted V =  261.572440852 Chi2 =  0.436068261959
Init V =  -200.0 Fitted V =  -189.477218142 Chi2 =  1.03217945006
Init V =  -300.0 Fitted V =  -404.76280048 Chi2 =  0.622722353363
Init V =  -400.0 Fitted V =  -416.572457173 Chi2 =  0.48295209171
Init V =  -500.0 Fitted V =  -416.579582908 Chi2 =  0.482975033284
Init V =  -600.0 Fitted V =  -612.374367169 Chi2 =  1.01335559163
Init V =  0.0 Fitted V =  214.346584124 Chi2 =  0.879229922131
Init V =  -100.0 Fitted V =  214.347618541 Chi2 =  0.87922894468
Init V =  -200.0 Fitted V =  -202.812251335 Chi2 =  1.78969860148
Init V =  -300.0 Fitted V =  -303.556878291 Chi2 =  1.84289302925
Init V =  -400.0 Fitted V =  -449.097215495 Chi2 =  0.799517659619
Init V =  -500.0 Fitted V =  -449.113069386 Chi2 =  0.799537452068
Init V =  -600.0 Fitted V =  -449.112930832 Chi2 =  0.799537250613
Init V =  0.0 Fitted V =  -46.632494972 Chi2 =  1.74390074784
Init V =  -100.0 Fitted V =  -458.230689983 Chi2 =  0.4692743994
Init V =  -200.0 Fitted V =  -458.229788448 Chi2 =  0.469275037264
Init V =  -300.0 Fitted V =  -458.230686855 Chi2 =  0.469274402824
Init V =  -400.0 Fitted V =  -458.229338366 Chi2 =  0.469274438548
Init V =  -500.0 Fitted V =  -458.230710263 Chi2 =  0.469274782828
Init V =  -600.0 Fitted V =  -586.856635713 Chi2 =  1.82774766138
Init V =  0.0 Fitted V =  -38.6376775867 Chi2 =  1.87072642425
Init V =  -100.0 Fitted V =  -454.271975801 Chi2 =  0.450272319275
Init V =  -200.0 Fitted V =  -454.271527918 Chi2 =  0.450271782215
Init V =  -300.0 Fitted V =  -454.271541912 Chi2 =  0.450271760807
Init V =  -400.0 Fitted V =  -454.271700423 Chi2 =  0.450272148905
Init V =  -500.0 Fitted V =  -454.271675107 Chi2 =  0.45027200507
Init V =  -600.0 Fitted V =  -454.271325579 Chi2 =  0.450271558523
Init V =  0.0 Fitted V =  -55.5812620501 Chi2 =  1.95002593019
Init V =  -100.0 Fitted V =  -55.5910024567 Chi2 =  1.9500281689
Init V =  -200.0 Fitted V =  -204.208187567 Chi2 =  2.0836935331
Init V =  -300.0 Fitted V =  -421.469837988 Chi2 =  0.400690989141
Init V =  -400.0 Fitted V =  -421.470684514 Chi2 =  0.400690785106
Init V =  -500.0 Fitted V =  -421.470285732 Chi2 =  0.400690966872
Init V =  -600.0 Fitted V =  -610.101844853 Chi2 =  2.03748708603
Init V =  0.0 Fitted V =  79.6742556635 Chi2 =  1.25469648589
Init V =  -100.0 Fitted V =  79.5907996572 Chi2 =  1.25469820439
Init V =  -200.0 Fitted V =  -411.012307313 Chi2 =  0.389618843057
Init V =  -300.0 Fitted V =  -411.012404449 Chi2 =  0.389618680632
Init V =  -400.0 Fitted V =  -411.012174917 Chi2 =  0.38961902799
Init V =  -500.0 Fitted V =  -411.012053015 Chi2 =  0.389619279813
Init V =  -600.0 Fitted V =  -411.011913352 Chi2 =  0.389619511735
Init V =  0.0 Fitted V =  -377.791189464 Chi2 =  0.541852398834
Init V =  -100.0 Fitted V =  -377.791889262 Chi2 =  0.541851646563
Init V =  -200.0 Fitted V =  -377.792447865 Chi2 =  0.541851086808
Init V =  -300.0 Fitted V =  -377.790526899 Chi2 =  0.541853160881
Init V =  -400.0 Fitted V =  -377.808349246 Chi2 =  0.541833452113
Init V =  -500.0 Fitted V =  -377.790421641 Chi2 =  0.541853262687
Init V =  -600.0 Fitted V =  -377.792414817 Chi2 =  0.541851059084
Init V =  0.0 Fitted V =  -37.0053893128 Chi2 =  2.76927175172
Init V =  -100.0 Fitted V =  -323.54400615 Chi2 =  0.240009311808
Init V =  -200.0 Fitted V =  -323.544101985 Chi2 =  0.240009245161
Init V =  -300.0 Fitted V =  -323.544133793 Chi2 =  0.240009250126
Init V =  -400.0 Fitted V =  -323.544718367 Chi2 =  0.240009572845
Init V =  -500.0 Fitted V =  -503.905040989 Chi2 =  2.77799140664
Init V =  -600.0 Fitted V =  -565.081524123 Chi2 =  2.77927773006
Init V =  0.0 Fitted V =  -45.9942190472 Chi2 =  4.38805683972
Init V =  -100.0 Fitted V =  -293.114645037 Chi2 =  0.523645331475
Init V =  -200.0 Fitted V =  -293.114654044 Chi2 =  0.523645704249
Init V =  -300.0 Fitted V =  -293.114672485 Chi2 =  0.523646441819
Init V =  -400.0 Fitted V =  -293.114651512 Chi2 =  0.523645680043
Init V =  -500.0 Fitted V =  -293.114656859 Chi2 =  0.523645852167
Init V =  -600.0 Fitted V =  -293.114674825 Chi2 =  0.523646369457
Init V =  0.0 Fitted V =  -4.01591320785 Chi2 =  2.82802998052
Init V =  -100.0 Fitted V =  -299.880443596 Chi2 =  0.343609367595
Init V =  -200.0 Fitted V =  -299.880364537 Chi2 =  0.343609630701
Init V =  -300.0 Fitted V =  -299.880439559 Chi2 =  0.343609380884
Init V =  -400.0 Fitted V =  -299.880382166 Chi2 =  0.343609586064
Init V =  -500.0 Fitted V =  -299.880518219 Chi2 =  0.343609114238
Init V =  -600.0 Fitted V =  -299.880556378 Chi2 =  0.343609006339
Init V =  0.0 Fitted V =  -273.841074475 Chi2 =  0.220380974894
Init V =  -100.0 Fitted V =  -273.841020954 Chi2 =  0.220381069756
Init V =  -200.0 Fitted V =  -273.840820299 Chi2 =  0.22038142505
Init V =  -300.0 Fitted V =  -273.840908566 Chi2 =  0.220381274524
Init V =  -400.0 Fitted V =  -421.130697328 Chi2 =  1.42282499647
Init V =  -500.0 Fitted V =  -273.841009184 Chi2 =  0.220381087091
Init V =  -600.0 Fitted V =  177.173332096 Chi2 =  1.02629652811
Init V =  0.0 Fitted V =  -272.329865163 Chi2 =  0.234144968711
Init V =  -100.0 Fitted V =  -272.329722144 Chi2 =  0.234145293043
Init V =  -200.0 Fitted V =  -272.329920593 Chi2 =  0.234144866122
Init V =  -300.0 Fitted V =  -272.329800452 Chi2 =  0.234145177213
Init V =  -400.0 Fitted V =  -414.756715132 Chi2 =  1.71485937161
Init V =  -500.0 Fitted V =  -272.329749834 Chi2 =  0.234145225031
Init V =  -600.0 Fitted V =  -631.869733134 Chi2 =  1.79817549893
Init V =  0.0 Fitted V =  -266.636650858 Chi2 =  0.137432219125
Init V =  -100.0 Fitted V =  -266.636344054 Chi2 =  0.137432543559
Init V =  -200.0 Fitted V =  -266.63663066 Chi2 =  0.137432206436
Init V =  -300.0 Fitted V =  -266.636553049 Chi2 =  0.13743241097
Init V =  -400.0 Fitted V =  -412.447338709 Chi2 =  0.853067099902
Init V =  -500.0 Fitted V =  -266.636964977 Chi2 =  0.13743179027
Init V =  -600.0 Fitted V =  -590.025961471 Chi2 =  318.425291455
Init V =  0.0 Fitted V =  -18.7709233795 Chi2 =  0.693422721807
Init V =  -100.0 Fitted V =  -244.851200457 Chi2 =  0.115861386006
Init V =  -200.0 Fitted V =  -244.851270281 Chi2 =  0.115861308607
Init V =  -300.0 Fitted V =  -244.851315764 Chi2 =  0.115861263279
Init V =  -400.0 Fitted V =  -420.371482733 Chi2 =  0.667253722282
Init V =  -500.0 Fitted V =  -490.082722887 Chi2 =  0.697820789638
Init V =  -600.0 Fitted V =  -602.035241199 Chi2 =  0.694369162469
Init V =  0.0 Fitted V =  -236.961749209 Chi2 =  0.129928174877
Init V =  -100.0 Fitted V =  -236.961754804 Chi2 =  0.129928140023
Init V =  -200.0 Fitted V =  -236.961685252 Chi2 =  0.129928283475
Init V =  -300.0 Fitted V =  -236.961742002 Chi2 =  0.129928225251
Init V =  -400.0 Fitted V =  -236.961602131 Chi2 =  0.129928388556
Init V =  -500.0 Fitted V =  -236.961781547 Chi2 =  0.129928115903
Init V =  -600.0 Fitted V =  -634.584249802 Chi2 =  0.778962043469
Init V =  0.0 Fitted V =  -5.35758123203 Chi2 =  0.655513812071
Init V =  -100.0 Fitted V =  -213.489606292 Chi2 =  0.16478625188
Init V =  -200.0 Fitted V =  -213.489445273 Chi2 =  0.16478642342
Init V =  -300.0 Fitted V =  -213.489264716 Chi2 =  0.164786584821
Init V =  -400.0 Fitted V =  -213.489655928 Chi2 =  0.164786229725
Init V =  -500.0 Fitted V =  -433.419427659 Chi2 =  0.644115424755
Init V =  -600.0 Fitted V =  -213.489334813 Chi2 =  0.164786503367
Init V =  0.0 Fitted V =  -201.345299173 Chi2 =  0.1897056578
Init V =  -100.0 Fitted V =  -201.345299473 Chi2 =  0.189705866282
Init V =  -200.0 Fitted V =  -201.345291408 Chi2 =  0.189705703158
Init V =  -300.0 Fitted V =  -201.345284038 Chi2 =  0.189705596265
Init V =  -400.0 Fitted V =  -422.563554375 Chi2 =  1.16004357543
Init V =  -500.0 Fitted V =  -494.856899411 Chi2 =  1.21841051107
Init V =  -600.0 Fitted V =  -821.10837113 Chi2 =  318.130697817
Init V =  0.0 Fitted V =  -5.72674793557 Chi2 =  1.30844911128
Init V =  -100.0 Fitted V =  -197.691740962 Chi2 =  0.163196625521
Init V =  -200.0 Fitted V =  -197.691621191 Chi2 =  0.163196923159
Init V =  -300.0 Fitted V =  -197.691649111 Chi2 =  0.163196898048
Init V =  -400.0 Fitted V =  -197.691635362 Chi2 =  0.163196850597
Init V =  -500.0 Fitted V =  -197.691749389 Chi2 =  0.163196636911
Init V =  -600.0 Fitted V =  -660.938522257 Chi2 =  319.259976155
Init V =  0.0 Fitted V =  -197.575453553 Chi2 =  0.258195082653
Init V =  -100.0 Fitted V =  -197.575454737 Chi2 =  0.258195065576
Init V =  -200.0 Fitted V =  -197.575384549 Chi2 =  0.258195168568
Init V =  -300.0 Fitted V =  -289.592006727 Chi2 =  1.17170037227
Init V =  -400.0 Fitted V =  -197.575274499 Chi2 =  0.258195325678
Init V =  -500.0 Fitted V =  -197.57535363 Chi2 =  0.258195213759
Init V =  -600.0 Fitted V =  -197.575414558 Chi2 =  0.258195121773
Init V =  0.0 Fitted V =  -190.983997538 Chi2 =  0.298373506123
Init V =  -100.0 Fitted V =  -190.983514352 Chi2 =  0.298374426809
Init V =  -200.0 Fitted V =  -190.984002518 Chi2 =  0.298373499492
Init V =  -300.0 Fitted V =  -190.983583751 Chi2 =  0.298374291151
Init V =  -400.0 Fitted V =  -422.564334885 Chi2 =  1.06676445869
Init V =  -500.0 Fitted V =  -190.983816702 Chi2 =  0.298373852184
Init V =  -600.0 Fitted V =  -190.983901047 Chi2 =  0.298373686808
Init V =  0.0 Fitted V =  -189.759413603 Chi2 =  0.262032798685
Init V =  -100.0 Fitted V =  -189.759589185 Chi2 =  0.262033272598
Init V =  -200.0 Fitted V =  -189.759629639 Chi2 =  0.262033315049
Init V =  -300.0 Fitted V =  -189.759620375 Chi2 =  0.262033357873
Init V =  -400.0 Fitted V =  -427.842931937 Chi2 =  0.895274194252
Init V =  -500.0 Fitted V =  -189.759387379 Chi2 =  0.26203268874
Init V =  -600.0 Fitted V =  -189.759233708 Chi2 =  0.262032299455
Init V =  0.0 Fitted V =  7.92605965023 Chi2 =  0.975218997675
Init V =  -100.0 Fitted V =  -183.846653011 Chi2 =  0.204787574264
Init V =  -200.0 Fitted V =  -183.846565869 Chi2 =  0.204787325042
Init V =  -300.0 Fitted V =  -183.846730094 Chi2 =  0.204787785323
Init V =  -400.0 Fitted V =  -423.393607545 Chi2 =  0.910801318579
Init V =  -500.0 Fitted V =  -498.912596844 Chi2 =  0.971157043135
Init V =  -600.0 Fitted V =  -183.846657426 Chi2 =  0.204787632852
Init V =  0.0 Fitted V =  -11.9302899395 Chi2 =  1.33043687172
Init V =  -100.0 Fitted V =  -176.243814432 Chi2 =  0.193912885028
Init V =  -200.0 Fitted V =  -176.243554763 Chi2 =  0.193913014653
Init V =  -300.0 Fitted V =  -176.243678786 Chi2 =  0.193912930352
Init V =  -400.0 Fitted V =  -176.243674064 Chi2 =  0.193912927252
Init V =  -500.0 Fitted V =  -432.257915771 Chi2 =  1.27796715946
Init V =  -600.0 Fitted V =  -615.509857178 Chi2 =  1.34497816555
Init V =  0.0 Fitted V =  -163.371328665 Chi2 =  0.27187558659
Init V =  -100.0 Fitted V =  -163.370604072 Chi2 =  0.271875639304
Init V =  -200.0 Fitted V =  -163.371071654 Chi2 =  0.271875594342
Init V =  -300.0 Fitted V =  -163.371282539 Chi2 =  0.271875506924
Init V =  -400.0 Fitted V =  -423.748505206 Chi2 =  1.52443638741
Init V =  -500.0 Fitted V =  -503.025293932 Chi2 =  1.64201099878
Init V =  -600.0 Fitted V =  -663.351984744 Chi2 =  0.950506364608
Init V =  0.0 Fitted V =  -43.8043022045 Chi2 =  2.18504172583
Init V =  -100.0 Fitted V =  -172.585319846 Chi2 =  0.280472272646
Init V =  -200.0 Fitted V =  -172.585203636 Chi2 =  0.280472362666
Init V =  -300.0 Fitted V =  -172.585384702 Chi2 =  0.280472163528
Init V =  -400.0 Fitted V =  -427.119590729 Chi2 =  2.08291623083
Init V =  -500.0 Fitted V =  -427.119798893 Chi2 =  2.08291638425
Init V =  -600.0 Fitted V =  -613.177833793 Chi2 =  2.20624742726
Init V =  0.0 Fitted V =  -21.8091219337 Chi2 =  1.60059119677
Init V =  -100.0 Fitted V =  -175.734610923 Chi2 =  0.360176852788
Init V =  -200.0 Fitted V =  -175.734649919 Chi2 =  0.360176881688
Init V =  -300.0 Fitted V =  -175.734820715 Chi2 =  0.360176683683
Init V =  -400.0 Fitted V =  -428.813426639 Chi2 =  1.48337453605
Init V =  -500.0 Fitted V =  -503.430564838 Chi2 =  1.63906642399
Init V =  -600.0 Fitted V =  -558.077876701 Chi2 =  1.61719431013
Init V =  0.0 Fitted V =  -6.84809719806 Chi2 =  1.58635189598
Init V =  -100.0 Fitted V =  -185.981431328 Chi2 =  0.429260274727
Init V =  -200.0 Fitted V =  -185.981198805 Chi2 =  0.429260749276
Init V =  -300.0 Fitted V =  -185.981705693 Chi2 =  0.429260459678
Init V =  -400.0 Fitted V =  -424.894337497 Chi2 =  1.37479546054
Init V =  -500.0 Fitted V =  -496.965987279 Chi2 =  1.61918300909
Init V =  -600.0 Fitted V =  -616.675826486 Chi2 =  1.60877197629
Init V =  0.0 Fitted V =  -18.4776476831 Chi2 =  2.69315106533
Init V =  -100.0 Fitted V =  -190.415676922 Chi2 =  0.45633189669
Init V =  -200.0 Fitted V =  -190.415697655 Chi2 =  0.456331858487
Init V =  -300.0 Fitted V =  -309.54490895 Chi2 =  2.70885253891
Init V =  -400.0 Fitted V =  -425.7369679 Chi2 =  2.50827430249
Init V =  -500.0 Fitted V =  -498.293188878 Chi2 =  2.69164043132
Init V =  -600.0 Fitted V =  -616.81261563 Chi2 =  2.69444471369
Init V =  0.0 Fitted V =  -0.830003089658 Chi2 =  1.93671250206
Init V =  -100.0 Fitted V =  -206.615762195 Chi2 =  0.62704572704
Init V =  -200.0 Fitted V =  -206.615676272 Chi2 =  0.627045883232
Init V =  -300.0 Fitted V =  -307.713734382 Chi2 =  1.96059064522
Init V =  -400.0 Fitted V =  -424.25005896 Chi2 =  1.64625614831
Init V =  -500.0 Fitted V =  -504.563065899 Chi2 =  1.97710574379
Init V =  -600.0 Fitted V =  -601.934820845 Chi2 =  1.95297032098
Init V =  0.0 Fitted V =  -12.6881589436 Chi2 =  1.99027333936
Init V =  -100.0 Fitted V =  -210.668363109 Chi2 =  0.735191708675
Init V =  -200.0 Fitted V =  -210.668125317 Chi2 =  0.735191727617
Init V =  -300.0 Fitted V =  -311.985139083 Chi2 =  2.04442286216
Init V =  -400.0 Fitted V =  -422.624130087 Chi2 =  1.65604892358
Init V =  -500.0 Fitted V =  -507.984516343 Chi2 =  2.06498841435
Init V =  -600.0 Fitted V =  -618.006735388 Chi2 =  2.06466361876
Init V =  0.0 Fitted V =  -18.3740406921 Chi2 =  1.57100473121
Init V =  -100.0 Fitted V =  -202.953365488 Chi2 =  0.580552585261
Init V =  -200.0 Fitted V =  -202.953525719 Chi2 =  0.580552923962
Init V =  -300.0 Fitted V =  -202.95334434 Chi2 =  0.580552545162
Init V =  -400.0 Fitted V =  -423.815025983 Chi2 =  1.34607336512
Init V =  -500.0 Fitted V =  -503.296123006 Chi2 =  1.58798980961
Init V =  -600.0 Fitted V =  -611.352879737 Chi2 =  1.58674798998
Init V =  0.0 Fitted V =  -182.139164687 Chi2 =  0.695593925301
Init V =  -100.0 Fitted V =  -182.139137834 Chi2 =  0.695593962959
Init V =  -200.0 Fitted V =  -182.152586191 Chi2 =  0.695578008246
Init V =  -300.0 Fitted V =  -182.138446042 Chi2 =  0.695594777483
Init V =  -400.0 Fitted V =  -425.060921648 Chi2 =  1.51490472471
Init V =  -500.0 Fitted V =  -499.271960513 Chi2 =  1.81813022612
Init V =  -600.0 Fitted V =  -609.186518424 Chi2 =  1.82286031193
Init V =  0.0 Fitted V =  -224.326902345 Chi2 =  0.832551138722
Init V =  -100.0 Fitted V =  -224.30883474 Chi2 =  0.832551234493
Init V =  -200.0 Fitted V =  -224.314161875 Chi2 =  0.832551206844
Init V =  -300.0 Fitted V =  -224.329667403 Chi2 =  0.832551112185
Init V =  -400.0 Fitted V =  -423.227554657 Chi2 =  1.10766064804
Init V =  -500.0 Fitted V =  -497.491363559 Chi2 =  1.60030680564
Init V =  -600.0 Fitted V =  -610.296917488 Chi2 =  1.52587660345
Init V =  0.0 Fitted V =  -6.97417895669 Chi2 =  1.23763715702
Init V =  -100.0 Fitted V =  -82.5476949449 Chi2 =  1.21800235724
Init V =  -200.0 Fitted V =  -188.58470253 Chi2 =  0.94390359832
Init V =  -300.0 Fitted V =  -327.116140559 Chi2 =  0.857938068187
Init V =  -400.0 Fitted V =  -418.151994455 Chi2 =  0.758332714558
Init V =  -500.0 Fitted V =  -419.990059212 Chi2 =  0.812801548434
Init V =  -600.0 Fitted V =  -566.65337646 Chi2 =  1.24994735135
Init V =  0.0 Fitted V =  13.3426495255 Chi2 =  45.2639197044
Init V =  -100.0 Fitted V =  -70.0230364632 Chi2 =  69.7184442271
Init V =  -200.0 Fitted V =  -187.568905933 Chi2 =  65.8074262256
Init V =  -300.0 Fitted V =  -267.944512345 Chi2 =  83.5501268359
Init V =  -400.0 Fitted V =  -433.589996166 Chi2 =  114.900944654
Init V =  -500.0 Fitted V =  -433.617731751 Chi2 =  114.901094744
Init V =  -600.0 Fitted V =  -598.916024092 Chi2 =  116.930272148
Init V =  0.0 Fitted V =  244.588043637 Chi2 =  2.52502278141
Init V =  -100.0 Fitted V =  -50.6745533665 Chi2 =  6.12123485871
Init V =  -200.0 Fitted V =  -200.815492751 Chi2 =  6.38217336048
Init V =  -300.0 Fitted V =  -277.61696519 Chi2 =  6.42616418093
Init V =  -400.0 Fitted V =  -434.555948088 Chi2 =  1.86627835095
Init V =  -500.0 Fitted V =  -434.556221952 Chi2 =  1.86627947063
Init V =  -600.0 Fitted V =  -434.556210786 Chi2 =  1.86627938051
Init V =  0.0 Fitted V =  -42.7102816065 Chi2 =  3.21502649175
Init V =  -100.0 Fitted V =  -42.7100262253 Chi2 =  3.21502798008
Init V =  -200.0 Fitted V =  -185.124581231 Chi2 =  3.42436584052
Init V =  -300.0 Fitted V =  -288.43472425 Chi2 =  3.39610125707
Init V =  -400.0 Fitted V =  -423.204445997 Chi2 =  0.825966961242
Init V =  -500.0 Fitted V =  -423.204462305 Chi2 =  0.825966611084
Init V =  -600.0 Fitted V =  -423.204468122 Chi2 =  0.825966442033
Init V =  0.0 Fitted V =  -38.6108622671 Chi2 =  2.14725871397
Init V =  -100.0 Fitted V =  -38.6108236906 Chi2 =  2.1472587445
Init V =  -200.0 Fitted V =  -224.597272549 Chi2 =  2.4921165715
Init V =  -300.0 Fitted V =  -421.631653709 Chi2 =  0.934018886905
Init V =  -400.0 Fitted V =  -421.631719427 Chi2 =  0.934018690222
Init V =  -500.0 Fitted V =  -498.643519069 Chi2 =  2.40581503283
Init V =  -600.0 Fitted V =  -421.631599803 Chi2 =  0.934019013753
Init V =  0.0 Fitted V =  -44.3414275767 Chi2 =  1.57973222123
Init V =  -100.0 Fitted V =  255.424922446 Chi2 =  0.817034851859
Init V =  -200.0 Fitted V =  -419.754837998 Chi2 =  0.827337361563
Init V =  -300.0 Fitted V =  -419.755040289 Chi2 =  0.827336931525
Init V =  -400.0 Fitted V =  -419.75481469 Chi2 =  0.827337410636
Init V =  -500.0 Fitted V =  -419.755252336 Chi2 =  0.827336486562
Init V =  -600.0 Fitted V =  -419.75481051 Chi2 =  0.827337415646
Init V =  0.0 Fitted V =  -36.5549791361 Chi2 =  1.44059376829
Init V =  -100.0 Fitted V =  -36.5552523779 Chi2 =  1.44059422009
Init V =  -200.0 Fitted V =  -214.774703107 Chi2 =  1.71200780486
Init V =  -300.0 Fitted V =  -292.941247939 Chi2 =  1.72410754621
Init V =  -400.0 Fitted V =  -422.481804252 Chi2 =  0.722736350531
Init V =  -500.0 Fitted V =  -422.481458652 Chi2 =  0.722736907178
Init V =  -600.0 Fitted V =  -596.437239554 Chi2 =  1.66635144097
Init V =  0.0 Fitted V =  -38.2787084485 Chi2 =  1.05705844782
Init V =  -100.0 Fitted V =  -38.2790220265 Chi2 =  1.0570580111
Init V =  -200.0 Fitted V =  -203.017973319 Chi2 =  1.23231388219
Init V =  -300.0 Fitted V =  -291.929093201 Chi2 =  1.25590552979
Init V =  -400.0 Fitted V =  -417.57445765 Chi2 =  0.621946944342
Init V =  -500.0 Fitted V =  -417.574464506 Chi2 =  0.621946977615
Init V =  -600.0 Fitted V =  -593.003163365 Chi2 =  1.18805839245
Init V =  0.0 Fitted V =  140.760956153 Chi2 =  0.892612855667
Init V =  -100.0 Fitted V =  140.77559578 Chi2 =  0.892609087986
Init V =  -200.0 Fitted V =  -192.364774463 Chi2 =  1.18465249074
Init V =  -300.0 Fitted V =  -267.862215854 Chi2 =  1.22487682598
Init V =  -400.0 Fitted V =  -420.609542662 Chi2 =  0.589954141303
Init V =  -500.0 Fitted V =  -505.806390098 Chi2 =  1.20208092067
Init V =  -600.0 Fitted V =  -459.184396394 Chi2 =  0.911823607265
Init V =  0.0 Fitted V =  -40.4134718942 Chi2 =  1.33499823029
Init V =  -100.0 Fitted V =  254.148497994 Chi2 =  0.595204283841
Init V =  -200.0 Fitted V =  -430.76557197 Chi2 =  0.507694477508
Init V =  -300.0 Fitted V =  -430.765527859 Chi2 =  0.507694334762
Init V =  -400.0 Fitted V =  -430.759771926 Chi2 =  0.507685133689
Init V =  -500.0 Fitted V =  -430.766316795 Chi2 =  0.507695716935
Init V =  -600.0 Fitted V =  -430.765200304 Chi2 =  0.507693904082
Init V =  0.0 Fitted V =  -34.544137716 Chi2 =  1.25451626943
Init V =  -100.0 Fitted V =  226.305411552 Chi2 =  0.843795166052
Init V =  -200.0 Fitted V =  -197.31365225 Chi2 =  1.36680455642
Init V =  -300.0 Fitted V =  -425.435602472 Chi2 =  0.581948371243
Init V =  -400.0 Fitted V =  -425.431293322 Chi2 =  0.581941307668
Init V =  -500.0 Fitted V =  -425.435511878 Chi2 =  0.581948182038
Init V =  -600.0 Fitted V =  -425.436049855 Chi2 =  0.581949065491
Init V =  0.0 Fitted V =  -32.3349511357 Chi2 =  1.36078322401
Init V =  -100.0 Fitted V =  229.885280737 Chi2 =  0.684188115952
Init V =  -200.0 Fitted V =  -181.33000268 Chi2 =  1.52105225139
Init V =  -300.0 Fitted V =  -286.528185132 Chi2 =  1.56198971829
Init V =  -400.0 Fitted V =  -455.261577813 Chi2 =  0.570417759706
Init V =  -500.0 Fitted V =  -455.263914195 Chi2 =  0.570419092438
Init V =  -600.0 Fitted V =  -455.264753608 Chi2 =  0.570419227495
Init V =  0.0 Fitted V =  -29.5450653253 Chi2 =  1.93950398077
Init V =  -100.0 Fitted V =  -459.170428935 Chi2 =  0.490724053601
Init V =  -200.0 Fitted V =  -195.776309778 Chi2 =  2.00428318467
Init V =  -300.0 Fitted V =  -459.171032799 Chi2 =  0.490723841332
Init V =  -400.0 Fitted V =  -459.169337389 Chi2 =  0.490723893909
Init V =  -500.0 Fitted V =  -459.172119135 Chi2 =  0.490724058851
Init V =  -600.0 Fitted V =  -609.157018415 Chi2 =  2.00265955815
Init V =  0.0 Fitted V =  -38.010193271 Chi2 =  1.78239795531
Init V =  -100.0 Fitted V =  -461.738668676 Chi2 =  0.431432624597
Init V =  -200.0 Fitted V =  -461.738716269 Chi2 =  0.431432564009
Init V =  -300.0 Fitted V =  -461.738789215 Chi2 =  0.431432568286
Init V =  -400.0 Fitted V =  -461.738686285 Chi2 =  0.431432562141
Init V =  -500.0 Fitted V =  -461.739985448 Chi2 =  0.431432263362
Init V =  -600.0 Fitted V =  -461.738845859 Chi2 =  0.431432528437
Init V =  0.0 Fitted V =  -440.005152384 Chi2 =  0.445617023429
Init V =  -100.0 Fitted V =  -440.005579134 Chi2 =  0.445616158931
Init V =  -200.0 Fitted V =  -440.005179763 Chi2 =  0.44561702661
Init V =  -300.0 Fitted V =  -440.005042802 Chi2 =  0.445617268711
Init V =  -400.0 Fitted V =  -440.005604353 Chi2 =  0.445616132833
Init V =  -500.0 Fitted V =  -440.005402098 Chi2 =  0.445616572569
Init V =  -600.0 Fitted V =  -440.005569823 Chi2 =  0.44561618145
Init V =  0.0 Fitted V =  144.777851564 Chi2 =  1.27460331508
Init V =  -100.0 Fitted V =  -409.521887824 Chi2 =  0.391607401168
Init V =  -200.0 Fitted V =  -409.521575693 Chi2 =  0.391607816392
Init V =  -300.0 Fitted V =  -409.521921755 Chi2 =  0.391607361858
Init V =  -400.0 Fitted V =  -409.521824471 Chi2 =  0.391607508255
Init V =  -500.0 Fitted V =  -409.5217721 Chi2 =  0.3916075614
Init V =  -600.0 Fitted V =  -409.521406429 Chi2 =  0.39160800584
Init V =  0.0 Fitted V =  -375.582989543 Chi2 =  0.491179440477
Init V =  -100.0 Fitted V =  -375.582367967 Chi2 =  0.4911794996
Init V =  -200.0 Fitted V =  -375.582775875 Chi2 =  0.491179781497
Init V =  -300.0 Fitted V =  -375.582975843 Chi2 =  0.491179602107
Init V =  -400.0 Fitted V =  -375.584484483 Chi2 =  0.491177903637
Init V =  -500.0 Fitted V =  -375.583216341 Chi2 =  0.49117944062
Init V =  -600.0 Fitted V =  -375.582934855 Chi2 =  0.491179687523
Init V =  0.0 Fitted V =  51.7726642082 Chi2 =  3.2024274797
Init V =  -100.0 Fitted V =  -57.8878558002 Chi2 =  3.41227235736
Init V =  -200.0 Fitted V =  -328.677755785 Chi2 =  0.320337181858
Init V =  -300.0 Fitted V =  -328.678454684 Chi2 =  0.320338331077
Init V =  -400.0 Fitted V =  -328.678575635 Chi2 =  0.320338584242
Init V =  -500.0 Fitted V =  -503.169064158 Chi2 =  3.40182660464
Init V =  -600.0 Fitted V =  -716.172361677 Chi2 =  3.37503962114
Init V =  0.0 Fitted V =  -2.70848388057 Chi2 =  3.09739050142
Init V =  -100.0 Fitted V =  -321.379049039 Chi2 =  0.271238667971
Init V =  -200.0 Fitted V =  -321.379059258 Chi2 =  0.271238603258
Init V =  -300.0 Fitted V =  -321.379021169 Chi2 =  0.271238810922
Init V =  -400.0 Fitted V =  -321.378981957 Chi2 =  0.271239015649
Init V =  -500.0 Fitted V =  -321.37906078 Chi2 =  0.271238664593
Init V =  -600.0 Fitted V =  -559.047985519 Chi2 =  3.11784930039
Init V =  0.0 Fitted V =  -316.029086153 Chi2 =  0.317552642863
Init V =  -100.0 Fitted V =  -316.028883241 Chi2 =  0.317553284322
Init V =  -200.0 Fitted V =  -316.02889879 Chi2 =  0.317553292103
Init V =  -300.0 Fitted V =  -316.029241999 Chi2 =  0.317552168754
Init V =  -400.0 Fitted V =  -316.029117497 Chi2 =  0.317552580761
Init V =  -500.0 Fitted V =  -316.029063393 Chi2 =  0.317552695189
Init V =  -600.0 Fitted V =  -316.028904542 Chi2 =  0.317553240896
Init V =  0.0 Fitted V =  -347.569990435 Chi2 =  319.078854309
Init V =  -100.0 Fitted V =  -288.236871457 Chi2 =  0.203482679559
Init V =  -200.0 Fitted V =  -288.237169365 Chi2 =  0.203482220981
Init V =  -300.0 Fitted V =  -288.236966828 Chi2 =  0.203482532026
Init V =  -400.0 Fitted V =  -288.237021575 Chi2 =  0.203482442661
Init V =  -500.0 Fitted V =  -490.283914072 Chi2 =  0.758878289032
Init V =  -600.0 Fitted V =  -288.237294202 Chi2 =  0.203482036452
Init V =  0.0 Fitted V =  -364.018564922 Chi2 =  319.251991241
Init V =  -100.0 Fitted V =  -364.296256721 Chi2 =  319.252011145
Init V =  -200.0 Fitted V =  -276.815876366 Chi2 =  0.157811911497
Init V =  -300.0 Fitted V =  -276.815675495 Chi2 =  0.157812096269
Init V =  -400.0 Fitted V =  -276.815529034 Chi2 =  0.157812227659
Init V =  -500.0 Fitted V =  -276.8153957 Chi2 =  0.157812348764
Init V =  -600.0 Fitted V =  -276.815769604 Chi2 =  0.157812008102
Init V =  0.0 Fitted V =  -282.097723484 Chi2 =  0.125010233844
Init V =  -100.0 Fitted V =  -282.097726054 Chi2 =  0.125010214547
Init V =  -200.0 Fitted V =  -282.097702263 Chi2 =  0.125010543259
Init V =  -300.0 Fitted V =  -282.097715539 Chi2 =  0.125010321937
Init V =  -400.0 Fitted V =  -282.09773131 Chi2 =  0.125010098745
Init V =  -500.0 Fitted V =  -489.998541133 Chi2 =  0.918258578851
Init V =  -600.0 Fitted V =  -587.35672753 Chi2 =  0.921672337437
Init V =  0.0 Fitted V =  -13.8418661063 Chi2 =  0.625142961449
Init V =  -100.0 Fitted V =  -248.226398953 Chi2 =  0.121683608324
Init V =  -200.0 Fitted V =  -248.226352066 Chi2 =  0.121683432017
Init V =  -300.0 Fitted V =  -248.226353882 Chi2 =  0.121683438224
Init V =  -400.0 Fitted V =  -248.226393826 Chi2 =  0.121683655216
Init V =  -500.0 Fitted V =  -502.077840793 Chi2 =  0.645110027583
Init V =  -600.0 Fitted V =  -248.226315668 Chi2 =  0.12168332229
Init V =  0.0 Fitted V =  -11.6311311625 Chi2 =  0.880442533639
Init V =  -100.0 Fitted V =  -231.114273423 Chi2 =  0.128049128796
Init V =  -200.0 Fitted V =  -231.11411534 Chi2 =  0.128049263731
Init V =  -300.0 Fitted V =  -231.114118029 Chi2 =  0.12804927257
Init V =  -400.0 Fitted V =  -231.114120226 Chi2 =  0.128049264761
Init V =  -500.0 Fitted V =  -231.114135852 Chi2 =  0.128049235367
Init V =  -600.0 Fitted V =  -553.740982422 Chi2 =  0.880017383252
Init V =  0.0 Fitted V =  -206.776193345 Chi2 =  0.158016726519
Init V =  -100.0 Fitted V =  -206.776061305 Chi2 =  0.158016880119
Init V =  -200.0 Fitted V =  -206.776191439 Chi2 =  0.158016755259
Init V =  -300.0 Fitted V =  -206.776278609 Chi2 =  0.158016645577
Init V =  -400.0 Fitted V =  -206.776012568 Chi2 =  0.158016976234
Init V =  -500.0 Fitted V =  -206.776265798 Chi2 =  0.15801666028
Init V =  -600.0 Fitted V =  -1234.92665493 Chi2 =  316.983852212
Init V =  0.0 Fitted V =  -2.16054747963 Chi2 =  1.13096307523
Init V =  -100.0 Fitted V =  -208.534676551 Chi2 =  0.151846695992
Init V =  -200.0 Fitted V =  -208.534675383 Chi2 =  0.151846670278
Init V =  -300.0 Fitted V =  -208.534663492 Chi2 =  0.151846853663
Init V =  -400.0 Fitted V =  -208.534674185 Chi2 =  0.151846662439
Init V =  -500.0 Fitted V =  -504.166087602 Chi2 =  1.14532629148
Init V =  -600.0 Fitted V =  -560.477013914 Chi2 =  1.13946082631
Init V =  0.0 Fitted V =  -194.55791581 Chi2 =  0.172662694642
Init V =  -100.0 Fitted V =  -194.557902881 Chi2 =  0.172662739249
Init V =  -200.0 Fitted V =  -194.557845482 Chi2 =  0.172662900582
Init V =  -300.0 Fitted V =  -194.557738296 Chi2 =  0.172663223079
Init V =  -400.0 Fitted V =  -194.557836423 Chi2 =  0.172662911673
Init V =  -500.0 Fitted V =  -194.557900452 Chi2 =  0.172662712422
Init V =  -600.0 Fitted V =  -194.557886657 Chi2 =  0.172662784858
Init V =  0.0 Fitted V =  -184.349577953 Chi2 =  0.195660974308
Init V =  -100.0 Fitted V =  -184.349589105 Chi2 =  0.195660543088
Init V =  -200.0 Fitted V =  -184.349569454 Chi2 =  0.195660491866
Init V =  -300.0 Fitted V =  -184.349571824 Chi2 =  0.195660299144
Init V =  -400.0 Fitted V =  -184.349580211 Chi2 =  0.195660886219
Init V =  -500.0 Fitted V =  -184.349559478 Chi2 =  0.195661262607
Init V =  -600.0 Fitted V =  -184.349586485 Chi2 =  0.195660786445
Init V =  0.0 Fitted V =  -220.140554727 Chi2 =  0.160127004338
Init V =  -100.0 Fitted V =  -220.141154442 Chi2 =  0.160127041386
Init V =  -200.0 Fitted V =  -220.13745043 Chi2 =  0.160126834475
Init V =  -300.0 Fitted V =  -220.14081544 Chi2 =  0.160127017315
Init V =  -400.0 Fitted V =  -220.141079922 Chi2 =  0.160127026392
Init V =  -500.0 Fitted V =  -220.14077279 Chi2 =  0.160127011363
Init V =  -600.0 Fitted V =  -220.140318643 Chi2 =  0.160126991024
Init V =  0.0 Fitted V =  -185.344988237 Chi2 =  0.228750992862
Init V =  -100.0 Fitted V =  -185.344767138 Chi2 =  0.228751470082
Init V =  -200.0 Fitted V =  -185.34802814 Chi2 =  0.228743004463
Init V =  -300.0 Fitted V =  -185.344768156 Chi2 =  0.228751638124
Init V =  -400.0 Fitted V =  -185.344929499 Chi2 =  0.228751066886
Init V =  -500.0 Fitted V =  -185.34450366 Chi2 =  0.228752237367
Init V =  -600.0 Fitted V =  -185.344504703 Chi2 =  0.228752214423
Init V =  0.0 Fitted V =  -146.089642712 Chi2 =  0.205079147748
Init V =  -100.0 Fitted V =  -146.090238653 Chi2 =  0.205079679923
Init V =  -200.0 Fitted V =  -146.090174542 Chi2 =  0.205079622375
Init V =  -300.0 Fitted V =  -146.089986384 Chi2 =  0.205079454436
Init V =  -400.0 Fitted V =  -146.089788145 Chi2 =  0.205079279194
Init V =  -500.0 Fitted V =  -553.618286735 Chi2 =  0.744937895952
Init V =  -600.0 Fitted V =  -553.764767709 Chi2 =  0.744934095704
Init V =  0.0 Fitted V =  0.966958014998 Chi2 =  0.691059133566
Init V =  -100.0 Fitted V =  -178.709752701 Chi2 =  0.17337429844
Init V =  -200.0 Fitted V =  -178.709722949 Chi2 =  0.173374291397
Init V =  -300.0 Fitted V =  -178.709993751 Chi2 =  0.173374135795
Init V =  -400.0 Fitted V =  -178.709699826 Chi2 =  0.173374299395
Init V =  -500.0 Fitted V =  -496.456376269 Chi2 =  0.697376248462
Init V =  -600.0 Fitted V =  -615.792510184 Chi2 =  0.695602531798
Init V =  0.0 Fitted V =  -23.1278056746 Chi2 =  0.659454668026
Init V =  -100.0 Fitted V =  -211.786776076 Chi2 =  0.19447186935
Init V =  -200.0 Fitted V =  -211.786719585 Chi2 =  0.194471843161
Init V =  -300.0 Fitted V =  -211.78674871 Chi2 =  0.194471851
Init V =  -400.0 Fitted V =  -427.317159012 Chi2 =  0.546973687206
Init V =  -500.0 Fitted V =  -503.738758305 Chi2 =  0.650602447582
Init V =  -600.0 Fitted V =  -572.452422447 Chi2 =  0.64655344349
Init V =  0.0 Fitted V =  -24.2825856462 Chi2 =  1.02685718491
Init V =  -100.0 Fitted V =  -193.814795154 Chi2 =  0.302919905515
Init V =  -200.0 Fitted V =  -193.814986789 Chi2 =  0.302920039446
Init V =  -300.0 Fitted V =  -193.814596098 Chi2 =  0.302919752804
Init V =  -400.0 Fitted V =  -424.056369338 Chi2 =  0.91468738026
Init V =  -500.0 Fitted V =  -193.814952067 Chi2 =  0.302920000686
Init V =  -600.0 Fitted V =  -711.157850062 Chi2 =  317.495919798
Init V =  0.0 Fitted V =  -15.7526581294 Chi2 =  0.910997133443
Init V =  -100.0 Fitted V =  -183.723108959 Chi2 =  0.337089554849
Init V =  -200.0 Fitted V =  -183.723057016 Chi2 =  0.337089613924
Init V =  -300.0 Fitted V =  -317.749236226 Chi2 =  0.938537738104
Init V =  -400.0 Fitted V =  -425.597293661 Chi2 =  0.764501025023
Init V =  -500.0 Fitted V =  -496.322823502 Chi2 =  0.951617288624
Init V =  -600.0 Fitted V =  -614.805579929 Chi2 =  0.968205999695
Init V =  0.0 Fitted V =  -7.76201738883 Chi2 =  1.30860156266
Init V =  -100.0 Fitted V =  -185.955254536 Chi2 =  0.360199817258
Init V =  -200.0 Fitted V =  -185.955280755 Chi2 =  0.360199793892
Init V =  -300.0 Fitted V =  -311.465528256 Chi2 =  1.30583612107
Init V =  -400.0 Fitted V =  -431.513667494 Chi2 =  1.11895828541
Init V =  -500.0 Fitted V =  -505.698848797 Chi2 =  1.28878987893
Init V =  -600.0 Fitted V =  -607.251745392 Chi2 =  1.27246740698
Init V =  0.0 Fitted V =  -184.496374874 Chi2 =  0.413224001287
Init V =  -100.0 Fitted V =  -184.496222669 Chi2 =  0.413224456454
Init V =  -200.0 Fitted V =  -184.496235002 Chi2 =  0.413224448267
Init V =  -300.0 Fitted V =  -184.496392593 Chi2 =  0.413223956756
Init V =  -400.0 Fitted V =  -425.180607317 Chi2 =  1.53930415241
Init V =  -500.0 Fitted V =  -501.407845626 Chi2 =  1.74913073685
Init V =  -600.0 Fitted V =  -618.093025 Chi2 =  1.69008613739
Init V =  0.0 Fitted V =  -191.409267472 Chi2 =  0.620189841364
Init V =  -100.0 Fitted V =  -191.409199269 Chi2 =  0.620189577059
Init V =  -200.0 Fitted V =  -191.409205773 Chi2 =  0.62018957012
Init V =  -300.0 Fitted V =  -309.361954967 Chi2 =  2.22557521405
Init V =  -400.0 Fitted V =  -420.6529128 Chi2 =  1.9363326985
Init V =  -500.0 Fitted V =  -490.645966989 Chi2 =  2.21466087325
Init V =  -600.0 Fitted V =  -688.161439511 Chi2 =  1.90642649311
Init V =  0.0 Fitted V =  -14.9503119796 Chi2 =  1.96737803264
Init V =  -100.0 Fitted V =  -202.407036607 Chi2 =  0.762759975049
Init V =  -200.0 Fitted V =  -202.407015719 Chi2 =  0.762759906455
Init V =  -300.0 Fitted V =  -202.406942149 Chi2 =  0.762759872107
Init V =  -400.0 Fitted V =  -423.637437853 Chi2 =  1.5450519758
Init V =  -500.0 Fitted V =  -502.632494439 Chi2 =  1.98577601904
Init V =  -600.0 Fitted V =  -612.472518246 Chi2 =  2.00456979308
Init V =  0.0 Fitted V =  51.3316183497 Chi2 =  1.51704587286
Init V =  -100.0 Fitted V =  -200.074259901 Chi2 =  0.683576659882
Init V =  -200.0 Fitted V =  -200.074203591 Chi2 =  0.683576199571
Init V =  -300.0 Fitted V =  -305.414901763 Chi2 =  1.55833769366
Init V =  -400.0 Fitted V =  -425.26538472 Chi2 =  1.1443851771
Init V =  -500.0 Fitted V =  -498.625765975 Chi2 =  1.57611429222
Init V =  -600.0 Fitted V =  -608.362525879 Chi2 =  1.57169397747
Init V =  0.0 Fitted V =  -8.19163899564 Chi2 =  1.84352699504
Init V =  -100.0 Fitted V =  -185.000732744 Chi2 =  0.821368669247
Init V =  -200.0 Fitted V =  -185.007656055 Chi2 =  0.821361370125
Init V =  -300.0 Fitted V =  -311.797409199 Chi2 =  1.92307906886
Init V =  -400.0 Fitted V =  -425.213002521 Chi2 =  1.53100322401
Init V =  -500.0 Fitted V =  -502.897614659 Chi2 =  1.9158141527
Init V =  -600.0 Fitted V =  -185.001607009 Chi2 =  0.821367750856
Init V =  0.0 Fitted V =  -0.0127495370546 Chi2 =  2.25923844655
Init V =  -100.0 Fitted V =  -180.461597651 Chi2 =  1.08248575428
Init V =  -200.0 Fitted V =  -180.477331103 Chi2 =  1.08246990297
Init V =  -300.0 Fitted V =  -285.222436601 Chi2 =  2.29555190148
Init V =  -400.0 Fitted V =  -423.441331248 Chi2 =  1.73706808783
Init V =  -500.0 Fitted V =  -498.937057516 Chi2 =  2.31187202857
Init V =  -600.0 Fitted V =  -606.02063606 Chi2 =  2.23345451696
Init V =  0.0 Fitted V =  -0.983984848595 Chi2 =  2.47643783874
Init V =  -100.0 Fitted V =  -194.901638322 Chi2 =  1.12322022906
Init V =  -200.0 Fitted V =  -194.901343966 Chi2 =  1.12322085478
Init V =  -300.0 Fitted V =  -285.821331028 Chi2 =  2.52281945651
Init V =  -400.0 Fitted V =  -423.786661049 Chi2 =  1.9603639059
Init V =  -500.0 Fitted V =  -500.029937197 Chi2 =  2.47317508053
Init V =  -600.0 Fitted V =  -610.389524534 Chi2 =  2.50888178476
Init V =  0.0 Fitted V =  13.8946256561 Chi2 =  25.4732746219
Init V =  -100.0 Fitted V =  -68.6911219017 Chi2 =  35.6341839014
Init V =  -200.0 Fitted V =  -190.948423241 Chi2 =  31.5034486782
Init V =  -300.0 Fitted V =  -271.214898358 Chi2 =  45.0514444406
Init V =  -400.0 Fitted V =  -409.071785544 Chi2 =  57.2621152772
Init V =  -500.0 Fitted V =  -413.954943842 Chi2 =  58.4518563529
Init V =  -600.0 Fitted V =  -600.065711318 Chi2 =  58.3975478218
Init V =  0.0 Fitted V =  255.917873294 Chi2 =  2.02882613671
Init V =  -100.0 Fitted V =  -51.6727398156 Chi2 =  4.48563492078
Init V =  -200.0 Fitted V =  -204.799423738 Chi2 =  4.94196209307
Init V =  -300.0 Fitted V =  -275.375379167 Chi2 =  4.82937381809
Init V =  -400.0 Fitted V =  -421.538629131 Chi2 =  1.6619061089
Init V =  -500.0 Fitted V =  -421.541848997 Chi2 =  1.66191466277
Init V =  -600.0 Fitted V =  -421.541682898 Chi2 =  1.66191419178
Init V =  0.0 Fitted V =  -48.0049559846 Chi2 =  3.39624795491
Init V =  -100.0 Fitted V =  251.564992862 Chi2 =  1.32836581705
Init V =  -200.0 Fitted V =  -197.694155762 Chi2 =  3.600397568
Init V =  -300.0 Fitted V =  -305.192914233 Chi2 =  3.71070209645
Init V =  -400.0 Fitted V =  -424.261985799 Chi2 =  1.20058260102
Init V =  -500.0 Fitted V =  -424.261936986 Chi2 =  1.20058230489
Init V =  -600.0 Fitted V =  -424.262136477 Chi2 =  1.20058347444
Init V =  0.0 Fitted V =  -46.1258629976 Chi2 =  2.31982619776
Init V =  -100.0 Fitted V =  256.097583473 Chi2 =  1.04024499401
Init V =  -200.0 Fitted V =  -182.709591223 Chi2 =  2.65860835008
Init V =  -300.0 Fitted V =  -291.046844814 Chi2 =  2.62979225676
Init V =  -400.0 Fitted V =  -418.375955501 Chi2 =  0.976219115013
Init V =  -500.0 Fitted V =  -418.375830767 Chi2 =  0.976218458942
Init V =  -600.0 Fitted V =  -418.375663346 Chi2 =  0.97621754981
Init V =  0.0 Fitted V =  -43.7315338472 Chi2 =  1.54108116979
Init V =  -100.0 Fitted V =  -43.7315383753 Chi2 =  1.54108117554
Init V =  -200.0 Fitted V =  -226.548608416 Chi2 =  1.78744656166
Init V =  -300.0 Fitted V =  -425.666371044 Chi2 =  0.798138490257
Init V =  -400.0 Fitted V =  -425.666516667 Chi2 =  0.798138732628
Init V =  -500.0 Fitted V =  -425.666518831 Chi2 =  0.798138738838
Init V =  -600.0 Fitted V =  -425.66657948 Chi2 =  0.798138840835
Init V =  0.0 Fitted V =  -42.7216818197 Chi2 =  1.03723428779
Init V =  -100.0 Fitted V =  250.936003775 Chi2 =  0.541943865379
Init V =  -200.0 Fitted V =  -187.022493793 Chi2 =  1.21269565489
Init V =  -300.0 Fitted V =  -289.356585523 Chi2 =  1.22258341483
Init V =  -400.0 Fitted V =  -424.510040134 Chi2 =  0.485095528592
Init V =  -500.0 Fitted V =  -494.52574559 Chi2 =  1.18900581878
Init V =  -600.0 Fitted V =  -577.201367336 Chi2 =  1.14024156294
Init V =  0.0 Fitted V =  -44.095454724 Chi2 =  1.01776692396
Init V =  -100.0 Fitted V =  -424.221784883 Chi2 =  0.537927624594
Init V =  -200.0 Fitted V =  -207.91785398 Chi2 =  1.23063116186
Init V =  -300.0 Fitted V =  -424.22175545 Chi2 =  0.537927817438
Init V =  -400.0 Fitted V =  -424.221733828 Chi2 =  0.537927950268
Init V =  -500.0 Fitted V =  -424.221706611 Chi2 =  0.537928117844
Init V =  -600.0 Fitted V =  -696.127561908 Chi2 =  1.15296961234
Init V =  0.0 Fitted V =  -40.4181231377 Chi2 =  0.818839776464
Init V =  -100.0 Fitted V =  -40.4191183144 Chi2 =  0.818838521501
Init V =  -200.0 Fitted V =  -234.52118884 Chi2 =  0.97259989682
Init V =  -300.0 Fitted V =  -342.057624104 Chi2 =  0.965621611814
Init V =  -400.0 Fitted V =  -416.264474865 Chi2 =  0.535051943793
Init V =  -500.0 Fitted V =  -489.283171622 Chi2 =  0.996687350287
Init V =  -600.0 Fitted V =  -470.82690233 Chi2 =  0.704262461852
Init V =  0.0 Fitted V =  40.1103654445 Chi2 =  3.84073154418
Init V =  -100.0 Fitted V =  -67.0940321012 Chi2 =  3.84110905428
Init V =  -200.0 Fitted V =  -145.444094457 Chi2 =  3.95156672932
Init V =  -300.0 Fitted V =  -330.325740814 Chi2 =  3.91300567691
Init V =  -400.0 Fitted V =  -427.669432248 Chi2 =  3.4362597613
Init V =  -500.0 Fitted V =  -539.860718668 Chi2 =  3.37728568131
Init V =  -600.0 Fitted V =  -620.315930606 Chi2 =  2.76040563572
Init V =  0.0 Fitted V =  -438.268985016 Chi2 =  0.555151696418
Init V =  -100.0 Fitted V =  -438.268294142 Chi2 =  0.555153344405
Init V =  -200.0 Fitted V =  -438.268087415 Chi2 =  0.555153809249
Init V =  -300.0 Fitted V =  -438.268254235 Chi2 =  0.555153391672
Init V =  -400.0 Fitted V =  -438.284913404 Chi2 =  0.555114118286
Init V =  -500.0 Fitted V =  -438.285658244 Chi2 =  0.55511240993
Init V =  -600.0 Fitted V =  -438.268496969 Chi2 =  0.555152705024
Init V =  0.0 Fitted V =  -40.0050151001 Chi2 =  1.31581099361
Init V =  -100.0 Fitted V =  -40.0068668897 Chi2 =  1.31580462274
Init V =  -200.0 Fitted V =  -191.561299381 Chi2 =  1.39881255007
Init V =  -300.0 Fitted V =  -450.587966237 Chi2 =  0.543106750414
Init V =  -400.0 Fitted V =  -450.582658272 Chi2 =  0.543105398525
Init V =  -500.0 Fitted V =  -450.58676196 Chi2 =  0.543106929712
Init V =  -600.0 Fitted V =  -450.586208513 Chi2 =  0.5431066437
Init V =  0.0 Fitted V =  -31.2737340247 Chi2 =  1.37301620097
Init V =  -100.0 Fitted V =  215.812868096 Chi2 =  0.645122579414
Init V =  -200.0 Fitted V =  -213.13843826 Chi2 =  1.48396664557
Init V =  -300.0 Fitted V =  -470.043418053 Chi2 =  0.45810237226
Init V =  -400.0 Fitted V =  -470.042673093 Chi2 =  0.458103094532
Init V =  -500.0 Fitted V =  -470.043883226 Chi2 =  0.458102806318
Init V =  -600.0 Fitted V =  -470.043553479 Chi2 =  0.458102706261
Init V =  0.0 Fitted V =  260.420482717 Chi2 =  0.577193346134
Init V =  -100.0 Fitted V =  -470.570518129 Chi2 =  0.339164683622
Init V =  -200.0 Fitted V =  -470.570787793 Chi2 =  0.339164613073
Init V =  -300.0 Fitted V =  -470.570809997 Chi2 =  0.339164574102
Init V =  -400.0 Fitted V =  -470.570508592 Chi2 =  0.339164619878
Init V =  -500.0 Fitted V =  -470.573065959 Chi2 =  0.339164094808
Init V =  -600.0 Fitted V =  -470.569642116 Chi2 =  0.339164904944
Init V =  0.0 Fitted V =  -48.2417781314 Chi2 =  2.48647193275
Init V =  -100.0 Fitted V =  -452.89770105 Chi2 =  0.366414919468
Init V =  -200.0 Fitted V =  -452.89750747 Chi2 =  0.366415025846
Init V =  -300.0 Fitted V =  -452.897363038 Chi2 =  0.366414723875
Init V =  -400.0 Fitted V =  -452.897648207 Chi2 =  0.366414946832
Init V =  -500.0 Fitted V =  -452.898891021 Chi2 =  0.366414062089
Init V =  -600.0 Fitted V =  -452.897867584 Chi2 =  0.366414797397
Init V =  0.0 Fitted V =  129.051871095 Chi2 =  0.766714687613
Init V =  -100.0 Fitted V =  128.969158257 Chi2 =  0.766716728082
Init V =  -200.0 Fitted V =  -435.526653814 Chi2 =  0.24204088696
Init V =  -300.0 Fitted V =  -435.526513434 Chi2 =  0.242041114296
Init V =  -400.0 Fitted V =  -435.526377444 Chi2 =  0.242041313176
Init V =  -500.0 Fitted V =  -435.526580985 Chi2 =  0.242040999758
Init V =  -600.0 Fitted V =  -435.526581339 Chi2 =  0.242041005734
Init V =  0.0 Fitted V =  -367.02232185 Chi2 =  0.266170633873
Init V =  -100.0 Fitted V =  -367.022099913 Chi2 =  0.266170923826
Init V =  -200.0 Fitted V =  -367.022027758 Chi2 =  0.26617045073
Init V =  -300.0 Fitted V =  -367.022163014 Chi2 =  0.266170970025
Init V =  -400.0 Fitted V =  -367.022152526 Chi2 =  0.266170588757
Init V =  -500.0 Fitted V =  -367.022078024 Chi2 =  0.26617053652
Init V =  -600.0 Fitted V =  -585.72362643 Chi2 =  2.42231239428
Init V =  0.0 Fitted V =  9.92639545868 Chi2 =  5.09579441402
Init V =  -100.0 Fitted V =  -112.810539088 Chi2 =  5.10287080659
Init V =  -200.0 Fitted V =  -351.183898944 Chi2 =  0.435490248731
Init V =  -300.0 Fitted V =  -351.183834632 Chi2 =  0.435490066558
Init V =  -400.0 Fitted V =  -351.18382302 Chi2 =  0.435490036547
Init V =  -500.0 Fitted V =  -351.184073313 Chi2 =  0.435490732107
Init V =  -600.0 Fitted V =  -351.183934255 Chi2 =  0.435490356944
Init V =  0.0 Fitted V =  -38.8586681552 Chi2 =  2.66210256657
Init V =  -100.0 Fitted V =  -343.218853123 Chi2 =  0.274158398015
Init V =  -200.0 Fitted V =  -343.21889127 Chi2 =  0.274158968316
Init V =  -300.0 Fitted V =  -343.218846188 Chi2 =  0.274158478216
Init V =  -400.0 Fitted V =  -343.218854808 Chi2 =  0.274158477904
Init V =  -500.0 Fitted V =  -343.218857908 Chi2 =  0.274158466499
Init V =  -600.0 Fitted V =  -343.218890575 Chi2 =  0.274158812958
Init V =  0.0 Fitted V =  -23.5859930008 Chi2 =  0.467097385173
Init V =  -100.0 Fitted V =  -322.856184376 Chi2 =  0.167561883572
Init V =  -200.0 Fitted V =  -322.856245397 Chi2 =  0.167561753472
Init V =  -300.0 Fitted V =  -322.856181471 Chi2 =  0.167561762413
Init V =  -400.0 Fitted V =  -322.856174475 Chi2 =  0.167560877429
Init V =  -500.0 Fitted V =  -322.856359593 Chi2 =  0.167561755947
Init V =  -600.0 Fitted V =  -322.856265702 Chi2 =  0.167560826763
Init V =  0.0 Fitted V =  -280.167155363 Chi2 =  0.126856985316
Init V =  -100.0 Fitted V =  -280.170622839 Chi2 =  0.126856994815
Init V =  -200.0 Fitted V =  -280.167862161 Chi2 =  0.126856988538
Init V =  -300.0 Fitted V =  -280.17704707 Chi2 =  0.126856932626
Init V =  -400.0 Fitted V =  -280.187567965 Chi2 =  0.126857069174
Init V =  -500.0 Fitted V =  -280.180233914 Chi2 =  0.126857024654
Init V =  -600.0 Fitted V =  -280.141444221 Chi2 =  0.126856791055
Init V =  0.0 Fitted V =  -290.572600804 Chi2 =  0.155903744952
Init V =  -100.0 Fitted V =  -290.572550808 Chi2 =  0.155903808662
Init V =  -200.0 Fitted V =  -290.572722226 Chi2 =  0.155903561305
Init V =  -300.0 Fitted V =  -290.572832094 Chi2 =  0.155903379702
Init V =  -400.0 Fitted V =  -290.572789482 Chi2 =  0.155903440024
Init V =  -500.0 Fitted V =  -290.572854445 Chi2 =  0.155903352078
Init V =  -600.0 Fitted V =  -526.185938088 Chi2 =  319.340333182
Init V =  0.0 Fitted V =  -283.945952747 Chi2 =  0.163873707692
Init V =  -100.0 Fitted V =  -283.945903062 Chi2 =  0.163873979449
Init V =  -200.0 Fitted V =  -283.945929357 Chi2 =  0.163873856083
Init V =  -300.0 Fitted V =  -283.945959622 Chi2 =  0.163873685547
Init V =  -400.0 Fitted V =  -283.945971832 Chi2 =  0.163873631773
Init V =  -500.0 Fitted V =  -491.838683818 Chi2 =  1.78246846571
Init V =  -600.0 Fitted V =  -283.946007034 Chi2 =  0.163873435181
Init V =  0.0 Fitted V =  -269.812954274 Chi2 =  0.0958984461503
Init V =  -100.0 Fitted V =  -269.81295389 Chi2 =  0.0958984343107
Init V =  -200.0 Fitted V =  -269.81285443 Chi2 =  0.0958985164617
Init V =  -300.0 Fitted V =  -269.812927356 Chi2 =  0.0958984658727
Init V =  -400.0 Fitted V =  -414.961174045 Chi2 =  0.808159621496
Init V =  -500.0 Fitted V =  -269.812907115 Chi2 =  0.0958984898355
Init V =  -600.0 Fitted V =  -599.851617932 Chi2 =  0.831732584567
Init V =  0.0 Fitted V =  -233.512342517 Chi2 =  0.0798182847999
Init V =  -100.0 Fitted V =  -233.512356311 Chi2 =  0.0798182627211
Init V =  -200.0 Fitted V =  -233.512533834 Chi2 =  0.0798180250779
Init V =  -300.0 Fitted V =  -233.5125827 Chi2 =  0.0798179538187
Init V =  -400.0 Fitted V =  -233.512503936 Chi2 =  0.0798180519751
Init V =  -500.0 Fitted V =  -233.512421666 Chi2 =  0.0798181778314
Init V =  -600.0 Fitted V =  -233.512344725 Chi2 =  0.0798182746945
Init V =  0.0 Fitted V =  -220.245642965 Chi2 =  0.100015797168
Init V =  -100.0 Fitted V =  -220.245538679 Chi2 =  0.100015903751
Init V =  -200.0 Fitted V =  -220.245634483 Chi2 =  0.100015808884
Init V =  -300.0 Fitted V =  -220.245844242 Chi2 =  0.100015602006
Init V =  -400.0 Fitted V =  -220.245502339 Chi2 =  0.100015933902
Init V =  -500.0 Fitted V =  -496.100735426 Chi2 =  0.555057755274
Init V =  -600.0 Fitted V =  -220.245788075 Chi2 =  0.100015652101
Init V =  0.0 Fitted V =  -9.79224359268 Chi2 =  0.865499190132
Init V =  -100.0 Fitted V =  -218.986196393 Chi2 =  0.117540562601
Init V =  -200.0 Fitted V =  -218.986130994 Chi2 =  0.117540655446
Init V =  -300.0 Fitted V =  -218.986186151 Chi2 =  0.117540577966
Init V =  -400.0 Fitted V =  -218.986305985 Chi2 =  0.117540414105
Init V =  -500.0 Fitted V =  -218.986164534 Chi2 =  0.11754060232
Init V =  -600.0 Fitted V =  -946.417001382 Chi2 =  317.743808961
Init V =  0.0 Fitted V =  -173.506040848 Chi2 =  0.100285834531
Init V =  -100.0 Fitted V =  -173.505926135 Chi2 =  0.100285416994
Init V =  -200.0 Fitted V =  -173.506135908 Chi2 =  0.100286201345
Init V =  -300.0 Fitted V =  -173.506191444 Chi2 =  0.100286212532
Init V =  -400.0 Fitted V =  -173.506180754 Chi2 =  0.100286199987
Init V =  -500.0 Fitted V =  -418.899474263 Chi2 =  0.853897426779
Init V =  -600.0 Fitted V =  -613.072320453 Chi2 =  0.860470819369
Init V =  0.0 Fitted V =  -167.88180031 Chi2 =  0.181882367855
Init V =  -100.0 Fitted V =  -167.88181767 Chi2 =  0.18188221079
Init V =  -200.0 Fitted V =  -167.881842817 Chi2 =  0.18188194134
Init V =  -300.0 Fitted V =  -167.881780035 Chi2 =  0.18188258587
Init V =  -400.0 Fitted V =  -167.88184589 Chi2 =  0.181881924141
Init V =  -500.0 Fitted V =  -167.881733675 Chi2 =  0.181883011097
Init V =  -600.0 Fitted V =  -167.881776458 Chi2 =  0.181882622073
Init V =  0.0 Fitted V =  -154.109086161 Chi2 =  0.211967020058
Init V =  -100.0 Fitted V =  -154.109071209 Chi2 =  0.211967409916
Init V =  -200.0 Fitted V =  -154.109078521 Chi2 =  0.211967547451
Init V =  -300.0 Fitted V =  -154.109069038 Chi2 =  0.211966879541
Init V =  -400.0 Fitted V =  -154.10908046 Chi2 =  0.211967310238
Init V =  -500.0 Fitted V =  -154.109072895 Chi2 =  0.211967279079
Init V =  -600.0 Fitted V =  -154.109056723 Chi2 =  0.211966994403
Init V =  0.0 Fitted V =  -150.292411248 Chi2 =  0.227885398284
Init V =  -100.0 Fitted V =  -150.292309742 Chi2 =  0.22788547806
Init V =  -200.0 Fitted V =  -150.292411364 Chi2 =  0.227885328613
Init V =  -300.0 Fitted V =  -150.292344117 Chi2 =  0.227885285868
Init V =  -400.0 Fitted V =  -150.292396561 Chi2 =  0.227886020591
Init V =  -500.0 Fitted V =  -150.292372767 Chi2 =  0.227885652019
Init V =  -600.0 Fitted V =  -150.292381143 Chi2 =  0.227885772758
Init V =  0.0 Fitted V =  -6.19137280255 Chi2 =  1.27782859702
Init V =  -100.0 Fitted V =  -186.344489136 Chi2 =  0.205108999851
Init V =  -200.0 Fitted V =  -186.344408598 Chi2 =  0.205109087447
Init V =  -300.0 Fitted V =  -186.34444565 Chi2 =  0.20510906011
Init V =  -400.0 Fitted V =  -186.344457918 Chi2 =  0.205109035555
Init V =  -500.0 Fitted V =  -186.344434592 Chi2 =  0.205109076842
Init V =  -600.0 Fitted V =  -186.344476965 Chi2 =  0.205109008314
Init V =  0.0 Fitted V =  -9.26311685202 Chi2 =  1.11869100405
Init V =  -100.0 Fitted V =  -183.590416158 Chi2 =  0.141345657628
Init V =  -200.0 Fitted V =  -183.590360318 Chi2 =  0.141345675028
Init V =  -300.0 Fitted V =  -276.730297244 Chi2 =  1.09883027346
Init V =  -400.0 Fitted V =  -421.362994251 Chi2 =  1.05967107023
Init V =  -500.0 Fitted V =  -183.590766598 Chi2 =  0.141345397271
Init V =  -600.0 Fitted V =  -183.590397088 Chi2 =  0.141345671009
Init V =  0.0 Fitted V =  -30.6056537083 Chi2 =  1.02250393247
Init V =  -100.0 Fitted V =  -189.084443958 Chi2 =  0.298650510685
Init V =  -200.0 Fitted V =  -189.150104717 Chi2 =  0.228445081609
Init V =  -300.0 Fitted V =  -318.37441626 Chi2 =  1.01943054471
Init V =  -400.0 Fitted V =  -189.15008531 Chi2 =  0.228444955424
Init V =  -500.0 Fitted V =  -494.656683288 Chi2 =  1.02743888302
Init V =  -600.0 Fitted V =  -633.324231877 Chi2 =  1.0267954306
Init V =  0.0 Fitted V =  -7.37997598582 Chi2 =  1.07837801827
Init V =  -100.0 Fitted V =  -66.9495640002 Chi2 =  1.07420177913
Init V =  -200.0 Fitted V =  -196.707980662 Chi2 =  0.283046034941
Init V =  -300.0 Fitted V =  -196.708240985 Chi2 =  0.283046438122
Init V =  -400.0 Fitted V =  -196.708278359 Chi2 =  0.283046483255
Init V =  -500.0 Fitted V =  -494.993344765 Chi2 =  1.10674252684
Init V =  -600.0 Fitted V =  -604.547722035 Chi2 =  1.10580423626
Init V =  0.0 Fitted V =  -196.30963819 Chi2 =  0.229640962925
Init V =  -100.0 Fitted V =  -196.309722243 Chi2 =  0.229640975977
Init V =  -200.0 Fitted V =  -196.309656845 Chi2 =  0.229640981596
Init V =  -300.0 Fitted V =  -196.309637575 Chi2 =  0.229641004417
Init V =  -400.0 Fitted V =  -429.85498734 Chi2 =  1.09823475974
Init V =  -500.0 Fitted V =  -196.309471473 Chi2 =  0.229641193005
Init V =  -600.0 Fitted V =  -608.64616888 Chi2 =  1.17706949366
Init V =  0.0 Fitted V =  -212.363602846 Chi2 =  0.346814648214
Init V =  -100.0 Fitted V =  -81.8613431778 Chi2 =  1.67978280554
Init V =  -200.0 Fitted V =  -212.363139659 Chi2 =  0.346814576102
Init V =  -300.0 Fitted V =  -212.363492873 Chi2 =  0.346814645403
Init V =  -400.0 Fitted V =  -426.024579379 Chi2 =  1.54010520984
Init V =  -500.0 Fitted V =  -496.99148181 Chi2 =  1.69256763149
Init V =  -600.0 Fitted V =  -611.616538188 Chi2 =  1.70024629878
Init V =  0.0 Fitted V =  -16.8079891521 Chi2 =  1.50673845599
Init V =  -100.0 Fitted V =  -196.160540803 Chi2 =  0.494415603859
Init V =  -200.0 Fitted V =  -196.160516153 Chi2 =  0.494415615849
Init V =  -300.0 Fitted V =  -196.160465692 Chi2 =  0.494415745838
Init V =  -400.0 Fitted V =  -196.160408975 Chi2 =  0.494415843503
Init V =  -500.0 Fitted V =  -504.502228468 Chi2 =  1.5388236222
Init V =  -600.0 Fitted V =  -587.820894119 Chi2 =  1.5641811397
Init V =  0.0 Fitted V =  -39.791719821 Chi2 =  2.11887091261
Init V =  -100.0 Fitted V =  -196.473380921 Chi2 =  0.57625827139
Init V =  -200.0 Fitted V =  -196.473332205 Chi2 =  0.576258153617
Init V =  -300.0 Fitted V =  -290.878812804 Chi2 =  2.14881174108
Init V =  -400.0 Fitted V =  -425.274432879 Chi2 =  1.8434634593
Init V =  -500.0 Fitted V =  -503.310730281 Chi2 =  2.14519383544
Init V =  -600.0 Fitted V =  -607.470410085 Chi2 =  2.12556602899
Init V =  0.0 Fitted V =  -5.24881985573 Chi2 =  1.92923325361
Init V =  -100.0 Fitted V =  -198.751526323 Chi2 =  0.58511757244
Init V =  -200.0 Fitted V =  -198.75131735 Chi2 =  0.585117866982
Init V =  -300.0 Fitted V =  -280.638624159 Chi2 =  1.93474742452
Init V =  -400.0 Fitted V =  -421.948989555 Chi2 =  1.63374789837
Init V =  -500.0 Fitted V =  -497.729915923 Chi2 =  1.92310644579
Init V =  -600.0 Fitted V =  -607.878903455 Chi2 =  1.9258236185
Init V =  0.0 Fitted V =  -10.6284473019 Chi2 =  1.6149006865
Init V =  -100.0 Fitted V =  -197.14789128 Chi2 =  0.689425391766
Init V =  -200.0 Fitted V =  -197.147609943 Chi2 =  0.689425633146
Init V =  -300.0 Fitted V =  -311.008475729 Chi2 =  1.63377899816
Init V =  -400.0 Fitted V =  -422.266681648 Chi2 =  1.32841427319
Init V =  -500.0 Fitted V =  -197.147351098 Chi2 =  0.689425884476
Init V =  -600.0 Fitted V =  -601.220408314 Chi2 =  1.5897855348
Init V =  0.0 Fitted V =  -9.21487753479 Chi2 =  1.66582545194
Init V =  -100.0 Fitted V =  -172.781417134 Chi2 =  0.84385210912
Init V =  -200.0 Fitted V =  -172.772964826 Chi2 =  0.843842822646
Init V =  -300.0 Fitted V =  -172.782827464 Chi2 =  0.843853861292
Init V =  -400.0 Fitted V =  -427.854692173 Chi2 =  1.23426390848
Init V =  -500.0 Fitted V =  -502.210238823 Chi2 =  1.69354278228
Init V =  -600.0 Fitted V =  -606.832027115 Chi2 =  1.61728356285
Init V =  0.0 Fitted V =  -9.81502402343 Chi2 =  2.32889030848
Init V =  -100.0 Fitted V =  -216.06474787 Chi2 =  1.21140596564
Init V =  -200.0 Fitted V =  -198.306235452 Chi2 =  1.13897157582
Init V =  -300.0 Fitted V =  -216.067880124 Chi2 =  1.21140613144
Init V =  -400.0 Fitted V =  -419.634196066 Chi2 =  1.73016726615
Init V =  -500.0 Fitted V =  -504.402935871 Chi2 =  2.40548523911
Init V =  -600.0 Fitted V =  -612.823128889 Chi2 =  2.41353509181
Init V =  0.0 Fitted V =  -0.820625597646 Chi2 =  2.98693001962
Init V =  -100.0 Fitted V =  -196.620375384 Chi2 =  1.26098698465
Init V =  -200.0 Fitted V =  -196.620426346 Chi2 =  1.26098676042
Init V =  -300.0 Fitted V =  -292.43651289 Chi2 =  3.01761621595
Init V =  -400.0 Fitted V =  -424.122180076 Chi2 =  2.3878980789
Init V =  -500.0 Fitted V =  -498.89532472 Chi2 =  3.08677771053
Init V =  -600.0 Fitted V =  -196.620138864 Chi2 =  1.26098778215
Init V =  0.0 Fitted V =  14.0712289426 Chi2 =  11.8597127997
Init V =  -100.0 Fitted V =  -68.3718589949 Chi2 =  16.5876283392
Init V =  -200.0 Fitted V =  -192.358346733 Chi2 =  13.6721578398
Init V =  -300.0 Fitted V =  -272.358661808 Chi2 =  19.5880342832
Init V =  -400.0 Fitted V =  -401.83801611 Chi2 =  24.2072043304
Init V =  -500.0 Fitted V =  -487.835672375 Chi2 =  25.3179017141
Init V =  -600.0 Fitted V =  -598.570394385 Chi2 =  24.5362340899
Init V =  0.0 Fitted V =  255.308631069 Chi2 =  1.55691940477
Init V =  -100.0 Fitted V =  -52.9344660354 Chi2 =  3.10139120483
Init V =  -200.0 Fitted V =  -215.732682662 Chi2 =  3.56880924263
Init V =  -300.0 Fitted V =  -292.413828576 Chi2 =  3.44636512619
Init V =  -400.0 Fitted V =  -418.660574879 Chi2 =  1.51224969577
Init V =  -500.0 Fitted V =  -418.664469565 Chi2 =  1.51226008952
Init V =  -600.0 Fitted V =  -418.66395623 Chi2 =  1.51225864491
Init V =  0.0 Fitted V =  -48.9330401233 Chi2 =  2.76011208775
Init V =  -100.0 Fitted V =  254.477622023 Chi2 =  1.45218969853
Init V =  -200.0 Fitted V =  -192.941632345 Chi2 =  3.07415220344
Init V =  -300.0 Fitted V =  -280.157026995 Chi2 =  3.06876868055
Init V =  -400.0 Fitted V =  -426.176653693 Chi2 =  1.48059076566
Init V =  -500.0 Fitted V =  -426.180439832 Chi2 =  1.48059790163
Init V =  -600.0 Fitted V =  -616.768482283 Chi2 =  2.9681320305
Init V =  0.0 Fitted V =  -50.8967060322 Chi2 =  1.87865660437
Init V =  -100.0 Fitted V =  -50.8967607963 Chi2 =  1.87865661053
Init V =  -200.0 Fitted V =  -429.015877604 Chi2 =  0.977794827442
Init V =  -300.0 Fitted V =  -267.447591459 Chi2 =  2.14159295374
Init V =  -400.0 Fitted V =  -429.015986647 Chi2 =  0.977795041225
Init V =  -500.0 Fitted V =  -429.015478464 Chi2 =  0.977793971738
Init V =  -600.0 Fitted V =  -606.707100799 Chi2 =  2.06744732017
Init V =  0.0 Fitted V =  -40.302673185 Chi2 =  1.16215725932
Init V =  -100.0 Fitted V =  -119.163868738 Chi2 =  1.43954968843
Init V =  -200.0 Fitted V =  -220.774410596 Chi2 =  1.46645071189
Init V =  -300.0 Fitted V =  -287.36348935 Chi2 =  1.46294073211
Init V =  -400.0 Fitted V =  -428.491260628 Chi2 =  0.684613602462
Init V =  -500.0 Fitted V =  -428.492055681 Chi2 =  0.684614345058
Init V =  -600.0 Fitted V =  -428.491739532 Chi2 =  0.684614052649
Init V =  0.0 Fitted V =  -40.009759427 Chi2 =  1.26750877631
Init V =  -100.0 Fitted V =  248.27895535 Chi2 =  0.590680096832
Init V =  -200.0 Fitted V =  -206.963295984 Chi2 =  1.48131122458
Init V =  -300.0 Fitted V =  -278.53715043 Chi2 =  1.46597209308
Init V =  -400.0 Fitted V =  -428.121997452 Chi2 =  0.579980629973
Init V =  -500.0 Fitted V =  -428.12188768 Chi2 =  0.579980804551
Init V =  -600.0 Fitted V =  -428.121974148 Chi2 =  0.579980628778
Init V =  0.0 Fitted V =  -44.3623450986 Chi2 =  1.24045744981
Init V =  -100.0 Fitted V =  -425.259769574 Chi2 =  0.603831488429
Init V =  -200.0 Fitted V =  -203.742627173 Chi2 =  1.43050124314
Init V =  -300.0 Fitted V =  -284.471370924 Chi2 =  1.50122092106
Init V =  -400.0 Fitted V =  -425.259534321 Chi2 =  0.603831068311
Init V =  -500.0 Fitted V =  -425.259067327 Chi2 =  0.60383023654
Init V =  -600.0 Fitted V =  -425.259047684 Chi2 =  0.603830199769
Init V =  0.0 Fitted V =  -41.8219018132 Chi2 =  1.19510107791
Init V =  -100.0 Fitted V =  254.380966865 Chi2 =  0.391570299767
Init V =  -200.0 Fitted V =  -204.884699455 Chi2 =  1.30382104715
Init V =  -300.0 Fitted V =  -423.637275776 Chi2 =  0.480815880732
Init V =  -400.0 Fitted V =  -423.633703298 Chi2 =  0.480811552448
Init V =  -500.0 Fitted V =  -423.636797583 Chi2 =  0.480815296737
Init V =  -600.0 Fitted V =  -423.637555958 Chi2 =  0.480816219107
Init V =  0.0 Fitted V =  19.585633486 Chi2 =  4.16916767975
Init V =  -100.0 Fitted V =  -153.428277071 Chi2 =  3.57144533156
Init V =  -200.0 Fitted V =  -153.467474253 Chi2 =  3.57144483022
Init V =  -300.0 Fitted V =  -341.671110576 Chi2 =  2.80457802778
Init V =  -400.0 Fitted V =  -437.358452952 Chi2 =  3.16783594116
Init V =  -500.0 Fitted V =  -437.354238158 Chi2 =  3.16785666406
Init V =  -600.0 Fitted V =  -650.677445154 Chi2 =  3.4588924731
Init V =  0.0 Fitted V =  -64.8855098781 Chi2 =  0.867653163742
Init V =  -100.0 Fitted V =  212.75908226 Chi2 =  0.547476382902
Init V =  -200.0 Fitted V =  -188.423172915 Chi2 =  0.904460610659
Init V =  -300.0 Fitted V =  -298.900140651 Chi2 =  0.940286900838
Init V =  -400.0 Fitted V =  -442.197504477 Chi2 =  0.464584436241
Init V =  -500.0 Fitted V =  -442.216924143 Chi2 =  0.464597660218
Init V =  -600.0 Fitted V =  -628.354790594 Chi2 =  0.875849596385
Init V =  0.0 Fitted V =  -42.6806085567 Chi2 =  1.06965857991
Init V =  -100.0 Fitted V =  235.740257397 Chi2 =  0.545011572114
Init V =  -200.0 Fitted V =  -454.009615362 Chi2 =  0.400837122372
Init V =  -300.0 Fitted V =  -303.279433213 Chi2 =  1.16405169785
Init V =  -400.0 Fitted V =  -454.008533382 Chi2 =  0.400835849832
Init V =  -500.0 Fitted V =  -454.010163129 Chi2 =  0.400836636975
Init V =  -600.0 Fitted V =  -454.010176448 Chi2 =  0.400837191336
Init V =  0.0 Fitted V =  -41.1520837757 Chi2 =  1.38991551799
Init V =  -100.0 Fitted V =  89.7031493292 Chi2 =  88.7174245115
Init V =  -200.0 Fitted V =  -210.598843326 Chi2 =  1.43041505589
Init V =  -300.0 Fitted V =  -463.439219519 Chi2 =  0.383964376776
Init V =  -400.0 Fitted V =  -463.439157966 Chi2 =  0.383964387168
Init V =  -500.0 Fitted V =  -463.440040622 Chi2 =  0.383964325047
Init V =  -600.0 Fitted V =  -622.220021727 Chi2 =  1.42572657363
Init V =  0.0 Fitted V =  -38.1116046555 Chi2 =  2.0118707389
Init V =  -100.0 Fitted V =  -469.074434367 Chi2 =  0.411247041316
Init V =  -200.0 Fitted V =  -469.073960297 Chi2 =  0.411247034708
Init V =  -300.0 Fitted V =  -469.073621773 Chi2 =  0.41124707985
Init V =  -400.0 Fitted V =  -469.074079098 Chi2 =  0.411247040681
Init V =  -500.0 Fitted V =  -469.076644762 Chi2 =  0.411246713125
Init V =  -600.0 Fitted V =  -469.075111959 Chi2 =  0.411246949605
Init V =  0.0 Fitted V =  -45.0595135977 Chi2 =  2.04353591341
Init V =  -100.0 Fitted V =  -461.18962659 Chi2 =  0.29656200244
Init V =  -200.0 Fitted V =  -461.189872768 Chi2 =  0.296562092142
Init V =  -300.0 Fitted V =  -461.18985244 Chi2 =  0.296562082197
Init V =  -400.0 Fitted V =  -461.189928835 Chi2 =  0.296562093528
Init V =  -500.0 Fitted V =  -461.18979148 Chi2 =  0.296562051528
Init V =  -600.0 Fitted V =  -461.189792024 Chi2 =  0.29656208051
Init V =  0.0 Fitted V =  -406.852143198 Chi2 =  0.523808054767
Init V =  -100.0 Fitted V =  -406.852235227 Chi2 =  0.523808022671
Init V =  -200.0 Fitted V =  -406.852100534 Chi2 =  0.523807912889
Init V =  -300.0 Fitted V =  -406.852173435 Chi2 =  0.523807905547
Init V =  -400.0 Fitted V =  -406.850750904 Chi2 =  0.523806521253
Init V =  -500.0 Fitted V =  -406.852611317 Chi2 =  0.523807225675
Init V =  -600.0 Fitted V =  -406.853521961 Chi2 =  0.523807768286
Init V =  0.0 Fitted V =  -385.992854853 Chi2 =  0.568120304722
Init V =  -100.0 Fitted V =  -385.993247316 Chi2 =  0.56812079697
Init V =  -200.0 Fitted V =  -385.993531773 Chi2 =  0.568121107297
Init V =  -300.0 Fitted V =  -385.992880095 Chi2 =  0.568120354449
Init V =  -400.0 Fitted V =  -385.992857897 Chi2 =  0.568120309681
Init V =  -500.0 Fitted V =  -385.992995815 Chi2 =  0.568120487769
Init V =  -600.0 Fitted V =  -602.676510504 Chi2 =  3.4568604985
Init V =  0.0 Fitted V =  -369.430945305 Chi2 =  0.296205620107
Init V =  -100.0 Fitted V =  -369.431822179 Chi2 =  0.296206641487
Init V =  -200.0 Fitted V =  -369.431547047 Chi2 =  0.296206369597
Init V =  -300.0 Fitted V =  -369.431703449 Chi2 =  0.296206474026
Init V =  -400.0 Fitted V =  -369.431721842 Chi2 =  0.296206533482
Init V =  -500.0 Fitted V =  -369.431710722 Chi2 =  0.296206483026
Init V =  -600.0 Fitted V =  -369.431486367 Chi2 =  0.296206298946
Init V =  0.0 Fitted V =  -42.5402611056 Chi2 =  0.744780621348
Init V =  -100.0 Fitted V =  404.009080658 Chi2 =  0.463226711181
Init V =  -200.0 Fitted V =  -201.620329896 Chi2 =  0.7404213431
Init V =  -300.0 Fitted V =  -363.326369871 Chi2 =  0.182976041455
Init V =  -400.0 Fitted V =  -363.326131442 Chi2 =  0.18297585409
Init V =  -500.0 Fitted V =  -363.326520571 Chi2 =  0.182976130669
Init V =  -600.0 Fitted V =  -363.326004902 Chi2 =  0.182975771938
Init V =  0.0 Fitted V =  996.856193514 Chi2 =  319.65772524
Init V =  -100.0 Fitted V =  -319.564865696 Chi2 =  0.106460721944
Init V =  -200.0 Fitted V =  -319.56397719 Chi2 =  0.106460871859
Init V =  -300.0 Fitted V =  -319.574011186 Chi2 =  0.106458949259
Init V =  -400.0 Fitted V =  -319.573744617 Chi2 =  0.106459017638
Init V =  -500.0 Fitted V =  -319.563799957 Chi2 =  0.106460917203
Init V =  -600.0 Fitted V =  -584.292187615 Chi2 =  317.746329361
Init V =  0.0 Fitted V =  934.380753483 Chi2 =  320.764108976
Init V =  -100.0 Fitted V =  -328.771770194 Chi2 =  0.143853816049
Init V =  -200.0 Fitted V =  -328.770457737 Chi2 =  0.14385413323
Init V =  -300.0 Fitted V =  -328.779633189 Chi2 =  0.14385214705
Init V =  -400.0 Fitted V =  -328.780441721 Chi2 =  0.143851987758
Init V =  -500.0 Fitted V =  -328.771577146 Chi2 =  0.14385382113
Init V =  -600.0 Fitted V =  -328.771309068 Chi2 =  0.143853926937
Init V =  0.0 Fitted V =  831.452794859 Chi2 =  319.480255487
Init V =  -100.0 Fitted V =  831.483693057 Chi2 =  319.480405477
Init V =  -200.0 Fitted V =  -312.657156931 Chi2 =  0.101182737871
Init V =  -300.0 Fitted V =  -312.664530325 Chi2 =  0.101182230943
Init V =  -400.0 Fitted V =  -312.660821906 Chi2 =  0.101182476454
Init V =  -500.0 Fitted V =  -312.666369928 Chi2 =  0.10118239704
Init V =  -600.0 Fitted V =  -312.663141985 Chi2 =  0.101182564327
Init V =  0.0 Fitted V =  -266.226865415 Chi2 =  0.10437531761
Init V =  -100.0 Fitted V =  -266.226448655 Chi2 =  0.104374567444
Init V =  -200.0 Fitted V =  -266.226435856 Chi2 =  0.104374544152
Init V =  -300.0 Fitted V =  -266.226868517 Chi2 =  0.104375313083
Init V =  -400.0 Fitted V =  -266.226834107 Chi2 =  0.104375265526
Init V =  -500.0 Fitted V =  -266.227152976 Chi2 =  0.104375823827
Init V =  -600.0 Fitted V =  -266.226629745 Chi2 =  0.104374897764
Init V =  0.0 Fitted V =  -252.565768388 Chi2 =  0.0702228258717
Init V =  -100.0 Fitted V =  -252.565886799 Chi2 =  0.0702227581195
Init V =  -200.0 Fitted V =  -252.565594511 Chi2 =  0.0702229230599
Init V =  -300.0 Fitted V =  -252.565596138 Chi2 =  0.0702229206522
Init V =  -400.0 Fitted V =  -402.863667276 Chi2 =  0.231863872272
Init V =  -500.0 Fitted V =  -252.566097 Chi2 =  0.0702226421493
Init V =  -600.0 Fitted V =  -606.716112044 Chi2 =  0.246279478653
Init V =  0.0 Fitted V =  -11.8686340642 Chi2 =  0.26859239946
Init V =  -100.0 Fitted V =  -228.796374298 Chi2 =  0.0559055766198
Init V =  -200.0 Fitted V =  -228.796556461 Chi2 =  0.0559053957421
Init V =  -300.0 Fitted V =  -228.796200926 Chi2 =  0.0559057519021
Init V =  -400.0 Fitted V =  -415.968656383 Chi2 =  0.265902116663
Init V =  -500.0 Fitted V =  -535.373096453 Chi2 =  0.265689037004
Init V =  -600.0 Fitted V =  -602.305114818 Chi2 =  0.273331351156
Init V =  0.0 Fitted V =  -191.301337946 Chi2 =  0.0856747003041
Init V =  -100.0 Fitted V =  -191.301348915 Chi2 =  0.0856741841024
Init V =  -200.0 Fitted V =  -191.301348658 Chi2 =  0.0856744938047
Init V =  -300.0 Fitted V =  -191.301351841 Chi2 =  0.0856742459539
Init V =  -400.0 Fitted V =  -191.301346581 Chi2 =  0.0856742264832
Init V =  -500.0 Fitted V =  -497.756007487 Chi2 =  0.412079398343
Init V =  -600.0 Fitted V =  -191.301339668 Chi2 =  0.0856745411281
Init V =  0.0 Fitted V =  -179.017702713 Chi2 =  0.0956700612718
Init V =  -100.0 Fitted V =  -179.017848171 Chi2 =  0.0956699444654
Init V =  -200.0 Fitted V =  -179.018815497 Chi2 =  0.0956691898415
Init V =  -300.0 Fitted V =  -179.017907471 Chi2 =  0.095669906575
Init V =  -400.0 Fitted V =  -179.017855951 Chi2 =  0.0956699462165
Init V =  -500.0 Fitted V =  -517.194051346 Chi2 =  0.95037175065
Init V =  -600.0 Fitted V =  -737.74862551 Chi2 =  319.548821736
Init V =  0.0 Fitted V =  -5.54349867014 Chi2 =  1.00313385642
Init V =  -100.0 Fitted V =  -160.600238382 Chi2 =  0.114639858912
Init V =  -200.0 Fitted V =  -160.599944417 Chi2 =  0.114640191447
Init V =  -300.0 Fitted V =  -288.978989753 Chi2 =  0.996569375794
Init V =  -400.0 Fitted V =  -160.600164625 Chi2 =  0.114639952778
Init V =  -500.0 Fitted V =  -160.600094675 Chi2 =  0.114640021662
Init V =  -600.0 Fitted V =  -731.978904117 Chi2 =  318.354539899
Init V =  0.0 Fitted V =  -166.90059743 Chi2 =  0.169305377
Init V =  -100.0 Fitted V =  -166.900745303 Chi2 =  0.169305054701
Init V =  -200.0 Fitted V =  -166.900634681 Chi2 =  0.16930530394
Init V =  -300.0 Fitted V =  -166.900673125 Chi2 =  0.16930522649
Init V =  -400.0 Fitted V =  -166.900452648 Chi2 =  0.169305637855
Init V =  -500.0 Fitted V =  -166.900825175 Chi2 =  0.169304927367
Init V =  -600.0 Fitted V =  -166.900680184 Chi2 =  0.169305189451
Init V =  0.0 Fitted V =  -146.368625531 Chi2 =  0.173205795164
Init V =  -100.0 Fitted V =  -146.368471004 Chi2 =  0.17320602154
Init V =  -200.0 Fitted V =  -146.368644775 Chi2 =  0.173205807429
Init V =  -300.0 Fitted V =  -146.368443268 Chi2 =  0.173205923636
Init V =  -400.0 Fitted V =  -146.368512394 Chi2 =  0.173206024654
Init V =  -500.0 Fitted V =  -146.368344361 Chi2 =  0.173206023936
Init V =  -600.0 Fitted V =  -146.36843761 Chi2 =  0.173205994688
Init V =  0.0 Fitted V =  -146.284698932 Chi2 =  0.256838005202
Init V =  -100.0 Fitted V =  -146.284812642 Chi2 =  0.256837542149
Init V =  -200.0 Fitted V =  -146.284843827 Chi2 =  0.256837606721
Init V =  -300.0 Fitted V =  -146.284844607 Chi2 =  0.25683753599
Init V =  -400.0 Fitted V =  -146.284815847 Chi2 =  0.256837548829
Init V =  -500.0 Fitted V =  -146.284778991 Chi2 =  0.256837672732
Init V =  -600.0 Fitted V =  -146.284815608 Chi2 =  0.256837545295
Init V =  0.0 Fitted V =  -18.991618132 Chi2 =  1.87691999631
Init V =  -100.0 Fitted V =  -177.047619359 Chi2 =  0.207353380815
Init V =  -200.0 Fitted V =  -177.047541491 Chi2 =  0.207353309167
Init V =  -300.0 Fitted V =  -270.72091997 Chi2 =  1.84167981465
Init V =  -400.0 Fitted V =  -177.047635247 Chi2 =  0.207353385794
Init V =  -500.0 Fitted V =  -177.047539786 Chi2 =  0.207353309988
Init V =  -600.0 Fitted V =  -177.047508094 Chi2 =  0.207353280195
Init V =  0.0 Fitted V =  37.6401009082 Chi2 =  1.55103366438
Init V =  -100.0 Fitted V =  -183.918799119 Chi2 =  0.150164319052
Init V =  -200.0 Fitted V =  -183.918736355 Chi2 =  0.15016436285
Init V =  -300.0 Fitted V =  -275.29387695 Chi2 =  1.5531001033
Init V =  -400.0 Fitted V =  -424.544636903 Chi2 =  1.51336429537
Init V =  -500.0 Fitted V =  -496.850089237 Chi2 =  1.56895362696
Init V =  -600.0 Fitted V =  -183.918644318 Chi2 =  0.150164366815
Init V =  0.0 Fitted V =  -30.0667933896 Chi2 =  0.98305974909
Init V =  -100.0 Fitted V =  -185.477254161 Chi2 =  0.192145747571
Init V =  -200.0 Fitted V =  -185.477280099 Chi2 =  0.192145703583
Init V =  -300.0 Fitted V =  -286.751679497 Chi2 =  0.979980068369
Init V =  -400.0 Fitted V =  -422.042055169 Chi2 =  0.922097590212
Init V =  -500.0 Fitted V =  -185.477191503 Chi2 =  0.192145698494
Init V =  -600.0 Fitted V =  -512.162999537 Chi2 =  316.500508514
Init V =  0.0 Fitted V =  -231.129461747 Chi2 =  0.357573136883
Init V =  -100.0 Fitted V =  -179.553399798 Chi2 =  0.28887343621
Init V =  -200.0 Fitted V =  -179.553531503 Chi2 =  0.288873059416
Init V =  -300.0 Fitted V =  -231.124762576 Chi2 =  0.357573116953
Init V =  -400.0 Fitted V =  -427.377512118 Chi2 =  0.473873458628
Init V =  -500.0 Fitted V =  -231.126326423 Chi2 =  0.357573110038
Init V =  -600.0 Fitted V =  -713.230482062 Chi2 =  316.202883444
Init V =  0.0 Fitted V =  -23.6883646198 Chi2 =  2.08997183498
Init V =  -100.0 Fitted V =  -196.234076849 Chi2 =  0.327485556572
Init V =  -200.0 Fitted V =  -196.234119413 Chi2 =  0.327485426958
Init V =  -300.0 Fitted V =  -311.238196854 Chi2 =  2.11433910276
Init V =  -400.0 Fitted V =  -429.05693306 Chi2 =  1.93254651614
Init V =  -500.0 Fitted V =  -499.015455062 Chi2 =  2.11330423998
Init V =  -600.0 Fitted V =  -612.734965159 Chi2 =  2.11523248702
Init V =  0.0 Fitted V =  -13.7168038971 Chi2 =  2.74858673629
Init V =  -100.0 Fitted V =  -209.328807756 Chi2 =  0.442848723677
Init V =  -200.0 Fitted V =  -209.328764539 Chi2 =  0.442848933276
Init V =  -300.0 Fitted V =  -290.228987898 Chi2 =  2.74995758444
Init V =  -400.0 Fitted V =  -209.328738104 Chi2 =  0.442848796004
Init V =  -500.0 Fitted V =  -498.210137053 Chi2 =  2.75937709937
Init V =  -600.0 Fitted V =  -610.087363366 Chi2 =  2.76522925598
Init V =  0.0 Fitted V =  -16.8908101908 Chi2 =  3.74202082111
Init V =  -100.0 Fitted V =  -77.5372627007 Chi2 =  3.75814619184
Init V =  -200.0 Fitted V =  -205.138312015 Chi2 =  0.460149654464
Init V =  -300.0 Fitted V =  -205.138287629 Chi2 =  0.460149260425
Init V =  -400.0 Fitted V =  -421.777098018 Chi2 =  3.55269706736
Init V =  -500.0 Fitted V =  -496.451482919 Chi2 =  3.74398820442
Init V =  -600.0 Fitted V =  -613.929052817 Chi2 =  3.7607079385
Init V =  0.0 Fitted V =  -3.89176922776 Chi2 =  2.48496714878
Init V =  -100.0 Fitted V =  -202.09285711 Chi2 =  0.661556317627
Init V =  -200.0 Fitted V =  -202.092885901 Chi2 =  0.661556446507
Init V =  -300.0 Fitted V =  -202.092885955 Chi2 =  0.661556391735
Init V =  -400.0 Fitted V =  -419.196980376 Chi2 =  2.19199947269
Init V =  -500.0 Fitted V =  -497.781354239 Chi2 =  2.49766296534
Init V =  -600.0 Fitted V =  -587.714611118 Chi2 =  2.49182702823
Init V =  0.0 Fitted V =  -9.64745623931 Chi2 =  1.71087430964
Init V =  -100.0 Fitted V =  -201.183808922 Chi2 =  0.61531398411
Init V =  -200.0 Fitted V =  -201.183928315 Chi2 =  0.615313487115
Init V =  -300.0 Fitted V =  -201.183940973 Chi2 =  0.615313430568
Init V =  -400.0 Fitted V =  -417.787035997 Chi2 =  1.52458398346
Init V =  -500.0 Fitted V =  -509.59573971 Chi2 =  1.7244141572
Init V =  -600.0 Fitted V =  -694.243490061 Chi2 =  1.59430508357
Init V =  0.0 Fitted V =  -171.864701082 Chi2 =  0.750720976776
Init V =  -100.0 Fitted V =  -171.865498014 Chi2 =  0.75072013739
Init V =  -200.0 Fitted V =  -171.872803999 Chi2 =  0.750712873742
Init V =  -300.0 Fitted V =  -295.137834338 Chi2 =  2.03232815405
Init V =  -400.0 Fitted V =  -420.641786516 Chi2 =  1.72485259061
Init V =  -500.0 Fitted V =  -495.493310272 Chi2 =  2.05093357313
Init V =  -600.0 Fitted V =  -609.571074758 Chi2 =  1.99884526707
Init V =  0.0 Fitted V =  -7.83586349652 Chi2 =  1.7519975818
Init V =  -100.0 Fitted V =  -217.351439558 Chi2 =  1.049326856
Init V =  -200.0 Fitted V =  -187.642067898 Chi2 =  0.987962898731
Init V =  -300.0 Fitted V =  -304.265191253 Chi2 =  1.80783919204
Init V =  -400.0 Fitted V =  -423.236746008 Chi2 =  1.29469017764
Init V =  -500.0 Fitted V =  -503.721818676 Chi2 =  1.8408613932
Init V =  -600.0 Fitted V =  -607.46404245 Chi2 =  1.81608721067
Init V =  0.0 Fitted V =  -21.1755480424 Chi2 =  2.21449228092
Init V =  -100.0 Fitted V =  -206.801855772 Chi2 =  0.996912559531
Init V =  -200.0 Fitted V =  -206.802273991 Chi2 =  0.996911503324
Init V =  -300.0 Fitted V =  -206.802649851 Chi2 =  0.996910659241
Init V =  -400.0 Fitted V =  -420.96771374 Chi2 =  1.72772498235
Init V =  -500.0 Fitted V =  -503.614706541 Chi2 =  2.24222488001
Init V =  -600.0 Fitted V =  -206.802823172 Chi2 =  0.996910160877
Init V =  0.0 Fitted V =  -14.8473210097 Chi2 =  2.18278481896
Init V =  -100.0 Fitted V =  -229.017328549 Chi2 =  1.09770318131
Init V =  -200.0 Fitted V =  -184.674967351 Chi2 =  1.14645922561
Init V =  -300.0 Fitted V =  -228.997916465 Chi2 =  1.09770323529
Init V =  -400.0 Fitted V =  -420.020233437 Chi2 =  1.57109705487
Init V =  -500.0 Fitted V =  -500.365490414 Chi2 =  2.25291779633
Init V =  -600.0 Fitted V =  -609.285481644 Chi2 =  2.20151761962
Init V =  0.0 Fitted V =  13.9299373096 Chi2 =  7.17361499584
Init V =  -100.0 Fitted V =  -183.997892745 Chi2 =  8.30207211928
Init V =  -200.0 Fitted V =  -183.996714786 Chi2 =  8.3020699042
Init V =  -300.0 Fitted V =  -272.13376143 Chi2 =  13.4774678253
Init V =  -400.0 Fitted V =  -423.527228421 Chi2 =  15.2557854322
Init V =  -500.0 Fitted V =  -502.127423945 Chi2 =  16.2106488658
Init V =  -600.0 Fitted V =  -595.308349217 Chi2 =  15.9339024344
Init V =  0.0 Fitted V =  241.634216812 Chi2 =  1.52158709454
Init V =  -100.0 Fitted V =  -51.7474146285 Chi2 =  4.03635605977
Init V =  -200.0 Fitted V =  -224.394423944 Chi2 =  4.30626427224
Init V =  -300.0 Fitted V =  -280.785358625 Chi2 =  4.31015490355
Init V =  -400.0 Fitted V =  -440.922753156 Chi2 =  1.39528184453
Init V =  -500.0 Fitted V =  -440.92567973 Chi2 =  1.39528358226
Init V =  -600.0 Fitted V =  -440.924167206 Chi2 =  1.39528570841
Init V =  0.0 Fitted V =  -44.9077454735 Chi2 =  2.80602846211
Init V =  -100.0 Fitted V =  -44.9083627483 Chi2 =  2.8060266862
Init V =  -200.0 Fitted V =  -148.906499123 Chi2 =  2.9506771532
Init V =  -300.0 Fitted V =  -436.998207964 Chi2 =  1.11593986851
Init V =  -400.0 Fitted V =  -436.998042201 Chi2 =  1.11593978599
Init V =  -500.0 Fitted V =  -436.997562216 Chi2 =  1.11594030393
Init V =  -600.0 Fitted V =  -598.238055737 Chi2 =  2.98637713478
Init V =  0.0 Fitted V =  235.242501851 Chi2 =  1.22012933069
Init V =  -100.0 Fitted V =  -50.2852149484 Chi2 =  1.89666514174
Init V =  -200.0 Fitted V =  -232.095038602 Chi2 =  2.30242495634
Init V =  -300.0 Fitted V =  -306.191569753 Chi2 =  2.2635145016
Init V =  -400.0 Fitted V =  -457.759983306 Chi2 =  1.31056945315
Init V =  -500.0 Fitted V =  -457.762532351 Chi2 =  1.31057208266
Init V =  -600.0 Fitted V =  -601.194764206 Chi2 =  2.18397783189
Init V =  0.0 Fitted V =  223.356286975 Chi2 =  0.827324720644
Init V =  -100.0 Fitted V =  -44.396858538 Chi2 =  1.67105320223
Init V =  -200.0 Fitted V =  -214.056025723 Chi2 =  1.91024220248
Init V =  -300.0 Fitted V =  -288.329096532 Chi2 =  1.90246902526
Init V =  -400.0 Fitted V =  -456.453628369 Chi2 =  0.883365908405
Init V =  -500.0 Fitted V =  -456.479766678 Chi2 =  0.883381919339
Init V =  -600.0 Fitted V =  -456.480070764 Chi2 =  0.883382106657
Init V =  0.0 Fitted V =  -34.0774112182 Chi2 =  1.24501710086
Init V =  -100.0 Fitted V =  -34.077876976 Chi2 =  1.24501709538
Init V =  -200.0 Fitted V =  -214.094110485 Chi2 =  1.40102619712
Init V =  -300.0 Fitted V =  -423.733850161 Chi2 =  0.513806193545
Init V =  -400.0 Fitted V =  -423.733754615 Chi2 =  0.513805657763
Init V =  -500.0 Fitted V =  -423.733702203 Chi2 =  0.513805369129
Init V =  -600.0 Fitted V =  -616.965970591 Chi2 =  1.39121781762
Init V =  0.0 Fitted V =  -47.5863847966 Chi2 =  1.30131634942
Init V =  -100.0 Fitted V =  -428.089229583 Chi2 =  0.528584515493
Init V =  -200.0 Fitted V =  -191.036847813 Chi2 =  1.37770444045
Init V =  -300.0 Fitted V =  -263.937297306 Chi2 =  1.38548007055
Init V =  -400.0 Fitted V =  -428.07506737 Chi2 =  0.528565473785
Init V =  -500.0 Fitted V =  -428.088795541 Chi2 =  0.528583931363
Init V =  -600.0 Fitted V =  -428.088257033 Chi2 =  0.528583206492
Init V =  0.0 Fitted V =  -35.9759155645 Chi2 =  0.871672911598
Init V =  -100.0 Fitted V =  -35.9765192484 Chi2 =  0.871675960619
Init V =  -200.0 Fitted V =  -210.965280816 Chi2 =  0.980086571223
Init V =  -300.0 Fitted V =  -433.83353519 Chi2 =  0.500384468602
Init V =  -400.0 Fitted V =  -433.821244375 Chi2 =  0.500367566928
Init V =  -500.0 Fitted V =  -433.833561413 Chi2 =  0.500384497893
Init V =  -600.0 Fitted V =  -433.834110385 Chi2 =  0.500385264176
Init V =  0.0 Fitted V =  -40.9221459259 Chi2 =  0.769566073775
Init V =  -100.0 Fitted V =  -414.6476857 Chi2 =  0.40868155339
Init V =  -200.0 Fitted V =  -226.580176283 Chi2 =  0.848548600662
Init V =  -300.0 Fitted V =  -414.647695026 Chi2 =  0.408681522721
Init V =  -400.0 Fitted V =  -414.647671435 Chi2 =  0.408681851258
Init V =  -500.0 Fitted V =  -495.472781845 Chi2 =  0.801661886546
Init V =  -600.0 Fitted V =  -611.687191747 Chi2 =  0.798081840796
Init V =  0.0 Fitted V =  -47.5516048276 Chi2 =  0.912640495197
Init V =  -100.0 Fitted V =  247.328531435 Chi2 =  0.446237593493
Init V =  -200.0 Fitted V =  -204.449388809 Chi2 =  1.0366329428
Init V =  -300.0 Fitted V =  -436.712496342 Chi2 =  0.434558212399
Init V =  -400.0 Fitted V =  -436.712461026 Chi2 =  0.434558183995
Init V =  -500.0 Fitted V =  -436.711008871 Chi2 =  0.434557049809
Init V =  -600.0 Fitted V =  -436.710938159 Chi2 =  0.434556985633
Init V =  0.0 Fitted V =  -46.9992448745 Chi2 =  0.818340165366
Init V =  -100.0 Fitted V =  -452.483271079 Chi2 =  0.382681957643
Init V =  -200.0 Fitted V =  -189.500956706 Chi2 =  0.909210647399
Init V =  -300.0 Fitted V =  -452.484005921 Chi2 =  0.382682358918
Init V =  -400.0 Fitted V =  -452.478268224 Chi2 =  0.382679420858
Init V =  -500.0 Fitted V =  -452.482741313 Chi2 =  0.382681702563
Init V =  -600.0 Fitted V =  -452.483916324 Chi2 =  0.382682286704
Init V =  0.0 Fitted V =  -28.2532777557 Chi2 =  1.37971236493
Init V =  -100.0 Fitted V =  -28.254904566 Chi2 =  1.37971243886
Init V =  -200.0 Fitted V =  -476.126982964 Chi2 =  0.323314441509
Init V =  -300.0 Fitted V =  -476.128294247 Chi2 =  0.323314035591
Init V =  -400.0 Fitted V =  -476.127813698 Chi2 =  0.323314180289
Init V =  -500.0 Fitted V =  -476.130190346 Chi2 =  0.323313367605
Init V =  -600.0 Fitted V =  -476.128244113 Chi2 =  0.323314040432
Init V =  0.0 Fitted V =  -36.3563196766 Chi2 =  1.69857336447
Init V =  -100.0 Fitted V =  39.8936415393 Chi2 =  40.2406222292
Init V =  -200.0 Fitted V =  -190.556928334 Chi2 =  1.78757577837
Init V =  -300.0 Fitted V =  -473.196097679 Chi2 =  0.329916650878
Init V =  -400.0 Fitted V =  -473.196172755 Chi2 =  0.329916600266
Init V =  -500.0 Fitted V =  -473.196736608 Chi2 =  0.32991638123
Init V =  -600.0 Fitted V =  -473.19591773 Chi2 =  0.329916785736
Init V =  0.0 Fitted V =  -41.727946302 Chi2 =  1.27354191799
Init V =  -100.0 Fitted V =  -469.773781853 Chi2 =  0.267899405456
Init V =  -200.0 Fitted V =  -469.773614379 Chi2 =  0.267899435098
Init V =  -300.0 Fitted V =  -469.774275887 Chi2 =  0.26789924267
Init V =  -400.0 Fitted V =  -469.772872942 Chi2 =  0.267899034838
Init V =  -500.0 Fitted V =  -469.774643652 Chi2 =  0.267899218576
Init V =  -600.0 Fitted V =  -469.773477025 Chi2 =  0.267899532288
Init V =  0.0 Fitted V =  -438.223918814 Chi2 =  0.306832621781
Init V =  -100.0 Fitted V =  -438.223363577 Chi2 =  0.306832510406
Init V =  -200.0 Fitted V =  -438.222406364 Chi2 =  0.306833011173
Init V =  -300.0 Fitted V =  -438.223189007 Chi2 =  0.306832464513
Init V =  -400.0 Fitted V =  -438.220676191 Chi2 =  0.306831681976
Init V =  -500.0 Fitted V =  -438.222567202 Chi2 =  0.306832657683
Init V =  -600.0 Fitted V =  -438.222863321 Chi2 =  0.306832417582
Init V =  0.0 Fitted V =  -28.4396268443 Chi2 =  3.09869705544
Init V =  -100.0 Fitted V =  -401.385318733 Chi2 =  0.421771479366
Init V =  -200.0 Fitted V =  -202.566436863 Chi2 =  3.10753101185
Init V =  -300.0 Fitted V =  -401.385295487 Chi2 =  0.421771172938
Init V =  -400.0 Fitted V =  -401.38407558 Chi2 =  0.421770656258
Init V =  -500.0 Fitted V =  -401.386205389 Chi2 =  0.421770812973
Init V =  -600.0 Fitted V =  -605.381331002 Chi2 =  3.1115785124
Init V =  0.0 Fitted V =  -29.8426235426 Chi2 =  2.44618564267
Init V =  -100.0 Fitted V =  -398.31543163 Chi2 =  0.179593751783
Init V =  -200.0 Fitted V =  -398.315784013 Chi2 =  0.179593655673
Init V =  -300.0 Fitted V =  -398.315350119 Chi2 =  0.179593892937
Init V =  -400.0 Fitted V =  -398.315468999 Chi2 =  0.179593822601
Init V =  -500.0 Fitted V =  -398.315730034 Chi2 =  0.179593638201
Init V =  -600.0 Fitted V =  -398.315351594 Chi2 =  0.179593858993
Init V =  0.0 Fitted V =  -384.26826868 Chi2 =  0.137326166364
Init V =  -100.0 Fitted V =  -384.268324367 Chi2 =  0.137326311984
Init V =  -200.0 Fitted V =  -384.268300684 Chi2 =  0.137326259627
Init V =  -300.0 Fitted V =  -384.268211865 Chi2 =  0.137326111111
Init V =  -400.0 Fitted V =  -384.268267281 Chi2 =  0.137326164944
Init V =  -500.0 Fitted V =  -384.268329267 Chi2 =  0.137326339668
Init V =  -600.0 Fitted V =  -614.205109628 Chi2 =  0.60187027267
Init V =  0.0 Fitted V =  -549.591541891 Chi2 =  318.267274473
Init V =  -100.0 Fitted V =  1173.09213374 Chi2 =  320.722367826
Init V =  -200.0 Fitted V =  -376.856751083 Chi2 =  0.104361214786
Init V =  -300.0 Fitted V =  -376.87553135 Chi2 =  0.104360555304
Init V =  -400.0 Fitted V =  -376.875458768 Chi2 =  0.104360570114
Init V =  -500.0 Fitted V =  -504.757677675 Chi2 =  0.223706103132
Init V =  -600.0 Fitted V =  -376.863019907 Chi2 =  0.104360958763
Init V =  0.0 Fitted V =  818.421016097 Chi2 =  319.286864388
Init V =  -100.0 Fitted V =  818.425472639 Chi2 =  319.28688618
Init V =  -200.0 Fitted V =  -369.1465561 Chi2 =  0.136586898303
Init V =  -300.0 Fitted V =  -369.146881662 Chi2 =  0.136586804393
Init V =  -400.0 Fitted V =  -369.145966021 Chi2 =  0.136586757319
Init V =  -500.0 Fitted V =  -369.165289605 Chi2 =  0.136586847977
Init V =  -600.0 Fitted V =  -369.183965384 Chi2 =  0.136586809717
Init V =  0.0 Fitted V =  971.407640866 Chi2 =  320.978267311
Init V =  -100.0 Fitted V =  -297.373811956 Chi2 =  0.106776664061
Init V =  -200.0 Fitted V =  -297.373651036 Chi2 =  0.106776887536
Init V =  -300.0 Fitted V =  -297.374925564 Chi2 =  0.106775980042
Init V =  -400.0 Fitted V =  -297.373990447 Chi2 =  0.10677668703
Init V =  -500.0 Fitted V =  -297.373724794 Chi2 =  0.106776758043
Init V =  -600.0 Fitted V =  -297.373588166 Chi2 =  0.106776823279
Init V =  0.0 Fitted V =  -234.730364039 Chi2 =  0.107709565962
Init V =  -100.0 Fitted V =  -234.729886005 Chi2 =  0.107709088872
Init V =  -200.0 Fitted V =  -234.724729711 Chi2 =  0.107704377405
Init V =  -300.0 Fitted V =  -234.724426475 Chi2 =  0.10770412344
Init V =  -400.0 Fitted V =  -410.281474656 Chi2 =  0.300644226506
Init V =  -500.0 Fitted V =  -234.730165887 Chi2 =  0.107709364796
Init V =  -600.0 Fitted V =  166.582120579 Chi2 =  0.179095240046
Init V =  0.0 Fitted V =  -172.81066658 Chi2 =  0.0649286262085
Init V =  -100.0 Fitted V =  -172.810733798 Chi2 =  0.064928865478
Init V =  -200.0 Fitted V =  -172.810650557 Chi2 =  0.0649285093295
Init V =  -300.0 Fitted V =  -172.810652522 Chi2 =  0.0649285183736
Init V =  -400.0 Fitted V =  -412.487018747 Chi2 =  0.54150644518
Init V =  -500.0 Fitted V =  -172.810694145 Chi2 =  0.0649287526701
Init V =  -600.0 Fitted V =  -172.810670494 Chi2 =  0.0649286498973
Init V =  0.0 Fitted V =  -154.518895886 Chi2 =  0.0667425314799
Init V =  -100.0 Fitted V =  -154.518976599 Chi2 =  0.0667427793578
Init V =  -200.0 Fitted V =  -154.518970803 Chi2 =  0.0667428159434
Init V =  -300.0 Fitted V =  -154.51896515 Chi2 =  0.0667427584011
Init V =  -400.0 Fitted V =  -434.425810172 Chi2 =  1.00638913892
Init V =  -500.0 Fitted V =  -154.519025681 Chi2 =  0.0667428842905
Init V =  -600.0 Fitted V =  -570.069225002 Chi2 =  1.00386958892
Init V =  0.0 Fitted V =  -145.599379556 Chi2 =  0.0843239989185
Init V =  -100.0 Fitted V =  -145.599087428 Chi2 =  0.0843237927485
Init V =  -200.0 Fitted V =  -145.599256293 Chi2 =  0.0843239154159
Init V =  -300.0 Fitted V =  -145.59904049 Chi2 =  0.0843237716609
Init V =  -400.0 Fitted V =  -145.59914426 Chi2 =  0.0843238369899
Init V =  -500.0 Fitted V =  -145.599261714 Chi2 =  0.0843239178009
Init V =  -600.0 Fitted V =  -145.599237671 Chi2 =  0.0843239037295
Init V =  0.0 Fitted V =  -115.775756166 Chi2 =  0.128550562192
Init V =  -100.0 Fitted V =  -115.774875096 Chi2 =  0.128549009059
Init V =  -200.0 Fitted V =  -115.775955458 Chi2 =  0.128550904025
Init V =  -300.0 Fitted V =  -285.143041546 Chi2 =  1.6875541316
Init V =  -400.0 Fitted V =  -420.710175532 Chi2 =  1.68460543768
Init V =  -500.0 Fitted V =  -499.845465487 Chi2 =  1.69287135793
Init V =  -600.0 Fitted V =  -674.439157992 Chi2 =  319.516863525
Init V =  0.0 Fitted V =  -120.759276316 Chi2 =  0.120886532905
Init V =  -100.0 Fitted V =  -120.759255247 Chi2 =  0.120887081392
Init V =  -200.0 Fitted V =  -120.759233081 Chi2 =  0.1208869281
Init V =  -300.0 Fitted V =  -120.759257132 Chi2 =  0.120886382315
Init V =  -400.0 Fitted V =  -120.759235627 Chi2 =  0.120886826907
Init V =  -500.0 Fitted V =  -504.234270566 Chi2 =  1.46165780879
Init V =  -600.0 Fitted V =  -596.825716613 Chi2 =  319.527162005
Init V =  0.0 Fitted V =  -134.190345278 Chi2 =  0.124560223619
Init V =  -100.0 Fitted V =  -134.190372934 Chi2 =  0.12456006216
Init V =  -200.0 Fitted V =  -134.190376298 Chi2 =  0.124560156681
Init V =  -300.0 Fitted V =  -134.19038456 Chi2 =  0.124560140802
Init V =  -400.0 Fitted V =  -421.698223796 Chi2 =  1.14723034835
Init V =  -500.0 Fitted V =  -134.190336321 Chi2 =  0.124560290763
Init V =  -600.0 Fitted V =  -134.190448292 Chi2 =  0.124559860595
Init V =  0.0 Fitted V =  -132.228519451 Chi2 =  0.195840649942
Init V =  -100.0 Fitted V =  -132.228848644 Chi2 =  0.195839921611
Init V =  -200.0 Fitted V =  -132.228695416 Chi2 =  0.195840290421
Init V =  -300.0 Fitted V =  -132.228814845 Chi2 =  0.195839980258
Init V =  -400.0 Fitted V =  -132.228528985 Chi2 =  0.195840633287
Init V =  -500.0 Fitted V =  -132.228853938 Chi2 =  0.195839920037
Init V =  -600.0 Fitted V =  -132.228565075 Chi2 =  0.195840624305
Init V =  0.0 Fitted V =  -150.484113898 Chi2 =  0.260982733134
Init V =  -100.0 Fitted V =  -150.484351197 Chi2 =  0.260982227859
Init V =  -200.0 Fitted V =  -150.484346006 Chi2 =  0.260982247323
Init V =  -300.0 Fitted V =  -150.484088433 Chi2 =  0.260982676766
Init V =  -400.0 Fitted V =  -150.484303833 Chi2 =  0.260982266463
Init V =  -500.0 Fitted V =  -150.48413766 Chi2 =  0.260982695605
Init V =  -600.0 Fitted V =  -150.484218747 Chi2 =  0.260982519148
Init V =  0.0 Fitted V =  -171.484169067 Chi2 =  0.226328695016
Init V =  -100.0 Fitted V =  -171.484063113 Chi2 =  0.226328604608
Init V =  -200.0 Fitted V =  -171.484174887 Chi2 =  0.226328688968
Init V =  -300.0 Fitted V =  -171.484108284 Chi2 =  0.226328492295
Init V =  -400.0 Fitted V =  -422.075513724 Chi2 =  1.90521854876
Init V =  -500.0 Fitted V =  -496.257163125 Chi2 =  1.95324459901
Init V =  -600.0 Fitted V =  -171.48417211 Chi2 =  0.226328807838
Init V =  0.0 Fitted V =  306.714011096 Chi2 =  319.494010265
Init V =  -100.0 Fitted V =  -182.772653375 Chi2 =  0.190911672319
Init V =  -200.0 Fitted V =  -182.772641789 Chi2 =  0.190911712863
Init V =  -300.0 Fitted V =  -308.322266727 Chi2 =  1.59916159473
Init V =  -400.0 Fitted V =  -423.975851415 Chi2 =  1.52198632957
Init V =  -500.0 Fitted V =  -489.283673805 Chi2 =  1.60029256274
Init V =  -600.0 Fitted V =  -182.772633263 Chi2 =  0.190911763629
Init V =  0.0 Fitted V =  -31.9339071956 Chi2 =  1.29612018714
Init V =  -100.0 Fitted V =  -212.376358726 Chi2 =  0.209578707231
Init V =  -200.0 Fitted V =  -212.376378721 Chi2 =  0.209578704961
Init V =  -300.0 Fitted V =  -212.376351362 Chi2 =  0.209578752657
Init V =  -400.0 Fitted V =  -428.05001087 Chi2 =  1.2415213351
Init V =  -500.0 Fitted V =  -212.376422459 Chi2 =  0.209578672655
Init V =  -600.0 Fitted V =  -642.473118797 Chi2 =  1.29485140414
Init V =  0.0 Fitted V =  -201.163731477 Chi2 =  0.224002398459
Init V =  -100.0 Fitted V =  -201.163278622 Chi2 =  0.224002739277
Init V =  -200.0 Fitted V =  -201.168296277 Chi2 =  0.223998968059
Init V =  -300.0 Fitted V =  -201.163642266 Chi2 =  0.224002442353
Init V =  -400.0 Fitted V =  -421.638823196 Chi2 =  0.331061468963
Init V =  -500.0 Fitted V =  -493.077189689 Chi2 =  0.432223047799
Init V =  -600.0 Fitted V =  -612.18974986 Chi2 =  0.444551316805
Init V =  0.0 Fitted V =  -20.2343074947 Chi2 =  0.927173010467
Init V =  -100.0 Fitted V =  -202.195826219 Chi2 =  0.365497715312
Init V =  -200.0 Fitted V =  -202.195853425 Chi2 =  0.365497839551
Init V =  -300.0 Fitted V =  -202.195821324 Chi2 =  0.365497797859
Init V =  -400.0 Fitted V =  -428.165791798 Chi2 =  0.758877788001
Init V =  -500.0 Fitted V =  -499.503749714 Chi2 =  0.940903886982
Init V =  -600.0 Fitted V =  -202.195973732 Chi2 =  0.365498089459
Init V =  0.0 Fitted V =  -220.846425452 Chi2 =  0.464352491893
Init V =  -100.0 Fitted V =  -220.846480147 Chi2 =  0.464352381961
Init V =  -200.0 Fitted V =  -220.84650498 Chi2 =  0.464352401772
Init V =  -300.0 Fitted V =  -220.846368648 Chi2 =  0.46435284217
Init V =  -400.0 Fitted V =  -423.144393193 Chi2 =  1.09247376606
Init V =  -500.0 Fitted V =  -496.402135484 Chi2 =  1.30728612645
Init V =  -600.0 Fitted V =  -557.986321964 Chi2 =  1.26950994737
Init V =  0.0 Fitted V =  -19.9139510249 Chi2 =  2.29658639914
Init V =  -100.0 Fitted V =  -215.514590525 Chi2 =  0.543443298131
Init V =  -200.0 Fitted V =  -215.514582502 Chi2 =  0.543443299488
Init V =  -300.0 Fitted V =  -215.514598375 Chi2 =  0.54344357222
Init V =  -400.0 Fitted V =  -423.006573786 Chi2 =  2.0832175887
Init V =  -500.0 Fitted V =  -501.977763012 Chi2 =  2.33002106222
Init V =  -600.0 Fitted V =  -607.582645967 Chi2 =  2.28546820682
Init V =  0.0 Fitted V =  -204.100402768 Chi2 =  0.600691540394
Init V =  -100.0 Fitted V =  -204.1004072 Chi2 =  0.600691667328
Init V =  -200.0 Fitted V =  -204.100386068 Chi2 =  0.600692029252
Init V =  -300.0 Fitted V =  -204.100415692 Chi2 =  0.600691500675
Init V =  -400.0 Fitted V =  -204.100392528 Chi2 =  0.600691615639
Init V =  -500.0 Fitted V =  -499.925929749 Chi2 =  3.10216858757
Init V =  -600.0 Fitted V =  -609.614179249 Chi2 =  3.12222524519
Init V =  0.0 Fitted V =  -15.7946319972 Chi2 =  2.91378523071
Init V =  -100.0 Fitted V =  -191.120739491 Chi2 =  0.712035164023
Init V =  -200.0 Fitted V =  -191.1234528 Chi2 =  0.712029636233
Init V =  -300.0 Fitted V =  -199.04556126 Chi2 =  1.21805953486
Init V =  -400.0 Fitted V =  -191.120135284 Chi2 =  0.712036329134
Init V =  -500.0 Fitted V =  -499.431678868 Chi2 =  2.92113393059
Init V =  -600.0 Fitted V =  -607.654553869 Chi2 =  2.8578738537
Init V =  0.0 Fitted V =  1.14829750359 Chi2 =  2.57855801009
Init V =  -100.0 Fitted V =  -184.767595841 Chi2 =  0.913537722134
Init V =  -200.0 Fitted V =  -184.767792091 Chi2 =  0.913538351492
Init V =  -300.0 Fitted V =  -184.767582229 Chi2 =  0.913538064613
Init V =  -400.0 Fitted V =  -421.310527781 Chi2 =  2.02167387571
Init V =  -500.0 Fitted V =  -498.77458903 Chi2 =  2.56782752629
Init V =  -600.0 Fitted V =  -611.359622097 Chi2 =  2.58120543928
Init V =  0.0 Fitted V =  -193.984932438 Chi2 =  0.957157827286
Init V =  -100.0 Fitted V =  -193.98491921 Chi2 =  0.957157848082
Init V =  -200.0 Fitted V =  -193.989903971 Chi2 =  0.957152420317
Init V =  -300.0 Fitted V =  -193.985508264 Chi2 =  0.957157221943
Init V =  -400.0 Fitted V =  -422.981215803 Chi2 =  1.90429406295
Init V =  -500.0 Fitted V =  -501.112875222 Chi2 =  2.37477926529
Init V =  -600.0 Fitted V =  -616.126794493 Chi2 =  2.35701307247
Init V =  0.0 Fitted V =  -31.7589447819 Chi2 =  2.0406665013
Init V =  -100.0 Fitted V =  -200.870182915 Chi2 =  1.01048838239
Init V =  -200.0 Fitted V =  -200.870648156 Chi2 =  1.01048774389
Init V =  -300.0 Fitted V =  -415.880282915 Chi2 =  1.48039448235
Init V =  -400.0 Fitted V =  -415.881711307 Chi2 =  1.48039533329
Init V =  -500.0 Fitted V =  -500.701976662 Chi2 =  2.06558745795
Init V =  -600.0 Fitted V =  -605.730155957 Chi2 =  2.08027983573
Init V =  0.0 Fitted V =  -217.915304956 Chi2 =  1.37434834813
Init V =  -100.0 Fitted V =  -217.911114148 Chi2 =  1.37434832933
Init V =  -200.0 Fitted V =  -189.297941514 Chi2 =  1.23964848436
Init V =  -300.0 Fitted V =  -217.985364047 Chi2 =  1.37434887206
Init V =  -400.0 Fitted V =  -423.637798139 Chi2 =  1.34960907753
Init V =  -500.0 Fitted V =  -502.991189017 Chi2 =  2.07908337414
Init V =  -600.0 Fitted V =  -652.400786591 Chi2 =  2.04815589563
Init V =  0.0 Fitted V =  18.2923572469 Chi2 =  5.46597174598
Init V =  -100.0 Fitted V =  -99.4388647128 Chi2 =  7.21621578807
Init V =  -200.0 Fitted V =  -189.289292013 Chi2 =  6.6137518671
Init V =  -300.0 Fitted V =  -270.196010495 Chi2 =  8.71503002295
Init V =  -400.0 Fitted V =  -427.576242538 Chi2 =  9.11818069877
Init V =  -500.0 Fitted V =  -361.007717565 Chi2 =  8.9558981303
Init V =  -600.0 Fitted V =  -606.631064568 Chi2 =  10.2510229672
Init V =  0.0 Fitted V =  200.427552111 Chi2 =  0.963153181434
Init V =  -100.0 Fitted V =  200.426154809 Chi2 =  0.963153175384
Init V =  -200.0 Fitted V =  -208.717388523 Chi2 =  2.1142158766
Init V =  -300.0 Fitted V =  -292.517935515 Chi2 =  2.0571645125
Init V =  -400.0 Fitted V =  -461.208996801 Chi2 =  1.0005093993
Init V =  -500.0 Fitted V =  -461.214752976 Chi2 =  1.0005091777
Init V =  -600.0 Fitted V =  -461.214211441 Chi2 =  1.00050923797
Init V =  0.0 Fitted V =  -42.8620510211 Chi2 =  2.69473155063
Init V =  -100.0 Fitted V =  -42.8623871366 Chi2 =  2.69473173323
Init V =  -200.0 Fitted V =  -226.295793508 Chi2 =  2.88168484371
Init V =  -300.0 Fitted V =  -289.223947839 Chi2 =  2.88049300194
Init V =  -400.0 Fitted V =  -438.211694285 Chi2 =  1.16219858972
Init V =  -500.0 Fitted V =  -438.223594529 Chi2 =  1.1622101275
Init V =  -600.0 Fitted V =  -438.223112752 Chi2 =  1.16220972453
Init V =  0.0 Fitted V =  -42.5397570328 Chi2 =  1.47007028976
Init V =  -100.0 Fitted V =  218.260567232 Chi2 =  0.670980703459
Init V =  -200.0 Fitted V =  -181.393175726 Chi2 =  1.70068822302
Init V =  -300.0 Fitted V =  -267.190582401 Chi2 =  1.68761794144
Init V =  -400.0 Fitted V =  -469.846284968 Chi2 =  0.881323046095
Init V =  -500.0 Fitted V =  -469.84677928 Chi2 =  0.881323513693
Init V =  -600.0 Fitted V =  -469.849431588 Chi2 =  0.881322768822
Init V =  0.0 Fitted V =  -43.4334606653 Chi2 =  1.2475784841
Init V =  -100.0 Fitted V =  -43.4360483033 Chi2 =  1.24757527308
Init V =  -200.0 Fitted V =  -230.984712644 Chi2 =  1.42633532582
Init V =  -300.0 Fitted V =  -462.272931522 Chi2 =  0.735288272051
Init V =  -400.0 Fitted V =  -462.271821603 Chi2 =  0.735286870733
Init V =  -500.0 Fitted V =  -462.272972017 Chi2 =  0.735288176523
Init V =  -600.0 Fitted V =  -462.276374981 Chi2 =  0.735287023304
Init V =  0.0 Fitted V =  -50.4928008017 Chi2 =  1.49195118811
Init V =  -100.0 Fitted V =  -50.4952972787 Chi2 =  1.49194968572
Init V =  -200.0 Fitted V =  -225.351078484 Chi2 =  1.53236645104
Init V =  -300.0 Fitted V =  -300.214882922 Chi2 =  1.58028957349
Init V =  -400.0 Fitted V =  -465.4292817 Chi2 =  0.631869781126
Init V =  -500.0 Fitted V =  -465.431729632 Chi2 =  0.631870355944
Init V =  -600.0 Fitted V =  -601.511194225 Chi2 =  1.58320388367
Init V =  0.0 Fitted V =  -32.4890355848 Chi2 =  1.87505617519
Init V =  -100.0 Fitted V =  -122.674328353 Chi2 =  2.04365722372
Init V =  -200.0 Fitted V =  -224.677543409 Chi2 =  2.03352574299
Init V =  -300.0 Fitted V =  -289.412572624 Chi2 =  2.04479814029
Init V =  -400.0 Fitted V =  -478.355507542 Chi2 =  0.571287779868
Init V =  -500.0 Fitted V =  -478.359554668 Chi2 =  0.571288150673
Init V =  -600.0 Fitted V =  -478.356761572 Chi2 =  0.571287843628
Init V =  0.0 Fitted V =  -35.5240395158 Chi2 =  1.19573564677
Init V =  -100.0 Fitted V =  -35.5232185829 Chi2 =  1.19573632977
Init V =  -200.0 Fitted V =  -196.502367243 Chi2 =  1.29675812508
Init V =  -300.0 Fitted V =  -468.67677021 Chi2 =  0.454294875615
Init V =  -400.0 Fitted V =  -468.677596895 Chi2 =  0.45429486636
Init V =  -500.0 Fitted V =  -468.679348392 Chi2 =  0.454294963346
Init V =  -600.0 Fitted V =  -468.680935407 Chi2 =  0.454294931785
Init V =  0.0 Fitted V =  -41.6737992227 Chi2 =  1.3246432281
Init V =  -100.0 Fitted V =  -41.6760037544 Chi2 =  1.32463725722
Init V =  -200.0 Fitted V =  -220.845651856 Chi2 =  1.31325289834
Init V =  -300.0 Fitted V =  -295.290578742 Chi2 =  1.35100213442
Init V =  -400.0 Fitted V =  -467.791824277 Chi2 =  0.517989986406
Init V =  -500.0 Fitted V =  -467.794235356 Chi2 =  0.517990025521
Init V =  -600.0 Fitted V =  -590.641092583 Chi2 =  1.35773447568
Init V =  0.0 Fitted V =  -26.9294159224 Chi2 =  1.75398827982
Init V =  -100.0 Fitted V =  -470.552427823 Chi2 =  0.513434288996
Init V =  -200.0 Fitted V =  -470.552388985 Chi2 =  0.513434298736
Init V =  -300.0 Fitted V =  -470.552638622 Chi2 =  0.513434249321
Init V =  -400.0 Fitted V =  -470.553030052 Chi2 =  0.513434164553
Init V =  -500.0 Fitted V =  -470.555128561 Chi2 =  0.513433681338
Init V =  -600.0 Fitted V =  -664.299330636 Chi2 =  1.84674808759
Init V =  0.0 Fitted V =  -45.2161842954 Chi2 =  1.21625206104
Init V =  -100.0 Fitted V =  -45.2140702224 Chi2 =  1.2162532357
Init V =  -200.0 Fitted V =  -185.396662067 Chi2 =  1.28160765974
Init V =  -300.0 Fitted V =  -461.192984707 Chi2 =  0.375997941063
Init V =  -400.0 Fitted V =  -461.192816945 Chi2 =  0.375998122445
Init V =  -500.0 Fitted V =  -461.193993182 Chi2 =  0.375996953135
Init V =  -600.0 Fitted V =  -461.192418755 Chi2 =  0.375998498942
Init V =  0.0 Fitted V =  -34.0113946653 Chi2 =  2.38475294757
Init V =  -100.0 Fitted V =  212.834816647 Chi2 =  1.04159817361
Init V =  -200.0 Fitted V =  -475.963009848 Chi2 =  0.515181644961
Init V =  -300.0 Fitted V =  -475.963285501 Chi2 =  0.51518131808
Init V =  -400.0 Fitted V =  -475.963155851 Chi2 =  0.515181443896
Init V =  -500.0 Fitted V =  -475.965457945 Chi2 =  0.515179311202
Init V =  -600.0 Fitted V =  -475.963341888 Chi2 =  0.51518130503
Init V =  0.0 Fitted V =  206.493533816 Chi2 =  0.500416092257
Init V =  -100.0 Fitted V =  -48.5091088378 Chi2 =  1.03132991678
Init V =  -200.0 Fitted V =  -482.712129457 Chi2 =  0.327456685274
Init V =  -300.0 Fitted V =  -232.349585354 Chi2 =  1.10096017961
Init V =  -400.0 Fitted V =  -482.711651685 Chi2 =  0.32745677903
Init V =  -500.0 Fitted V =  -482.71228452 Chi2 =  0.327456600996
Init V =  -600.0 Fitted V =  -482.712224228 Chi2 =  0.32745676941
Init V =  0.0 Fitted V =  -34.7674370037 Chi2 =  0.934276226531
Init V =  -100.0 Fitted V =  -494.503055972 Chi2 =  0.246498834936
Init V =  -200.0 Fitted V =  -494.50307372 Chi2 =  0.246498826966
Init V =  -300.0 Fitted V =  -494.502884807 Chi2 =  0.246498895229
Init V =  -400.0 Fitted V =  -494.503104501 Chi2 =  0.246498810792
Init V =  -500.0 Fitted V =  -494.503507295 Chi2 =  0.246498631766
Init V =  -600.0 Fitted V =  -494.502925662 Chi2 =  0.246498881143
Init V =  0.0 Fitted V =  -490.73730769 Chi2 =  0.200478113853
Init V =  -100.0 Fitted V =  -490.737451459 Chi2 =  0.200478089428
Init V =  -200.0 Fitted V =  -490.738153716 Chi2 =  0.200477949465
Init V =  -300.0 Fitted V =  -490.737578779 Chi2 =  0.200478056162
Init V =  -400.0 Fitted V =  -490.737568297 Chi2 =  0.200478018962
Init V =  -500.0 Fitted V =  -490.737387535 Chi2 =  0.200478099605
Init V =  -600.0 Fitted V =  -490.738324445 Chi2 =  0.200477915865
Init V =  0.0 Fitted V =  1.37653167202 Chi2 =  1.78083800337
Init V =  -100.0 Fitted V =  -419.958612548 Chi2 =  0.363508087039
Init V =  -200.0 Fitted V =  -419.957740416 Chi2 =  0.363507348133
Init V =  -300.0 Fitted V =  -285.267986564 Chi2 =  1.80338352142
Init V =  -400.0 Fitted V =  -419.944188875 Chi2 =  0.363495830995
Init V =  -500.0 Fitted V =  -419.957798761 Chi2 =  0.363507387643
Init V =  -600.0 Fitted V =  -419.95774226 Chi2 =  0.363507358675
Init V =  0.0 Fitted V =  -83.4255197545 Chi2 =  2.6471223764
Init V =  -100.0 Fitted V =  -405.418297 Chi2 =  0.192754735639
Init V =  -200.0 Fitted V =  -208.539621572 Chi2 =  2.88768983719
Init V =  -300.0 Fitted V =  -284.861282729 Chi2 =  2.89587949692
Init V =  -400.0 Fitted V =  -405.418511291 Chi2 =  0.192754607755
Init V =  -500.0 Fitted V =  -405.418643892 Chi2 =  0.192754569928
Init V =  -600.0 Fitted V =  -405.418304025 Chi2 =  0.192754772628
Init V =  0.0 Fitted V =  1096.8367289 Chi2 =  318.331956751
Init V =  -100.0 Fitted V =  1096.90595582 Chi2 =  318.332215704
Init V =  -200.0 Fitted V =  -392.099642402 Chi2 =  0.116924853267
Init V =  -300.0 Fitted V =  -392.099919391 Chi2 =  0.116924824652
Init V =  -400.0 Fitted V =  -392.101088893 Chi2 =  0.116924823003
Init V =  -500.0 Fitted V =  -392.100211477 Chi2 =  0.116924857577
Init V =  -600.0 Fitted V =  -392.100835419 Chi2 =  0.116924900555
Init V =  0.0 Fitted V =  -315.304264155 Chi2 =  318.005565035
Init V =  -100.0 Fitted V =  -315.406343345 Chi2 =  318.005542406
Init V =  -200.0 Fitted V =  -212.685649472 Chi2 =  0.420862788525
Init V =  -300.0 Fitted V =  -393.957366709 Chi2 =  0.100290231539
Init V =  -400.0 Fitted V =  -393.957001126 Chi2 =  0.100290572478
Init V =  -500.0 Fitted V =  -393.957417879 Chi2 =  0.100290187679
Init V =  -600.0 Fitted V =  -393.957417912 Chi2 =  0.100290184274
Init V =  0.0 Fitted V =  -269.992706535 Chi2 =  0.162999124079
Init V =  -100.0 Fitted V =  -341.47008846 Chi2 =  0.131079032109
Init V =  -200.0 Fitted V =  -341.469915972 Chi2 =  0.131078546849
Init V =  -300.0 Fitted V =  -341.467669505 Chi2 =  0.131072980513
Init V =  -400.0 Fitted V =  -341.470019737 Chi2 =  0.131078802559
Init V =  -500.0 Fitted V =  -341.469661428 Chi2 =  0.131078018653
Init V =  -600.0 Fitted V =  -341.470055644 Chi2 =  0.13107899905
Init V =  0.0 Fitted V =  852.2532257 Chi2 =  320.150442351
Init V =  -100.0 Fitted V =  -281.011424141 Chi2 =  0.11226775491
Init V =  -200.0 Fitted V =  -281.011420242 Chi2 =  0.112267573506
Init V =  -300.0 Fitted V =  -281.010354302 Chi2 =  0.112266231698
Init V =  -400.0 Fitted V =  -281.011633826 Chi2 =  0.112267721613
Init V =  -500.0 Fitted V =  -281.009143455 Chi2 =  0.112267405621
Init V =  -600.0 Fitted V =  -281.011284525 Chi2 =  0.112267460497
Init V =  0.0 Fitted V =  -188.32228055 Chi2 =  0.0978152342373
Init V =  -100.0 Fitted V =  -188.322246178 Chi2 =  0.0978151185681
Init V =  -200.0 Fitted V =  -188.322124959 Chi2 =  0.0978146938976
Init V =  -300.0 Fitted V =  -188.322099349 Chi2 =  0.0978146496009
Init V =  -400.0 Fitted V =  -188.322135065 Chi2 =  0.0978147599843
Init V =  -500.0 Fitted V =  -188.322433103 Chi2 =  0.0978157405344
Init V =  -600.0 Fitted V =  -598.641108794 Chi2 =  318.974358297
Init V =  0.0 Fitted V =  -183.858306792 Chi2 =  0.0640363444751
Init V =  -100.0 Fitted V =  -183.858318134 Chi2 =  0.0640363262907
Init V =  -200.0 Fitted V =  -183.858800059 Chi2 =  0.0640348866328
Init V =  -300.0 Fitted V =  -183.858191435 Chi2 =  0.0640366999163
Init V =  -400.0 Fitted V =  -183.858233356 Chi2 =  0.0640364802727
Init V =  -500.0 Fitted V =  -183.858284021 Chi2 =  0.0640363797136
Init V =  -600.0 Fitted V =  -183.858323468 Chi2 =  0.0640362705964
Init V =  0.0 Fitted V =  -205.238014479 Chi2 =  0.0823018388856
Init V =  -100.0 Fitted V =  -205.237789817 Chi2 =  0.082301994473
Init V =  -200.0 Fitted V =  -205.237975858 Chi2 =  0.0823018723846
Init V =  -300.0 Fitted V =  -205.237969508 Chi2 =  0.0823018795321
Init V =  -400.0 Fitted V =  -395.196994366 Chi2 =  1.72179454044
Init V =  -500.0 Fitted V =  -205.237967163 Chi2 =  0.0823018855385
Init V =  -600.0 Fitted V =  -205.237859817 Chi2 =  0.0823019742357
Init V =  0.0 Fitted V =  -166.463308284 Chi2 =  0.0770324766383
Init V =  -100.0 Fitted V =  -166.463312957 Chi2 =  0.0770324821426
Init V =  -200.0 Fitted V =  -166.463313974 Chi2 =  0.0770324887021
Init V =  -300.0 Fitted V =  -166.463312951 Chi2 =  0.0770324580171
Init V =  -400.0 Fitted V =  -414.242805483 Chi2 =  1.9043443553
Init V =  -500.0 Fitted V =  -504.845618095 Chi2 =  1.91430095592
Init V =  -600.0 Fitted V =  -166.463315406 Chi2 =  0.0770323837005
Init V =  0.0 Fitted V =  -156.631846181 Chi2 =  0.107703815525
Init V =  -100.0 Fitted V =  -156.63177821 Chi2 =  0.107703721978
Init V =  -200.0 Fitted V =  -156.631906302 Chi2 =  0.107703895365
Init V =  -300.0 Fitted V =  -156.631896307 Chi2 =  0.107703877857
Init V =  -400.0 Fitted V =  -156.631755006 Chi2 =  0.10770369052
Init V =  -500.0 Fitted V =  -156.631995216 Chi2 =  0.107704010491
Init V =  -600.0 Fitted V =  -536.512253172 Chi2 =  319.229439708
Init V =  0.0 Fitted V =  -11.6720139778 Chi2 =  1.60470852628
Init V =  -100.0 Fitted V =  -135.547173679 Chi2 =  0.126623771111
Init V =  -200.0 Fitted V =  -135.547172963 Chi2 =  0.126623705063
Init V =  -300.0 Fitted V =  -135.547219114 Chi2 =  0.126624188266
Init V =  -400.0 Fitted V =  -422.216043012 Chi2 =  1.5898232007
Init V =  -500.0 Fitted V =  -135.547211771 Chi2 =  0.126624151793
Init V =  -600.0 Fitted V =  -516.894024426 Chi2 =  319.096030346
Init V =  0.0 Fitted V =  -129.880091489 Chi2 =  0.167495725136
Init V =  -100.0 Fitted V =  -129.880052475 Chi2 =  0.167495804552
Init V =  -200.0 Fitted V =  -129.880204875 Chi2 =  0.167495493493
Init V =  -300.0 Fitted V =  -129.880065743 Chi2 =  0.167495766185
Init V =  -400.0 Fitted V =  -129.880209433 Chi2 =  0.167495480579
Init V =  -500.0 Fitted V =  -129.879993272 Chi2 =  0.167495926044
Init V =  -600.0 Fitted V =  10.1066942879 Chi2 =  0.551667081945
Init V =  0.0 Fitted V =  -140.493707942 Chi2 =  0.23462433415
Init V =  -100.0 Fitted V =  -140.493705757 Chi2 =  0.234624337853
Init V =  -200.0 Fitted V =  -140.493664042 Chi2 =  0.234624445273
Init V =  -300.0 Fitted V =  -140.493603264 Chi2 =  0.234624595094
Init V =  -400.0 Fitted V =  -419.161534224 Chi2 =  1.73637299275
Init V =  -500.0 Fitted V =  -140.493664379 Chi2 =  0.234624443787
Init V =  -600.0 Fitted V =  -140.493609989 Chi2 =  0.234624581548
Init V =  0.0 Fitted V =  -154.109376373 Chi2 =  0.262990150805
Init V =  -100.0 Fitted V =  -154.109426438 Chi2 =  0.262990085093
Init V =  -200.0 Fitted V =  -154.109330743 Chi2 =  0.262990214423
Init V =  -300.0 Fitted V =  -154.109274463 Chi2 =  0.262990239406
Init V =  -400.0 Fitted V =  -154.109445549 Chi2 =  0.262990077389
Init V =  -500.0 Fitted V =  -154.10936454 Chi2 =  0.262990237895
Init V =  -600.0 Fitted V =  -154.109328915 Chi2 =  0.262990188308
Init V =  0.0 Fitted V =  -182.906642367 Chi2 =  0.281173889584
Init V =  -100.0 Fitted V =  -182.906587964 Chi2 =  0.281173989849
Init V =  -200.0 Fitted V =  -182.906677496 Chi2 =  0.281173837895
Init V =  -300.0 Fitted V =  -182.906709236 Chi2 =  0.281173795694
Init V =  -400.0 Fitted V =  -182.906610079 Chi2 =  0.281173925098
Init V =  -500.0 Fitted V =  -182.906493163 Chi2 =  0.281174128362
Init V =  -600.0 Fitted V =  -182.906532032 Chi2 =  0.281174084646
Init V =  0.0 Fitted V =  -7.90228591524 Chi2 =  1.20726267644
Init V =  -100.0 Fitted V =  -193.542903809 Chi2 =  0.175308407097
Init V =  -200.0 Fitted V =  -193.542792959 Chi2 =  0.175308507302
Init V =  -300.0 Fitted V =  -193.54283245 Chi2 =  0.175308476838
Init V =  -400.0 Fitted V =  -193.54279783 Chi2 =  0.175308498686
Init V =  -500.0 Fitted V =  -495.457537197 Chi2 =  1.19833585197
Init V =  -600.0 Fitted V =  -614.972165929 Chi2 =  1.20018310263
Init V =  0.0 Fitted V =  -28.7698229941 Chi2 =  0.969920483539
Init V =  -100.0 Fitted V =  -112.766047227 Chi2 =  0.973879178705
Init V =  -200.0 Fitted V =  -199.474454633 Chi2 =  0.250983213386
Init V =  -300.0 Fitted V =  -199.474773854 Chi2 =  0.250983348447
Init V =  -400.0 Fitted V =  -424.763982191 Chi2 =  0.861762519325
Init V =  -500.0 Fitted V =  -495.480009943 Chi2 =  0.959822051735
Init V =  -600.0 Fitted V =  -618.855493822 Chi2 =  0.971204852973
Init V =  0.0 Fitted V =  53.7944875604 Chi2 =  1.08981655956
Init V =  -100.0 Fitted V =  -42.7600621252 Chi2 =  1.1140758981
Init V =  -200.0 Fitted V =  -208.503377 Chi2 =  0.254826561079
Init V =  -300.0 Fitted V =  -208.502641265 Chi2 =  0.254826502152
Init V =  -400.0 Fitted V =  -428.692072684 Chi2 =  0.985893731339
Init V =  -500.0 Fitted V =  -507.356488737 Chi2 =  1.10568991426
Init V =  -600.0 Fitted V =  -208.503116596 Chi2 =  0.2548265398
Init V =  0.0 Fitted V =  -21.8562343606 Chi2 =  1.20835931525
Init V =  -100.0 Fitted V =  -223.827130271 Chi2 =  0.303279934113
Init V =  -200.0 Fitted V =  -223.827389257 Chi2 =  0.303279978214
Init V =  -300.0 Fitted V =  -223.82673679 Chi2 =  0.303279905046
Init V =  -400.0 Fitted V =  -223.827211508 Chi2 =  0.303279968717
Init V =  -500.0 Fitted V =  -507.215074537 Chi2 =  1.21303321539
Init V =  -600.0 Fitted V =  -612.980538566 Chi2 =  1.23207424109
Init V =  0.0 Fitted V =  -31.5030662345 Chi2 =  1.39263411095
Init V =  -100.0 Fitted V =  -210.697270177 Chi2 =  0.382676380353
Init V =  -200.0 Fitted V =  -210.697532 Chi2 =  0.382676828678
Init V =  -300.0 Fitted V =  -210.697443095 Chi2 =  0.38267668127
Init V =  -400.0 Fitted V =  -429.639883048 Chi2 =  1.27654414445
Init V =  -500.0 Fitted V =  -499.919406554 Chi2 =  1.41807406643
Init V =  -600.0 Fitted V =  -558.42070272 Chi2 =  1.41087950256
Init V =  0.0 Fitted V =  -23.3938677083 Chi2 =  1.25371735817
Init V =  -100.0 Fitted V =  -89.732938382 Chi2 =  1.28327176716
Init V =  -200.0 Fitted V =  -203.563980312 Chi2 =  0.523380535167
Init V =  -300.0 Fitted V =  -203.563449248 Chi2 =  0.52337976695
Init V =  -400.0 Fitted V =  -423.675389198 Chi2 =  1.02581804331
Init V =  -500.0 Fitted V =  -499.320439976 Chi2 =  1.28030705456
Init V =  -600.0 Fitted V =  -616.975068444 Chi2 =  1.2802391941
Init V =  0.0 Fitted V =  -11.1715551135 Chi2 =  2.1847572389
Init V =  -100.0 Fitted V =  -210.818140166 Chi2 =  0.614254015531
Init V =  -200.0 Fitted V =  -210.818190705 Chi2 =  0.614253845556
Init V =  -300.0 Fitted V =  -210.818167837 Chi2 =  0.614253921181
Init V =  -400.0 Fitted V =  -210.817744648 Chi2 =  0.614254593888
Init V =  -500.0 Fitted V =  -507.817106865 Chi2 =  2.25248004106
Init V =  -600.0 Fitted V =  -607.4163504 Chi2 =  2.2541755215
Init V =  0.0 Fitted V =  -191.817874611 Chi2 =  1.15281157985
Init V =  -100.0 Fitted V =  -191.818514074 Chi2 =  1.15281028935
Init V =  -200.0 Fitted V =  -191.82106699 Chi2 =  1.1528050912
Init V =  -300.0 Fitted V =  -308.152852649 Chi2 =  4.47747328565
Init V =  -400.0 Fitted V =  -191.818961775 Chi2 =  1.15280934788
Init V =  -500.0 Fitted V =  -503.946516522 Chi2 =  4.49489591456
Init V =  -600.0 Fitted V =  -609.720583192 Chi2 =  4.51462484256
Init V =  0.0 Fitted V =  -11.0576546531 Chi2 =  3.78601566298
Init V =  -100.0 Fitted V =  -202.865566767 Chi2 =  0.995938313336
Init V =  -200.0 Fitted V =  -202.866142814 Chi2 =  0.995937357198
Init V =  -300.0 Fitted V =  -298.515950029 Chi2 =  3.7542701498
Init V =  -400.0 Fitted V =  -423.252014891 Chi2 =  3.38130775448
Init V =  -500.0 Fitted V =  -501.516775777 Chi2 =  3.80485142952
Init V =  -600.0 Fitted V =  -607.902741582 Chi2 =  3.75073192109
Init V =  0.0 Fitted V =  -13.3257610046 Chi2 =  4.36207033051
Init V =  -100.0 Fitted V =  -204.930816659 Chi2 =  1.23116075973
Init V =  -200.0 Fitted V =  -204.930407923 Chi2 =  1.23116145393
Init V =  -300.0 Fitted V =  -307.056529548 Chi2 =  4.43857491894
Init V =  -400.0 Fitted V =  -419.746166244 Chi2 =  3.85900667869
Init V =  -500.0 Fitted V =  -499.159361041 Chi2 =  4.47651199953
Init V =  -600.0 Fitted V =  -609.57368042 Chi2 =  4.47320932267
Init V =  0.0 Fitted V =  -8.17764096511 Chi2 =  2.29857809897
Init V =  -100.0 Fitted V =  -242.413979983 Chi2 =  1.25389024824
Init V =  -200.0 Fitted V =  -213.85375785 Chi2 =  1.1992786805
Init V =  -300.0 Fitted V =  -242.414720149 Chi2 =  1.25389028254
Init V =  -400.0 Fitted V =  -421.798993655 Chi2 =  1.56163039132
Init V =  -500.0 Fitted V =  -501.226065669 Chi2 =  2.33417169147
Init V =  -600.0 Fitted V =  -609.795837879 Chi2 =  2.31186809478
Init V =  0.0 Fitted V =  -18.8452203939 Chi2 =  2.75829784214
Init V =  -100.0 Fitted V =  -198.65306138 Chi2 =  1.17186366884
Init V =  -200.0 Fitted V =  -198.653111117 Chi2 =  1.17186117496
Init V =  -300.0 Fitted V =  -198.653064588 Chi2 =  1.17186349207
Init V =  -400.0 Fitted V =  -418.469745305 Chi2 =  2.15832699434
Init V =  -500.0 Fitted V =  -499.948331226 Chi2 =  2.73458365611
Init V =  -600.0 Fitted V =  -606.116408485 Chi2 =  2.80527904536
Init V =  0.0 Fitted V =  11.6288338674 Chi2 =  4.91352134158
Init V =  -100.0 Fitted V =  -255.11525175 Chi2 =  6.76420851654
Init V =  -200.0 Fitted V =  -195.443523809 Chi2 =  4.64524327617
Init V =  -300.0 Fitted V =  -270.878066171 Chi2 =  7.11639806653
Init V =  -400.0 Fitted V =  -410.549931489 Chi2 =  7.64814692343
Init V =  -500.0 Fitted V =  -491.202583697 Chi2 =  8.28961909752
Init V =  -600.0 Fitted V =  -604.686606608 Chi2 =  8.12209282398
Init V =  0.0 Fitted V =  218.810397174 Chi2 =  1.53379284557
Init V =  -100.0 Fitted V =  218.816091108 Chi2 =  1.53379406571
Init V =  -200.0 Fitted V =  -204.4908222 Chi2 =  3.27977214535
Init V =  -300.0 Fitted V =  -275.60083266 Chi2 =  3.21059457201
Init V =  -400.0 Fitted V =  -473.036665119 Chi2 =  1.48315065009
Init V =  -500.0 Fitted V =  -473.039145475 Chi2 =  1.48315144819
Init V =  -600.0 Fitted V =  -473.036343188 Chi2 =  1.4831513812
Init V =  0.0 Fitted V =  -42.4454379288 Chi2 =  2.30770771371
Init V =  -100.0 Fitted V =  -455.131549184 Chi2 =  1.24449048883
Init V =  -200.0 Fitted V =  -216.175880072 Chi2 =  2.58215076188
Init V =  -300.0 Fitted V =  -283.712925844 Chi2 =  2.55105624947
Init V =  -400.0 Fitted V =  -455.122617156 Chi2 =  1.24448408712
Init V =  -500.0 Fitted V =  -455.130433908 Chi2 =  1.24448875225
Init V =  -600.0 Fitted V =  -455.130762152 Chi2 =  1.24449035797
Init V =  0.0 Fitted V =  -43.2663835213 Chi2 =  1.85262554336
Init V =  -100.0 Fitted V =  256.374565518 Chi2 =  0.995124794015
Init V =  -200.0 Fitted V =  -227.490802965 Chi2 =  2.07807557835
Init V =  -300.0 Fitted V =  -286.656479616 Chi2 =  2.07099876695
Init V =  -400.0 Fitted V =  -456.662554736 Chi2 =  0.97869226483
Init V =  -500.0 Fitted V =  -456.665346318 Chi2 =  0.978694634418
Init V =  -600.0 Fitted V =  -456.6623916 Chi2 =  0.978693850532
Init V =  0.0 Fitted V =  -51.1239611937 Chi2 =  1.0802485978
Init V =  -100.0 Fitted V =  182.879498187 Chi2 =  0.958161386937
Init V =  -200.0 Fitted V =  -457.288353106 Chi2 =  0.870162533443
Init V =  -300.0 Fitted V =  -267.234971759 Chi2 =  1.29841928033
Init V =  -400.0 Fitted V =  -417.619014519 Chi2 =  0.800065303782
Init V =  -500.0 Fitted V =  -457.286904384 Chi2 =  0.870162427452
Init V =  -600.0 Fitted V =  -457.283242913 Chi2 =  0.870160860886
Init V =  0.0 Fitted V =  -39.5577851979 Chi2 =  1.50004828066
Init V =  -100.0 Fitted V =  191.340790211 Chi2 =  0.907981557222
Init V =  -200.0 Fitted V =  -471.382247089 Chi2 =  0.771669563408
Init V =  -300.0 Fitted V =  -300.153861448 Chi2 =  1.60747653891
Init V =  -400.0 Fitted V =  -471.372190205 Chi2 =  0.771662814535
Init V =  -500.0 Fitted V =  -471.372855658 Chi2 =  0.771663266171
Init V =  -600.0 Fitted V =  -471.381767696 Chi2 =  0.771669247491
Init V =  0.0 Fitted V =  -35.9056737484 Chi2 =  1.27133136788
Init V =  -100.0 Fitted V =  -37.6301443679 Chi2 =  1.28655166497
Init V =  -200.0 Fitted V =  -192.36984804 Chi2 =  1.46023691011
Init V =  -300.0 Fitted V =  -477.298034412 Chi2 =  0.673693804224
Init V =  -400.0 Fitted V =  -477.298030444 Chi2 =  0.673693761139
Init V =  -500.0 Fitted V =  -477.302723595 Chi2 =  0.673693762103
Init V =  -600.0 Fitted V =  -477.298192308 Chi2 =  0.673693813542
Init V =  0.0 Fitted V =  -47.1077242763 Chi2 =  2.0080667511
Init V =  -100.0 Fitted V =  212.322107879 Chi2 =  0.953745715441
Init V =  -200.0 Fitted V =  -205.764230133 Chi2 =  2.12697833044
Init V =  -300.0 Fitted V =  -485.637724603 Chi2 =  0.664433313877
Init V =  -400.0 Fitted V =  -485.636509102 Chi2 =  0.664433549183
Init V =  -500.0 Fitted V =  -485.639392884 Chi2 =  0.664433401989
Init V =  -600.0 Fitted V =  -485.635048335 Chi2 =  0.664433685237
Init V =  0.0 Fitted V =  -55.919068033 Chi2 =  1.22881218649
Init V =  -100.0 Fitted V =  -55.9224021072 Chi2 =  1.22881270422
Init V =  -200.0 Fitted V =  -193.178853604 Chi2 =  1.27542605296
Init V =  -300.0 Fitted V =  -281.357481385 Chi2 =  1.27749121438
Init V =  -400.0 Fitted V =  -466.816911022 Chi2 =  0.370459175785
Init V =  -500.0 Fitted V =  -466.818665202 Chi2 =  0.370458968362
Init V =  -600.0 Fitted V =  -466.817263898 Chi2 =  0.37045918964
Init V =  0.0 Fitted V =  -42.574617512 Chi2 =  0.66952843546
Init V =  -100.0 Fitted V =  -460.946468195 Chi2 =  0.360844334038
Init V =  -200.0 Fitted V =  -460.948157329 Chi2 =  0.360844851862
Init V =  -300.0 Fitted V =  -460.947278538 Chi2 =  0.360844566156
Init V =  -400.0 Fitted V =  -460.943613943 Chi2 =  0.360843475526
Init V =  -500.0 Fitted V =  -460.948608684 Chi2 =  0.360844864392
Init V =  -600.0 Fitted V =  -460.947612112 Chi2 =  0.360844662817
Init V =  0.0 Fitted V =  -50.4508323233 Chi2 =  0.657634824189
Init V =  -100.0 Fitted V =  -50.4606775411 Chi2 =  0.657621365748
Init V =  -200.0 Fitted V =  -218.770034124 Chi2 =  0.69111164713
Init V =  -300.0 Fitted V =  -463.977951072 Chi2 =  0.301122919857
Init V =  -400.0 Fitted V =  -463.988827323 Chi2 =  0.301110638151
Init V =  -500.0 Fitted V =  -463.989008524 Chi2 =  0.30111037952
Init V =  -600.0 Fitted V =  -463.977950423 Chi2 =  0.301122863439
Init V =  0.0 Fitted V =  76.744872304 Chi2 =  0.528594218292
Init V =  -100.0 Fitted V =  -957.039791422 Chi2 =  317.692051011
Init V =  -200.0 Fitted V =  -477.578464206 Chi2 =  0.294692799546
Init V =  -300.0 Fitted V =  -299.051714157 Chi2 =  0.9597796387
Init V =  -400.0 Fitted V =  -477.578592451 Chi2 =  0.294690519644
Init V =  -500.0 Fitted V =  -477.578412584 Chi2 =  0.294692578275
Init V =  -600.0 Fitted V =  -477.578365882 Chi2 =  0.294693026818
Init V =  0.0 Fitted V =  -14.8468409936 Chi2 =  0.749089973766
Init V =  -100.0 Fitted V =  -456.114189131 Chi2 =  0.338983583413
Init V =  -200.0 Fitted V =  -456.114399613 Chi2 =  0.338983515767
Init V =  -300.0 Fitted V =  -456.112957584 Chi2 =  0.338983940509
Init V =  -400.0 Fitted V =  -456.12611195 Chi2 =  0.338980098461
Init V =  -500.0 Fitted V =  -456.124934299 Chi2 =  0.338980448951
Init V =  -600.0 Fitted V =  -456.124690973 Chi2 =  0.338980476565
Init V =  0.0 Fitted V =  -476.273710432 Chi2 =  0.156635259954
Init V =  -100.0 Fitted V =  -476.273863829 Chi2 =  0.156635330691
Init V =  -200.0 Fitted V =  -476.273085039 Chi2 =  0.156634962216
Init V =  -300.0 Fitted V =  -476.27375394 Chi2 =  0.156635279438
Init V =  -400.0 Fitted V =  -476.273394655 Chi2 =  0.156635116367
Init V =  -500.0 Fitted V =  -476.273912854 Chi2 =  0.156635339948
Init V =  -600.0 Fitted V =  -476.273408511 Chi2 =  0.156635118696
Init V =  0.0 Fitted V =  0.0013827369706 Chi2 =  1.00786325974
Init V =  -100.0 Fitted V =  1003.25438559 Chi2 =  0.32395210552
Init V =  -200.0 Fitted V =  -527.318552328 Chi2 =  0.25220521141
Init V =  -300.0 Fitted V =  -527.318395532 Chi2 =  0.252205220826
Init V =  -400.0 Fitted V =  -527.318026606 Chi2 =  0.25220524976
Init V =  -500.0 Fitted V =  -527.317989793 Chi2 =  0.252205247817
Init V =  -600.0 Fitted V =  -527.320377392 Chi2 =  0.252205077526
Init V =  0.0 Fitted V =  -449.897295831 Chi2 =  0.200784754935
Init V =  -100.0 Fitted V =  -449.897044092 Chi2 =  0.200784597666
Init V =  -200.0 Fitted V =  -449.89732178 Chi2 =  0.200784774751
Init V =  -300.0 Fitted V =  -449.897561188 Chi2 =  0.200784924117
Init V =  -400.0 Fitted V =  -449.897180155 Chi2 =  0.200784681906
Init V =  -500.0 Fitted V =  -449.896587151 Chi2 =  0.200784307094
Init V =  -600.0 Fitted V =  -449.897125808 Chi2 =  0.200784648448
Init V =  0.0 Fitted V =  -44.4384864836 Chi2 =  2.4198205362
Init V =  -100.0 Fitted V =  -114.146298139 Chi2 =  2.41490269178
Init V =  -200.0 Fitted V =  -396.822657924 Chi2 =  0.151503896533
Init V =  -300.0 Fitted V =  -294.463809183 Chi2 =  2.41670233183
Init V =  -400.0 Fitted V =  -396.822787677 Chi2 =  0.151504088162
Init V =  -500.0 Fitted V =  -396.822781832 Chi2 =  0.151504102733
Init V =  -600.0 Fitted V =  -396.822659602 Chi2 =  0.151504036546
Init V =  0.0 Fitted V =  -903.285148774 Chi2 =  316.769491393
Init V =  -100.0 Fitted V =  -903.26366632 Chi2 =  316.769562998
Init V =  -200.0 Fitted V =  -397.016540667 Chi2 =  0.0909527581916
Init V =  -300.0 Fitted V =  -397.016659594 Chi2 =  0.0909527578725
Init V =  -400.0 Fitted V =  -397.016678915 Chi2 =  0.090952754091
Init V =  -500.0 Fitted V =  -397.016594978 Chi2 =  0.0909527565627
Init V =  -600.0 Fitted V =  -397.016733687 Chi2 =  0.090952741713
Init V =  0.0 Fitted V =  -411.196178881 Chi2 =  317.763673383
Init V =  -100.0 Fitted V =  -411.328588734 Chi2 =  317.76357446
Init V =  -200.0 Fitted V =  -405.797203906 Chi2 =  0.0948152382135
Init V =  -300.0 Fitted V =  -405.79680395 Chi2 =  0.0948157271763
Init V =  -400.0 Fitted V =  -405.79704388 Chi2 =  0.0948154253145
Init V =  -500.0 Fitted V =  -405.797022621 Chi2 =  0.0948154348217
Init V =  -600.0 Fitted V =  -405.796728198 Chi2 =  0.0948158312242
Init V =  0.0 Fitted V =  -264.856346623 Chi2 =  319.554915164
Init V =  -100.0 Fitted V =  -362.51614621 Chi2 =  0.14593972655
Init V =  -200.0 Fitted V =  -201.822855828 Chi2 =  0.588890631455
Init V =  -300.0 Fitted V =  -362.514868986 Chi2 =  0.14593572512
Init V =  -400.0 Fitted V =  -362.516260615 Chi2 =  0.14594003876
Init V =  -500.0 Fitted V =  -362.516100914 Chi2 =  0.145939589536
Init V =  -600.0 Fitted V =  -362.516069232 Chi2 =  0.145939457664
Init V =  0.0 Fitted V =  -303.27661115 Chi2 =  0.0936018062015
Init V =  -100.0 Fitted V =  -303.276630511 Chi2 =  0.0936017697673
Init V =  -200.0 Fitted V =  -303.276455989 Chi2 =  0.0936018832917
Init V =  -300.0 Fitted V =  -303.278789051 Chi2 =  0.0936002123734
Init V =  -400.0 Fitted V =  -303.278770404 Chi2 =  0.0936002305861
Init V =  -500.0 Fitted V =  -303.276370995 Chi2 =  0.093601943734
Init V =  -600.0 Fitted V =  -428.579148884 Chi2 =  319.285455825
Init V =  0.0 Fitted V =  -233.510763347 Chi2 =  0.0914416504298
Init V =  -100.0 Fitted V =  -233.510782543 Chi2 =  0.0914416852288
Init V =  -200.0 Fitted V =  -233.511042962 Chi2 =  0.0914421166913
Init V =  -300.0 Fitted V =  -233.510850622 Chi2 =  0.0914417890694
Init V =  -400.0 Fitted V =  -233.510594826 Chi2 =  0.0914413992191
Init V =  -500.0 Fitted V =  162.476211475 Chi2 =  0.233034524607
Init V =  -600.0 Fitted V =  -502.053865863 Chi2 =  319.602543018
Init V =  0.0 Fitted V =  -263.356702543 Chi2 =  0.0448938858609
Init V =  -100.0 Fitted V =  -263.356697931 Chi2 =  0.0448941505108
Init V =  -200.0 Fitted V =  -263.356702603 Chi2 =  0.0448938766845
Init V =  -300.0 Fitted V =  -263.356707122 Chi2 =  0.0448941120089
Init V =  -400.0 Fitted V =  -263.356712792 Chi2 =  0.0448938812244
Init V =  -500.0 Fitted V =  -263.356702484 Chi2 =  0.0448938834994
Init V =  -600.0 Fitted V =  -263.356702417 Chi2 =  0.0448939019086
Init V =  0.0 Fitted V =  -251.619761768 Chi2 =  0.045904930367
Init V =  -100.0 Fitted V =  -251.619768483 Chi2 =  0.0459049665112
Init V =  -200.0 Fitted V =  -251.619754797 Chi2 =  0.0459049315076
Init V =  -300.0 Fitted V =  -251.619746853 Chi2 =  0.0459048955428
Init V =  -400.0 Fitted V =  -251.619794439 Chi2 =  0.0459050780481
Init V =  -500.0 Fitted V =  -251.619773842 Chi2 =  0.0459049909725
Init V =  -600.0 Fitted V =  -251.619766278 Chi2 =  0.0459049836616
Init V =  0.0 Fitted V =  -206.681131994 Chi2 =  0.0461762318489
Init V =  -100.0 Fitted V =  -206.681099078 Chi2 =  0.0461762983779
Init V =  -200.0 Fitted V =  -206.681144207 Chi2 =  0.0461762238763
Init V =  -300.0 Fitted V =  -206.681106825 Chi2 =  0.0461762915733
Init V =  -400.0 Fitted V =  -206.681155815 Chi2 =  0.0461761976736
Init V =  -500.0 Fitted V =  -206.681151444 Chi2 =  0.0461762072734
Init V =  -600.0 Fitted V =  -206.681075468 Chi2 =  0.0461763419157
Init V =  0.0 Fitted V =  -178.281170913 Chi2 =  0.0861198344154
Init V =  -100.0 Fitted V =  -178.281151008 Chi2 =  0.0861200018759
Init V =  -200.0 Fitted V =  -178.281165227 Chi2 =  0.0861198764611
Init V =  -300.0 Fitted V =  -178.281139396 Chi2 =  0.0861200768353
Init V =  -400.0 Fitted V =  -178.281136246 Chi2 =  0.0861201137206
Init V =  -500.0 Fitted V =  -178.281139223 Chi2 =  0.0861202483183
Init V =  -600.0 Fitted V =  -178.281143711 Chi2 =  0.0861200510642
Init V =  0.0 Fitted V =  -186.646244683 Chi2 =  0.0997571094205
Init V =  -100.0 Fitted V =  -186.646058316 Chi2 =  0.0997575138852
Init V =  -200.0 Fitted V =  -186.646098754 Chi2 =  0.099757459417
Init V =  -300.0 Fitted V =  -186.64590174 Chi2 =  0.0997577181724
Init V =  -400.0 Fitted V =  -186.646082141 Chi2 =  0.0997574697592
Init V =  -500.0 Fitted V =  -186.646113557 Chi2 =  0.0997574393914
Init V =  -600.0 Fitted V =  -602.19805629 Chi2 =  1.45181941853
Init V =  0.0 Fitted V =  -180.308415692 Chi2 =  0.17235532084
Init V =  -100.0 Fitted V =  -180.308402664 Chi2 =  0.172355359342
Init V =  -200.0 Fitted V =  -180.308383804 Chi2 =  0.172355379819
Init V =  -300.0 Fitted V =  -180.308264303 Chi2 =  0.172355646293
Init V =  -400.0 Fitted V =  -180.308413781 Chi2 =  0.172355317912
Init V =  -500.0 Fitted V =  -180.308445896 Chi2 =  0.172355260287
Init V =  -600.0 Fitted V =  -180.308380988 Chi2 =  0.172355391566
Init V =  0.0 Fitted V =  -169.919186231 Chi2 =  0.237683453371
Init V =  -100.0 Fitted V =  -169.918834813 Chi2 =  0.237683907433
Init V =  -200.0 Fitted V =  -169.918952958 Chi2 =  0.237683748164
Init V =  -300.0 Fitted V =  -169.918961304 Chi2 =  0.237683740768
Init V =  -400.0 Fitted V =  -169.918881305 Chi2 =  0.237683844644
Init V =  -500.0 Fitted V =  -169.919175268 Chi2 =  0.237683479457
Init V =  -600.0 Fitted V =  -169.919447968 Chi2 =  0.237683152775
Init V =  0.0 Fitted V =  -180.406476285 Chi2 =  0.247803255194
Init V =  -100.0 Fitted V =  -180.406550048 Chi2 =  0.247803145248
Init V =  -200.0 Fitted V =  -180.406005618 Chi2 =  0.247803740755
Init V =  -300.0 Fitted V =  -180.406397696 Chi2 =  0.247803345231
Init V =  -400.0 Fitted V =  -180.40661576 Chi2 =  0.247803101675
Init V =  -500.0 Fitted V =  -180.405890098 Chi2 =  0.247803902998
Init V =  -600.0 Fitted V =  -180.406339341 Chi2 =  0.247803408469
Init V =  0.0 Fitted V =  -253.5755981 Chi2 =  0.257532571519
Init V =  -100.0 Fitted V =  -253.575978032 Chi2 =  0.257532593254
Init V =  -200.0 Fitted V =  -189.662088624 Chi2 =  0.282721870906
Init V =  -300.0 Fitted V =  -253.555853544 Chi2 =  0.257532049623
Init V =  -400.0 Fitted V =  -253.575998013 Chi2 =  0.257532580682
Init V =  -500.0 Fitted V =  -253.576985332 Chi2 =  0.257532614021
Init V =  -600.0 Fitted V =  -253.575179261 Chi2 =  0.257532559532
Init V =  0.0 Fitted V =  -13.9443263349 Chi2 =  0.654098907524
Init V =  -100.0 Fitted V =  -225.236483441 Chi2 =  0.189373598208
Init V =  -200.0 Fitted V =  -225.23667457 Chi2 =  0.189373821737
Init V =  -300.0 Fitted V =  -225.236678123 Chi2 =  0.189373829973
Init V =  -400.0 Fitted V =  -421.300115504 Chi2 =  0.595536018967
Init V =  -500.0 Fitted V =  -225.236625524 Chi2 =  0.189373781846
Init V =  -600.0 Fitted V =  -225.236465317 Chi2 =  0.189373603459
Init V =  0.0 Fitted V =  -2.98604240537 Chi2 =  2.07251795139
Init V =  -100.0 Fitted V =  -205.056839297 Chi2 =  0.240927376728
Init V =  -200.0 Fitted V =  -205.056922185 Chi2 =  0.240927534608
Init V =  -300.0 Fitted V =  -205.056788575 Chi2 =  0.240927154928
Init V =  -400.0 Fitted V =  -205.056882833 Chi2 =  0.240927430886
Init V =  -500.0 Fitted V =  -495.277220318 Chi2 =  2.05307222335
Init V =  -600.0 Fitted V =  -205.056870713 Chi2 =  0.240927474276
Init V =  0.0 Fitted V =  30.5355405884 Chi2 =  1.74159275578
Init V =  -100.0 Fitted V =  -205.230163845 Chi2 =  0.283308957496
Init V =  -200.0 Fitted V =  -205.230143255 Chi2 =  0.283309024531
Init V =  -300.0 Fitted V =  -285.941861601 Chi2 =  1.75639243065
Init V =  -400.0 Fitted V =  -430.214688492 Chi2 =  1.65008267438
Init V =  -500.0 Fitted V =  -501.578342296 Chi2 =  1.74169070012
Init V =  -600.0 Fitted V =  -561.529079512 Chi2 =  1.75558070292
Init V =  0.0 Fitted V =  -18.17080405 Chi2 =  0.976143372393
Init V =  -100.0 Fitted V =  -225.875086388 Chi2 =  0.318351467358
Init V =  -200.0 Fitted V =  -225.875004471 Chi2 =  0.318351381117
Init V =  -300.0 Fitted V =  -225.874929807 Chi2 =  0.318351304543
Init V =  -400.0 Fitted V =  -426.248377041 Chi2 =  0.897591728097
Init V =  -500.0 Fitted V =  -494.973640864 Chi2 =  1.00342656718
Init V =  -600.0 Fitted V =  -557.101571459 Chi2 =  0.987532299329
Init V =  0.0 Fitted V =  -204.51070795 Chi2 =  0.456948956251
Init V =  -100.0 Fitted V =  -204.510685641 Chi2 =  0.456948867393
Init V =  -200.0 Fitted V =  -204.510765938 Chi2 =  0.456949151727
Init V =  -300.0 Fitted V =  -204.510756421 Chi2 =  0.456949098
Init V =  -400.0 Fitted V =  -427.683059292 Chi2 =  1.47455875541
Init V =  -500.0 Fitted V =  -497.680380776 Chi2 =  1.70751172218
Init V =  -600.0 Fitted V =  -608.881761256 Chi2 =  1.70886467292
Init V =  0.0 Fitted V =  -33.1393813957 Chi2 =  1.96526925433
Init V =  -100.0 Fitted V =  -54.2675773982 Chi2 =  1.96719154922
Init V =  -200.0 Fitted V =  -201.625952615 Chi2 =  0.54467591748
Init V =  -300.0 Fitted V =  -201.625582927 Chi2 =  0.54467511807
Init V =  -400.0 Fitted V =  -423.664154412 Chi2 =  1.70813668211
Init V =  -500.0 Fitted V =  -501.251742519 Chi2 =  1.97720898812
Init V =  -600.0 Fitted V =  -603.96105343 Chi2 =  1.98768881497
Init V =  0.0 Fitted V =  -192.590570388 Chi2 =  0.614037543381
Init V =  -100.0 Fitted V =  -192.590556476 Chi2 =  0.61403795084
Init V =  -200.0 Fitted V =  -192.590551822 Chi2 =  0.614037590674
Init V =  -300.0 Fitted V =  -192.590600148 Chi2 =  0.614037699145
Init V =  -400.0 Fitted V =  -420.156504779 Chi2 =  1.41671306787
Init V =  -500.0 Fitted V =  -497.843776402 Chi2 =  1.70195081554
Init V =  -600.0 Fitted V =  -607.310770439 Chi2 =  1.71097562185
Init V =  0.0 Fitted V =  -16.0129242711 Chi2 =  3.12659606795
Init V =  -100.0 Fitted V =  -217.664404914 Chi2 =  1.33839732215
Init V =  -200.0 Fitted V =  -217.66738491 Chi2 =  1.33839733018
Init V =  -300.0 Fitted V =  -217.692176535 Chi2 =  1.33839743864
Init V =  -400.0 Fitted V =  -217.692509574 Chi2 =  1.33839744262
Init V =  -500.0 Fitted V =  -217.694948194 Chi2 =  1.33839745774
Init V =  -600.0 Fitted V =  -217.69475769 Chi2 =  1.33839745439
Init V =  0.0 Fitted V =  -213.309241328 Chi2 =  1.02804439115
Init V =  -100.0 Fitted V =  -213.309427807 Chi2 =  1.02804439488
Init V =  -200.0 Fitted V =  -213.308944865 Chi2 =  1.02804492405
Init V =  -300.0 Fitted V =  -314.75591501 Chi2 =  4.65788830543
Init V =  -400.0 Fitted V =  -415.465096042 Chi2 =  4.34610059937
Init V =  -500.0 Fitted V =  -511.156306335 Chi2 =  4.61752032588
Init V =  -600.0 Fitted V =  -613.290334478 Chi2 =  4.69656779743
Init V =  0.0 Fitted V =  -17.9828992884 Chi2 =  4.33132213891
Init V =  -100.0 Fitted V =  -209.34934149 Chi2 =  1.03385352307
Init V =  -200.0 Fitted V =  -209.349284429 Chi2 =  1.03385362609
Init V =  -300.0 Fitted V =  -322.413292419 Chi2 =  4.3814741324
Init V =  -400.0 Fitted V =  -421.879258803 Chi2 =  3.81009153845
Init V =  -500.0 Fitted V =  -504.000592768 Chi2 =  4.42416424489
Init V =  -600.0 Fitted V =  -601.737189545 Chi2 =  4.40855175098
Init V =  0.0 Fitted V =  -7.11274589093 Chi2 =  3.38762167701
Init V =  -100.0 Fitted V =  -241.125131781 Chi2 =  1.50436955558
Init V =  -200.0 Fitted V =  -210.173489554 Chi2 =  1.56332007159
Init V =  -300.0 Fitted V =  -241.127655675 Chi2 =  1.50436963036
Init V =  -400.0 Fitted V =  -241.128690688 Chi2 =  1.50436966481
Init V =  -500.0 Fitted V =  -500.630507985 Chi2 =  3.51761406905
Init V =  -600.0 Fitted V =  -601.436909353 Chi2 =  3.46740945726
Init V =  0.0 Fitted V =  -204.747023682 Chi2 =  1.53812608823
Init V =  -100.0 Fitted V =  -204.746884639 Chi2 =  1.53812622619
Init V =  -200.0 Fitted V =  -204.746791407 Chi2 =  1.53812610336
Init V =  -300.0 Fitted V =  -304.602746553 Chi2 =  4.00346442821
Init V =  -400.0 Fitted V =  -418.700865364 Chi2 =  3.25805976122
Init V =  -500.0 Fitted V =  -499.55142657 Chi2 =  4.05064947942
Init V =  -600.0 Fitted V =  -603.175446708 Chi2 =  4.00836778779
Init V =  0.0 Fitted V =  19.7086345917 Chi2 =  6.28261811414
Init V =  -100.0 Fitted V =  -90.3817821106 Chi2 =  6.93183709558
Init V =  -200.0 Fitted V =  -200.229468469 Chi2 =  4.84054578233
Init V =  -300.0 Fitted V =  -276.176286216 Chi2 =  6.26200978052
Init V =  -400.0 Fitted V =  -419.882735424 Chi2 =  7.66083043016
Init V =  -500.0 Fitted V =  -288.36916346 Chi2 =  7.24501662522
Init V =  -600.0 Fitted V =  -606.425434552 Chi2 =  8.46296367154
Init V =  0.0 Fitted V =  231.992219674 Chi2 =  1.11033561656
Init V =  -100.0 Fitted V =  -53.0423898337 Chi2 =  2.61393445697
Init V =  -200.0 Fitted V =  -202.148458424 Chi2 =  2.92030303512
Init V =  -300.0 Fitted V =  -281.024761895 Chi2 =  2.91102258268
Init V =  -400.0 Fitted V =  -447.088585285 Chi2 =  1.28060892197
Init V =  -500.0 Fitted V =  -447.092742016 Chi2 =  1.28061288793
Init V =  -600.0 Fitted V =  -447.094499071 Chi2 =  1.28061130859
Init V =  0.0 Fitted V =  -45.3775306097 Chi2 =  1.91130114811
Init V =  -100.0 Fitted V =  -45.3836029892 Chi2 =  1.91129528121
Init V =  -200.0 Fitted V =  -198.363470953 Chi2 =  2.11716870298
Init V =  -300.0 Fitted V =  -310.42100518 Chi2 =  2.09561781753
Init V =  -400.0 Fitted V =  -455.710339771 Chi2 =  1.00699947462
Init V =  -500.0 Fitted V =  -455.722536969 Chi2 =  1.00700733097
Init V =  -600.0 Fitted V =  -455.722690274 Chi2 =  1.00700671356
Init V =  0.0 Fitted V =  -47.707095687 Chi2 =  1.77385024578
Init V =  -100.0 Fitted V =  226.190645392 Chi2 =  1.04374077453
Init V =  -200.0 Fitted V =  -227.607455901 Chi2 =  1.95062277931
Init V =  -300.0 Fitted V =  -286.689820075 Chi2 =  1.94255213129
Init V =  -400.0 Fitted V =  -476.591515833 Chi2 =  0.965489238573
Init V =  -500.0 Fitted V =  -476.588670574 Chi2 =  0.965490965171
Init V =  -600.0 Fitted V =  -476.592510396 Chi2 =  0.965489160543
Init V =  0.0 Fitted V =  -42.6075032124 Chi2 =  1.67814954133
Init V =  -100.0 Fitted V =  221.671054296 Chi2 =  0.773398551637
Init V =  -200.0 Fitted V =  -191.579265491 Chi2 =  1.88812193273
Init V =  -300.0 Fitted V =  -292.273393445 Chi2 =  1.86211051966
Init V =  -400.0 Fitted V =  -471.457853646 Chi2 =  0.828545299276
Init V =  -500.0 Fitted V =  -471.463009418 Chi2 =  0.828545776616
Init V =  -600.0 Fitted V =  -471.463065848 Chi2 =  0.828546472592
Init V =  0.0 Fitted V =  -36.6139505424 Chi2 =  1.19195055484
Init V =  -100.0 Fitted V =  -36.6139544455 Chi2 =  1.19195071835
Init V =  -200.0 Fitted V =  -185.616913878 Chi2 =  1.32229285564
Init V =  -300.0 Fitted V =  -434.803239601 Chi2 =  0.563349248079
Init V =  -400.0 Fitted V =  -434.764480178 Chi2 =  0.563307879786
Init V =  -500.0 Fitted V =  -434.804736859 Chi2 =  0.563350838659
Init V =  -600.0 Fitted V =  -434.804185422 Chi2 =  0.563350255427
Init V =  0.0 Fitted V =  -42.4007192427 Chi2 =  0.865162808181
Init V =  -100.0 Fitted V =  -42.4001517543 Chi2 =  0.865163326963
Init V =  -200.0 Fitted V =  -421.636340985 Chi2 =  0.53958334919
Init V =  -300.0 Fitted V =  -421.636791556 Chi2 =  0.539584211489
Init V =  -400.0 Fitted V =  -421.635982762 Chi2 =  0.539582657465
Init V =  -500.0 Fitted V =  -421.636388441 Chi2 =  0.53958344172
Init V =  -600.0 Fitted V =  -421.636579405 Chi2 =  0.539583809852
Init V =  0.0 Fitted V =  -41.5881984283 Chi2 =  0.892547380987
Init V =  -100.0 Fitted V =  268.817701644 Chi2 =  0.414043374795
Init V =  -200.0 Fitted V =  -197.157888258 Chi2 =  0.987845172895
Init V =  -300.0 Fitted V =  -424.079977277 Chi2 =  0.555571970239
Init V =  -400.0 Fitted V =  -407.337790067 Chi2 =  0.49789864238
Init V =  -500.0 Fitted V =  -424.081917987 Chi2 =  0.555572902773
Init V =  -600.0 Fitted V =  -424.082965201 Chi2 =  0.555573379098
Init V =  0.0 Fitted V =  -40.8587462252 Chi2 =  0.873822581276
Init V =  -100.0 Fitted V =  -40.8565570689 Chi2 =  0.873818129961
Init V =  -200.0 Fitted V =  -215.375087748 Chi2 =  0.954686450216
Init V =  -300.0 Fitted V =  -465.810949508 Chi2 =  0.454590720237
Init V =  -400.0 Fitted V =  -465.79864595 Chi2 =  0.45458648251
Init V =  -500.0 Fitted V =  -465.811693851 Chi2 =  0.454590909882
Init V =  -600.0 Fitted V =  -465.809839528 Chi2 =  0.454590415913
Init V =  0.0 Fitted V =  252.304539805 Chi2 =  0.436263729023
Init V =  -100.0 Fitted V =  252.293103653 Chi2 =  0.436263643172
Init V =  -200.0 Fitted V =  -194.9906636 Chi2 =  0.860469080906
Init V =  -300.0 Fitted V =  -290.795776886 Chi2 =  0.890286200764
Init V =  -400.0 Fitted V =  -454.137314231 Chi2 =  0.343066098317
Init V =  -500.0 Fitted V =  -454.140579641 Chi2 =  0.343068440373
Init V =  -600.0 Fitted V =  -454.140531443 Chi2 =  0.343068406286
Init V =  0.0 Fitted V =  -37.2558987991 Chi2 =  0.737619310178
Init V =  -100.0 Fitted V =  233.647431399 Chi2 =  0.410977444661
Init V =  -200.0 Fitted V =  -476.698686533 Chi2 =  0.318513825937
Init V =  -300.0 Fitted V =  -288.518633321 Chi2 =  0.841174993394
Init V =  -400.0 Fitted V =  -476.69799054 Chi2 =  0.318512396868
Init V =  -500.0 Fitted V =  -476.698677879 Chi2 =  0.318512187568
Init V =  -600.0 Fitted V =  -476.69867952 Chi2 =  0.318513848972
Init V =  0.0 Fitted V =  2.73990399243 Chi2 =  0.509709638667
Init V =  -100.0 Fitted V =  4.11335104246 Chi2 =  0.497473347944
Init V =  -200.0 Fitted V =  -199.411152829 Chi2 =  0.862231200503
Init V =  -300.0 Fitted V =  -495.166703856 Chi2 =  0.26775593285
Init V =  -400.0 Fitted V =  -495.164645511 Chi2 =  0.267754333028
Init V =  -500.0 Fitted V =  -495.164274277 Chi2 =  0.267754050814
Init V =  -600.0 Fitted V =  -495.166512963 Chi2 =  0.26775578143
Init V =  0.0 Fitted V =  175.029639014 Chi2 =  0.362904054886
Init V =  -100.0 Fitted V =  -176.717204363 Chi2 =  0.602261009854
Init V =  -200.0 Fitted V =  -176.741070913 Chi2 =  0.602259711797
Init V =  -300.0 Fitted V =  -319.851189073 Chi2 =  0.655268206815
Init V =  -400.0 Fitted V =  -500.132985188 Chi2 =  0.305955367647
Init V =  -500.0 Fitted V =  -500.135531245 Chi2 =  0.305954760791
Init V =  -600.0 Fitted V =  -500.132777082 Chi2 =  0.305955426683
Init V =  0.0 Fitted V =  -487.07470806 Chi2 =  0.177372970473
Init V =  -100.0 Fitted V =  -487.075749446 Chi2 =  0.177372805467
Init V =  -200.0 Fitted V =  -487.075435552 Chi2 =  0.177372856555
Init V =  -300.0 Fitted V =  -487.074975456 Chi2 =  0.177372927153
Init V =  -400.0 Fitted V =  -487.074866721 Chi2 =  0.177372943003
Init V =  -500.0 Fitted V =  -487.077107135 Chi2 =  0.177372589161
Init V =  -600.0 Fitted V =  -487.07495404 Chi2 =  0.177372932679
Init V =  0.0 Fitted V =  1093.17400919 Chi2 =  0.158031391493
Init V =  -100.0 Fitted V =  1093.2191664 Chi2 =  0.158030315657
Init V =  -200.0 Fitted V =  -489.840823889 Chi2 =  0.237026514629
Init V =  -300.0 Fitted V =  -489.841671807 Chi2 =  0.237026598755
Init V =  -400.0 Fitted V =  -489.839754033 Chi2 =  0.237026487654
Init V =  -500.0 Fitted V =  -489.838652278 Chi2 =  0.237026242669
Init V =  -600.0 Fitted V =  -489.842610119 Chi2 =  0.237026614633
Init V =  0.0 Fitted V =  191.603940746 Chi2 =  0.633517717185
Init V =  -100.0 Fitted V =  -4.71092363761 Chi2 =  0.735609394214
Init V =  -200.0 Fitted V =  -5.1506015374 Chi2 =  0.735592903796
Init V =  -300.0 Fitted V =  -509.013300371 Chi2 =  0.48386507406
Init V =  -400.0 Fitted V =  -435.916174272 Chi2 =  0.566592996477
Init V =  -500.0 Fitted V =  -509.015025181 Chi2 =  0.483865264711
Init V =  -600.0 Fitted V =  -509.014448922 Chi2 =  0.483865194638
Init V =  0.0 Fitted V =  -823.529462653 Chi2 =  318.448458533
Init V =  -100.0 Fitted V =  -415.867430815 Chi2 =  0.141969943326
Init V =  -200.0 Fitted V =  -180.500891533 Chi2 =  2.071810104
Init V =  -300.0 Fitted V =  -415.867447823 Chi2 =  0.141969902402
Init V =  -400.0 Fitted V =  -415.867457736 Chi2 =  0.141969872815
Init V =  -500.0 Fitted V =  -415.867344648 Chi2 =  0.14196995676
Init V =  -600.0 Fitted V =  -415.867465422 Chi2 =  0.141969893997
Init V =  0.0 Fitted V =  -36.0017331864 Chi2 =  3.66686623444
Init V =  -100.0 Fitted V =  -123.400522237 Chi2 =  3.68647790253
Init V =  -200.0 Fitted V =  -185.566640104 Chi2 =  3.69327849261
Init V =  -300.0 Fitted V =  -409.472698376 Chi2 =  0.118776297635
Init V =  -400.0 Fitted V =  -409.472715403 Chi2 =  0.118776257011
Init V =  -500.0 Fitted V =  -501.41015705 Chi2 =  3.68490846645
Init V =  -600.0 Fitted V =  -606.500818571 Chi2 =  3.70059387164
Init V =  0.0 Fitted V =  0.0014746467042 Chi2 =  nan
Init V =  -100.0 Fitted V =  -487.777277618 Chi2 =  318.25754563
Init V =  -200.0 Fitted V =  -413.025914256 Chi2 =  0.107938974808
Init V =  -300.0 Fitted V =  -413.025586503 Chi2 =  0.107939177086
Init V =  -400.0 Fitted V =  -413.02573487 Chi2 =  0.107939094115
Init V =  -500.0 Fitted V =  -413.025467031 Chi2 =  0.107939260919
Init V =  -600.0 Fitted V =  -413.025922623 Chi2 =  0.107938966095
Init V =  0.0 Fitted V =  -265.480315841 Chi2 =  0.199549686521
Init V =  -100.0 Fitted V =  -265.884917971 Chi2 =  0.199543519627
Init V =  -200.0 Fitted V =  -377.410751235 Chi2 =  0.124126676521
Init V =  -300.0 Fitted V =  -377.410498364 Chi2 =  0.124126198096
Init V =  -400.0 Fitted V =  -377.410565822 Chi2 =  0.124126369767
Init V =  -500.0 Fitted V =  -377.410805171 Chi2 =  0.124126824784
Init V =  -600.0 Fitted V =  -377.410428835 Chi2 =  0.124126050419
Init V =  0.0 Fitted V =  -449.979628631 Chi2 =  319.487201725
Init V =  -100.0 Fitted V =  -347.734724806 Chi2 =  0.0950130622155
Init V =  -200.0 Fitted V =  -347.734812249 Chi2 =  0.0950131120829
Init V =  -300.0 Fitted V =  -347.734729352 Chi2 =  0.0950129605551
Init V =  -400.0 Fitted V =  -347.733925844 Chi2 =  0.0950110428783
Init V =  -500.0 Fitted V =  -347.734992466 Chi2 =  0.0950132996502
Init V =  -600.0 Fitted V =  -347.734714903 Chi2 =  0.0950128751693
Init V =  0.0 Fitted V =  227.967784729 Chi2 =  0.0265682312234
Init V =  -100.0 Fitted V =  227.92459671 Chi2 =  0.0265681445938
Init V =  -200.0 Fitted V =  227.960826394 Chi2 =  0.0265681734019
Init V =  -300.0 Fitted V =  227.862820169 Chi2 =  0.0265679095601
Init V =  -400.0 Fitted V =  227.934921426 Chi2 =  0.0265683884013
Init V =  -500.0 Fitted V =  227.980554845 Chi2 =  0.0265682645444
Init V =  -600.0 Fitted V =  227.951030921 Chi2 =  0.0265681672798
Init V =  0.0 Fitted V =  -738.247310951 Chi2 =  318.363432145
Init V =  -100.0 Fitted V =  -738.26833619 Chi2 =  318.363418957
Init V =  -200.0 Fitted V =  -738.637123795 Chi2 =  318.363191976
Init V =  -300.0 Fitted V =  -738.301989511 Chi2 =  318.363397084
Init V =  -400.0 Fitted V =  -738.630928912 Chi2 =  318.363196007
Init V =  -500.0 Fitted V =  -738.505206138 Chi2 =  318.363272412
Init V =  -600.0 Fitted V =  -738.322557701 Chi2 =  318.363367774
Init V =  0.0 Fitted V =  -346.574611169 Chi2 =  0.0467080453071
Init V =  -100.0 Fitted V =  -346.574893055 Chi2 =  0.0467079811744
Init V =  -200.0 Fitted V =  -346.57504538 Chi2 =  0.0467079344655
Init V =  -300.0 Fitted V =  -346.574560122 Chi2 =  0.0467080559238
Init V =  -400.0 Fitted V =  -346.575045847 Chi2 =  0.0467079325012
Init V =  -500.0 Fitted V =  -346.575164952 Chi2 =  0.0467078869229
Init V =  -600.0 Fitted V =  -346.575010039 Chi2 =  0.0467079407168
Init V =  0.0 Fitted V =  -1.35306131826 Chi2 =  0.6368416492
Init V =  -100.0 Fitted V =  -99.3941286772 Chi2 =  0.636422790814
Init V =  -200.0 Fitted V =  -237.986454016 Chi2 =  0.0813343548258
Init V =  -300.0 Fitted V =  -237.986025912 Chi2 =  0.0813340542484
Init V =  -400.0 Fitted V =  -237.986600856 Chi2 =  0.0813344643705
Init V =  -500.0 Fitted V =  -237.986089886 Chi2 =  0.0813340939891
Init V =  -600.0 Fitted V =  -558.459578755 Chi2 =  0.636817855039
Init V =  0.0 Fitted V =  -228.604424454 Chi2 =  0.081328305985
Init V =  -100.0 Fitted V =  -228.604409987 Chi2 =  0.0813283092911
Init V =  -200.0 Fitted V =  -228.604392278 Chi2 =  0.0813287052482
Init V =  -300.0 Fitted V =  -228.604417469 Chi2 =  0.0813283237286
Init V =  -400.0 Fitted V =  -228.604404004 Chi2 =  0.0813284852002
Init V =  -500.0 Fitted V =  -228.604363135 Chi2 =  0.0813287810252
Init V =  -600.0 Fitted V =  -228.604418731 Chi2 =  0.0813282812559
Init V =  0.0 Fitted V =  -189.51632621 Chi2 =  0.212996978812
Init V =  -100.0 Fitted V =  -189.516386103 Chi2 =  0.212997074604
Init V =  -200.0 Fitted V =  -189.516440907 Chi2 =  0.212997156401
Init V =  -300.0 Fitted V =  -189.516420679 Chi2 =  0.212997119721
Init V =  -400.0 Fitted V =  -417.403112758 Chi2 =  3.4773613403
Init V =  -500.0 Fitted V =  -486.855814662 Chi2 =  3.48577774258
Init V =  0.0 Fitted V =  -180.873708155 Chi2 =  0.174656818996
Init V =  -100.0 Fitted V =  -180.87368772 Chi2 =  0.174656688808
Init V =  -200.0 Fitted V =  -180.873671828 Chi2 =  0.174656393903
Init V =  -300.0 Fitted V =  -180.873684339 Chi2 =  0.174656521549
Init V =  -400.0 Fitted V =  -180.873670157 Chi2 =  0.174656365153
Init V =  -500.0 Fitted V =  -180.873684035 Chi2 =  0.174656625384
Init V =  -600.0 Fitted V =  -180.87367603 Chi2 =  0.174656534275
Init V =  0.0 Fitted V =  -192.863586221 Chi2 =  0.228960044108
Init V =  -100.0 Fitted V =  -192.863675538 Chi2 =  0.228959880436
Init V =  -200.0 Fitted V =  -192.863288762 Chi2 =  0.228960501113
Init V =  -300.0 Fitted V =  -192.863689616 Chi2 =  0.228959866754
Init V =  -400.0 Fitted V =  -192.863655418 Chi2 =  0.22895990131
Init V =  -500.0 Fitted V =  -192.863366391 Chi2 =  0.228960378611
Init V =  -600.0 Fitted V =  -192.863336341 Chi2 =  0.228960431968
Init V =  0.0 Fitted V =  -202.906248603 Chi2 =  0.210882234679
Init V =  -100.0 Fitted V =  -202.918054468 Chi2 =  0.210882513895
Init V =  -200.0 Fitted V =  -199.509720415 Chi2 =  0.249618005613
Init V =  -300.0 Fitted V =  -202.915402565 Chi2 =  0.210882357587
Init V =  -400.0 Fitted V =  -202.912639253 Chi2 =  0.210882386259
Init V =  -500.0 Fitted V =  -202.913252981 Chi2 =  0.210882410074
Init V =  -600.0 Fitted V =  -202.910598007 Chi2 =  0.210882355804
Init V =  0.0 Fitted V =  -8.70991245273 Chi2 =  0.828752151685
Init V =  -100.0 Fitted V =  -209.733417389 Chi2 =  0.23558675716
Init V =  -200.0 Fitted V =  -209.733418652 Chi2 =  0.235587027562
Init V =  -300.0 Fitted V =  -209.733405009 Chi2 =  0.235586955093
Init V =  -400.0 Fitted V =  -209.733410013 Chi2 =  0.235586750597
Init V =  -500.0 Fitted V =  -497.019369765 Chi2 =  0.828413103568
Init V =  -600.0 Fitted V =  -209.73340964 Chi2 =  0.235586742736
Init V =  0.0 Fitted V =  -10.4284117333 Chi2 =  0.399380470068
Init V =  -100.0 Fitted V =  -245.565257119 Chi2 =  0.241308062615
Init V =  -200.0 Fitted V =  -217.339730063 Chi2 =  0.194558337089
Init V =  -300.0 Fitted V =  -245.56369812 Chi2 =  0.241308042655
Init V =  -400.0 Fitted V =  -245.567305439 Chi2 =  0.241308088019
Init V =  -500.0 Fitted V =  -499.238476926 Chi2 =  0.403617087599
Init V =  -600.0 Fitted V =  -245.570492602 Chi2 =  0.241308135664
Init V =  0.0 Fitted V =  -227.307487798 Chi2 =  0.192849138811
Init V =  -100.0 Fitted V =  -227.307454363 Chi2 =  0.192849145778
Init V =  -200.0 Fitted V =  -227.307435546 Chi2 =  0.192849145255
Init V =  -300.0 Fitted V =  -227.307553989 Chi2 =  0.192849143139
Init V =  -400.0 Fitted V =  -426.056123222 Chi2 =  0.570476288321
Init V =  -500.0 Fitted V =  -504.699116505 Chi2 =  0.665613081365
Init V =  -600.0 Fitted V =  -617.310513078 Chi2 =  0.670686236304
Init V =  0.0 Fitted V =  -21.5273558966 Chi2 =  1.43168761654
Init V =  -100.0 Fitted V =  -212.970562186 Chi2 =  0.309912794233
Init V =  -200.0 Fitted V =  -212.970611982 Chi2 =  0.309912676924
Init V =  -300.0 Fitted V =  -296.707170716 Chi2 =  1.42678966655
Init V =  -400.0 Fitted V =  -428.971283815 Chi2 =  1.28460994199
Init V =  -500.0 Fitted V =  -502.962599926 Chi2 =  1.40622754076
Init V =  -600.0 Fitted V =  -604.428788654 Chi2 =  1.45325850004
Init V =  0.0 Fitted V =  -221.347273174 Chi2 =  0.376416625111
Init V =  -100.0 Fitted V =  -221.347462123 Chi2 =  0.37641672446
Init V =  -200.0 Fitted V =  -221.347649739 Chi2 =  0.37641708101
Init V =  -300.0 Fitted V =  -221.347546796 Chi2 =  0.376416856848
Init V =  -400.0 Fitted V =  -221.347770466 Chi2 =  0.376417200506
Init V =  -500.0 Fitted V =  -503.254379979 Chi2 =  1.72182752761
Init V =  -600.0 Fitted V =  -834.671933332 Chi2 =  316.633958414
Init V =  0.0 Fitted V =  -15.135100058 Chi2 =  2.24037993114
Init V =  -100.0 Fitted V =  -76.2443553303 Chi2 =  2.22072470987
Init V =  -200.0 Fitted V =  -229.215599893 Chi2 =  0.533262536002
Init V =  -300.0 Fitted V =  -229.214840697 Chi2 =  0.533262427686
Init V =  -400.0 Fitted V =  -229.21479259 Chi2 =  0.533262343222
Init V =  -500.0 Fitted V =  -229.215240781 Chi2 =  0.533262991217
Init V =  -600.0 Fitted V =  -609.431972214 Chi2 =  2.26447694745
Init V =  0.0 Fitted V =  -24.8901610369 Chi2 =  2.12104949768
Init V =  -100.0 Fitted V =  -212.936063596 Chi2 =  0.570015116165
Init V =  -200.0 Fitted V =  -212.936081471 Chi2 =  0.570015008156
Init V =  -300.0 Fitted V =  -297.422590466 Chi2 =  2.16796448071
Init V =  -400.0 Fitted V =  -422.024012363 Chi2 =  1.90917636385
Init V =  -500.0 Fitted V =  -500.637009347 Chi2 =  2.1449692432
Init V =  -600.0 Fitted V =  -609.421455171 Chi2 =  2.15897619831
Init V =  0.0 Fitted V =  -8.17403447501 Chi2 =  2.39050834638
Init V =  -100.0 Fitted V =  -211.605161209 Chi2 =  0.576481214796
Init V =  -200.0 Fitted V =  -211.605115415 Chi2 =  0.576481325208
Init V =  -300.0 Fitted V =  -211.604918465 Chi2 =  0.57648177895
Init V =  -400.0 Fitted V =  -211.605138989 Chi2 =  0.576481303193
Init V =  -500.0 Fitted V =  -503.631328667 Chi2 =  2.47239311533
Init V =  -600.0 Fitted V =  -614.107924501 Chi2 =  2.47254519129
Init V =  0.0 Fitted V =  -15.0883452768 Chi2 =  2.40280372757
Init V =  -100.0 Fitted V =  -199.910103152 Chi2 =  0.85372480358
Init V =  -200.0 Fitted V =  -199.910143502 Chi2 =  0.853723935749
Init V =  -300.0 Fitted V =  -199.910214156 Chi2 =  0.853726324781
Init V =  -400.0 Fitted V =  -419.753047418 Chi2 =  2.0981510239
Init V =  -500.0 Fitted V =  -497.842118327 Chi2 =  2.4984698597
Init V =  -600.0 Fitted V =  -607.926622256 Chi2 =  2.45965029206
Init V =  0.0 Fitted V =  -208.747608714 Chi2 =  0.821967880506
Init V =  -100.0 Fitted V =  -208.748104075 Chi2 =  0.821967467501
Init V =  -200.0 Fitted V =  -208.748152007 Chi2 =  0.821967380381
Init V =  -300.0 Fitted V =  -208.747864074 Chi2 =  0.821967653622
Init V =  -400.0 Fitted V =  -417.048357403 Chi2 =  2.32083177706
Init V =  -500.0 Fitted V =  -500.149609402 Chi2 =  2.79850929396
Init V =  -600.0 Fitted V =  -605.284875174 Chi2 =  2.80275235598
Init V =  0.0 Fitted V =  -19.3958627291 Chi2 =  3.72943646839
Init V =  -100.0 Fitted V =  -210.386948862 Chi2 =  1.28632796482
Init V =  -200.0 Fitted V =  -210.386919094 Chi2 =  1.28632803919
Init V =  -300.0 Fitted V =  -210.38695367 Chi2 =  1.28632815609
Init V =  -400.0 Fitted V =  -210.38691641 Chi2 =  1.28632820652
Init V =  -500.0 Fitted V =  -506.852728976 Chi2 =  3.78244701623
Init V =  -600.0 Fitted V =  -567.964106024 Chi2 =  3.75640995491
Init V =  0.0 Fitted V =  -203.722134169 Chi2 =  1.85941703875
Init V =  -100.0 Fitted V =  -52.7982528345 Chi2 =  4.26611683434
Init V =  -200.0 Fitted V =  -203.722540871 Chi2 =  1.85941831542
Init V =  -300.0 Fitted V =  -203.722457308 Chi2 =  1.85941805679
Init V =  -400.0 Fitted V =  -422.13794676 Chi2 =  3.25808279147
Init V =  -500.0 Fitted V =  -497.599733429 Chi2 =  4.22879374222
Init V =  -600.0 Fitted V =  -605.749991973 Chi2 =  4.2938701388
Init V =  0.0 Fitted V =  -204.910590245 Chi2 =  1.73512551848
Init V =  -100.0 Fitted V =  -204.91066089 Chi2 =  1.73512529621
Init V =  -200.0 Fitted V =  -204.910480001 Chi2 =  1.73512589058
Init V =  -300.0 Fitted V =  -332.002822122 Chi2 =  4.71843993157
Init V =  -400.0 Fitted V =  -421.663573333 Chi2 =  3.77647217038
Init V =  -500.0 Fitted V =  -501.261510081 Chi2 =  4.76925561949
Init V =  -600.0 Fitted V =  -666.753594645 Chi2 =  3.53375267583
Init V =  0.0 Fitted V =  23.8597039957 Chi2 =  6.05493246411
Init V =  -100.0 Fitted V =  -90.8227650038 Chi2 =  6.66490264561
Init V =  -200.0 Fitted V =  -208.762932993 Chi2 =  3.8641264627
Init V =  -300.0 Fitted V =  -279.294822098 Chi2 =  6.5139155581
Init V =  -400.0 Fitted V =  -418.488923394 Chi2 =  6.92184039843
Init V =  -500.0 Fitted V =  -267.321564099 Chi2 =  5.95473013803
Init V =  -600.0 Fitted V =  -601.747949513 Chi2 =  7.91646003816
Init V =  0.0 Fitted V =  300.126696468 Chi2 =  1.69824412143
Init V =  -100.0 Fitted V =  -380.384893582 Chi2 =  1.69048888307
Init V =  -200.0 Fitted V =  -380.384870953 Chi2 =  1.69048897254
Init V =  -300.0 Fitted V =  -380.37820493 Chi2 =  1.69048905988
Init V =  -400.0 Fitted V =  -380.387524821 Chi2 =  1.69048889341
Init V =  -500.0 Fitted V =  -380.38775004 Chi2 =  1.69048888653
Init V =  -600.0 Fitted V =  -380.380679653 Chi2 =  1.69048918934
Init V =  0.0 Fitted V =  257.9091138 Chi2 =  0.988794645468
Init V =  -100.0 Fitted V =  257.909478658 Chi2 =  0.988794798437
Init V =  -200.0 Fitted V =  257.909311966 Chi2 =  0.98879472889
Init V =  -300.0 Fitted V =  -314.402932656 Chi2 =  2.20028131705
Init V =  -400.0 Fitted V =  -419.671069959 Chi2 =  0.970758989579
Init V =  -500.0 Fitted V =  -430.960607611 Chi2 =  0.999027063519
Init V =  -600.0 Fitted V =  -430.961530472 Chi2 =  0.999027924495
Init V =  0.0 Fitted V =  238.904269371 Chi2 =  1.11064132811
Init V =  -100.0 Fitted V =  238.9055328 Chi2 =  1.11064076775
Init V =  -200.0 Fitted V =  -195.632510512 Chi2 =  1.98146096141
Init V =  -300.0 Fitted V =  -460.066554445 Chi2 =  1.07369998052
Init V =  -400.0 Fitted V =  -417.886127386 Chi2 =  1.10405574833
Init V =  -500.0 Fitted V =  -460.070491459 Chi2 =  1.07370241366
Init V =  -600.0 Fitted V =  -460.070347793 Chi2 =  1.07370232157
Init V =  0.0 Fitted V =  -49.0628771276 Chi2 =  1.1592844339
Init V =  -100.0 Fitted V =  -49.0597134625 Chi2 =  1.15928444946
Init V =  -200.0 Fitted V =  -216.832799234 Chi2 =  1.32142918144
Init V =  -300.0 Fitted V =  -326.036847396 Chi2 =  1.34323446629
Init V =  -400.0 Fitted V =  -424.682550492 Chi2 =  0.628736660128
Init V =  -500.0 Fitted V =  -424.682284362 Chi2 =  0.628736047819
Init V =  -600.0 Fitted V =  -424.682478577 Chi2 =  0.628736492702
Init V =  0.0 Fitted V =  187.938251055 Chi2 =  0.789237771035
Init V =  -100.0 Fitted V =  -122.086662305 Chi2 =  1.32461850539
Init V =  -200.0 Fitted V =  -188.983672597 Chi2 =  1.33001112932
Init V =  -300.0 Fitted V =  -301.841317588 Chi2 =  1.33489030925
Init V =  -400.0 Fitted V =  -421.491146266 Chi2 =  0.810300323124
Init V =  -500.0 Fitted V =  -502.507684103 Chi2 =  0.735718946267
Init V =  -600.0 Fitted V =  -502.508784476 Chi2 =  0.7357202769
Init V =  0.0 Fitted V =  -37.4667569969 Chi2 =  1.51939044112
Init V =  -100.0 Fitted V =  225.782080004 Chi2 =  0.749632536383
Init V =  -200.0 Fitted V =  -205.276173655 Chi2 =  1.66615836859
Init V =  -300.0 Fitted V =  -458.144017919 Chi2 =  0.663829791417
Init V =  -400.0 Fitted V =  -458.140452039 Chi2 =  0.663823285788
Init V =  -500.0 Fitted V =  -458.143797543 Chi2 =  0.663829365813
Init V =  -600.0 Fitted V =  -458.143536585 Chi2 =  0.663828869788
Init V =  0.0 Fitted V =  -49.7745864132 Chi2 =  0.795392362731
Init V =  -100.0 Fitted V =  89.3835393509 Chi2 =  0.626851421955
Init V =  -200.0 Fitted V =  89.3531562549 Chi2 =  0.626846792569
Init V =  -300.0 Fitted V =  -445.601615566 Chi2 =  0.586217459826
Init V =  -400.0 Fitted V =  -445.635980823 Chi2 =  0.586212778509
Init V =  -500.0 Fitted V =  -445.597548989 Chi2 =  0.586218005382
Init V =  -600.0 Fitted V =  -445.645977436 Chi2 =  0.586211450641
Init V =  0.0 Fitted V =  -35.7472567624 Chi2 =  0.881437744225
Init V =  -100.0 Fitted V =  -123.618432765 Chi2 =  0.955058636222
Init V =  -200.0 Fitted V =  -203.604633682 Chi2 =  0.972658557741
Init V =  -300.0 Fitted V =  -463.434946327 Chi2 =  0.465766750547
Init V =  -400.0 Fitted V =  -463.425814178 Chi2 =  0.465762430885
Init V =  -500.0 Fitted V =  -463.436313368 Chi2 =  0.465767314045
Init V =  -600.0 Fitted V =  -463.434595305 Chi2 =  0.465766576611
Init V =  0.0 Fitted V =  -40.6830260948 Chi2 =  0.730946871409
Init V =  -100.0 Fitted V =  -40.6871802035 Chi2 =  0.730942757153
Init V =  -200.0 Fitted V =  -212.404803695 Chi2 =  0.796003927914
Init V =  -300.0 Fitted V =  -451.787882122 Chi2 =  0.361443588723
Init V =  -400.0 Fitted V =  -451.78850583 Chi2 =  0.361434629037
Init V =  -500.0 Fitted V =  -451.787720743 Chi2 =  0.361444287421
Init V =  -600.0 Fitted V =  -451.787685629 Chi2 =  0.361444287332
Init V =  0.0 Fitted V =  229.316885884 Chi2 =  0.31608960095
Init V =  -100.0 Fitted V =  229.305627215 Chi2 =  0.316089621736
Init V =  -200.0 Fitted V =  -474.809728763 Chi2 =  0.260751018563
Init V =  -300.0 Fitted V =  -474.809520283 Chi2 =  0.260751095815
Init V =  -400.0 Fitted V =  -474.814875824 Chi2 =  0.260749124042
Init V =  -500.0 Fitted V =  -474.815298718 Chi2 =  0.260748982404
Init V =  -600.0 Fitted V =  -474.80984012 Chi2 =  0.260750979998
Init V =  0.0 Fitted V =  -501.807462229 Chi2 =  0.263079943611
Init V =  -100.0 Fitted V =  -501.806163908 Chi2 =  0.263080306168
Init V =  -200.0 Fitted V =  -212.186411006 Chi2 =  0.632043588554
Init V =  -300.0 Fitted V =  -501.807123169 Chi2 =  0.263080019891
Init V =  -400.0 Fitted V =  -501.805973577 Chi2 =  0.263080323614
Init V =  -500.0 Fitted V =  -501.813324199 Chi2 =  0.26307837299
Init V =  -600.0 Fitted V =  -501.815202772 Chi2 =  0.263077869442
Init V =  0.0 Fitted V =  -35.5153428312 Chi2 =  1.12670122953
Init V =  -100.0 Fitted V =  34.0936165936 Chi2 =  41.5745824302
Init V =  -200.0 Fitted V =  -521.952092799 Chi2 =  0.295871549208
Init V =  -300.0 Fitted V =  -521.952892208 Chi2 =  0.295870891711
Init V =  -400.0 Fitted V =  -521.952746486 Chi2 =  0.295871012353
Init V =  -500.0 Fitted V =  -521.953050476 Chi2 =  0.295870751326
Init V =  -600.0 Fitted V =  -521.951944936 Chi2 =  0.295871672487
Init V =  0.0 Fitted V =  -21.6690105573 Chi2 =  1.13740710957
Init V =  -100.0 Fitted V =  -85.9110355111 Chi2 =  1.20676482794
Init V =  -200.0 Fitted V =  -208.744131519 Chi2 =  1.22502659478
Init V =  -300.0 Fitted V =  -509.27174971 Chi2 =  0.27144479539
Init V =  -400.0 Fitted V =  -509.270722767 Chi2 =  0.271445219139
Init V =  -500.0 Fitted V =  -509.27118063 Chi2 =  0.271445023088
Init V =  -600.0 Fitted V =  -509.270976553 Chi2 =  0.271445106745
Init V =  0.0 Fitted V =  1076.2434395 Chi2 =  0.146511228643
Init V =  -100.0 Fitted V =  -455.775954075 Chi2 =  0.187340606092
Init V =  -200.0 Fitted V =  -455.77618914 Chi2 =  0.187340755615
Init V =  -300.0 Fitted V =  -455.775907675 Chi2 =  0.187340576186
Init V =  -400.0 Fitted V =  -455.77589792 Chi2 =  0.187340571289
Init V =  -500.0 Fitted V =  -455.775548077 Chi2 =  0.18734034675
Init V =  -600.0 Fitted V =  -455.775865439 Chi2 =  0.187340547761
Init V =  0.0 Fitted V =  258.3994649 Chi2 =  0.742779394673
Init V =  -100.0 Fitted V =  -96.6216063614 Chi2 =  1.1805691635
Init V =  -200.0 Fitted V =  -434.444406648 Chi2 =  0.399928463341
Init V =  -300.0 Fitted V =  -475.569347385 Chi2 =  0.594613998732
Init V =  -400.0 Fitted V =  -434.444376974 Chi2 =  0.399928397599
Init V =  -500.0 Fitted V =  -475.567016319 Chi2 =  0.594613766206
Init V =  -600.0 Fitted V =  -475.567659967 Chi2 =  0.594613827846
Init V =  0.0 Fitted V =  187.527336005 Chi2 =  1.75881780311
Init V =  -100.0 Fitted V =  -106.225193107 Chi2 =  2.49680163123
Init V =  -200.0 Fitted V =  -423.249017422 Chi2 =  0.240131540326
Init V =  -300.0 Fitted V =  -423.248976648 Chi2 =  0.240131569365
Init V =  -400.0 Fitted V =  -423.248985544 Chi2 =  0.24013154629
Init V =  -500.0 Fitted V =  -423.248979714 Chi2 =  0.240131720067
Init V =  -600.0 Fitted V =  -423.248824475 Chi2 =  0.240131787732
Init V =  0.0 Fitted V =  -58.1984679555 Chi2 =  2.55929372109
Init V =  -100.0 Fitted V =  -58.2144486572 Chi2 =  2.55927952452
Init V =  -200.0 Fitted V =  -189.051822071 Chi2 =  2.5562425956
Init V =  -300.0 Fitted V =  -412.704143374 Chi2 =  0.122904192789
Init V =  -400.0 Fitted V =  -412.704085225 Chi2 =  0.122904278355
Init V =  -500.0 Fitted V =  -502.492002298 Chi2 =  2.56012800553
Init V =  -600.0 Fitted V =  -598.85254117 Chi2 =  2.56208141431
Init V =  0.0 Fitted V =  -27.026406726 Chi2 =  1.17082265739
Init V =  -100.0 Fitted V =  -1036.0200676 Chi2 =  317.309230567
Init V =  -200.0 Fitted V =  -180.40014265 Chi2 =  1.17134894834
Init V =  -300.0 Fitted V =  -409.953298774 Chi2 =  0.0867064673709
Init V =  -400.0 Fitted V =  -409.953270476 Chi2 =  0.086706657843
Init V =  -500.0 Fitted V =  -409.953205192 Chi2 =  0.0867062649391
Init V =  -600.0 Fitted V =  -409.953255874 Chi2 =  0.0867065711781
Init V =  0.0 Fitted V =  -264.032995009 Chi2 =  0.299828626129
Init V =  -100.0 Fitted V =  -264.022524646 Chi2 =  0.299828569387
Init V =  -200.0 Fitted V =  -403.405553305 Chi2 =  0.130119137444
Init V =  -300.0 Fitted V =  -403.405519617 Chi2 =  0.130119732145
Init V =  -400.0 Fitted V =  -403.405521558 Chi2 =  0.130119660758
Init V =  -500.0 Fitted V =  -403.405562615 Chi2 =  0.130118824684
Init V =  -600.0 Fitted V =  -403.405561152 Chi2 =  0.130118831486
Init V =  0.0 Fitted V =  274.172345619 Chi2 =  0.398958212485
Init V =  -100.0 Fitted V =  274.912133343 Chi2 =  0.398959503706
Init V =  -200.0 Fitted V =  -429.251489986 Chi2 =  0.112777557093
Init V =  -300.0 Fitted V =  -429.251445397 Chi2 =  0.112777689952
Init V =  -400.0 Fitted V =  -429.251291611 Chi2 =  0.112778211972
Init V =  -500.0 Fitted V =  -429.251425032 Chi2 =  0.112777774674
Init V =  -600.0 Fitted V =  -429.251543176 Chi2 =  0.112777381076
Init V =  0.0 Fitted V =  114.991247595 Chi2 =  0.273236305969
Init V =  -100.0 Fitted V =  115.226490381 Chi2 =  0.273236277608
Init V =  -200.0 Fitted V =  -453.898332483 Chi2 =  0.0787895073533
Init V =  -300.0 Fitted V =  -453.898573791 Chi2 =  0.0787890620114
Init V =  -400.0 Fitted V =  -453.898447243 Chi2 =  0.0787892880058
Init V =  -500.0 Fitted V =  -453.898490074 Chi2 =  0.0787892056287
Init V =  -600.0 Fitted V =  -453.898490894 Chi2 =  0.078789213654
Init V =  0.0 Fitted V =  -440.668191494 Chi2 =  0.0573835737044
Init V =  -100.0 Fitted V =  -440.668041139 Chi2 =  0.0573837173199
Init V =  -200.0 Fitted V =  -440.667916536 Chi2 =  0.0573838096972
Init V =  -300.0 Fitted V =  -440.668103417 Chi2 =  0.0573836602462
Init V =  -400.0 Fitted V =  -440.66782378 Chi2 =  0.0573838812755
Init V =  -500.0 Fitted V =  -440.667691721 Chi2 =  0.0573840047467
Init V =  -600.0 Fitted V =  -440.668194325 Chi2 =  0.0573835831409
Init V =  0.0 Fitted V =  -357.83981512 Chi2 =  0.0436028675082
Init V =  -100.0 Fitted V =  -357.839753623 Chi2 =  0.0436028959238
Init V =  -200.0 Fitted V =  -357.839817054 Chi2 =  0.0436028672075
Init V =  -300.0 Fitted V =  -357.839664757 Chi2 =  0.0436029462188
Init V =  -400.0 Fitted V =  -357.839393131 Chi2 =  0.043603092533
Init V =  -500.0 Fitted V =  -357.839752062 Chi2 =  0.043602898468
Init V =  -600.0 Fitted V =  -357.839629468 Chi2 =  0.0436029685803
Init V =  0.0 Fitted V =  -282.099613139 Chi2 =  0.0594734419437
Init V =  -100.0 Fitted V =  -282.099547847 Chi2 =  0.0594736292759
Init V =  -200.0 Fitted V =  -282.099502353 Chi2 =  0.059473743737
Init V =  -300.0 Fitted V =  -282.100590996 Chi2 =  0.0594698817175
Init V =  -400.0 Fitted V =  -282.099466295 Chi2 =  0.0594739234823
Init V =  -500.0 Fitted V =  -282.099520657 Chi2 =  0.0594736684225
Init V =  -600.0 Fitted V =  -635.694027806 Chi2 =  0.273645410333
Init V =  0.0 Fitted V =  -257.275998807 Chi2 =  0.0592292178944
Init V =  -100.0 Fitted V =  -257.276078589 Chi2 =  0.0592291944293
Init V =  -200.0 Fitted V =  -257.276817658 Chi2 =  0.0592288135938
Init V =  -300.0 Fitted V =  -257.276700141 Chi2 =  0.0592288532692
Init V =  -400.0 Fitted V =  -257.276197988 Chi2 =  0.0592291361057
Init V =  -500.0 Fitted V =  -257.275994107 Chi2 =  0.0592292684022
Init V =  -600.0 Fitted V =  -257.276013195 Chi2 =  0.0592292255389
Init V =  0.0 Fitted V =  -208.751337921 Chi2 =  0.154279849203
Init V =  -100.0 Fitted V =  -208.75114264 Chi2 =  0.154279539962
Init V =  -200.0 Fitted V =  -208.750881297 Chi2 =  0.154279111354
Init V =  -300.0 Fitted V =  -208.751205506 Chi2 =  0.154279631212
Init V =  -400.0 Fitted V =  -416.62551319 Chi2 =  1.54350663047
Init V =  -500.0 Fitted V =  -208.750960718 Chi2 =  0.15427923277
Init V =  -600.0 Fitted V =  -643.068538047 Chi2 =  319.034369874
Init V =  0.0 Fitted V =  -189.510510842 Chi2 =  0.238751010877
Init V =  -100.0 Fitted V =  -189.51060581 Chi2 =  0.238751307378
Init V =  -200.0 Fitted V =  -189.510737814 Chi2 =  0.238751799244
Init V =  -300.0 Fitted V =  -189.510703856 Chi2 =  0.238751648017
Init V =  -400.0 Fitted V =  -423.039918699 Chi2 =  2.73892621546
Init V =  -500.0 Fitted V =  -537.540086466 Chi2 =  2.78097227346
Init V =  -600.0 Fitted V =  -189.510385347 Chi2 =  0.238750507178
Init V =  0.0 Fitted V =  -212.606950152 Chi2 =  0.227174680501
Init V =  -100.0 Fitted V =  -212.606971581 Chi2 =  0.227174433059
Init V =  -200.0 Fitted V =  -212.606976252 Chi2 =  0.22717421835
Init V =  -300.0 Fitted V =  -212.606994161 Chi2 =  0.227174046301
Init V =  -400.0 Fitted V =  -212.606955063 Chi2 =  0.227174433492
Init V =  -500.0 Fitted V =  -212.606976316 Chi2 =  0.227174196865
Init V =  -600.0 Fitted V =  -212.607030493 Chi2 =  0.22717370624
Init V =  0.0 Fitted V =  -257.072132357 Chi2 =  0.225740813071
Init V =  -100.0 Fitted V =  -257.080811379 Chi2 =  0.225741124197
Init V =  -200.0 Fitted V =  -213.977532151 Chi2 =  0.321664720982
Init V =  -300.0 Fitted V =  -257.080619997 Chi2 =  0.225741132442
Init V =  -400.0 Fitted V =  -257.081088562 Chi2 =  0.225741160069
Init V =  -500.0 Fitted V =  -257.065675977 Chi2 =  0.225740643488
Init V =  -600.0 Fitted V =  -257.078209466 Chi2 =  0.225741048038
Init V =  0.0 Fitted V =  -283.567744659 Chi2 =  0.182045090369
Init V =  -100.0 Fitted V =  -283.56959746 Chi2 =  0.182045106821
Init V =  -200.0 Fitted V =  -283.559068176 Chi2 =  0.182044998885
Init V =  -300.0 Fitted V =  -283.563321769 Chi2 =  0.182045063867
Init V =  -400.0 Fitted V =  -283.568601104 Chi2 =  0.182045099773
Init V =  -500.0 Fitted V =  -283.568079066 Chi2 =  0.182045105525
Init V =  -600.0 Fitted V =  -283.56852214 Chi2 =  0.182045088351
Init V =  0.0 Fitted V =  -9.47620261305 Chi2 =  0.967674088607
Init V =  -100.0 Fitted V =  -222.736320196 Chi2 =  0.296123781484
Init V =  -200.0 Fitted V =  -222.736359038 Chi2 =  0.296123792215
Init V =  -300.0 Fitted V =  -222.736734825 Chi2 =  0.296124157341
Init V =  -400.0 Fitted V =  -222.736232597 Chi2 =  0.296123697893
Init V =  -500.0 Fitted V =  -222.736326797 Chi2 =  0.296123725771
Init V =  -600.0 Fitted V =  -610.24561965 Chi2 =  0.948244934753
Init V =  0.0 Fitted V =  37.8559878743 Chi2 =  1.10399626461
Init V =  -100.0 Fitted V =  -117.616407816 Chi2 =  1.11451371768
Init V =  -200.0 Fitted V =  -240.913514732 Chi2 =  0.294530738899
Init V =  -300.0 Fitted V =  -240.913684291 Chi2 =  0.294530773696
Init V =  -400.0 Fitted V =  -240.913494703 Chi2 =  0.294530793908
Init V =  -500.0 Fitted V =  -499.282983335 Chi2 =  1.11411569828
Init V =  -600.0 Fitted V =  -607.340118811 Chi2 =  1.11609176679
Init V =  0.0 Fitted V =  -22.903162079 Chi2 =  1.74774335734
Init V =  -100.0 Fitted V =  -225.197892201 Chi2 =  0.336337130481
Init V =  -200.0 Fitted V =  -225.197766879 Chi2 =  0.336337142529
Init V =  -300.0 Fitted V =  -225.197917095 Chi2 =  0.336337168587
Init V =  -400.0 Fitted V =  -225.197712952 Chi2 =  0.336337181005
Init V =  -500.0 Fitted V =  -504.217609831 Chi2 =  1.73450633528
Init V =  -600.0 Fitted V =  -606.048875743 Chi2 =  1.73743779415
Init V =  0.0 Fitted V =  -218.66971901 Chi2 =  0.434668799703
Init V =  -100.0 Fitted V =  -218.66925661 Chi2 =  0.434668706579
Init V =  -200.0 Fitted V =  -218.669207068 Chi2 =  0.434669098229
Init V =  -300.0 Fitted V =  -218.669328617 Chi2 =  0.43466869373
Init V =  -400.0 Fitted V =  -218.66898447 Chi2 =  0.434668708548
Init V =  -500.0 Fitted V =  -501.827762971 Chi2 =  1.4194530981
Init V =  -600.0 Fitted V =  -555.575869188 Chi2 =  1.40401040315
Init V =  0.0 Fitted V =  -17.6522983518 Chi2 =  2.45938523797
Init V =  -100.0 Fitted V =  -82.6935841734 Chi2 =  2.45905290257
Init V =  -200.0 Fitted V =  -235.370470076 Chi2 =  0.569732941593
Init V =  -300.0 Fitted V =  -235.370490646 Chi2 =  0.569732964206
Init V =  -400.0 Fitted V =  -426.008775535 Chi2 =  2.20897231599
Init V =  -500.0 Fitted V =  -503.604888691 Chi2 =  2.47039426035
Init V =  -600.0 Fitted V =  -565.668830816 Chi2 =  2.49068622563
Init V =  0.0 Fitted V =  -22.4438674737 Chi2 =  3.03506290726
Init V =  -100.0 Fitted V =  -230.187872922 Chi2 =  0.678763901871
Init V =  -200.0 Fitted V =  -230.188073126 Chi2 =  0.678763614253
Init V =  -300.0 Fitted V =  -230.18801577 Chi2 =  0.678763881217
Init V =  -400.0 Fitted V =  -230.188050803 Chi2 =  0.678763861583
Init V =  -500.0 Fitted V =  -503.919710516 Chi2 =  3.08580976719
Init V =  -600.0 Fitted V =  -607.62599425 Chi2 =  3.1037450622
Init V =  0.0 Fitted V =  -6.27879994684 Chi2 =  2.72575735779
Init V =  -100.0 Fitted V =  -227.022787131 Chi2 =  0.718021965012
Init V =  -200.0 Fitted V =  -227.022818443 Chi2 =  0.718022218199
Init V =  -300.0 Fitted V =  -227.022879513 Chi2 =  0.71802197159
Init V =  -400.0 Fitted V =  -414.893404022 Chi2 =  2.34344357738
Init V =  -500.0 Fitted V =  -227.022614614 Chi2 =  0.718022302521
Init V =  -600.0 Fitted V =  -601.12425567 Chi2 =  2.71778938575
Init V =  0.0 Fitted V =  -207.514233973 Chi2 =  0.951213460198
Init V =  -100.0 Fitted V =  -207.514299449 Chi2 =  0.951213214737
Init V =  -200.0 Fitted V =  -207.514285899 Chi2 =  0.951213258252
Init V =  -300.0 Fitted V =  -207.514194095 Chi2 =  0.951213407232
Init V =  -400.0 Fitted V =  -422.382985572 Chi2 =  2.7640356902
Init V =  -500.0 Fitted V =  -498.452376474 Chi2 =  3.35055078478
Init V =  -600.0 Fitted V =  -600.617592048 Chi2 =  3.31565014797
Init V =  0.0 Fitted V =  -13.4001644572 Chi2 =  3.60943607407
Init V =  -100.0 Fitted V =  -201.763275456 Chi2 =  1.08698696314
Init V =  -200.0 Fitted V =  -201.76336063 Chi2 =  1.08698727198
Init V =  -300.0 Fitted V =  -201.763387107 Chi2 =  1.08698727208
Init V =  -400.0 Fitted V =  -420.730320784 Chi2 =  3.12757337872
Init V =  -500.0 Fitted V =  -500.446260992 Chi2 =  3.70663852964
Init V =  -600.0 Fitted V =  -619.454234568 Chi2 =  3.70696964719
Init V =  0.0 Fitted V =  -254.724591865 Chi2 =  1.54382804528
Init V =  -100.0 Fitted V =  -254.722879911 Chi2 =  1.54382782036
Init V =  -200.0 Fitted V =  -254.705944529 Chi2 =  1.54382553978
Init V =  -300.0 Fitted V =  -254.724483438 Chi2 =  1.54382802939
Init V =  -400.0 Fitted V =  -254.721414195 Chi2 =  1.54382761651
Init V =  -500.0 Fitted V =  -501.01453154 Chi2 =  4.15190879232
Init V =  -600.0 Fitted V =  -610.915898068 Chi2 =  4.17725975894
Init V =  0.0 Fitted V =  -14.6205759104 Chi2 =  3.58283431755
Init V =  -100.0 Fitted V =  -260.055649514 Chi2 =  1.92269695136
Init V =  -200.0 Fitted V =  -220.634013721 Chi2 =  1.90860328326
Init V =  -300.0 Fitted V =  -260.076910397 Chi2 =  1.92269980771
Init V =  -400.0 Fitted V =  -420.978843014 Chi2 =  2.54335029841
Init V =  -500.0 Fitted V =  -501.42822137 Chi2 =  3.72685285237
Init V =  -600.0 Fitted V =  -615.246606995 Chi2 =  3.7064597812
Init V =  0.0 Fitted V =  -12.8203801897 Chi2 =  4.93018939112
Init V =  -100.0 Fitted V =  -213.900283912 Chi2 =  2.18292307343
Init V =  -200.0 Fitted V =  -213.900570579 Chi2 =  2.18292392573
Init V =  -300.0 Fitted V =  -213.900151788 Chi2 =  2.18292245151
Init V =  -400.0 Fitted V =  -423.9027606 Chi2 =  3.73400390742
Init V =  -500.0 Fitted V =  -505.557593622 Chi2 =  5.05667459629
Init V =  -600.0 Fitted V =  -606.362740444 Chi2 =  5.08812895061
Init V =  0.0 Fitted V =  30.7928725612 Chi2 =  6.03860259501
Init V =  -100.0 Fitted V =  -77.1583101534 Chi2 =  6.31625022311
Init V =  -200.0 Fitted V =  -204.848155462 Chi2 =  3.52052247468
Init V =  -300.0 Fitted V =  -204.849253605 Chi2 =  3.52053546399
Init V =  -400.0 Fitted V =  -422.972995932 Chi2 =  6.84445438143
Init V =  -500.0 Fitted V =  -502.691422128 Chi2 =  7.93214397935
Init V =  -600.0 Fitted V =  -603.304404046 Chi2 =  7.70211592538
Init V =  0.0 Fitted V =  226.931942889 Chi2 =  0.875572706121
Init V =  -100.0 Fitted V =  226.930535031 Chi2 =  0.875572482851
Init V =  -200.0 Fitted V =  -186.131764022 Chi2 =  3.52131198101
Init V =  -300.0 Fitted V =  -279.012406512 Chi2 =  3.5009057409
Init V =  -400.0 Fitted V =  -452.773701184 Chi2 =  1.05728418277
Init V =  -500.0 Fitted V =  -452.778240992 Chi2 =  1.05728763782
Init V =  -600.0 Fitted V =  -452.777539323 Chi2 =  1.0572870928
Init V =  0.0 Fitted V =  245.26091038 Chi2 =  0.892890240576
Init V =  -100.0 Fitted V =  245.261462629 Chi2 =  0.89288995805
Init V =  -200.0 Fitted V =  245.259225514 Chi2 =  0.892891157801
Init V =  -300.0 Fitted V =  -327.640391934 Chi2 =  1.99910902216
Init V =  -400.0 Fitted V =  -439.276164481 Chi2 =  0.797872885479
Init V =  -500.0 Fitted V =  -439.284623547 Chi2 =  0.797878275584
Init V =  -600.0 Fitted V =  -439.284318485 Chi2 =  0.797878098814
Init V =  0.0 Fitted V =  -46.734025271 Chi2 =  1.9387252263
Init V =  -100.0 Fitted V =  -46.7338040568 Chi2 =  1.93872522754
Init V =  -200.0 Fitted V =  -206.815195053 Chi2 =  2.12121499915
Init V =  -300.0 Fitted V =  -284.408043082 Chi2 =  2.12771963214
Init V =  -400.0 Fitted V =  -453.741173508 Chi2 =  0.916813804376
Init V =  -500.0 Fitted V =  -453.741732782 Chi2 =  0.916813780008
Init V =  -600.0 Fitted V =  -598.238673605 Chi2 =  1.99511430986
Init V =  0.0 Fitted V =  -42.5198884833 Chi2 =  1.37986979975
Init V =  -100.0 Fitted V =  -420.71701901 Chi2 =  0.522968140629
Init V =  -200.0 Fitted V =  -420.717024849 Chi2 =  0.522968138458
Init V =  -300.0 Fitted V =  -420.594156814 Chi2 =  0.645893991008
Init V =  -400.0 Fitted V =  -420.717018642 Chi2 =  0.522967823932
Init V =  -500.0 Fitted V =  -420.717013662 Chi2 =  0.522967675633
Init V =  -600.0 Fitted V =  -596.333947003 Chi2 =  1.52234511381
Init V =  0.0 Fitted V =  251.311291087 Chi2 =  0.593269322786
Init V =  -100.0 Fitted V =  251.311209119 Chi2 =  0.593269184831
Init V =  -200.0 Fitted V =  -211.499927341 Chi2 =  1.39533272806
Init V =  -300.0 Fitted V =  -424.301986638 Chi2 =  0.757900572881
Init V =  -400.0 Fitted V =  -422.471070608 Chi2 =  0.632525149228
Init V =  -500.0 Fitted V =  -465.08118521 Chi2 =  0.741198892352
Init V =  -600.0 Fitted V =  -465.097936169 Chi2 =  0.741206917663
Init V =  0.0 Fitted V =  -44.68999355 Chi2 =  1.55535118886
Init V =  -100.0 Fitted V =  -44.6898253591 Chi2 =  1.55535502107
Init V =  -200.0 Fitted V =  -173.159057194 Chi2 =  1.73523620306
Init V =  -300.0 Fitted V =  -280.775243415 Chi2 =  1.80274312942
Init V =  -400.0 Fitted V =  -418.913486327 Chi2 =  0.915577959307
Init V =  -500.0 Fitted V =  -472.380131881 Chi2 =  1.09073702758
Init V =  -600.0 Fitted V =  -583.082290272 Chi2 =  1.38844718195
Init V =  0.0 Fitted V =  -37.8987283897 Chi2 =  1.05380022732
Init V =  -100.0 Fitted V =  227.366537118 Chi2 =  0.756333042073
Init V =  -200.0 Fitted V =  -199.089794372 Chi2 =  1.22046387234
Init V =  -300.0 Fitted V =  -477.968745474 Chi2 =  0.696895742568
Init V =  -400.0 Fitted V =  -477.964827066 Chi2 =  0.696895034206
Init V =  -500.0 Fitted V =  -477.962843328 Chi2 =  0.696895227679
Init V =  -600.0 Fitted V =  -477.971350988 Chi2 =  0.69689533635
Init V =  0.0 Fitted V =  -35.7491344214 Chi2 =  0.720209190303
Init V =  -100.0 Fitted V =  208.758682646 Chi2 =  0.48958179137
Init V =  -200.0 Fitted V =  -219.052713076 Chi2 =  0.814526829297
Init V =  -300.0 Fitted V =  -328.995338853 Chi2 =  0.830154419793
Init V =  -400.0 Fitted V =  -419.419870852 Chi2 =  0.443124012881
Init V =  -500.0 Fitted V =  -489.143042163 Chi2 =  0.470102343779
Init V =  -600.0 Fitted V =  -489.143368952 Chi2 =  0.470102445612
Init V =  0.0 Fitted V =  -451.913837977 Chi2 =  0.311497652413
Init V =  -100.0 Fitted V =  -451.914209282 Chi2 =  0.311498003458
Init V =  -200.0 Fitted V =  -200.260163097 Chi2 =  0.665874228161
Init V =  -300.0 Fitted V =  -451.91479632 Chi2 =  0.311498469727
Init V =  -400.0 Fitted V =  -451.901685501 Chi2 =  0.311487395667
Init V =  -500.0 Fitted V =  -451.914532664 Chi2 =  0.311498281971
Init V =  -600.0 Fitted V =  -451.913725028 Chi2 =  0.311497556994
Init V =  0.0 Fitted V =  -6.48615493106 Chi2 =  0.54504396193
Init V =  -100.0 Fitted V =  -57.5846235504 Chi2 =  0.550295639913
Init V =  -200.0 Fitted V =  -206.984418476 Chi2 =  0.551996243585
Init V =  -300.0 Fitted V =  -432.098908084 Chi2 =  0.260387388248
Init V =  -400.0 Fitted V =  -432.120438023 Chi2 =  0.260381655097
Init V =  -500.0 Fitted V =  -432.119602166 Chi2 =  0.260381889178
Init V =  -600.0 Fitted V =  -432.097702618 Chi2 =  0.260387709902
Init V =  0.0 Fitted V =  170.184225191 Chi2 =  0.306938850444
Init V =  -100.0 Fitted V =  67.5765419764 Chi2 =  0.356196453993
Init V =  -200.0 Fitted V =  -543.859700464 Chi2 =  0.282743692779
Init V =  -300.0 Fitted V =  -276.895537458 Chi2 =  0.696826308369
Init V =  -400.0 Fitted V =  -543.859464094 Chi2 =  0.282743734949
Init V =  -500.0 Fitted V =  -543.860186038 Chi2 =  0.282743589485
Init V =  -600.0 Fitted V =  -543.871454715 Chi2 =  0.282741228312
Init V =  0.0 Fitted V =  -15.3245210921 Chi2 =  1.36590823278
Init V =  -100.0 Fitted V =  -530.689308077 Chi2 =  0.258564637345
Init V =  -200.0 Fitted V =  -185.742964811 Chi2 =  1.49815668724
Init V =  -300.0 Fitted V =  -288.612913285 Chi2 =  1.50809181884
Init V =  -400.0 Fitted V =  -530.68930336 Chi2 =  0.258564679873
Init V =  -500.0 Fitted V =  -530.688947458 Chi2 =  0.25856506484
Init V =  -600.0 Fitted V =  -530.689397649 Chi2 =  0.258564556332
Init V =  0.0 Fitted V =  -498.900639126 Chi2 =  0.166276809338
Init V =  -100.0 Fitted V =  -498.900638546 Chi2 =  0.166276809337
Init V =  -200.0 Fitted V =  -498.900410065 Chi2 =  0.166277019674
Init V =  -300.0 Fitted V =  -498.900645147 Chi2 =  0.166276802933
Init V =  -400.0 Fitted V =  -498.900483227 Chi2 =  0.166276948752
Init V =  -500.0 Fitted V =  -498.900563892 Chi2 =  0.166276886747
Init V =  -600.0 Fitted V =  -498.900660399 Chi2 =  0.166276789414
Init V =  0.0 Fitted V =  975.799717642 Chi2 =  0.104258322698
Init V =  -100.0 Fitted V =  975.800944209 Chi2 =  0.104259620967
Init V =  -200.0 Fitted V =  -478.70688233 Chi2 =  0.10956309022
Init V =  -300.0 Fitted V =  -478.706885227 Chi2 =  0.109563077798
Init V =  -400.0 Fitted V =  -478.706931109 Chi2 =  0.109563171434
Init V =  -500.0 Fitted V =  -478.706881823 Chi2 =  0.109563060034
Init V =  -600.0 Fitted V =  -478.70689574 Chi2 =  0.109563149072
Init V =  0.0 Fitted V =  1019.13120158 Chi2 =  0.120460960204
Init V =  -100.0 Fitted V =  1019.12668951 Chi2 =  0.120461156053
Init V =  -200.0 Fitted V =  -588.086557849 Chi2 =  316.528880529
Init V =  -300.0 Fitted V =  -443.845141594 Chi2 =  0.153955403055
Init V =  -400.0 Fitted V =  -443.844559389 Chi2 =  0.153955075496
Init V =  -500.0 Fitted V =  -443.84481568 Chi2 =  0.153955218763
Init V =  -600.0 Fitted V =  -443.845199808 Chi2 =  0.153955432422
Init V =  0.0 Fitted V =  293.755351828 Chi2 =  1.4253963328
Init V =  -100.0 Fitted V =  -421.875099829 Chi2 =  0.291039981299
Init V =  -200.0 Fitted V =  -192.279767355 Chi2 =  2.30414090269
Init V =  -300.0 Fitted V =  -421.874969758 Chi2 =  0.291039636999
Init V =  -400.0 Fitted V =  -421.874970317 Chi2 =  0.291039630852
Init V =  -500.0 Fitted V =  -421.874936537 Chi2 =  0.29103956431
Init V =  -600.0 Fitted V =  -421.875034348 Chi2 =  0.291039811718
Init V =  0.0 Fitted V =  -424.707302749 Chi2 =  0.197197051097
Init V =  -100.0 Fitted V =  -424.707108012 Chi2 =  0.197196473648
Init V =  -200.0 Fitted V =  -186.085767586 Chi2 =  2.13408809115
Init V =  -300.0 Fitted V =  -424.707130791 Chi2 =  0.197196553515
Init V =  -400.0 Fitted V =  -424.707173076 Chi2 =  0.197196672891
Init V =  -500.0 Fitted V =  -424.707107795 Chi2 =  0.19719650656
Init V =  -600.0 Fitted V =  -424.707133269 Chi2 =  0.197196559966
Init V =  0.0 Fitted V =  -1060.94134104 Chi2 =  317.577842662
Init V =  -100.0 Fitted V =  -416.949608242 Chi2 =  0.101777754747
Init V =  -200.0 Fitted V =  -416.949585296 Chi2 =  0.101777608844
Init V =  -300.0 Fitted V =  -416.949579543 Chi2 =  0.101777570582
Init V =  -400.0 Fitted V =  -416.949595323 Chi2 =  0.101777732064
Init V =  -500.0 Fitted V =  -416.949592194 Chi2 =  0.101777686601
Init V =  -600.0 Fitted V =  -416.949586766 Chi2 =  0.101777623173
Init V =  0.0 Fitted V =  -164.271935102 Chi2 =  0.608370792941
Init V =  -100.0 Fitted V =  -411.730345483 Chi2 =  0.112724189445
Init V =  -200.0 Fitted V =  -180.741267044 Chi2 =  1.38768378381
Init V =  -300.0 Fitted V =  -411.730244976 Chi2 =  0.112724321809
Init V =  -400.0 Fitted V =  -411.730488941 Chi2 =  0.112723956393
Init V =  -500.0 Fitted V =  -502.492137453 Chi2 =  1.38626740135
Init V =  -600.0 Fitted V =  -411.730396118 Chi2 =  0.112724087544
Init V =  0.0 Fitted V =  930.826556938 Chi2 =  320.338324394
Init V =  -100.0 Fitted V =  930.797354386 Chi2 =  320.338151422
Init V =  -200.0 Fitted V =  -411.126520821 Chi2 =  0.103019065714
Init V =  -300.0 Fitted V =  -411.126507009 Chi2 =  0.103019003693
Init V =  -400.0 Fitted V =  -411.12648354 Chi2 =  0.103019149202
Init V =  -500.0 Fitted V =  -411.12647972 Chi2 =  0.103019159153
Init V =  -600.0 Fitted V =  -411.126552569 Chi2 =  0.103018794179
Init V =  0.0 Fitted V =  41.501649414 Chi2 =  0.502417863041
Init V =  -100.0 Fitted V =  41.5133437875 Chi2 =  0.50241477502
Init V =  -200.0 Fitted V =  -444.085235603 Chi2 =  0.08144350656
Init V =  -300.0 Fitted V =  -444.085038216 Chi2 =  0.0814439281882
Init V =  -400.0 Fitted V =  -444.085129354 Chi2 =  0.0814437280025
Init V =  -500.0 Fitted V =  -444.085236121 Chi2 =  0.0814435164251
Init V =  -600.0 Fitted V =  -444.085020939 Chi2 =  0.0814439807719
Init V =  0.0 Fitted V =  -408.927905514 Chi2 =  0.0654395669337
Init V =  -100.0 Fitted V =  -408.927893685 Chi2 =  0.0654395849067
Init V =  -200.0 Fitted V =  -408.927840702 Chi2 =  0.0654396916796
Init V =  -300.0 Fitted V =  -408.927925726 Chi2 =  0.0654395201351
Init V =  -400.0 Fitted V =  -408.927919072 Chi2 =  0.0654395419853
Init V =  -500.0 Fitted V =  -408.927922635 Chi2 =  0.0654395230782
Init V =  -600.0 Fitted V =  -408.927886217 Chi2 =  0.0654396058678
Init V =  0.0 Fitted V =  -355.592201356 Chi2 =  0.0587842622315
Init V =  -100.0 Fitted V =  -355.592305701 Chi2 =  0.0587842123626
Init V =  -200.0 Fitted V =  -355.591932711 Chi2 =  0.0587843611972
Init V =  -300.0 Fitted V =  -355.592101626 Chi2 =  0.0587842945242
Init V =  -400.0 Fitted V =  -355.591893801 Chi2 =  0.0587843712445
Init V =  -500.0 Fitted V =  -508.282704063 Chi2 =  0.277408533933
Init V =  -600.0 Fitted V =  -355.59226065 Chi2 =  0.0587842304964
Init V =  0.0 Fitted V =  -260.189764108 Chi2 =  0.0497613685511
Init V =  -100.0 Fitted V =  -260.188590447 Chi2 =  0.0497612770406
Init V =  -200.0 Fitted V =  -260.184797667 Chi2 =  0.0497610507315
Init V =  -300.0 Fitted V =  -260.18557331 Chi2 =  0.049761093949
Init V =  -400.0 Fitted V =  -260.188564298 Chi2 =  0.0497612759862
Init V =  -500.0 Fitted V =  -260.189860481 Chi2 =  0.0497613558822
Init V =  -600.0 Fitted V =  -260.188646196 Chi2 =  0.0497612919065
Init V =  0.0 Fitted V =  -246.260317812 Chi2 =  0.0919471388776
Init V =  -100.0 Fitted V =  -246.260386067 Chi2 =  0.091947134888
Init V =  -200.0 Fitted V =  -246.257541796 Chi2 =  0.0919466621743
Init V =  -300.0 Fitted V =  -246.257825108 Chi2 =  0.0919466843868
Init V =  -400.0 Fitted V =  -246.260003069 Chi2 =  0.0919470665678
Init V =  -500.0 Fitted V =  -246.26035359 Chi2 =  0.0919471178741
Init V =  -600.0 Fitted V =  -246.260220678 Chi2 =  0.0919471130478
Init V =  0.0 Fitted V =  -11.1893537136 Chi2 =  0.860435680598
Init V =  -100.0 Fitted V =  -219.748224913 Chi2 =  0.114749053381
Init V =  -200.0 Fitted V =  -219.748154915 Chi2 =  0.114749649326
Init V =  -300.0 Fitted V =  -219.748215978 Chi2 =  0.11474922688
Init V =  -400.0 Fitted V =  -219.748227636 Chi2 =  0.114749159157
Init V =  -500.0 Fitted V =  -219.748142395 Chi2 =  0.114749790823
Init V =  -600.0 Fitted V =  -390.852158573 Chi2 =  320.233213145
Init V =  0.0 Fitted V =  -207.364125037 Chi2 =  0.234202449854
Init V =  -100.0 Fitted V =  -207.3639875 Chi2 =  0.234201849149
Init V =  -200.0 Fitted V =  -207.362967736 Chi2 =  0.234197569174
Init V =  -300.0 Fitted V =  -207.363905531 Chi2 =  0.234201529545
Init V =  -400.0 Fitted V =  -207.364119412 Chi2 =  0.234202416893
Init V =  -500.0 Fitted V =  -497.000147107 Chi2 =  1.95975829782
Init V =  -600.0 Fitted V =  -207.364218502 Chi2 =  0.234202792418
Init V =  0.0 Fitted V =  -247.495989772 Chi2 =  0.262041630583
Init V =  -100.0 Fitted V =  -247.495958227 Chi2 =  0.26204151333
Init V =  -200.0 Fitted V =  -247.496206323 Chi2 =  0.262042445953
Init V =  -300.0 Fitted V =  -247.496117472 Chi2 =  0.262042145254
Init V =  -400.0 Fitted V =  -247.496047616 Chi2 =  0.262041847579
Init V =  -500.0 Fitted V =  -247.496041406 Chi2 =  0.262041824282
Init V =  -600.0 Fitted V =  -247.496074671 Chi2 =  0.262042006802
Init V =  0.0 Fitted V =  -270.9048848 Chi2 =  0.260301651938
Init V =  -100.0 Fitted V =  -270.906182568 Chi2 =  0.260301673457
Init V =  -200.0 Fitted V =  -270.900662957 Chi2 =  0.260301583357
Init V =  -300.0 Fitted V =  -270.899968448 Chi2 =  0.260301573483
Init V =  -400.0 Fitted V =  -270.906645785 Chi2 =  0.260301681048
Init V =  -500.0 Fitted V =  -270.90496707 Chi2 =  0.260301652582
Init V =  -600.0 Fitted V =  -270.905043442 Chi2 =  0.260301650181
Init V =  0.0 Fitted V =  -2.32369984659 Chi2 =  0.833787265652
Init V =  -100.0 Fitted V =  -77.3060739781 Chi2 =  0.819110695484
Init V =  -200.0 Fitted V =  -261.838180405 Chi2 =  0.253405941306
Init V =  -300.0 Fitted V =  -261.838234374 Chi2 =  0.253406140447
Init V =  -400.0 Fitted V =  -261.838686132 Chi2 =  0.253406971284
Init V =  -500.0 Fitted V =  -261.837890166 Chi2 =  0.253405436517
Init V =  -600.0 Fitted V =  -261.838350693 Chi2 =  0.25340636345
Init V =  0.0 Fitted V =  -250.18979671 Chi2 =  0.378574516477
Init V =  -100.0 Fitted V =  -250.189998161 Chi2 =  0.3785745683
Init V =  -200.0 Fitted V =  -250.186116525 Chi2 =  0.378572557477
Init V =  -300.0 Fitted V =  -250.189908836 Chi2 =  0.37857457124
Init V =  -400.0 Fitted V =  -250.188643356 Chi2 =  0.378573897681
Init V =  -500.0 Fitted V =  -502.811825607 Chi2 =  1.4588264182
Init V =  -600.0 Fitted V =  -563.467942005 Chi2 =  1.43987003046
Init V =  0.0 Fitted V =  19.1085965623 Chi2 =  1.93024218823
Init V =  -100.0 Fitted V =  -121.340709242 Chi2 =  1.92152846127
Init V =  -200.0 Fitted V =  -262.890559652 Chi2 =  0.289370179942
Init V =  -300.0 Fitted V =  -262.890730153 Chi2 =  0.289370184615
Init V =  -400.0 Fitted V =  -262.890665094 Chi2 =  0.289370198451
Init V =  -500.0 Fitted V =  -503.852602747 Chi2 =  1.89071076457
Init V =  -600.0 Fitted V =  -597.296186563 Chi2 =  1.90931363038
Init V =  0.0 Fitted V =  -241.892218109 Chi2 =  0.430428754585
Init V =  -100.0 Fitted V =  -79.593614173 Chi2 =  2.46825747166
Init V =  -200.0 Fitted V =  -241.892171298 Chi2 =  0.430428700403
Init V =  -300.0 Fitted V =  -241.892154743 Chi2 =  0.430428671346
Init V =  -400.0 Fitted V =  -241.892321178 Chi2 =  0.430428810441
Init V =  -500.0 Fitted V =  -493.643768545 Chi2 =  2.45441357664
Init V =  -600.0 Fitted V =  -602.847777682 Chi2 =  2.46767223667
Init V =  0.0 Fitted V =  -215.661709621 Chi2 =  0.503483797182
Init V =  -100.0 Fitted V =  -215.661749679 Chi2 =  0.503483850558
Init V =  -200.0 Fitted V =  -215.661744528 Chi2 =  0.503483962191
Init V =  -300.0 Fitted V =  -215.661698943 Chi2 =  0.503483806942
Init V =  -400.0 Fitted V =  -215.661742871 Chi2 =  0.503483818874
Init V =  -500.0 Fitted V =  -215.661706649 Chi2 =  0.503483869298
Init V =  -600.0 Fitted V =  -621.376672125 Chi2 =  2.18507856447
Init V =  0.0 Fitted V =  -220.986753619 Chi2 =  0.586791909046
Init V =  -100.0 Fitted V =  -220.986966728 Chi2 =  0.586791659746
Init V =  -200.0 Fitted V =  -220.986876892 Chi2 =  0.586791760593
Init V =  -300.0 Fitted V =  -221.557077802 Chi2 =  0.854040051098
Init V =  -400.0 Fitted V =  -426.660123802 Chi2 =  1.56670701845
Init V =  -500.0 Fitted V =  -500.740733383 Chi2 =  1.8332032951
Init V =  -600.0 Fitted V =  -608.073699907 Chi2 =  1.89820369997
Init V =  0.0 Fitted V =  -18.0978595583 Chi2 =  2.4887633634
Init V =  -100.0 Fitted V =  -249.44104868 Chi2 =  1.30605822696
Init V =  -200.0 Fitted V =  -233.237396538 Chi2 =  0.942258888583
Init V =  -300.0 Fitted V =  -249.439298159 Chi2 =  1.30605718833
Init V =  -400.0 Fitted V =  -249.438916424 Chi2 =  1.30605710202
Init V =  -500.0 Fitted V =  -497.355197031 Chi2 =  2.5750764852
Init V =  -600.0 Fitted V =  -560.667545076 Chi2 =  2.49960338834
Init V =  0.0 Fitted V =  -11.5910366037 Chi2 =  2.59581034467
Init V =  -100.0 Fitted V =  -81.3853541693 Chi2 =  2.59237425686
Init V =  -200.0 Fitted V =  -238.444817828 Chi2 =  1.0019921629
Init V =  -300.0 Fitted V =  -238.444740688 Chi2 =  1.00199212919
Init V =  -400.0 Fitted V =  -421.377413046 Chi2 =  2.1357010141
Init V =  -500.0 Fitted V =  -498.717324242 Chi2 =  2.61875416445
Init V =  -600.0 Fitted V =  -611.815066691 Chi2 =  2.65057904366
Init V =  0.0 Fitted V =  -11.5796524617 Chi2 =  4.27768748807
Init V =  -100.0 Fitted V =  -75.9183134478 Chi2 =  4.32909335061
Init V =  -200.0 Fitted V =  -222.75432664 Chi2 =  1.17008678605
Init V =  -300.0 Fitted V =  -222.754317448 Chi2 =  1.17008679457
Init V =  -400.0 Fitted V =  -418.672379899 Chi2 =  3.82412268429
Init V =  -500.0 Fitted V =  -496.60588725 Chi2 =  4.3297519479
Init V =  -600.0 Fitted V =  -611.168530939 Chi2 =  4.31665538688
Init V =  0.0 Fitted V =  -7.09854261552 Chi2 =  4.50168130439
Init V =  -100.0 Fitted V =  -70.1105984951 Chi2 =  4.53698226398
Init V =  -200.0 Fitted V =  -215.374738717 Chi2 =  1.41772144879
Init V =  -300.0 Fitted V =  -215.374853953 Chi2 =  1.41772115449
Init V =  -400.0 Fitted V =  -418.034531383 Chi2 =  3.75347005348
Init V =  -500.0 Fitted V =  -498.699534205 Chi2 =  4.51611876769
Init V =  -600.0 Fitted V =  -610.041003285 Chi2 =  4.56932982243
Init V =  0.0 Fitted V =  -8.71801863721 Chi2 =  3.39671764169
Init V =  -100.0 Fitted V =  -258.672633199 Chi2 =  1.84490862957
Init V =  -200.0 Fitted V =  -223.560035527 Chi2 =  1.62357635244
Init V =  -300.0 Fitted V =  -258.670877988 Chi2 =  1.84490855478
Init V =  -400.0 Fitted V =  -423.268499413 Chi2 =  2.42999943569
Init V =  -500.0 Fitted V =  -502.963778482 Chi2 =  3.45032113082
Init V =  -600.0 Fitted V =  -611.410829301 Chi2 =  3.49377294062
Init V =  0.0 Fitted V =  -21.9431457272 Chi2 =  4.03415287885
Init V =  -100.0 Fitted V =  -21.9447098759 Chi2 =  4.0341483422
Init V =  -200.0 Fitted V =  -231.963508187 Chi2 =  2.30711251764
Init V =  -300.0 Fitted V =  -261.697959331 Chi2 =  2.40423240736
Init V =  -400.0 Fitted V =  -423.338781014 Chi2 =  3.0069008635
Init V =  -500.0 Fitted V =  -500.629403 Chi2 =  4.26263083927
Init V =  -600.0 Fitted V =  -600.216033497 Chi2 =  4.06065193555
Init V =  0.0 Fitted V =  -13.5965188834 Chi2 =  3.70418695882
Init V =  -100.0 Fitted V =  -67.2443038799 Chi2 =  3.74793690778
Init V =  -200.0 Fitted V =  -236.43599242 Chi2 =  2.17565776852
Init V =  -300.0 Fitted V =  -278.130635789 Chi2 =  2.10948332193
Init V =  -400.0 Fitted V =  -422.755580879 Chi2 =  2.32454840516
Init V =  -500.0 Fitted V =  -498.623816928 Chi2 =  3.78699649791
Init V =  -600.0 Fitted V =  -609.058025945 Chi2 =  3.85928758517
Init V =  0.0 Fitted V =  27.9696735113 Chi2 =  5.12141309938
Init V =  -100.0 Fitted V =  -79.1955621248 Chi2 =  5.61965959891
Init V =  -200.0 Fitted V =  -217.226890418 Chi2 =  3.90902573862
Init V =  -300.0 Fitted V =  -287.206830623 Chi2 =  4.67727166851
Init V =  -400.0 Fitted V =  -417.457666569 Chi2 =  5.12317637432
Init V =  -500.0 Fitted V =  -496.1389058 Chi2 =  6.66561690338
Init V =  -600.0 Fitted V =  -605.832158815 Chi2 =  6.52733180548
Init V =  0.0 Fitted V =  221.964543992 Chi2 =  1.3183495655
Init V =  -100.0 Fitted V =  -57.4154324576 Chi2 =  2.1908187422
Init V =  -200.0 Fitted V =  -207.084097613 Chi2 =  2.48745689236
Init V =  -300.0 Fitted V =  -277.520526657 Chi2 =  2.40171223205
Init V =  -400.0 Fitted V =  -416.660729888 Chi2 =  1.62152993579
Init V =  -500.0 Fitted V =  -467.831833976 Chi2 =  1.49989266484
Init V =  -600.0 Fitted V =  -608.923457439 Chi2 =  2.51460524608
Init V =  0.0 Fitted V =  -38.5654445382 Chi2 =  2.02852318527
Init V =  -100.0 Fitted V =  -38.5643423045 Chi2 =  2.02852123213
Init V =  -200.0 Fitted V =  -212.893832959 Chi2 =  2.16601552232
Init V =  -300.0 Fitted V =  -483.484767365 Chi2 =  1.22781181232
Init V =  -400.0 Fitted V =  -418.079479946 Chi2 =  1.4686247753
Init V =  -500.0 Fitted V =  -483.486986844 Chi2 =  1.22781174752
Init V =  -600.0 Fitted V =  -604.765919533 Chi2 =  2.15748149544
Init V =  0.0 Fitted V =  -45.1240226533 Chi2 =  1.49707980997
Init V =  -100.0 Fitted V =  -45.1261245747 Chi2 =  1.49707588394
Init V =  -200.0 Fitted V =  -184.596150353 Chi2 =  1.62357097273
Init V =  -300.0 Fitted V =  -295.457376704 Chi2 =  1.64396300924
Init V =  -400.0 Fitted V =  -467.651383001 Chi2 =  0.893690040348
Init V =  -500.0 Fitted V =  -467.654846655 Chi2 =  0.893692506387
Init V =  -600.0 Fitted V =  -601.925939738 Chi2 =  1.56157479195
Init V =  0.0 Fitted V =  -45.3492291854 Chi2 =  1.32825489901
Init V =  -100.0 Fitted V =  -429.78435384 Chi2 =  0.43981127845
Init V =  -200.0 Fitted V =  -215.19533026 Chi2 =  1.47850870714
Init V =  -300.0 Fitted V =  -429.784676374 Chi2 =  0.439811823315
Init V =  -400.0 Fitted V =  -429.784622149 Chi2 =  0.439811447573
Init V =  -500.0 Fitted V =  -429.784611745 Chi2 =  0.43981144976
Init V =  -600.0 Fitted V =  -612.777982724 Chi2 =  1.46376952917
Init V =  0.0 Fitted V =  -45.7288792172 Chi2 =  1.00843116558
Init V =  -100.0 Fitted V =  -426.588210587 Chi2 =  0.448548822723
Init V =  -200.0 Fitted V =  -212.30000187 Chi2 =  1.19314207179
Init V =  -300.0 Fitted V =  -426.588304709 Chi2 =  0.448548633465
Init V =  -400.0 Fitted V =  -426.58793269 Chi2 =  0.448549379308
Init V =  -500.0 Fitted V =  -426.588396672 Chi2 =  0.448548453837
Init V =  -600.0 Fitted V =  -605.778533852 Chi2 =  1.1597401473
Init V =  0.0 Fitted V =  -45.8520393296 Chi2 =  1.14817286031
Init V =  -100.0 Fitted V =  -45.8566528675 Chi2 =  1.14816937196
Init V =  -200.0 Fitted V =  -209.837996595 Chi2 =  1.2315155295
Init V =  -300.0 Fitted V =  -425.844986243 Chi2 =  0.41609759387
Init V =  -400.0 Fitted V =  -425.844689189 Chi2 =  0.416098132127
Init V =  -500.0 Fitted V =  -425.845026398 Chi2 =  0.416097537825
Init V =  -600.0 Fitted V =  -425.844961878 Chi2 =  0.41609763832
Init V =  0.0 Fitted V =  -32.3127426079 Chi2 =  0.843932257321
Init V =  -100.0 Fitted V =  -443.563744322 Chi2 =  0.487512745879
Init V =  -200.0 Fitted V =  -210.590448134 Chi2 =  0.941772232206
Init V =  -300.0 Fitted V =  -443.562402363 Chi2 =  0.487511875164
Init V =  -400.0 Fitted V =  -415.12080554 Chi2 =  0.473132215864
Init V =  -500.0 Fitted V =  -443.564587166 Chi2 =  0.487513267835
Init V =  -600.0 Fitted V =  -443.562623989 Chi2 =  0.487512019249
Init V =  0.0 Fitted V =  -34.5956252846 Chi2 =  0.892904038993
Init V =  -100.0 Fitted V =  35.4942204987 Chi2 =  0.696553309773
Init V =  -200.0 Fitted V =  -206.489156818 Chi2 =  0.94149689836
Init V =  -300.0 Fitted V =  -308.557871113 Chi2 =  0.960145922935
Init V =  -400.0 Fitted V =  -443.303809185 Chi2 =  0.359252342296
Init V =  -500.0 Fitted V =  -443.303493849 Chi2 =  0.359252136786
Init V =  -600.0 Fitted V =  -443.304432214 Chi2 =  0.359252826
Init V =  0.0 Fitted V =  215.709873199 Chi2 =  0.59690087316
Init V =  -100.0 Fitted V =  -477.148216448 Chi2 =  0.377598254335
Init V =  -200.0 Fitted V =  -207.275470418 Chi2 =  1.18308699279
Init V =  -300.0 Fitted V =  -285.946168761 Chi2 =  1.20834119825
Init V =  -400.0 Fitted V =  -477.14481867 Chi2 =  0.377596825977
Init V =  -500.0 Fitted V =  -477.145457865 Chi2 =  0.377597079049
Init V =  -600.0 Fitted V =  -477.148255038 Chi2 =  0.377598234171
Init V =  0.0 Fitted V =  227.959730492 Chi2 =  0.317989539564
Init V =  -100.0 Fitted V =  227.962243067 Chi2 =  0.317989465076
Init V =  -200.0 Fitted V =  -160.763047742 Chi2 =  0.76797084275
Init V =  -300.0 Fitted V =  -475.608751529 Chi2 =  0.260547575205
Init V =  -400.0 Fitted V =  -475.601338839 Chi2 =  0.260544849471
Init V =  -500.0 Fitted V =  -475.602813396 Chi2 =  0.260545387436
Init V =  -600.0 Fitted V =  -475.607928825 Chi2 =  0.26054724047
Init V =  0.0 Fitted V =  217.157023851 Chi2 =  0.338891224766
Init V =  -100.0 Fitted V =  217.191949234 Chi2 =  0.338890999982
Init V =  -200.0 Fitted V =  -210.952251025 Chi2 =  0.72031320336
Init V =  -300.0 Fitted V =  -312.801331087 Chi2 =  0.736694371989
Init V =  -400.0 Fitted V =  -530.882346334 Chi2 =  0.248272515837
Init V =  -500.0 Fitted V =  -530.890223636 Chi2 =  0.248272084458
Init V =  -600.0 Fitted V =  -530.889626404 Chi2 =  0.248271989453
Init V =  0.0 Fitted V =  189.915893865 Chi2 =  0.794879522844
Init V =  -100.0 Fitted V =  -541.417197549 Chi2 =  0.22522778288
Init V =  -200.0 Fitted V =  -257.62210784 Chi2 =  1.66923001077
Init V =  -300.0 Fitted V =  -541.417613443 Chi2 =  0.225227535321
Init V =  -400.0 Fitted V =  -541.417646128 Chi2 =  0.225227530741
Init V =  -500.0 Fitted V =  -541.417346289 Chi2 =  0.22522768902
Init V =  -600.0 Fitted V =  -541.417626269 Chi2 =  0.225227531468
Init V =  0.0 Fitted V =  164.611434682 Chi2 =  0.656803729334
Init V =  -100.0 Fitted V =  -516.108230197 Chi2 =  0.183121310901
Init V =  -200.0 Fitted V =  -516.108115241 Chi2 =  0.183121680215
Init V =  -300.0 Fitted V =  -516.108130097 Chi2 =  0.183121633537
Init V =  -400.0 Fitted V =  -516.108148125 Chi2 =  0.18312157322
Init V =  -500.0 Fitted V =  -516.108133018 Chi2 =  0.18312160859
Init V =  -600.0 Fitted V =  -516.108139445 Chi2 =  0.183121622102
Init V =  0.0 Fitted V =  1085.86636507 Chi2 =  0.280898039505
Init V =  -100.0 Fitted V =  1085.92184419 Chi2 =  0.280894989906
Init V =  -200.0 Fitted V =  -492.525726342 Chi2 =  0.145130703086
Init V =  -300.0 Fitted V =  -492.525721053 Chi2 =  0.145130649668
Init V =  -400.0 Fitted V =  -492.525957173 Chi2 =  0.145130703637
Init V =  -500.0 Fitted V =  -492.525798021 Chi2 =  0.14513036249
Init V =  -600.0 Fitted V =  -492.525854107 Chi2 =  0.145130669291
Init V =  0.0 Fitted V =  1019.16833657 Chi2 =  0.0975374929535
Init V =  -100.0 Fitted V =  1019.16907247 Chi2 =  0.0975374039171
Init V =  -200.0 Fitted V =  1019.17968537 Chi2 =  0.0975372482354
Init V =  -300.0 Fitted V =  -293.386645181 Chi2 =  0.43382408479
Init V =  -400.0 Fitted V =  -475.154305906 Chi2 =  0.135828943896
Init V =  -500.0 Fitted V =  -475.154839595 Chi2 =  0.135828896208
Init V =  -600.0 Fitted V =  -475.155020096 Chi2 =  0.135828879589
Init V =  0.0 Fitted V =  -45.346742089 Chi2 =  1.80597867996
Init V =  -100.0 Fitted V =  -891.684895678 Chi2 =  317.519366613
Init V =  -200.0 Fitted V =  -433.050048961 Chi2 =  0.0958964034688
Init V =  -300.0 Fitted V =  -433.050089223 Chi2 =  0.095896376841
Init V =  -400.0 Fitted V =  -433.050115318 Chi2 =  0.0958965085765
Init V =  -500.0 Fitted V =  -433.050051736 Chi2 =  0.0958964011057
Init V =  -600.0 Fitted V =  -586.851980411 Chi2 =  1.82320622941
Init V =  0.0 Fitted V =  -436.800734313 Chi2 =  0.168642048927
Init V =  -100.0 Fitted V =  -436.800617913 Chi2 =  0.168641768815
Init V =  -200.0 Fitted V =  -234.47053147 Chi2 =  3.16950616961
Init V =  -300.0 Fitted V =  -436.80076353 Chi2 =  0.168642108449
Init V =  -400.0 Fitted V =  -436.800585217 Chi2 =  0.168641787676
Init V =  -500.0 Fitted V =  -436.800621202 Chi2 =  0.168641852613
Init V =  -600.0 Fitted V =  -436.800621561 Chi2 =  0.168641846787
Init V =  0.0 Fitted V =  38.3286992477 Chi2 =  1.39844327684
Init V =  -100.0 Fitted V =  -414.821329068 Chi2 =  0.125257034408
Init V =  -200.0 Fitted V =  -196.817304756 Chi2 =  2.11540853955
Init V =  -300.0 Fitted V =  -414.821385284 Chi2 =  0.125257111429
Init V =  -400.0 Fitted V =  -414.821205207 Chi2 =  0.125256855472
Init V =  -500.0 Fitted V =  -414.821183614 Chi2 =  0.125256834261
Init V =  -600.0 Fitted V =  -414.821258492 Chi2 =  0.125256934641
Init V =  0.0 Fitted V =  -550.66804881 Chi2 =  319.162748682
Init V =  -100.0 Fitted V =  -407.909446053 Chi2 =  0.129111861799
Init V =  -200.0 Fitted V =  -407.909578611 Chi2 =  0.129111720723
Init V =  -300.0 Fitted V =  -407.909251582 Chi2 =  0.129112032272
Init V =  -400.0 Fitted V =  -407.909555507 Chi2 =  0.129111747646
Init V =  -500.0 Fitted V =  -407.909465007 Chi2 =  0.129111816619
Init V =  -600.0 Fitted V =  -407.909264307 Chi2 =  0.129111981107
Init V =  0.0 Fitted V =  -560.339625018 Chi2 =  319.457162922
Init V =  -100.0 Fitted V =  -422.454704322 Chi2 =  0.13506151556
Init V =  -200.0 Fitted V =  -422.454702273 Chi2 =  0.135061520521
Init V =  -300.0 Fitted V =  -422.454658605 Chi2 =  0.135061652148
Init V =  -400.0 Fitted V =  -422.454631493 Chi2 =  0.135061735832
Init V =  -500.0 Fitted V =  -422.454625449 Chi2 =  0.135061753053
Init V =  -600.0 Fitted V =  -422.454625145 Chi2 =  0.13506175678
Init V =  0.0 Fitted V =  -397.511500065 Chi2 =  0.10310324514
Init V =  -100.0 Fitted V =  -397.511484632 Chi2 =  0.103103330364
Init V =  -200.0 Fitted V =  -397.511490936 Chi2 =  0.103103269776
Init V =  -300.0 Fitted V =  -397.511563387 Chi2 =  0.103102954171
Init V =  -400.0 Fitted V =  -397.511470645 Chi2 =  0.103103378618
Init V =  -500.0 Fitted V =  -397.511359338 Chi2 =  0.103103799965
Init V =  -600.0 Fitted V =  -397.511532595 Chi2 =  0.103103120176
Init V =  0.0 Fitted V =  -385.604347004 Chi2 =  0.064083021782
Init V =  -100.0 Fitted V =  -385.60459443 Chi2 =  0.0640828966622
Init V =  -200.0 Fitted V =  -385.604831059 Chi2 =  0.0640827704975
Init V =  -300.0 Fitted V =  -385.604583517 Chi2 =  0.0640827248917
Init V =  -400.0 Fitted V =  -385.60460379 Chi2 =  0.0640828513011
Init V =  -500.0 Fitted V =  -528.54573336 Chi2 =  0.599216150416
Init V =  -600.0 Fitted V =  -385.604635791 Chi2 =  0.0640828522465
Init V =  0.0 Fitted V =  -367.731188934 Chi2 =  0.0594278508828
Init V =  -100.0 Fitted V =  -367.731164678 Chi2 =  0.0594279078418
Init V =  -200.0 Fitted V =  -367.731170532 Chi2 =  0.0594278944027
Init V =  -300.0 Fitted V =  -367.731068675 Chi2 =  0.0594281266681
Init V =  -400.0 Fitted V =  -367.731132707 Chi2 =  0.0594280026743
Init V =  -500.0 Fitted V =  -367.731226196 Chi2 =  0.0594277785384
Init V =  -600.0 Fitted V =  -367.731174411 Chi2 =  0.059427836562
Init V =  0.0 Fitted V =  -289.080602561 Chi2 =  0.0948184620555
Init V =  -100.0 Fitted V =  -289.083474833 Chi2 =  0.0948192093328
Init V =  -200.0 Fitted V =  -289.083447187 Chi2 =  0.0948191945281
Init V =  -300.0 Fitted V =  -289.080938519 Chi2 =  0.0948185181651
Init V =  -400.0 Fitted V =  -289.084129175 Chi2 =  0.0948193373898
Init V =  -500.0 Fitted V =  -289.083887924 Chi2 =  0.0948193261352
Init V =  -600.0 Fitted V =  -289.083818613 Chi2 =  0.0948193011212
Init V =  0.0 Fitted V =  -252.487036958 Chi2 =  0.1188718234
Init V =  -100.0 Fitted V =  -252.486868032 Chi2 =  0.118871831981
Init V =  -200.0 Fitted V =  -252.494081825 Chi2 =  0.118871386895
Init V =  -300.0 Fitted V =  -252.495711018 Chi2 =  0.118871270497
Init V =  -400.0 Fitted V =  -252.489070136 Chi2 =  0.118871702394
Init V =  -500.0 Fitted V =  -252.486755261 Chi2 =  0.11887185174
Init V =  -600.0 Fitted V =  -252.487661774 Chi2 =  0.11887179148
Init V =  0.0 Fitted V =  -266.946713158 Chi2 =  0.110970436505
Init V =  -100.0 Fitted V =  -266.948182879 Chi2 =  0.110970168783
Init V =  -200.0 Fitted V =  -266.951661438 Chi2 =  0.110969517058
Init V =  -300.0 Fitted V =  -266.952856764 Chi2 =  0.110969269169
Init V =  -400.0 Fitted V =  -266.946755267 Chi2 =  0.110970454339
Init V =  -500.0 Fitted V =  -501.774295334 Chi2 =  0.334089827421
Init V =  -600.0 Fitted V =  -266.94749617 Chi2 =  0.110970305086
Init V =  0.0 Fitted V =  -239.831156521 Chi2 =  0.217426575555
Init V =  -100.0 Fitted V =  -239.831169865 Chi2 =  0.217426578891
Init V =  -200.0 Fitted V =  -239.831153966 Chi2 =  0.217426498461
Init V =  -300.0 Fitted V =  -239.831178662 Chi2 =  0.217426755996
Init V =  -400.0 Fitted V =  -239.831184644 Chi2 =  0.217427053325
Init V =  -500.0 Fitted V =  -239.831160689 Chi2 =  0.21742667375
Init V =  -600.0 Fitted V =  -239.831164455 Chi2 =  0.217426747403
Init V =  0.0 Fitted V =  -236.125315186 Chi2 =  0.336057223993
Init V =  -100.0 Fitted V =  -236.125374812 Chi2 =  0.336056872538
Init V =  -200.0 Fitted V =  -236.125374286 Chi2 =  0.336056937824
Init V =  -300.0 Fitted V =  -236.125432628 Chi2 =  0.336056455898
Init V =  -400.0 Fitted V =  -236.125313022 Chi2 =  0.336057192887
Init V =  -500.0 Fitted V =  -565.974430845 Chi2 =  2.11542715574
Init V =  -600.0 Fitted V =  -236.125311103 Chi2 =  0.336057246264
Init V =  0.0 Fitted V =  -261.338449526 Chi2 =  0.271696081416
Init V =  -100.0 Fitted V =  -261.338462768 Chi2 =  0.271696090133
Init V =  -200.0 Fitted V =  -261.338389763 Chi2 =  0.271695685094
Init V =  -300.0 Fitted V =  -261.338534057 Chi2 =  0.271696673189
Init V =  -400.0 Fitted V =  -261.338538263 Chi2 =  0.271696670911
Init V =  -500.0 Fitted V =  -261.338424713 Chi2 =  0.271695819301
Init V =  -600.0 Fitted V =  -261.338459683 Chi2 =  0.271696226607
Init V =  0.0 Fitted V =  -2.8924805789 Chi2 =  2.1544683117
Init V =  -100.0 Fitted V =  -100.583509461 Chi2 =  2.15743384071
Init V =  -200.0 Fitted V =  -246.349888921 Chi2 =  0.298795391908
Init V =  -300.0 Fitted V =  -246.34980509 Chi2 =  0.298795157166
Init V =  -400.0 Fitted V =  -246.349709577 Chi2 =  0.298794882234
Init V =  -500.0 Fitted V =  -496.76239976 Chi2 =  2.13894085053
Init V =  -600.0 Fitted V =  -246.349829717 Chi2 =  0.298795221018
Init V =  0.0 Fitted V =  15.2755718963 Chi2 =  1.99508557077
Init V =  -100.0 Fitted V =  -236.134418253 Chi2 =  0.367658930696
Init V =  -200.0 Fitted V =  -236.134711909 Chi2 =  0.367659080376
Init V =  -300.0 Fitted V =  -236.134675521 Chi2 =  0.367659122014
Init V =  -400.0 Fitted V =  -426.570683012 Chi2 =  1.85078787515
Init V =  -500.0 Fitted V =  -492.935145985 Chi2 =  1.98254222206
Init V =  -600.0 Fitted V =  -609.282906574 Chi2 =  1.98858972288
Init V =  0.0 Fitted V =  -18.7786640562 Chi2 =  1.83545393271
Init V =  -100.0 Fitted V =  -250.424074595 Chi2 =  0.535948627598
Init V =  -200.0 Fitted V =  -250.42434281 Chi2 =  0.53594830961
Init V =  -300.0 Fitted V =  -250.424133554 Chi2 =  0.535948515111
Init V =  -400.0 Fitted V =  -416.062122701 Chi2 =  1.60196676853
Init V =  -500.0 Fitted V =  -250.424133207 Chi2 =  0.535948507177
Init V =  -600.0 Fitted V =  -608.739029068 Chi2 =  1.84002783783
Init V =  0.0 Fitted V =  -15.1001500882 Chi2 =  1.36715688641
Init V =  -100.0 Fitted V =  -247.669756393 Chi2 =  0.489059015797
Init V =  -200.0 Fitted V =  -247.669178149 Chi2 =  0.489058680211
Init V =  -300.0 Fitted V =  -247.669386932 Chi2 =  0.489058781823
Init V =  -400.0 Fitted V =  -247.669219475 Chi2 =  0.489058692754
Init V =  -500.0 Fitted V =  -495.927424848 Chi2 =  1.40076577585
Init V =  -600.0 Fitted V =  -611.948634733 Chi2 =  1.40612686611
Init V =  0.0 Fitted V =  -19.5978157314 Chi2 =  1.76609773723
Init V =  -100.0 Fitted V =  -94.043199141 Chi2 =  1.78760030696
Init V =  -200.0 Fitted V =  -237.427637434 Chi2 =  0.570337009697
Init V =  -300.0 Fitted V =  -237.4276371 Chi2 =  0.570336961477
Init V =  -400.0 Fitted V =  -237.427647841 Chi2 =  0.570337025753
Init V =  -500.0 Fitted V =  -237.42764711 Chi2 =  0.57033718624
Init V =  -600.0 Fitted V =  -552.787520791 Chi2 =  1.78988965247
Init V =  0.0 Fitted V =  -266.019584034 Chi2 =  0.60433589697
Init V =  -100.0 Fitted V =  -266.019972668 Chi2 =  0.604336006308
Init V =  -200.0 Fitted V =  -240.165544138 Chi2 =  0.591003031608
Init V =  -300.0 Fitted V =  -266.008458164 Chi2 =  0.604335027377
Init V =  -400.0 Fitted V =  -424.17705556 Chi2 =  0.828017083969
Init V =  -500.0 Fitted V =  -500.511674475 Chi2 =  1.14894757058
Init V =  -600.0 Fitted V =  -615.071210718 Chi2 =  1.16065045724
Init V =  0.0 Fitted V =  -6.97351381842 Chi2 =  2.01226408683
Init V =  -100.0 Fitted V =  -6.9852881908 Chi2 =  2.01226605041
Init V =  -200.0 Fitted V =  -227.933967314 Chi2 =  0.861177173001
Init V =  -300.0 Fitted V =  -245.934242597 Chi2 =  1.17290434068
Init V =  -400.0 Fitted V =  -420.547032805 Chi2 =  1.67145360011
Init V =  -500.0 Fitted V =  -498.1446271 Chi2 =  2.1028559755
Init V =  -600.0 Fitted V =  -620.827156226 Chi2 =  2.07511579311
Init V =  0.0 Fitted V =  -8.55916588843 Chi2 =  2.60080017039
Init V =  -100.0 Fitted V =  -271.448765662 Chi2 =  1.48562226255
Init V =  -200.0 Fitted V =  -234.752111744 Chi2 =  1.01587142668
Init V =  -300.0 Fitted V =  -271.44654178 Chi2 =  1.4856218436
Init V =  -400.0 Fitted V =  -421.198424543 Chi2 =  2.13602640422
Init V =  -500.0 Fitted V =  -496.226743119 Chi2 =  2.67318807998
Init V =  -600.0 Fitted V =  -608.507910857 Chi2 =  2.67475811
Init V =  0.0 Fitted V =  -7.58413348567 Chi2 =  3.87720971694
Init V =  -100.0 Fitted V =  -71.9389458053 Chi2 =  3.92786287007
Init V =  -200.0 Fitted V =  -233.125631111 Chi2 =  1.21604386931
Init V =  -300.0 Fitted V =  -233.125656379 Chi2 =  1.2160431994
Init V =  -400.0 Fitted V =  -421.326022513 Chi2 =  3.27679734311
Init V =  -500.0 Fitted V =  -497.975881464 Chi2 =  3.93570937219
Init V =  -600.0 Fitted V =  -557.837244088 Chi2 =  3.88973353305
Init V =  0.0 Fitted V =  -230.758298724 Chi2 =  1.63036604274
Init V =  -100.0 Fitted V =  -230.758102181 Chi2 =  1.63036587582
Init V =  -200.0 Fitted V =  -230.758132707 Chi2 =  1.63036595375
Init V =  -300.0 Fitted V =  -230.758387666 Chi2 =  1.63036610868
Init V =  -400.0 Fitted V =  -416.732434606 Chi2 =  4.41033644127
Init V =  -500.0 Fitted V =  -498.832904994 Chi2 =  5.28194159939
Init V =  -600.0 Fitted V =  -615.932354339 Chi2 =  5.33854504513
Init V =  0.0 Fitted V =  -7.64188096382 Chi2 =  4.05384347974
Init V =  -100.0 Fitted V =  -70.9271408334 Chi2 =  4.05001325044
Init V =  -200.0 Fitted V =  -230.035403638 Chi2 =  1.3418448917
Init V =  -300.0 Fitted V =  -230.035938783 Chi2 =  1.34184535
Init V =  -400.0 Fitted V =  -423.624154513 Chi2 =  3.34695141853
Init V =  -500.0 Fitted V =  -503.127677507 Chi2 =  4.06064464087
Init V =  -600.0 Fitted V =  -610.263453499 Chi2 =  4.16171458117
Init V =  0.0 Fitted V =  -11.6735744192 Chi2 =  3.55287438672
Init V =  -100.0 Fitted V =  -61.9435848473 Chi2 =  3.60276061731
Init V =  -200.0 Fitted V =  -229.988097312 Chi2 =  2.15945252303
Init V =  -300.0 Fitted V =  -286.010147135 Chi2 =  2.12705589119
Init V =  -400.0 Fitted V =  -423.642055102 Chi2 =  2.31191214169
Init V =  -500.0 Fitted V =  -499.991851366 Chi2 =  3.57559440351
Init V =  -600.0 Fitted V =  -608.477616577 Chi2 =  3.66400095639
Init V =  0.0 Fitted V =  -9.94410517087 Chi2 =  3.08880101342
Init V =  -100.0 Fitted V =  -84.6248675229 Chi2 =  3.08719584516
Init V =  -200.0 Fitted V =  -326.792126156 Chi2 =  1.76995402996
Init V =  -300.0 Fitted V =  -326.792411481 Chi2 =  1.76995388587
Init V =  -400.0 Fitted V =  -424.145160784 Chi2 =  1.73566630257
Init V =  -500.0 Fitted V =  -501.123222587 Chi2 =  3.17297463521
Init V =  -600.0 Fitted V =  -614.098613436 Chi2 =  3.13244261854
Init V =  0.0 Fitted V =  24.1961942699 Chi2 =  4.84168704541
Init V =  -100.0 Fitted V =  -101.255185443 Chi2 =  5.11626156421
Init V =  -200.0 Fitted V =  -219.150502807 Chi2 =  4.64647590362
Init V =  -300.0 Fitted V =  -370.031976717 Chi2 =  3.67778492466
Init V =  -400.0 Fitted V =  -417.963273828 Chi2 =  3.80390104151
Init V =  -500.0 Fitted V =  -496.2569572 Chi2 =  5.60660903285
Init V =  -600.0 Fitted V =  -613.892557728 Chi2 =  5.63028704728
Init V =  0.0 Fitted V =  217.766213277 Chi2 =  0.762644558321
Init V =  -100.0 Fitted V =  -58.8605572573 Chi2 =  1.71216057067
Init V =  -200.0 Fitted V =  -199.157460373 Chi2 =  1.89195188994
Init V =  -300.0 Fitted V =  -275.938793276 Chi2 =  1.81371743978
Init V =  -400.0 Fitted V =  -467.870641494 Chi2 =  1.18214806577
Init V =  -500.0 Fitted V =  -467.876067031 Chi2 =  1.1821508872
Init V =  -600.0 Fitted V =  -609.720983731 Chi2 =  1.91224185718
Init V =  0.0 Fitted V =  196.328839472 Chi2 =  1.10100661564
Init V =  -100.0 Fitted V =  -47.3913014147 Chi2 =  1.45463502991
Init V =  -200.0 Fitted V =  -227.158634274 Chi2 =  1.63439770332
Init V =  -300.0 Fitted V =  -227.343069932 Chi2 =  1.63438039588
Init V =  -400.0 Fitted V =  -419.432258996 Chi2 =  1.1814059198
Init V =  -500.0 Fitted V =  -491.397775668 Chi2 =  1.00827413024
Init V =  -600.0 Fitted V =  -618.306228616 Chi2 =  1.56398977257
Init V =  0.0 Fitted V =  -34.535617926 Chi2 =  1.8727148786
Init V =  -100.0 Fitted V =  -121.176110227 Chi2 =  1.8988964899
Init V =  -200.0 Fitted V =  -179.327479248 Chi2 =  2.12574291539
Init V =  -300.0 Fitted V =  -466.924176311 Chi2 =  1.11435242288
Init V =  -400.0 Fitted V =  -466.922950626 Chi2 =  1.11435213621
Init V =  -500.0 Fitted V =  -466.924931546 Chi2 =  1.1143527504
Init V =  -600.0 Fitted V =  -608.566544746 Chi2 =  2.10075556307
Init V =  0.0 Fitted V =  -54.9837392493 Chi2 =  1.25424659908
Init V =  -100.0 Fitted V =  -54.9837586077 Chi2 =  1.25424656144
Init V =  -200.0 Fitted V =  -419.722959819 Chi2 =  0.550692086009
Init V =  -300.0 Fitted V =  -289.888887423 Chi2 =  1.38457692545
Init V =  -400.0 Fitted V =  -419.723043444 Chi2 =  0.550691627046
Init V =  -500.0 Fitted V =  -419.723073766 Chi2 =  0.55069150832
Init V =  -600.0 Fitted V =  -419.723089771 Chi2 =  0.550691376215
Init V =  0.0 Fitted V =  -31.6585173459 Chi2 =  0.924566723837
Init V =  -100.0 Fitted V =  243.61508361 Chi2 =  0.51059342614
Init V =  -200.0 Fitted V =  -200.55107105 Chi2 =  1.11712826909
Init V =  -300.0 Fitted V =  -281.98659172 Chi2 =  1.07807071208
Init V =  -400.0 Fitted V =  -431.830550451 Chi2 =  0.428085998879
Init V =  -500.0 Fitted V =  -431.83052177 Chi2 =  0.428086212473
Init V =  -600.0 Fitted V =  -615.583403931 Chi2 =  1.13355076599
Init V =  0.0 Fitted V =  -42.6027091456 Chi2 =  2.7041886462
Init V =  -100.0 Fitted V =  -42.6087768421 Chi2 =  2.70419471366
Init V =  -200.0 Fitted V =  -221.297702701 Chi2 =  2.82366687538
Init V =  -300.0 Fitted V =  -427.968018921 Chi2 =  0.433307042617
Init V =  -400.0 Fitted V =  -427.967944442 Chi2 =  0.433306648499
Init V =  -500.0 Fitted V =  -427.967932999 Chi2 =  0.43330658687
Init V =  -600.0 Fitted V =  -635.008968237 Chi2 =  2.80417065338
Init V =  0.0 Fitted V =  -37.1449659173 Chi2 =  1.64259124457
Init V =  -100.0 Fitted V =  -430.347724239 Chi2 =  0.367480534343
Init V =  -200.0 Fitted V =  -214.37933157 Chi2 =  1.72508308103
Init V =  -300.0 Fitted V =  -430.347654871 Chi2 =  0.367480140121
Init V =  -400.0 Fitted V =  -430.347657663 Chi2 =  0.367480256128
Init V =  -500.0 Fitted V =  -430.347635059 Chi2 =  0.367480020326
Init V =  -600.0 Fitted V =  -607.77031346 Chi2 =  1.66643915305
Init V =  0.0 Fitted V =  -48.7635300338 Chi2 =  1.37785306709
Init V =  -100.0 Fitted V =  -48.7638083934 Chi2 =  1.37784665913
Init V =  -200.0 Fitted V =  -209.326675103 Chi2 =  1.4364990637
Init V =  -300.0 Fitted V =  -456.870027293 Chi2 =  0.556471163986
Init V =  -400.0 Fitted V =  -456.834668754 Chi2 =  0.556451275005
Init V =  -500.0 Fitted V =  -456.86932927 Chi2 =  0.556470759952
Init V =  -600.0 Fitted V =  -456.871294645 Chi2 =  0.556471868297
Init V =  0.0 Fitted V =  -36.230567506 Chi2 =  1.34106863716
Init V =  -100.0 Fitted V =  108.935342808 Chi2 =  0.925915491494
Init V =  -200.0 Fitted V =  -458.064558039 Chi2 =  0.343244953069
Init V =  -300.0 Fitted V =  -458.06470516 Chi2 =  0.343245026761
Init V =  -400.0 Fitted V =  -458.060985537 Chi2 =  0.34324297087
Init V =  -500.0 Fitted V =  -458.064650255 Chi2 =  0.34324501528
Init V =  -600.0 Fitted V =  -458.063863687 Chi2 =  0.343244552335
Init V =  0.0 Fitted V =  207.418961575 Chi2 =  0.419429882439
Init V =  -100.0 Fitted V =  207.407911035 Chi2 =  0.41942967735
Init V =  -200.0 Fitted V =  -208.060864508 Chi2 =  0.761078438037
Init V =  -300.0 Fitted V =  -273.826788075 Chi2 =  0.769460559234
Init V =  -400.0 Fitted V =  -505.77282866 Chi2 =  0.245671543881
Init V =  -500.0 Fitted V =  -505.77514406 Chi2 =  0.245671493201
Init V =  -600.0 Fitted V =  -505.77468298 Chi2 =  0.245671501588
Init V =  0.0 Fitted V =  204.282087236 Chi2 =  0.684193956962
Init V =  -100.0 Fitted V =  -558.573758131 Chi2 =  0.308056702125
Init V =  -200.0 Fitted V =  -558.574165201 Chi2 =  0.308056353391
Init V =  -300.0 Fitted V =  -558.574214025 Chi2 =  0.308056311289
Init V =  -400.0 Fitted V =  -558.573686335 Chi2 =  0.308056764793
Init V =  -500.0 Fitted V =  -558.573301894 Chi2 =  0.308057091494
Init V =  -600.0 Fitted V =  -558.573371421 Chi2 =  0.308057035973
Init V =  0.0 Fitted V =  186.537873561 Chi2 =  0.849430516749
Init V =  -100.0 Fitted V =  -127.58786905 Chi2 =  1.36785405182
Init V =  -200.0 Fitted V =  -127.617973302 Chi2 =  1.36784250396
Init V =  -300.0 Fitted V =  -293.724972117 Chi2 =  1.45351869792
Init V =  -400.0 Fitted V =  -548.012389691 Chi2 =  0.217914503876
Init V =  -500.0 Fitted V =  -548.013229516 Chi2 =  0.217914330052
Init V =  -600.0 Fitted V =  -548.015712564 Chi2 =  0.217913771865
Init V =  0.0 Fitted V =  143.653666853 Chi2 =  0.711927919301
Init V =  -100.0 Fitted V =  -550.666641525 Chi2 =  0.217056464019
Init V =  -200.0 Fitted V =  -550.666531578 Chi2 =  0.217056505676
Init V =  -300.0 Fitted V =  -550.666876039 Chi2 =  0.217056371238
Init V =  -400.0 Fitted V =  -550.666892977 Chi2 =  0.217056361299
Init V =  -500.0 Fitted V =  -550.666715708 Chi2 =  0.217056431666
Init V =  -600.0 Fitted V =  -550.666801392 Chi2 =  0.217056396915
Init V =  0.0 Fitted V =  222.570295092 Chi2 =  0.375282560195
Init V =  -100.0 Fitted V =  222.590951743 Chi2 =  0.375286928324
Init V =  -200.0 Fitted V =  -498.240380216 Chi2 =  0.163793285767
Init V =  -300.0 Fitted V =  -498.240094512 Chi2 =  0.16379331548
Init V =  -400.0 Fitted V =  -498.240092825 Chi2 =  0.163793318371
Init V =  -500.0 Fitted V =  -498.242921112 Chi2 =  0.163793036446
Init V =  -600.0 Fitted V =  -498.240356572 Chi2 =  0.163793288113
Init V =  0.0 Fitted V =  1201.57032892 Chi2 =  0.0993050884505
Init V =  -100.0 Fitted V =  1201.53934124 Chi2 =  0.0993039207388
Init V =  -200.0 Fitted V =  1201.48623389 Chi2 =  0.0993019449255
Init V =  -300.0 Fitted V =  -510.000548844 Chi2 =  0.134573952107
Init V =  -400.0 Fitted V =  -510.000066684 Chi2 =  0.134574038591
Init V =  -500.0 Fitted V =  -510.000274654 Chi2 =  0.134574007056
Init V =  -600.0 Fitted V =  -510.000251934 Chi2 =  0.134574010357
Init V =  0.0 Fitted V =  941.021137345 Chi2 =  0.14061371856
Init V =  -100.0 Fitted V =  -545.00267708 Chi2 =  316.420924665
Init V =  -200.0 Fitted V =  -544.999500246 Chi2 =  316.420988875
Init V =  -300.0 Fitted V =  -471.085912949 Chi2 =  0.136803113001
Init V =  -400.0 Fitted V =  -471.085904434 Chi2 =  0.136803200018
Init V =  -500.0 Fitted V =  -471.085905132 Chi2 =  0.136803191386
Init V =  -600.0 Fitted V =  -471.085877962 Chi2 =  0.136803447395
Init V =  0.0 Fitted V =  -455.157283801 Chi2 =  0.120668492672
Init V =  -100.0 Fitted V =  -455.157152696 Chi2 =  0.120668455491
Init V =  -200.0 Fitted V =  -455.157218651 Chi2 =  0.120668475699
Init V =  -300.0 Fitted V =  -455.156927907 Chi2 =  0.120668431634
Init V =  -400.0 Fitted V =  -455.157152476 Chi2 =  0.120668431655
Init V =  -500.0 Fitted V =  -455.157148524 Chi2 =  0.120668429098
Init V =  -600.0 Fitted V =  -455.157325547 Chi2 =  0.12066844147
Init V =  0.0 Fitted V =  -45.2457999126 Chi2 =  3.05963125305
Init V =  -100.0 Fitted V =  -417.60758092 Chi2 =  0.128618171841
Init V =  -200.0 Fitted V =  -417.607657298 Chi2 =  0.128618373376
Init V =  -300.0 Fitted V =  -417.607651904 Chi2 =  0.128618357737
Init V =  -400.0 Fitted V =  -417.607607232 Chi2 =  0.128618249643
Init V =  -500.0 Fitted V =  -417.607660333 Chi2 =  0.128618416608
Init V =  -600.0 Fitted V =  -417.607617205 Chi2 =  0.128618304556
Init V =  0.0 Fitted V =  -234.631157949 Chi2 =  0.515693698192
Init V =  -100.0 Fitted V =  -234.582433358 Chi2 =  0.515697521883
Init V =  -200.0 Fitted V =  -407.386895216 Chi2 =  0.121082127813
Init V =  -300.0 Fitted V =  -407.386818657 Chi2 =  0.12108234075
Init V =  -400.0 Fitted V =  -407.386905773 Chi2 =  0.121082473572
Init V =  -500.0 Fitted V =  -407.386907818 Chi2 =  0.12108231159
Init V =  -600.0 Fitted V =  -407.386880754 Chi2 =  0.121082145819
Init V =  0.0 Fitted V =  789.106807261 Chi2 =  319.360097793
Init V =  -100.0 Fitted V =  789.286125341 Chi2 =  319.360603003
Init V =  -200.0 Fitted V =  789.342327341 Chi2 =  319.360901967
Init V =  -300.0 Fitted V =  -445.863203864 Chi2 =  0.105925746758
Init V =  -400.0 Fitted V =  -407.180696713 Chi2 =  0.131246307832
Init V =  -500.0 Fitted V =  -445.860995722 Chi2 =  0.105925709764
Init V =  -600.0 Fitted V =  -445.878199992 Chi2 =  0.105925580619
Init V =  0.0 Fitted V =  -68.785711244 Chi2 =  0.198533962383
Init V =  -100.0 Fitted V =  -68.7822821067 Chi2 =  0.198535095371
Init V =  -200.0 Fitted V =  -394.586987646 Chi2 =  0.133915272362
Init V =  -300.0 Fitted V =  -394.586630655 Chi2 =  0.133915062481
Init V =  -400.0 Fitted V =  -384.669411267 Chi2 =  0.100631060074
Init V =  -500.0 Fitted V =  -394.587092096 Chi2 =  0.133915327719
Init V =  -600.0 Fitted V =  -394.586444937 Chi2 =  0.13391486671
Init V =  0.0 Fitted V =  -384.950104433 Chi2 =  0.0791679675206
Init V =  -100.0 Fitted V =  -384.949974961 Chi2 =  0.0791680528869
Init V =  -200.0 Fitted V =  -384.949975011 Chi2 =  0.0791679217828
Init V =  -300.0 Fitted V =  -384.950089063 Chi2 =  0.0791679046789
Init V =  -400.0 Fitted V =  -384.95010373 Chi2 =  0.0791679506328
Init V =  -500.0 Fitted V =  -384.950142775 Chi2 =  0.0791681003953
Init V =  -600.0 Fitted V =  -384.950149703 Chi2 =  0.0791679163249
Init V =  0.0 Fitted V =  -359.850857522 Chi2 =  0.0883813763453
Init V =  -100.0 Fitted V =  -105.97893063 Chi2 =  0.349016907629
Init V =  -200.0 Fitted V =  -359.850807801 Chi2 =  0.0883813015111
Init V =  -300.0 Fitted V =  -359.851007566 Chi2 =  0.088381568189
Init V =  -400.0 Fitted V =  -359.85078215 Chi2 =  0.0883812693413
Init V =  -500.0 Fitted V =  -501.356284254 Chi2 =  0.354655347307
Init V =  -600.0 Fitted V =  -359.850945068 Chi2 =  0.0883815134619
Init V =  0.0 Fitted V =  -335.216781411 Chi2 =  0.0884564918735
Init V =  -100.0 Fitted V =  -335.216605554 Chi2 =  0.0884563047438
Init V =  -200.0 Fitted V =  -335.216768583 Chi2 =  0.0884564481931
Init V =  -300.0 Fitted V =  -335.216958735 Chi2 =  0.0884566199784
Init V =  -400.0 Fitted V =  -335.216839662 Chi2 =  0.0884565429777
Init V =  -500.0 Fitted V =  -335.216804797 Chi2 =  0.0884564611192
Init V =  -600.0 Fitted V =  -335.216765271 Chi2 =  0.0884564840102
Init V =  0.0 Fitted V =  2.44204488056 Chi2 =  1.53380424084
Init V =  -100.0 Fitted V =  -289.402761542 Chi2 =  0.17517125006
Init V =  -200.0 Fitted V =  -289.402907701 Chi2 =  0.175171324396
Init V =  -300.0 Fitted V =  -289.400316041 Chi2 =  0.175169261511
Init V =  -400.0 Fitted V =  -289.402517875 Chi2 =  0.175171018857
Init V =  -500.0 Fitted V =  -289.403010157 Chi2 =  0.175171411026
Init V =  -600.0 Fitted V =  -289.40294928 Chi2 =  0.175171380821
Init V =  0.0 Fitted V =  0.000882158349738 Chi2 =  0.492553250539
Init V =  -100.0 Fitted V =  -315.975973105 Chi2 =  0.161349975056
Init V =  -200.0 Fitted V =  -315.976108762 Chi2 =  0.161350149687
Init V =  -300.0 Fitted V =  -315.973277219 Chi2 =  0.161346152742
Init V =  -400.0 Fitted V =  -315.975450314 Chi2 =  0.161349242691
Init V =  -500.0 Fitted V =  -315.975690548 Chi2 =  0.161349526498
Init V =  -600.0 Fitted V =  -315.975949571 Chi2 =  0.161349897981
Init V =  0.0 Fitted V =  -299.91507079 Chi2 =  0.227550871872
Init V =  -100.0 Fitted V =  -299.914934087 Chi2 =  0.22755195249
Init V =  -200.0 Fitted V =  -299.915019737 Chi2 =  0.227551429755
Init V =  -300.0 Fitted V =  -299.915053998 Chi2 =  0.227550625736
Init V =  -400.0 Fitted V =  -299.914970042 Chi2 =  0.227551602896
Init V =  -500.0 Fitted V =  -299.915054396 Chi2 =  0.227550625476
Init V =  -600.0 Fitted V =  -299.915087151 Chi2 =  0.227550610565
Init V =  0.0 Fitted V =  -264.897736831 Chi2 =  0.397396900557
Init V =  -100.0 Fitted V =  -264.898096026 Chi2 =  0.397397774253
Init V =  -200.0 Fitted V =  -264.897755824 Chi2 =  0.39739698644
Init V =  -300.0 Fitted V =  -264.898064865 Chi2 =  0.397397743203
Init V =  -400.0 Fitted V =  -264.8980576 Chi2 =  0.397397664822
Init V =  -500.0 Fitted V =  -264.897480813 Chi2 =  0.397396294134
Init V =  -600.0 Fitted V =  -585.696196709 Chi2 =  2.96188853539
Init V =  0.0 Fitted V =  -268.521808027 Chi2 =  0.337213948457
Init V =  -100.0 Fitted V =  -268.521988227 Chi2 =  0.337214244281
Init V =  -200.0 Fitted V =  -268.521680239 Chi2 =  0.33721369912
Init V =  -300.0 Fitted V =  -268.521870345 Chi2 =  0.337214089878
Init V =  -400.0 Fitted V =  -268.522135569 Chi2 =  0.337214606792
Init V =  -500.0 Fitted V =  -268.5221461 Chi2 =  0.337214661896
Init V =  -600.0 Fitted V =  -268.522360348 Chi2 =  0.337215108024
Init V =  0.0 Fitted V =  -267.408753876 Chi2 =  0.324246881251
Init V =  -100.0 Fitted V =  -267.408737096 Chi2 =  0.324247142056
Init V =  -200.0 Fitted V =  -267.408740595 Chi2 =  0.324247119352
Init V =  -300.0 Fitted V =  -267.408757249 Chi2 =  0.324246779345
Init V =  -400.0 Fitted V =  -267.408747097 Chi2 =  0.324247009787
Init V =  -500.0 Fitted V =  -267.408769364 Chi2 =  0.324246703514
Init V =  -600.0 Fitted V =  -267.408770979 Chi2 =  0.324246583597
Init V =  0.0 Fitted V =  -21.4072484101 Chi2 =  1.53693740372
Init V =  -100.0 Fitted V =  -84.9975633383 Chi2 =  1.53112664398
Init V =  -200.0 Fitted V =  -241.27874373 Chi2 =  0.296852582866
Init V =  -300.0 Fitted V =  -241.278364743 Chi2 =  0.296852136688
Init V =  -400.0 Fitted V =  -241.278147362 Chi2 =  0.296851847407
Init V =  -500.0 Fitted V =  -497.968922342 Chi2 =  1.52061329085
Init V =  -600.0 Fitted V =  -601.818122022 Chi2 =  1.50855050135
Init V =  0.0 Fitted V =  33.0926952095 Chi2 =  1.1458632525
Init V =  -100.0 Fitted V =  -85.2650620948 Chi2 =  1.14179935798
Init V =  -200.0 Fitted V =  -247.337496595 Chi2 =  0.429796154209
Init V =  -300.0 Fitted V =  -247.343183743 Chi2 =  0.42980038337
Init V =  -400.0 Fitted V =  -247.342871659 Chi2 =  0.4298001628
Init V =  -500.0 Fitted V =  -497.989951606 Chi2 =  1.15655358522
Init V =  -600.0 Fitted V =  -606.111552729 Chi2 =  1.15488630418
Init V =  0.0 Fitted V =  -275.002360014 Chi2 =  0.405589038843
Init V =  -100.0 Fitted V =  -275.00343648 Chi2 =  0.405589283323
Init V =  -200.0 Fitted V =  -274.991726707 Chi2 =  0.405586319732
Init V =  -300.0 Fitted V =  -275.00243177 Chi2 =  0.405588993991
Init V =  -400.0 Fitted V =  -275.004184354 Chi2 =  0.405589506018
Init V =  -500.0 Fitted V =  -495.38376259 Chi2 =  1.20658179079
Init V =  -600.0 Fitted V =  -605.483668189 Chi2 =  1.20253487906
Init V =  0.0 Fitted V =  -32.1886347573 Chi2 =  2.10878695647
Init V =  -100.0 Fitted V =  -32.2722594806 Chi2 =  2.10877802727
Init V =  -200.0 Fitted V =  -261.412169489 Chi2 =  0.514542338862
Init V =  -300.0 Fitted V =  -261.412580911 Chi2 =  0.514541978146
Init V =  -400.0 Fitted V =  -261.412441597 Chi2 =  0.514542086137
Init V =  -500.0 Fitted V =  -498.110760442 Chi2 =  2.15601774814
Init V =  -600.0 Fitted V =  -617.630085427 Chi2 =  2.14200659799
Init V =  0.0 Fitted V =  -40.7062043641 Chi2 =  1.79912142864
Init V =  -100.0 Fitted V =  -256.73845702 Chi2 =  0.616760410273
Init V =  -200.0 Fitted V =  -256.738407846 Chi2 =  0.616760629532
Init V =  -300.0 Fitted V =  -256.738478141 Chi2 =  0.616760385978
Init V =  -400.0 Fitted V =  -256.738133954 Chi2 =  0.616761740038
Init V =  -500.0 Fitted V =  -256.738248057 Chi2 =  0.616761302608
Init V =  -600.0 Fitted V =  -616.618344402 Chi2 =  1.84334645179
Init V =  0.0 Fitted V =  -13.1707929352 Chi2 =  2.5789476172
Init V =  -100.0 Fitted V =  -13.1855326216 Chi2 =  2.578943311
Init V =  -200.0 Fitted V =  -237.279086784 Chi2 =  0.966709861774
Init V =  -300.0 Fitted V =  -237.279302706 Chi2 =  0.966709639838
Init V =  -400.0 Fitted V =  -237.279127706 Chi2 =  0.966709698888
Init V =  -500.0 Fitted V =  -499.758487639 Chi2 =  2.56510086378
Init V =  -600.0 Fitted V =  -608.82677622 Chi2 =  2.56067557898
Init V =  0.0 Fitted V =  -6.05000311323 Chi2 =  3.36680228438
Init V =  -100.0 Fitted V =  -263.625060497 Chi2 =  1.8247824147
Init V =  -200.0 Fitted V =  -234.807514435 Chi2 =  1.42039084375
Init V =  -300.0 Fitted V =  -263.625610159 Chi2 =  1.82478249367
Init V =  -400.0 Fitted V =  -419.387075172 Chi2 =  2.60283074639
Init V =  -500.0 Fitted V =  -495.689135588 Chi2 =  3.38727904359
Init V =  -600.0 Fitted V =  -559.747046023 Chi2 =  3.37125404404
Init V =  0.0 Fitted V =  -15.014330619 Chi2 =  3.5051270583
Init V =  -100.0 Fitted V =  -80.1648099775 Chi2 =  3.55850689034
Init V =  -200.0 Fitted V =  -242.408512751 Chi2 =  1.30313626023
Init V =  -300.0 Fitted V =  -242.408658714 Chi2 =  1.30313695219
Init V =  -400.0 Fitted V =  -418.522156753 Chi2 =  2.8188489828
Init V =  -500.0 Fitted V =  -498.884231372 Chi2 =  3.6032526264
Init V =  -600.0 Fitted V =  -562.324078082 Chi2 =  3.58076496656
Init V =  0.0 Fitted V =  -5.87122973167 Chi2 =  5.71413757252
Init V =  -100.0 Fitted V =  -235.783280749 Chi2 =  1.81054689337
Init V =  -200.0 Fitted V =  -235.783228646 Chi2 =  1.81054665869
Init V =  -300.0 Fitted V =  -235.783249517 Chi2 =  1.81054690465
Init V =  -400.0 Fitted V =  -235.783371902 Chi2 =  1.81054734362
Init V =  -500.0 Fitted V =  -503.143075266 Chi2 =  5.78901137087
Init V =  -600.0 Fitted V =  -606.469810462 Chi2 =  5.8126815345
Init V =  0.0 Fitted V =  -13.6733535374 Chi2 =  5.29042678655
Init V =  -100.0 Fitted V =  -232.075226217 Chi2 =  2.06595746074
Init V =  -200.0 Fitted V =  -232.075382031 Chi2 =  2.06595774091
Init V =  -300.0 Fitted V =  -232.075017912 Chi2 =  2.0659569682
Init V =  -400.0 Fitted V =  -421.414633703 Chi2 =  4.24172565178
Init V =  -500.0 Fitted V =  -498.458330567 Chi2 =  5.35913261866
Init V =  -600.0 Fitted V =  -662.69755588 Chi2 =  4.49991873576
Init V =  0.0 Fitted V =  -15.8568713202 Chi2 =  3.91532066009
Init V =  -100.0 Fitted V =  -15.8904516712 Chi2 =  3.9153196453
Init V =  -200.0 Fitted V =  -321.05682558 Chi2 =  2.17030485645
Init V =  -300.0 Fitted V =  -321.058101449 Chi2 =  2.17030483094
Init V =  -400.0 Fitted V =  -420.755900331 Chi2 =  2.39158529898
Init V =  -500.0 Fitted V =  -504.992462666 Chi2 =  3.97032708155
Init V =  -600.0 Fitted V =  -603.66988043 Chi2 =  3.97054965154
Init V =  0.0 Fitted V =  -48.8308132567 Chi2 =  3.96881405536
Init V =  -100.0 Fitted V =  -342.764837499 Chi2 =  2.49208187184
Init V =  -200.0 Fitted V =  -342.756372242 Chi2 =  2.4920822063
Init V =  -300.0 Fitted V =  -342.764158292 Chi2 =  2.49208148999
Init V =  -400.0 Fitted V =  -422.430132396 Chi2 =  2.17217273311
Init V =  -500.0 Fitted V =  -503.107387279 Chi2 =  4.2083453776
Init V =  -600.0 Fitted V =  -618.419377753 Chi2 =  4.09447725951
Init V =  0.0 Fitted V =  -22.7384562608 Chi2 =  1.94519311547
Init V =  -100.0 Fitted V =  -118.427140076 Chi2 =  2.39919908637
Init V =  -200.0 Fitted V =  -199.959382206 Chi2 =  2.41643380916
Init V =  -300.0 Fitted V =  -317.631624136 Chi2 =  2.46207179017
Init V =  -400.0 Fitted V =  -411.622141526 Chi2 =  2.69459400172
Init V =  -500.0 Fitted V =  -499.108197368 Chi2 =  2.92535277655
Init V =  -600.0 Fitted V =  -612.571621889 Chi2 =  2.80963293217
Init V =  0.0 Fitted V =  213.562258447 Chi2 =  1.18213095336
Init V =  -100.0 Fitted V =  -58.6559309531 Chi2 =  1.56712938471
Init V =  -200.0 Fitted V =  -209.853558599 Chi2 =  1.83522369179
Init V =  -300.0 Fitted V =  -279.317365561 Chi2 =  1.78021207546
Init V =  -400.0 Fitted V =  -420.078354141 Chi2 =  1.14134126884
Init V =  -500.0 Fitted V =  -469.245685379 Chi2 =  1.22183719316
Init V =  -600.0 Fitted V =  -469.256310714 Chi2 =  1.22183544355
Init V =  0.0 Fitted V =  219.496433219 Chi2 =  1.03389009084
Init V =  -100.0 Fitted V =  219.494736615 Chi2 =  1.03389013536
Init V =  -200.0 Fitted V =  -194.568543434 Chi2 =  1.4940974271
Init V =  -300.0 Fitted V =  -219.798117252 Chi2 =  1.50466324577
Init V =  -400.0 Fitted V =  -422.119459177 Chi2 =  1.08460539742
Init V =  -500.0 Fitted V =  -499.077245112 Chi2 =  1.07984757946
Init V =  -600.0 Fitted V =  -545.227721874 Chi2 =  1.08235208406
Init V =  0.0 Fitted V =  -52.7586464585 Chi2 =  1.46649294962
Init V =  -100.0 Fitted V =  -52.7539097866 Chi2 =  1.46649966992
Init V =  -200.0 Fitted V =  -213.808411675 Chi2 =  1.71369482148
Init V =  -300.0 Fitted V =  -273.896922173 Chi2 =  1.72294524813
Init V =  -400.0 Fitted V =  -475.901574766 Chi2 =  0.872531603163
Init V =  -500.0 Fitted V =  -475.904482408 Chi2 =  0.872533184248
Init V =  -600.0 Fitted V =  -475.901458572 Chi2 =  0.872532871051
Init V =  0.0 Fitted V =  248.881392401 Chi2 =  0.444224783218
Init V =  -100.0 Fitted V =  248.881041646 Chi2 =  0.444225070055
Init V =  -200.0 Fitted V =  -202.780952408 Chi2 =  1.11732498511
Init V =  -300.0 Fitted V =  -284.892224638 Chi2 =  1.079597813
Init V =  -400.0 Fitted V =  -426.769412033 Chi2 =  0.455036219681
Init V =  -500.0 Fitted V =  -426.768730201 Chi2 =  0.455034721877
Init V =  -600.0 Fitted V =  -426.769279262 Chi2 =  0.455035930976
Init V =  0.0 Fitted V =  -40.974431701 Chi2 =  1.09747426229
Init V =  -100.0 Fitted V =  -40.9711594291 Chi2 =  1.09747950701
Init V =  -200.0 Fitted V =  -211.157807903 Chi2 =  1.20705515921
Init V =  -300.0 Fitted V =  -428.643628774 Chi2 =  0.377401399886
Init V =  -400.0 Fitted V =  -428.644174324 Chi2 =  0.377402124661
Init V =  -500.0 Fitted V =  -428.644230768 Chi2 =  0.377402192207
Init V =  -600.0 Fitted V =  -590.478799901 Chi2 =  1.20691298381
Init V =  0.0 Fitted V =  -52.3403694105 Chi2 =  1.17587473352
Init V =  -100.0 Fitted V =  -52.3397375758 Chi2 =  1.17587512316
Init V =  -200.0 Fitted V =  -215.449290498 Chi2 =  1.27943628627
Init V =  -300.0 Fitted V =  -284.345249887 Chi2 =  1.28368969206
Init V =  -400.0 Fitted V =  -452.003438312 Chi2 =  0.444109377049
Init V =  -500.0 Fitted V =  -452.005979431 Chi2 =  0.444109966342
Init V =  -600.0 Fitted V =  -452.004080359 Chi2 =  0.444110349782
Init V =  0.0 Fitted V =  -44.3063658696 Chi2 =  1.17347304541
Init V =  -100.0 Fitted V =  -1477.98304457 Chi2 =  315.317269592
Init V =  -200.0 Fitted V =  -445.060778221 Chi2 =  0.320971879379
Init V =  -300.0 Fitted V =  -445.059632764 Chi2 =  0.320971382617
Init V =  -400.0 Fitted V =  -445.058052866 Chi2 =  0.320970769548
Init V =  -500.0 Fitted V =  -445.060717776 Chi2 =  0.320971862557
Init V =  -600.0 Fitted V =  -445.059967389 Chi2 =  0.320971832812
Init V =  0.0 Fitted V =  -31.4638411126 Chi2 =  1.81611019791
Init V =  -100.0 Fitted V =  -118.130194888 Chi2 =  1.85968054501
Init V =  -200.0 Fitted V =  -190.049670334 Chi2 =  1.85095567727
Init V =  -300.0 Fitted V =  -457.624933372 Chi2 =  0.337056917594
Init V =  -400.0 Fitted V =  -457.624962225 Chi2 =  0.337056916731
Init V =  -500.0 Fitted V =  -457.625064863 Chi2 =  0.337057147887
Init V =  -600.0 Fitted V =  -457.625113449 Chi2 =  0.337057438937
Init V =  0.0 Fitted V =  -41.6727802368 Chi2 =  1.44057285786
Init V =  -100.0 Fitted V =  207.202181094 Chi2 =  0.642045152535
Init V =  -200.0 Fitted V =  -176.731556655 Chi2 =  1.43272893603
Init V =  -300.0 Fitted V =  -484.884867275 Chi2 =  0.35534038976
Init V =  -400.0 Fitted V =  -484.883337339 Chi2 =  0.355340509596
Init V =  -500.0 Fitted V =  -484.885960032 Chi2 =  0.35534090215
Init V =  -600.0 Fitted V =  -484.884320846 Chi2 =  0.35534054731
Init V =  0.0 Fitted V =  87.5270189536 Chi2 =  0.602649150464
Init V =  -100.0 Fitted V =  87.1320616729 Chi2 =  0.60273664202
Init V =  -200.0 Fitted V =  -210.580454834 Chi2 =  1.17110048205
Init V =  -300.0 Fitted V =  -492.52396281 Chi2 =  0.328945033232
Init V =  -400.0 Fitted V =  -492.519462469 Chi2 =  0.328940355556
Init V =  -500.0 Fitted V =  -492.518593511 Chi2 =  0.328939478982
Init V =  -600.0 Fitted V =  -492.523180413 Chi2 =  0.328944230223
Init V =  0.0 Fitted V =  217.577364982 Chi2 =  0.706194387901
Init V =  -100.0 Fitted V =  -528.920453138 Chi2 =  0.261182768637
Init V =  -200.0 Fitted V =  -528.920254313 Chi2 =  0.261182831946
Init V =  -300.0 Fitted V =  -528.919718978 Chi2 =  0.261183001355
Init V =  -400.0 Fitted V =  -528.919744424 Chi2 =  0.261182993217
Init V =  -500.0 Fitted V =  -528.920169402 Chi2 =  0.261182832074
Init V =  -600.0 Fitted V =  -528.919300522 Chi2 =  0.261183137512
Init V =  0.0 Fitted V =  202.544953072 Chi2 =  1.44941783818
Init V =  -100.0 Fitted V =  -555.957116725 Chi2 =  0.353273200508
Init V =  -200.0 Fitted V =  -204.861329087 Chi2 =  2.10824841015
Init V =  -300.0 Fitted V =  -293.164704371 Chi2 =  2.37822889437
Init V =  -400.0 Fitted V =  -555.956927547 Chi2 =  0.353273335609
Init V =  -500.0 Fitted V =  -555.957738704 Chi2 =  0.35327275275
Init V =  -600.0 Fitted V =  -555.961422161 Chi2 =  0.353270141968
Init V =  0.0 Fitted V =  201.301659584 Chi2 =  0.585296729661
Init V =  -100.0 Fitted V =  201.301943556 Chi2 =  0.585296702701
Init V =  -200.0 Fitted V =  -206.046429095 Chi2 =  1.29182128962
Init V =  -300.0 Fitted V =  -566.415570499 Chi2 =  0.306560152548
Init V =  -400.0 Fitted V =  -566.415335088 Chi2 =  0.306560297558
Init V =  -500.0 Fitted V =  -566.415934966 Chi2 =  0.30655994659
Init V =  -600.0 Fitted V =  -566.432202268 Chi2 =  0.306550810692
Init V =  0.0 Fitted V =  139.335284574 Chi2 =  0.527559953035
Init V =  -100.0 Fitted V =  -550.222750169 Chi2 =  0.250319252067
Init V =  -200.0 Fitted V =  -550.223464947 Chi2 =  0.250319122019
Init V =  -300.0 Fitted V =  -550.222939825 Chi2 =  0.250319216014
Init V =  -400.0 Fitted V =  -550.222731778 Chi2 =  0.250319253942
Init V =  -500.0 Fitted V =  -550.221105638 Chi2 =  0.250319544694
Init V =  -600.0 Fitted V =  -550.232379299 Chi2 =  0.250317536785
Init V =  0.0 Fitted V =  188.690634548 Chi2 =  0.847231684455
Init V =  -100.0 Fitted V =  928.689239183 Chi2 =  320.735429854
Init V =  -200.0 Fitted V =  -544.198923567 Chi2 =  0.24684800692
Init V =  -300.0 Fitted V =  -544.198968071 Chi2 =  0.246847943447
Init V =  -400.0 Fitted V =  -544.199239185 Chi2 =  0.246847580037
Init V =  -500.0 Fitted V =  -544.198876751 Chi2 =  0.246848069341
Init V =  -600.0 Fitted V =  -544.199161987 Chi2 =  0.246847682413
Init V =  0.0 Fitted V =  978.909099181 Chi2 =  320.672989597
Init V =  -100.0 Fitted V =  978.998760688 Chi2 =  320.673517538
Init V =  -200.0 Fitted V =  -509.487415992 Chi2 =  0.207246318779
Init V =  -300.0 Fitted V =  -283.86626348 Chi2 =  1.18111167789
Init V =  -400.0 Fitted V =  -509.487387455 Chi2 =  0.207246338238
Init V =  -500.0 Fitted V =  -509.487177414 Chi2 =  0.207246512925
Init V =  -600.0 Fitted V =  -509.486957338 Chi2 =  0.207246703807
Init V =  0.0 Fitted V =  2.84643672787 Chi2 =  1.68425778589
Init V =  -100.0 Fitted V =  -1016.27592358 Chi2 =  316.62204297
Init V =  -200.0 Fitted V =  -475.772479154 Chi2 =  0.164108058541
Init V =  -300.0 Fitted V =  -475.772124195 Chi2 =  0.164108523344
Init V =  -400.0 Fitted V =  -475.772174543 Chi2 =  0.164108466149
Init V =  -500.0 Fitted V =  -475.772140554 Chi2 =  0.164108509981
Init V =  -600.0 Fitted V =  -475.772467366 Chi2 =  0.164108076733
Init V =  0.0 Fitted V =  -10.7081337836 Chi2 =  2.11992637218
Init V =  -100.0 Fitted V =  -72.8095960515 Chi2 =  2.35677079742
Init V =  -200.0 Fitted V =  -470.797492623 Chi2 =  0.129301565063
Init V =  -300.0 Fitted V =  -470.797497508 Chi2 =  0.129301642445
Init V =  -400.0 Fitted V =  -470.797460354 Chi2 =  0.129301391652
Init V =  -500.0 Fitted V =  -470.797465136 Chi2 =  0.129301395787
Init V =  -600.0 Fitted V =  -470.797471576 Chi2 =  0.129301422219
Init V =  0.0 Fitted V =  -442.401583798 Chi2 =  0.141978990184
Init V =  -100.0 Fitted V =  -442.401669015 Chi2 =  0.14197918541
Init V =  -200.0 Fitted V =  -442.401791896 Chi2 =  0.141979437079
Init V =  -300.0 Fitted V =  -442.401753618 Chi2 =  0.141979354776
Init V =  -400.0 Fitted V =  -442.401694675 Chi2 =  0.141979237114
Init V =  -500.0 Fitted V =  -442.401730564 Chi2 =  0.14197930458
Init V =  -600.0 Fitted V =  -442.401574671 Chi2 =  0.141978977873
Init V =  0.0 Fitted V =  -411.12967319 Chi2 =  0.129247359771
Init V =  -100.0 Fitted V =  -425.551275844 Chi2 =  0.610687844855
Init V =  -200.0 Fitted V =  -411.129581386 Chi2 =  0.129247195205
Init V =  -300.0 Fitted V =  -411.129716102 Chi2 =  0.129247437441
Init V =  -400.0 Fitted V =  -411.129897787 Chi2 =  0.129247769329
Init V =  -500.0 Fitted V =  -411.129546197 Chi2 =  0.129247125037
Init V =  -600.0 Fitted V =  -411.129605105 Chi2 =  0.129247235307
Init V =  0.0 Fitted V =  -19.3385125819 Chi2 =  0.213748463099
Init V =  -100.0 Fitted V =  -19.7434018871 Chi2 =  0.213739117653
Init V =  -200.0 Fitted V =  -408.140061886 Chi2 =  0.117287639825
Init V =  -300.0 Fitted V =  -408.140057261 Chi2 =  0.117287734157
Init V =  -400.0 Fitted V =  -408.141001836 Chi2 =  0.117285947257
Init V =  -500.0 Fitted V =  -408.140179659 Chi2 =  0.117287467489
Init V =  -600.0 Fitted V =  -408.140189082 Chi2 =  0.117287515499
Init V =  0.0 Fitted V =  -392.357571478 Chi2 =  0.0983905367166
Init V =  -100.0 Fitted V =  -392.358102886 Chi2 =  0.0983899837596
Init V =  -200.0 Fitted V =  -392.35754444 Chi2 =  0.0983905393991
Init V =  -300.0 Fitted V =  -392.358019821 Chi2 =  0.0983900562299
Init V =  -400.0 Fitted V =  -392.357710103 Chi2 =  0.0983903841321
Init V =  -500.0 Fitted V =  -392.357643354 Chi2 =  0.0983904583948
Init V =  -600.0 Fitted V =  -392.35781415 Chi2 =  0.0983902484031
Init V =  0.0 Fitted V =  -8.98574526823 Chi2 =  0.492309301922
Init V =  -100.0 Fitted V =  -369.706560064 Chi2 =  0.0832980912139
Init V =  -200.0 Fitted V =  -369.706703224 Chi2 =  0.0832981391289
Init V =  -300.0 Fitted V =  -369.706761878 Chi2 =  0.0832981610421
Init V =  -400.0 Fitted V =  -369.706694351 Chi2 =  0.0832981319216
Init V =  -500.0 Fitted V =  -369.70657179 Chi2 =  0.0832980786237
Init V =  -600.0 Fitted V =  -369.707152472 Chi2 =  0.0832983028628
Init V =  0.0 Fitted V =  -6.94078653194 Chi2 =  0.99298335477
Init V =  -100.0 Fitted V =  -353.651649024 Chi2 =  0.131272328181
Init V =  -200.0 Fitted V =  -353.652107308 Chi2 =  0.131272765157
Init V =  -300.0 Fitted V =  -353.652080358 Chi2 =  0.131272760989
Init V =  -400.0 Fitted V =  -353.652110995 Chi2 =  0.131272768872
Init V =  -500.0 Fitted V =  -353.651664159 Chi2 =  0.131272313423
Init V =  -600.0 Fitted V =  -353.651947609 Chi2 =  0.131272598527
Init V =  0.0 Fitted V =  7.09279557775 Chi2 =  2.71606358059
Init V =  -100.0 Fitted V =  -113.917353185 Chi2 =  2.71504237605
Init V =  -200.0 Fitted V =  -326.424581763 Chi2 =  0.181509730423
Init V =  -300.0 Fitted V =  -326.424787492 Chi2 =  0.18151005472
Init V =  -400.0 Fitted V =  -326.424591112 Chi2 =  0.181509722017
Init V =  -500.0 Fitted V =  -503.146926853 Chi2 =  2.72780503288
Init V =  -600.0 Fitted V =  -583.707678644 Chi2 =  2.72795160941
Init V =  0.0 Fitted V =  2.97810723716 Chi2 =  3.43015972627
Init V =  -100.0 Fitted V =  -330.484107816 Chi2 =  0.235253121936
Init V =  -200.0 Fitted V =  -330.484266831 Chi2 =  0.235253684282
Init V =  -300.0 Fitted V =  -330.484263425 Chi2 =  0.235253729182
Init V =  -400.0 Fitted V =  -330.484149361 Chi2 =  0.235253273162
Init V =  -500.0 Fitted V =  -504.551777932 Chi2 =  3.44759750192
Init V =  -600.0 Fitted V =  -330.484119567 Chi2 =  0.235253168464
Init V =  0.0 Fitted V =  -332.668287591 Chi2 =  0.34671412412
Init V =  -100.0 Fitted V =  -332.668462261 Chi2 =  0.34671367209
Init V =  -200.0 Fitted V =  -332.66821908 Chi2 =  0.346714404829
Init V =  -300.0 Fitted V =  -332.668235193 Chi2 =  0.346714406759
Init V =  -400.0 Fitted V =  -332.668421292 Chi2 =  0.346713811725
Init V =  -500.0 Fitted V =  -332.66846009 Chi2 =  0.34671366842
Init V =  -600.0 Fitted V =  -332.668468279 Chi2 =  0.346713630831
Init V =  0.0 Fitted V =  -15.3506646473 Chi2 =  1.62334932296
Init V =  -100.0 Fitted V =  -293.779254898 Chi2 =  0.246271255797
Init V =  -200.0 Fitted V =  -293.779278608 Chi2 =  0.24627127957
Init V =  -300.0 Fitted V =  -293.779260862 Chi2 =  0.246271209428
Init V =  -400.0 Fitted V =  -293.779302521 Chi2 =  0.246271271941
Init V =  -500.0 Fitted V =  -293.77944604 Chi2 =  0.246271977832
Init V =  -600.0 Fitted V =  -594.209088182 Chi2 =  1.61742381164
Init V =  0.0 Fitted V =  -8.39756271012 Chi2 =  2.68576978048
Init V =  -100.0 Fitted V =  -257.201570956 Chi2 =  0.425285484729
Init V =  -200.0 Fitted V =  -257.201625306 Chi2 =  0.425285615306
Init V =  -300.0 Fitted V =  -257.201566985 Chi2 =  0.425285470263
Init V =  -400.0 Fitted V =  -257.201577218 Chi2 =  0.425285516022
Init V =  -500.0 Fitted V =  -257.201545472 Chi2 =  0.425285389454
Init V =  -600.0 Fitted V =  -257.201534577 Chi2 =  0.425285377577
Init V =  0.0 Fitted V =  -15.1371812795 Chi2 =  1.90886962259
Init V =  -100.0 Fitted V =  -268.539987805 Chi2 =  0.471231471419
Init V =  -200.0 Fitted V =  -268.539971326 Chi2 =  0.471231469153
Init V =  -300.0 Fitted V =  -268.539852315 Chi2 =  0.471231133261
Init V =  -400.0 Fitted V =  -268.540056354 Chi2 =  0.471231714554
Init V =  -500.0 Fitted V =  -268.539925237 Chi2 =  0.471231331447
Init V =  -600.0 Fitted V =  -268.540009824 Chi2 =  0.471231596717
Init V =  0.0 Fitted V =  -63.0438787081 Chi2 =  1.7143200519
Init V =  -100.0 Fitted V =  -63.1790674396 Chi2 =  1.71426287298
Init V =  -200.0 Fitted V =  -263.817598866 Chi2 =  0.406257028658
Init V =  -300.0 Fitted V =  -263.817500928 Chi2 =  0.406256884787
Init V =  -400.0 Fitted V =  -263.817635652 Chi2 =  0.406257046329
Init V =  -500.0 Fitted V =  -510.018291682 Chi2 =  1.71435183305
Init V =  -600.0 Fitted V =  -599.84375449 Chi2 =  1.71398807236
Init V =  0.0 Fitted V =  -9.51770316255 Chi2 =  0.973494919925
Init V =  -100.0 Fitted V =  -246.529070806 Chi2 =  0.351518808015
Init V =  -200.0 Fitted V =  -246.529324912 Chi2 =  0.351519266127
Init V =  -300.0 Fitted V =  -246.528969695 Chi2 =  0.351518405557
Init V =  -400.0 Fitted V =  -246.529227608 Chi2 =  0.351519339536
Init V =  -500.0 Fitted V =  -503.855429968 Chi2 =  0.983248003597
Init V =  -600.0 Fitted V =  -573.30915069 Chi2 =  0.979799632737
Init V =  0.0 Fitted V =  -19.0449451343 Chi2 =  1.21348197223
Init V =  -100.0 Fitted V =  -241.455356262 Chi2 =  0.480003091446
Init V =  -200.0 Fitted V =  -241.454629476 Chi2 =  0.480002366225
Init V =  -300.0 Fitted V =  -241.455144275 Chi2 =  0.48000292312
Init V =  -400.0 Fitted V =  -420.506230126 Chi2 =  0.987685654437
Init V =  -500.0 Fitted V =  -501.15889825 Chi2 =  1.25957368055
Init V =  -600.0 Fitted V =  -559.758445715 Chi2 =  1.24823131825
Init V =  0.0 Fitted V =  -17.1773099358 Chi2 =  1.85993492644
Init V =  -100.0 Fitted V =  -79.4429581903 Chi2 =  1.856294904
Init V =  -200.0 Fitted V =  -259.418044715 Chi2 =  0.605327288313
Init V =  -300.0 Fitted V =  -259.418749575 Chi2 =  0.605328564792
Init V =  -400.0 Fitted V =  -259.418738754 Chi2 =  0.605328554185
Init V =  -500.0 Fitted V =  -259.418293544 Chi2 =  0.605327702475
Init V =  -600.0 Fitted V =  -259.418264625 Chi2 =  0.605327641639
Init V =  0.0 Fitted V =  -15.024214536 Chi2 =  2.73154806729
Init V =  -100.0 Fitted V =  -83.1999181326 Chi2 =  2.75724368946
Init V =  -200.0 Fitted V =  -252.319917433 Chi2 =  0.876454253297
Init V =  -300.0 Fitted V =  -252.320063986 Chi2 =  0.876453903247
Init V =  -400.0 Fitted V =  -422.710505158 Chi2 =  2.32213169845
Init V =  -500.0 Fitted V =  -500.856275221 Chi2 =  2.81853964557
Init V =  -600.0 Fitted V =  -598.663071914 Chi2 =  2.81106997545
Init V =  0.0 Fitted V =  -8.68325046601 Chi2 =  3.77568377338
Init V =  -100.0 Fitted V =  -239.177847677 Chi2 =  1.19709706311
Init V =  -200.0 Fitted V =  -239.177769527 Chi2 =  1.19709709548
Init V =  -300.0 Fitted V =  -239.177784981 Chi2 =  1.19709733607
Init V =  -400.0 Fitted V =  -422.385697284 Chi2 =  3.12474804316
Init V =  -500.0 Fitted V =  -239.177753102 Chi2 =  1.19709723618
Init V =  -600.0 Fitted V =  -607.780363965 Chi2 =  3.80416879214
Init V =  0.0 Fitted V =  -11.4958202888 Chi2 =  3.68530872603
Init V =  -100.0 Fitted V =  -73.8209833774 Chi2 =  3.75833456571
Init V =  -200.0 Fitted V =  -252.317920736 Chi2 =  1.52181918653
Init V =  -300.0 Fitted V =  -252.318007763 Chi2 =  1.52182017799
Init V =  -400.0 Fitted V =  -252.317911883 Chi2 =  1.5218191301
Init V =  -500.0 Fitted V =  -496.323878461 Chi2 =  3.72715142036
Init V =  -600.0 Fitted V =  -613.355524042 Chi2 =  3.70214235455
Init V =  0.0 Fitted V =  -20.2944973075 Chi2 =  3.91016353966
Init V =  -100.0 Fitted V =  -79.664855545 Chi2 =  3.93219034172
Init V =  -200.0 Fitted V =  -245.461832739 Chi2 =  1.62566509506
Init V =  -300.0 Fitted V =  -245.46141832 Chi2 =  1.62566465497
Init V =  -400.0 Fitted V =  -417.578518477 Chi2 =  2.9333030335
Init V =  -500.0 Fitted V =  -495.832700647 Chi2 =  3.93453621267
Init V =  -600.0 Fitted V =  -609.643027762 Chi2 =  3.99659825529
Init V =  0.0 Fitted V =  -0.36833260642 Chi2 =  3.87490157835
Init V =  -100.0 Fitted V =  -244.791490009 Chi2 =  1.11071737184
Init V =  -200.0 Fitted V =  -244.791579093 Chi2 =  1.11071722612
Init V =  -300.0 Fitted V =  -244.791456079 Chi2 =  1.11071699026
Init V =  -400.0 Fitted V =  -244.79155246 Chi2 =  1.11071770003
Init V =  -500.0 Fitted V =  -495.645966652 Chi2 =  3.92286550879
Init V =  -600.0 Fitted V =  -613.807350752 Chi2 =  3.91300507596
Init V =  0.0 Fitted V =  -11.2276379924 Chi2 =  5.2984028103
Init V =  -100.0 Fitted V =  -65.474926635 Chi2 =  5.29507850034
Init V =  -200.0 Fitted V =  -248.20618603 Chi2 =  2.20079215099
Init V =  -300.0 Fitted V =  -248.205947599 Chi2 =  2.20079162892
Init V =  -400.0 Fitted V =  -248.205923309 Chi2 =  2.20079158621
Init V =  -500.0 Fitted V =  -498.608405164 Chi2 =  5.39009273334
Init V =  -600.0 Fitted V =  -608.189857576 Chi2 =  5.37200651079
Init V =  0.0 Fitted V =  -4.62816229904 Chi2 =  3.66736406863
Init V =  -100.0 Fitted V =  -4.62766952897 Chi2 =  3.66736458726
Init V =  -200.0 Fitted V =  -309.50913826 Chi2 =  2.45108342807
Init V =  -300.0 Fitted V =  -309.50933633 Chi2 =  2.45108338901
Init V =  -400.0 Fitted V =  -422.198129028 Chi2 =  2.09889696626
Init V =  -500.0 Fitted V =  -503.895766853 Chi2 =  3.82690594923
Init V =  -600.0 Fitted V =  -611.370217337 Chi2 =  3.83387489533
Init V =  0.0 Fitted V =  -6.71289539046 Chi2 =  3.88259391663
Init V =  -100.0 Fitted V =  -342.525739643 Chi2 =  2.41671871165
Init V =  -200.0 Fitted V =  -342.525691041 Chi2 =  2.41671858071
Init V =  -300.0 Fitted V =  -342.525137003 Chi2 =  2.41671829606
Init V =  -400.0 Fitted V =  -422.845317549 Chi2 =  2.16179376349
Init V =  -500.0 Fitted V =  -499.910416465 Chi2 =  4.02438468151
Init V =  -600.0 Fitted V =  -342.546522376 Chi2 =  2.41671581489
Init V =  0.0 Fitted V =  39.8036916601 Chi2 =  4.84784688784
Init V =  -100.0 Fitted V =  -86.8938110539 Chi2 =  5.0360976621
Init V =  -200.0 Fitted V =  -215.271536683 Chi2 =  4.78027454302
Init V =  -300.0 Fitted V =  -418.117191986 Chi2 =  2.99325521542
Init V =  -400.0 Fitted V =  -418.117467822 Chi2 =  2.9932546357
Init V =  -500.0 Fitted V =  -501.096780375 Chi2 =  5.73861617714
Init V =  -600.0 Fitted V =  -607.060769236 Chi2 =  5.61998981814
Init V =  0.0 Fitted V =  222.311296821 Chi2 =  0.624657743422
Init V =  -100.0 Fitted V =  -53.0262387631 Chi2 =  0.947450220306
Init V =  -200.0 Fitted V =  -198.837866913 Chi2 =  1.21764071141
Init V =  -300.0 Fitted V =  -285.768681415 Chi2 =  1.18496632147
Init V =  -400.0 Fitted V =  -451.429494818 Chi2 =  0.882275186855
Init V =  -500.0 Fitted V =  -451.43271327 Chi2 =  0.882275082099
Init V =  -600.0 Fitted V =  -451.40874663 Chi2 =  0.882275894582
Init V =  0.0 Fitted V =  39.3865414026 Chi2 =  0.885120979339
Init V =  -100.0 Fitted V =  -51.7550147443 Chi2 =  0.885652140544
Init V =  -200.0 Fitted V =  -206.812067066 Chi2 =  1.10037445023
Init V =  -300.0 Fitted V =  -272.609639595 Chi2 =  1.10330173324
Init V =  -400.0 Fitted V =  -423.419140101 Chi2 =  0.691742360443
Init V =  -500.0 Fitted V =  -460.347501854 Chi2 =  0.852894917248
Init V =  -600.0 Fitted V =  -608.942382537 Chi2 =  1.14012879928
Init V =  0.0 Fitted V =  -42.8492747593 Chi2 =  0.849863970313
Init V =  -100.0 Fitted V =  -42.8472932327 Chi2 =  0.849865605569
Init V =  -200.0 Fitted V =  -184.791147394 Chi2 =  1.06778200137
Init V =  -300.0 Fitted V =  -278.88878557 Chi2 =  1.07837831722
Init V =  -400.0 Fitted V =  -429.21562935 Chi2 =  0.664526961836
Init V =  -500.0 Fitted V =  -429.21527519 Chi2 =  0.664526731232
Init V =  -600.0 Fitted V =  -429.215068511 Chi2 =  0.664526593249
Init V =  0.0 Fitted V =  163.042327284 Chi2 =  0.694172428736
Init V =  -100.0 Fitted V =  163.042367997 Chi2 =  0.694172595572
Init V =  -200.0 Fitted V =  163.040796406 Chi2 =  0.694170666018
Init V =  -300.0 Fitted V =  -286.576404111 Chi2 =  1.17742710577
Init V =  -400.0 Fitted V =  -479.104385408 Chi2 =  0.670119987547
Init V =  -500.0 Fitted V =  -479.102899373 Chi2 =  0.670119987492
Init V =  -600.0 Fitted V =  -479.087505231 Chi2 =  0.670119979361
Init V =  0.0 Fitted V =  -30.5989628285 Chi2 =  0.803346198395
Init V =  -100.0 Fitted V =  -30.5994524503 Chi2 =  0.803346682458
Init V =  -200.0 Fitted V =  -429.032426966 Chi2 =  0.689568023493
Init V =  -300.0 Fitted V =  -302.576575413 Chi2 =  0.977502064836
Init V =  -400.0 Fitted V =  -422.885456698 Chi2 =  0.480038001086
Init V =  -500.0 Fitted V =  -422.885514828 Chi2 =  0.480038147167
Init V =  -600.0 Fitted V =  -429.032208902 Chi2 =  0.68956765211
Init V =  0.0 Fitted V =  -47.447468095 Chi2 =  0.835904745449
Init V =  -100.0 Fitted V =  -47.4475017656 Chi2 =  0.83590479183
Init V =  -200.0 Fitted V =  -209.425731016 Chi2 =  0.881784016777
Init V =  -300.0 Fitted V =  -445.280627933 Chi2 =  0.359465055004
Init V =  -400.0 Fitted V =  -445.271505133 Chi2 =  0.359461808156
Init V =  -500.0 Fitted V =  -445.281883002 Chi2 =  0.359465482387
Init V =  -600.0 Fitted V =  -445.280233976 Chi2 =  0.359464868767
Init V =  0.0 Fitted V =  220.09866621 Chi2 =  0.581891020509
Init V =  -100.0 Fitted V =  220.100438502 Chi2 =  0.581891924035
Init V =  -200.0 Fitted V =  -202.384588485 Chi2 =  1.19411121893
Init V =  -300.0 Fitted V =  -296.041410502 Chi2 =  1.21185826286
Init V =  -400.0 Fitted V =  -469.039157548 Chi2 =  0.412077648402
Init V =  -500.0 Fitted V =  -469.039094917 Chi2 =  0.412077527965
Init V =  -600.0 Fitted V =  -469.041576536 Chi2 =  0.412082221048
Init V =  0.0 Fitted V =  -45.5153551491 Chi2 =  1.1934378718
Init V =  -100.0 Fitted V =  -45.5185239087 Chi2 =  1.19343097118
Init V =  -200.0 Fitted V =  -156.999966958 Chi2 =  1.21610436554
Init V =  -300.0 Fitted V =  -269.418491007 Chi2 =  1.22611437291
Init V =  -400.0 Fitted V =  -458.042943725 Chi2 =  0.335373347079
Init V =  -500.0 Fitted V =  -458.042097105 Chi2 =  0.335373948909
Init V =  -600.0 Fitted V =  -594.178468208 Chi2 =  1.24873814979
Init V =  0.0 Fitted V =  86.3200878711 Chi2 =  0.728692217651
Init V =  -100.0 Fitted V =  -497.293332036 Chi2 =  0.363135493445
Init V =  -200.0 Fitted V =  -497.293020165 Chi2 =  0.363135471411
Init V =  -300.0 Fitted V =  -497.292404509 Chi2 =  0.363135579529
Init V =  -400.0 Fitted V =  -497.292321486 Chi2 =  0.363135453909
Init V =  -500.0 Fitted V =  -497.293439603 Chi2 =  0.363135364604
Init V =  -600.0 Fitted V =  -497.293146477 Chi2 =  0.363135451972
Init V =  0.0 Fitted V =  -26.9242877757 Chi2 =  1.16617372927
Init V =  -100.0 Fitted V =  211.142146432 Chi2 =  0.589352155562
Init V =  -200.0 Fitted V =  -151.514241718 Chi2 =  1.20107434668
Init V =  -300.0 Fitted V =  -296.377944567 Chi2 =  1.24784974148
Init V =  -400.0 Fitted V =  -487.558330213 Chi2 =  0.289519215855
Init V =  -500.0 Fitted V =  -487.560322705 Chi2 =  0.289518985989
Init V =  -600.0 Fitted V =  -487.558158763 Chi2 =  0.289519240645
Init V =  0.0 Fitted V =  -11.0744643841 Chi2 =  1.76125206207
Init V =  -100.0 Fitted V =  -516.756493753 Chi2 =  0.386692360137
Init V =  -200.0 Fitted V =  -203.207885727 Chi2 =  2.03043220418
Init V =  -300.0 Fitted V =  -313.389310622 Chi2 =  2.0414183603
Init V =  -400.0 Fitted V =  -516.756811463 Chi2 =  0.38669207603
Init V =  -500.0 Fitted V =  -516.756653776 Chi2 =  0.386692218006
Init V =  -600.0 Fitted V =  -516.757212733 Chi2 =  0.386691716562
Init V =  0.0 Fitted V =  -10.6652915771 Chi2 =  2.98134571548
Init V =  -100.0 Fitted V =  -536.265302939 Chi2 =  0.394369047726
Init V =  -200.0 Fitted V =  -536.26557212 Chi2 =  0.394368501697
Init V =  -300.0 Fitted V =  -536.265235699 Chi2 =  0.3943691932
Init V =  -400.0 Fitted V =  -536.265554572 Chi2 =  0.394368541239
Init V =  -500.0 Fitted V =  -536.265174292 Chi2 =  0.394369322326
Init V =  -600.0 Fitted V =  -536.265433522 Chi2 =  0.394368797576
Init V =  0.0 Fitted V =  210.415511638 Chi2 =  0.854244739093
Init V =  -100.0 Fitted V =  -508.741556099 Chi2 =  0.306825973488
Init V =  -200.0 Fitted V =  -508.74171759 Chi2 =  0.306825953198
Init V =  -300.0 Fitted V =  -508.742235625 Chi2 =  0.306825832868
Init V =  -400.0 Fitted V =  -508.741883297 Chi2 =  0.306825895587
Init V =  -500.0 Fitted V =  -508.743286146 Chi2 =  0.306825646352
Init V =  -600.0 Fitted V =  -508.741738728 Chi2 =  0.306825950275
Init V =  0.0 Fitted V =  231.709997496 Chi2 =  0.730192778856
Init V =  -100.0 Fitted V =  -483.766064907 Chi2 =  0.412259935006
Init V =  -200.0 Fitted V =  -483.765523376 Chi2 =  0.412259877833
Init V =  -300.0 Fitted V =  -483.766294697 Chi2 =  0.412259870477
Init V =  -400.0 Fitted V =  -483.765893447 Chi2 =  0.412259858591
Init V =  -500.0 Fitted V =  -483.766116929 Chi2 =  0.412259878517
Init V =  -600.0 Fitted V =  -483.766082572 Chi2 =  0.412259880857
Init V =  0.0 Fitted V =  229.454002152 Chi2 =  0.710496467013
Init V =  -100.0 Fitted V =  -509.364969087 Chi2 =  0.43266300426
Init V =  -200.0 Fitted V =  -178.507091192 Chi2 =  1.35389720615
Init V =  -300.0 Fitted V =  -295.322497442 Chi2 =  1.37623132933
Init V =  -400.0 Fitted V =  -509.364592407 Chi2 =  0.432663045867
Init V =  -500.0 Fitted V =  -509.364752151 Chi2 =  0.432663005319
Init V =  -600.0 Fitted V =  -509.366707812 Chi2 =  0.432662687521
Init V =  0.0 Fitted V =  -12.5457191651 Chi2 =  1.31433475829
Init V =  -100.0 Fitted V =  -87.755689539 Chi2 =  1.44976422306
Init V =  -200.0 Fitted V =  -223.89629013 Chi2 =  1.45293691452
Init V =  -300.0 Fitted V =  -509.173597512 Chi2 =  0.181297160396
Init V =  -400.0 Fitted V =  -509.173691273 Chi2 =  0.181297123456
Init V =  -500.0 Fitted V =  -509.173588515 Chi2 =  0.181297138425
Init V =  -600.0 Fitted V =  -509.173499618 Chi2 =  0.181297184745
Init V =  0.0 Fitted V =  -983.624904571 Chi2 =  316.356406759
Init V =  -100.0 Fitted V =  -983.610703506 Chi2 =  316.356479148
Init V =  -200.0 Fitted V =  -210.278141519 Chi2 =  1.08074636137
Init V =  -300.0 Fitted V =  -489.163119339 Chi2 =  0.135899193402
Init V =  -400.0 Fitted V =  -489.16312718 Chi2 =  0.135899198876
Init V =  -500.0 Fitted V =  -489.163178363 Chi2 =  0.135899226368
Init V =  -600.0 Fitted V =  -489.16308653 Chi2 =  0.135899160032
Init V =  0.0 Fitted V =  -320.670784377 Chi2 =  0.627625708593
Init V =  -100.0 Fitted V =  -483.16871019 Chi2 =  0.148299370268
Init V =  -200.0 Fitted V =  -320.659846099 Chi2 =  0.6276271349
Init V =  -300.0 Fitted V =  -288.43451977 Chi2 =  1.45160757109
Init V =  -400.0 Fitted V =  -483.168670577 Chi2 =  0.14829946794
Init V =  -500.0 Fitted V =  -483.168583405 Chi2 =  0.148299688993
Init V =  -600.0 Fitted V =  -483.168704174 Chi2 =  0.148299391124
Init V =  0.0 Fitted V =  -8.18056541734 Chi2 =  2.47696710005
Init V =  -100.0 Fitted V =  -506.627873769 Chi2 =  0.292329660912
Init V =  -200.0 Fitted V =  -199.952449765 Chi2 =  2.739127574
Init V =  -300.0 Fitted V =  -310.625637196 Chi2 =  2.7399893019
Init V =  -400.0 Fitted V =  -506.627647754 Chi2 =  0.292330085737
Init V =  -500.0 Fitted V =  -506.627662872 Chi2 =  0.292330059663
Init V =  -600.0 Fitted V =  -506.62775908 Chi2 =  0.292329877687
Init V =  0.0 Fitted V =  -510.471699553 Chi2 =  319.809278777
Init V =  -100.0 Fitted V =  -510.598889098 Chi2 =  319.809358729
Init V =  -200.0 Fitted V =  -469.16344351 Chi2 =  0.153596989625
Init V =  -300.0 Fitted V =  -469.163320027 Chi2 =  0.153596782979
Init V =  -400.0 Fitted V =  -469.162244534 Chi2 =  0.1535949854
Init V =  -500.0 Fitted V =  -469.163533451 Chi2 =  0.1535971449
Init V =  -600.0 Fitted V =  -469.163266278 Chi2 =  0.153596687467
Init V =  0.0 Fitted V =  -42.7355437583 Chi2 =  0.833005631657
Init V =  -100.0 Fitted V =  -170.317236176 Chi2 =  0.58950635216
Init V =  -200.0 Fitted V =  -170.668757053 Chi2 =  0.589493076783
Init V =  -300.0 Fitted V =  -434.619226587 Chi2 =  0.101644346823
Init V =  -400.0 Fitted V =  -434.619204451 Chi2 =  0.101644425826
Init V =  -500.0 Fitted V =  -434.619087675 Chi2 =  0.101644879486
Init V =  -600.0 Fitted V =  -434.619221058 Chi2 =  0.101644374411
Init V =  0.0 Fitted V =  -429.183287897 Chi2 =  0.109352631025
Init V =  -100.0 Fitted V =  -429.183305269 Chi2 =  0.109352666345
Init V =  -200.0 Fitted V =  -429.183376946 Chi2 =  0.109353238633
Init V =  -300.0 Fitted V =  -429.183386011 Chi2 =  0.10935340518
Init V =  -400.0 Fitted V =  -429.183378175 Chi2 =  0.109353489563
Init V =  -500.0 Fitted V =  -429.183393485 Chi2 =  0.10935350935
Init V =  -600.0 Fitted V =  -429.183314972 Chi2 =  0.109352781951
Init V =  0.0 Fitted V =  -23.7824363428 Chi2 =  1.22283224262
Init V =  -100.0 Fitted V =  -95.8094838729 Chi2 =  1.24165384079
Init V =  -200.0 Fitted V =  -193.215921147 Chi2 =  1.24214967653
Init V =  -300.0 Fitted V =  -425.625244667 Chi2 =  0.0986617864512
Init V =  -400.0 Fitted V =  -425.625257748 Chi2 =  0.0986617605864
Init V =  -500.0 Fitted V =  -425.625281299 Chi2 =  0.0986617040862
Init V =  -600.0 Fitted V =  -425.625365234 Chi2 =  0.0986615113658
Init V =  0.0 Fitted V =  2.81949194245 Chi2 =  2.06733904701
Init V =  -100.0 Fitted V =  -371.542592072 Chi2 =  0.160081021328
Init V =  -200.0 Fitted V =  -371.54235509 Chi2 =  0.160080734752
Init V =  -300.0 Fitted V =  -371.542611793 Chi2 =  0.160080992767
Init V =  -400.0 Fitted V =  -371.542665177 Chi2 =  0.160081239334
Init V =  -500.0 Fitted V =  -371.542545351 Chi2 =  0.160080964123
Init V =  -600.0 Fitted V =  -371.542602868 Chi2 =  0.160080926408
Init V =  0.0 Fitted V =  -1.85517507063 Chi2 =  1.87475405196
Init V =  -100.0 Fitted V =  -352.329515023 Chi2 =  0.196966090543
Init V =  -200.0 Fitted V =  -352.329764213 Chi2 =  0.196966286103
Init V =  -300.0 Fitted V =  -352.329416714 Chi2 =  0.19696612817
Init V =  -400.0 Fitted V =  -352.32953801 Chi2 =  0.196966149176
Init V =  -500.0 Fitted V =  -497.244044792 Chi2 =  1.88088078771
Init V =  -600.0 Fitted V =  -352.32984995 Chi2 =  0.196966313354
Init V =  0.0 Fitted V =  -4.06713303037 Chi2 =  2.53740178122
Init V =  -100.0 Fitted V =  -358.473136237 Chi2 =  0.264842528673
Init V =  -200.0 Fitted V =  -358.473159121 Chi2 =  0.264842493918
Init V =  -300.0 Fitted V =  -358.473219579 Chi2 =  0.264842919815
Init V =  -400.0 Fitted V =  -358.473233898 Chi2 =  0.264843072192
Init V =  -500.0 Fitted V =  -358.473164976 Chi2 =  0.264842534415
Init V =  -600.0 Fitted V =  -358.473145248 Chi2 =  0.264842474935
Init V =  0.0 Fitted V =  -331.201576136 Chi2 =  0.360252118589
Init V =  -100.0 Fitted V =  -331.201676543 Chi2 =  0.360252447774
Init V =  -200.0 Fitted V =  -331.201926299 Chi2 =  0.360253201341
Init V =  -300.0 Fitted V =  -331.201649892 Chi2 =  0.360252265155
Init V =  -400.0 Fitted V =  -331.201740151 Chi2 =  0.36025262889
Init V =  -500.0 Fitted V =  -494.448153042 Chi2 =  3.11501769809
Init V =  -600.0 Fitted V =  -331.201571346 Chi2 =  0.36025203687
Init V =  0.0 Fitted V =  -324.588973695 Chi2 =  0.342331285908
Init V =  -100.0 Fitted V =  -324.589005997 Chi2 =  0.342331995856
Init V =  -200.0 Fitted V =  -324.588986179 Chi2 =  0.342331827324
Init V =  -300.0 Fitted V =  -324.58900044 Chi2 =  0.342332509869
Init V =  -400.0 Fitted V =  -324.589024547 Chi2 =  0.342332617599
Init V =  -500.0 Fitted V =  -324.588973799 Chi2 =  0.342331482812
Init V =  -600.0 Fitted V =  -324.589009665 Chi2 =  0.342332027351
Init V =  0.0 Fitted V =  -0.567183265059 Chi2 =  2.0808275196
Init V =  -100.0 Fitted V =  -281.932505811 Chi2 =  0.472925359677
Init V =  -200.0 Fitted V =  -281.931843811 Chi2 =  0.47292430022
Init V =  -300.0 Fitted V =  -281.919491794 Chi2 =  0.472904679128
Init V =  -400.0 Fitted V =  -281.931766914 Chi2 =  0.472924282035
Init V =  -500.0 Fitted V =  -281.931854471 Chi2 =  0.472924323936
Init V =  -600.0 Fitted V =  -281.932607136 Chi2 =  0.472925608581
Init V =  0.0 Fitted V =  26.2678136489 Chi2 =  2.43721069648
Init V =  -100.0 Fitted V =  -115.306271352 Chi2 =  2.43682187706
Init V =  -200.0 Fitted V =  -279.158327952 Chi2 =  0.379336189756
Init V =  -300.0 Fitted V =  -279.158376633 Chi2 =  0.379336429248
Init V =  -400.0 Fitted V =  -279.158211165 Chi2 =  0.379335757109
Init V =  -500.0 Fitted V =  -279.158124288 Chi2 =  0.379335396001
Init V =  -600.0 Fitted V =  -279.15814876 Chi2 =  0.379335529346
Init V =  0.0 Fitted V =  -15.0279399568 Chi2 =  2.42748115071
Init V =  -100.0 Fitted V =  -64.8926947479 Chi2 =  2.4468680313
Init V =  -200.0 Fitted V =  -281.364066796 Chi2 =  0.519393635944
Init V =  -300.0 Fitted V =  -281.364134308 Chi2 =  0.519393758682
Init V =  -400.0 Fitted V =  -281.36425493 Chi2 =  0.519394025004
Init V =  -500.0 Fitted V =  -281.364312791 Chi2 =  0.519394149479
Init V =  -600.0 Fitted V =  -609.556757067 Chi2 =  2.40989284554
Init V =  0.0 Fitted V =  39.6086767517 Chi2 =  1.69739545662
Init V =  -100.0 Fitted V =  -79.5096631784 Chi2 =  1.719714787
Init V =  -200.0 Fitted V =  -273.79365342 Chi2 =  0.367699620663
Init V =  -300.0 Fitted V =  -273.793683116 Chi2 =  0.367699579639
Init V =  -400.0 Fitted V =  -273.793669454 Chi2 =  0.367699691044
Init V =  -500.0 Fitted V =  -500.057047583 Chi2 =  1.71742139134
Init V =  -600.0 Fitted V =  -608.664741462 Chi2 =  1.72758565431
Init V =  0.0 Fitted V =  -19.5452667671 Chi2 =  1.65007471096
Init V =  -100.0 Fitted V =  -81.677629786 Chi2 =  1.64939222563
Init V =  -200.0 Fitted V =  -289.216569209 Chi2 =  0.573959868392
Init V =  -300.0 Fitted V =  -289.217038523 Chi2 =  0.573959927469
Init V =  -400.0 Fitted V =  -289.232771598 Chi2 =  0.573962542783
Init V =  -500.0 Fitted V =  -499.392137148 Chi2 =  1.66098347902
Init V =  -600.0 Fitted V =  -611.169087852 Chi2 =  1.68250953132
Init V =  0.0 Fitted V =  -13.8254190387 Chi2 =  2.41457943545
Init V =  -100.0 Fitted V =  -255.130003554 Chi2 =  0.725858883988
Init V =  -200.0 Fitted V =  -255.130142582 Chi2 =  0.725859155672
Init V =  -300.0 Fitted V =  -255.130148411 Chi2 =  0.725859175821
Init V =  -400.0 Fitted V =  -255.130001052 Chi2 =  0.725858910366
Init V =  -500.0 Fitted V =  -501.715449526 Chi2 =  2.43575983379
Init V =  -600.0 Fitted V =  -665.814889238 Chi2 =  2.29416328527
Init V =  0.0 Fitted V =  -11.7474255128 Chi2 =  3.53180215412
Init V =  -100.0 Fitted V =  -69.5264285203 Chi2 =  3.54670746291
Init V =  -200.0 Fitted V =  -261.106146525 Chi2 =  1.26019292097
Init V =  -300.0 Fitted V =  -261.10674484 Chi2 =  1.26019293543
Init V =  -400.0 Fitted V =  -261.106428155 Chi2 =  1.26019294599
Init V =  -500.0 Fitted V =  -499.770256588 Chi2 =  3.56436437303
Init V =  -600.0 Fitted V =  -613.149636716 Chi2 =  3.60130453617
Init V =  0.0 Fitted V =  -14.9197786192 Chi2 =  4.77036455349
Init V =  -100.0 Fitted V =  -256.832857254 Chi2 =  1.27563947031
Init V =  -200.0 Fitted V =  -256.833064964 Chi2 =  1.27563991368
Init V =  -300.0 Fitted V =  -256.833136482 Chi2 =  1.27563972228
Init V =  -400.0 Fitted V =  -420.189806451 Chi2 =  4.05718254216
Init V =  -500.0 Fitted V =  -499.904147138 Chi2 =  4.78622866645
Init V =  -600.0 Fitted V =  -614.347150411 Chi2 =  4.82981582186
Init V =  0.0 Fitted V =  -4.27546136309 Chi2 =  3.88783688695
Init V =  -100.0 Fitted V =  -131.567381226 Chi2 =  3.93228091946
Init V =  -200.0 Fitted V =  -261.130820422 Chi2 =  1.46965511249
Init V =  -300.0 Fitted V =  -261.130880276 Chi2 =  1.46965571423
Init V =  -400.0 Fitted V =  -421.317526725 Chi2 =  3.06457510465
Init V =  -500.0 Fitted V =  -497.229673728 Chi2 =  3.97255553804
Init V =  -600.0 Fitted V =  -599.37855014 Chi2 =  3.97022197558
Init V =  0.0 Fitted V =  -16.6668545492 Chi2 =  4.04012195011
Init V =  -100.0 Fitted V =  -16.783439115 Chi2 =  4.04016340336
Init V =  -200.0 Fitted V =  -248.624812367 Chi2 =  1.61343808589
Init V =  -300.0 Fitted V =  -248.624399939 Chi2 =  1.6134381428
Init V =  -400.0 Fitted V =  -420.135994741 Chi2 =  3.20306750587
Init V =  -500.0 Fitted V =  -497.438087095 Chi2 =  4.0589508565
Init V =  -600.0 Fitted V =  -609.910500301 Chi2 =  4.12174517186
Init V =  0.0 Fitted V =  -237.802394947 Chi2 =  1.71858976179
Init V =  -100.0 Fitted V =  -66.4569801947 Chi2 =  4.69325925206
Init V =  -200.0 Fitted V =  -237.802715854 Chi2 =  1.71858879437
Init V =  -300.0 Fitted V =  -237.802576429 Chi2 =  1.71858907513
Init V =  -400.0 Fitted V =  -421.162141906 Chi2 =  3.9337193915
Init V =  -500.0 Fitted V =  -495.685606029 Chi2 =  4.76660057318
Init V =  -600.0 Fitted V =  -611.943099344 Chi2 =  4.78582468445
Init V =  0.0 Fitted V =  5.09173474803 Chi2 =  2.9633628666
Init V =  -100.0 Fitted V =  -120.231849349 Chi2 =  3.04765153569
Init V =  -200.0 Fitted V =  -303.497617706 Chi2 =  2.02444283078
Init V =  -300.0 Fitted V =  -303.507422881 Chi2 =  2.0244456126
Init V =  -400.0 Fitted V =  -303.598581711 Chi2 =  2.02444305045
Init V =  -500.0 Fitted V =  -538.394314791 Chi2 =  2.72144893077
Init V =  -600.0 Fitted V =  -598.84522853 Chi2 =  2.69997060637
Init V =  0.0 Fitted V =  -15.4001218824 Chi2 =  4.50772425055
Init V =  -100.0 Fitted V =  -71.4431445627 Chi2 =  4.63722988599
Init V =  -200.0 Fitted V =  -245.735606162 Chi2 =  2.58884097685
Init V =  -300.0 Fitted V =  -245.735797093 Chi2 =  2.58884274204
Init V =  -400.0 Fitted V =  -420.616834563 Chi2 =  3.11490852755
Init V =  -500.0 Fitted V =  -498.813116051 Chi2 =  4.64524298166
Init V =  -600.0 Fitted V =  -611.117774515 Chi2 =  4.71774590889
Init V =  0.0 Fitted V =  -20.929947452 Chi2 =  4.26492397692
Init V =  -100.0 Fitted V =  -312.095986945 Chi2 =  2.60443735435
Init V =  -200.0 Fitted V =  -312.09206774 Chi2 =  2.60443915736
Init V =  -300.0 Fitted V =  -312.094831321 Chi2 =  2.60443807648
Init V =  -400.0 Fitted V =  -419.832645172 Chi2 =  2.58071176971
Init V =  -500.0 Fitted V =  -497.616490674 Chi2 =  4.41439221083
Init V =  -600.0 Fitted V =  -619.896637367 Chi2 =  4.46863240689
Init V =  0.0 Fitted V =  33.4068955131 Chi2 =  6.9525239438
Init V =  -100.0 Fitted V =  -73.3899868982 Chi2 =  7.03051401494
Init V =  -200.0 Fitted V =  -414.35787588 Chi2 =  3.08466223032
Init V =  -300.0 Fitted V =  -414.357251713 Chi2 =  3.0846653584
Init V =  -400.0 Fitted V =  -414.357609074 Chi2 =  3.08466354989
Init V =  -500.0 Fitted V =  -495.973930989 Chi2 =  7.85619409487
Init V =  -600.0 Fitted V =  -606.016862629 Chi2 =  7.59457838902
Init V =  0.0 Fitted V =  251.098269509 Chi2 =  0.633197586469
Init V =  -100.0 Fitted V =  -54.2296038939 Chi2 =  0.913520515619
Init V =  -200.0 Fitted V =  -206.255463245 Chi2 =  1.09897155704
Init V =  -300.0 Fitted V =  -268.880630476 Chi2 =  1.17629326987
Init V =  -400.0 Fitted V =  -425.127478886 Chi2 =  0.784776211357
Init V =  -500.0 Fitted V =  -425.626928747 Chi2 =  0.822682770512
Init V =  -600.0 Fitted V =  -617.106974558 Chi2 =  1.20297635207
Init V =  0.0 Fitted V =  -44.4662277867 Chi2 =  0.713995619703
Init V =  -100.0 Fitted V =  -44.4687137362 Chi2 =  0.713994961154
Init V =  -200.0 Fitted V =  -208.384150928 Chi2 =  0.859682075312
Init V =  -300.0 Fitted V =  -274.704007411 Chi2 =  0.855789681605
Init V =  -400.0 Fitted V =  -427.816373433 Chi2 =  0.515356499679
Init V =  -500.0 Fitted V =  -427.815976554 Chi2 =  0.515356436855
Init V =  -600.0 Fitted V =  -427.816170718 Chi2 =  0.515356466176
Init V =  0.0 Fitted V =  -38.7985799478 Chi2 =  0.817488813028
Init V =  -100.0 Fitted V =  246.690586487 Chi2 =  0.490622538712
Init V =  -200.0 Fitted V =  -204.593239591 Chi2 =  0.989829344938
Init V =  -300.0 Fitted V =  -274.264547647 Chi2 =  1.01539813256
Init V =  -400.0 Fitted V =  -429.893974128 Chi2 =  0.498067885743
Init V =  -500.0 Fitted V =  -429.893907824 Chi2 =  0.498067845768
Init V =  -600.0 Fitted V =  -429.894068689 Chi2 =  0.498067945971
Init V =  0.0 Fitted V =  164.634607128 Chi2 =  0.585153234398
Init V =  -100.0 Fitted V =  164.636350636 Chi2 =  0.585152279406
Init V =  -200.0 Fitted V =  164.636447593 Chi2 =  0.585152200215
Init V =  -300.0 Fitted V =  -272.640688619 Chi2 =  0.952944831567
Init V =  -400.0 Fitted V =  -429.358644539 Chi2 =  0.619877763984
Init V =  -500.0 Fitted V =  -429.357790522 Chi2 =  0.619877195034
Init V =  -600.0 Fitted V =  -494.040848282 Chi2 =  0.645346632345
Init V =  0.0 Fitted V =  -46.0542135423 Chi2 =  0.666601597971
Init V =  -100.0 Fitted V =  -394.867783896 Chi2 =  0.46475746153
Init V =  -200.0 Fitted V =  -426.502619981 Chi2 =  0.325831873552
Init V =  -300.0 Fitted V =  -309.561603279 Chi2 =  0.769573563409
Init V =  -400.0 Fitted V =  -426.503222523 Chi2 =  0.325832474246
Init V =  -500.0 Fitted V =  -426.502554109 Chi2 =  0.325832438452
Init V =  -600.0 Fitted V =  -615.158794893 Chi2 =  0.7736449823
Init V =  0.0 Fitted V =  -38.5946831266 Chi2 =  0.567496704869
Init V =  -100.0 Fitted V =  -38.5888335257 Chi2 =  0.567499275555
Init V =  -200.0 Fitted V =  -447.104809432 Chi2 =  0.318756227619
Init V =  -300.0 Fitted V =  -447.103058831 Chi2 =  0.318756607241
Init V =  -400.0 Fitted V =  -447.102773091 Chi2 =  0.318755862578
Init V =  -500.0 Fitted V =  -447.10345754 Chi2 =  0.318756188145
Init V =  -600.0 Fitted V =  -579.686617775 Chi2 =  0.602255175023
Init V =  0.0 Fitted V =  -38.3682979946 Chi2 =  0.774616243363
Init V =  -100.0 Fitted V =  239.943731976 Chi2 =  0.404012300949
Init V =  -200.0 Fitted V =  -219.925570268 Chi2 =  0.81886964146
Init V =  -300.0 Fitted V =  -307.211840447 Chi2 =  0.836723642162
Init V =  -400.0 Fitted V =  -440.397570552 Chi2 =  0.353196540309
Init V =  -500.0 Fitted V =  -440.399161933 Chi2 =  0.353196857561
Init V =  -600.0 Fitted V =  -571.070738707 Chi2 =  0.805452053759
Init V =  0.0 Fitted V =  -29.964050848 Chi2 =  1.20977947833
Init V =  -100.0 Fitted V =  -29.9659773601 Chi2 =  1.20978223955
Init V =  -200.0 Fitted V =  -210.519336576 Chi2 =  1.2632657479
Init V =  -300.0 Fitted V =  -459.46270695 Chi2 =  0.322281044088
Init V =  -400.0 Fitted V =  -459.461298552 Chi2 =  0.322281199531
Init V =  -500.0 Fitted V =  -459.462398242 Chi2 =  0.322281144179
Init V =  -600.0 Fitted V =  -618.055449049 Chi2 =  1.26607549532
Init V =  0.0 Fitted V =  -34.6840972918 Chi2 =  0.891806530494
Init V =  -100.0 Fitted V =  237.606953685 Chi2 =  0.421774519766
Init V =  -200.0 Fitted V =  -233.487978524 Chi2 =  0.923850712006
Init V =  -300.0 Fitted V =  -452.069874342 Chi2 =  0.288788460581
Init V =  -400.0 Fitted V =  -452.068943231 Chi2 =  0.28878866312
Init V =  -500.0 Fitted V =  -452.070412722 Chi2 =  0.288789145865
Init V =  -600.0 Fitted V =  -452.069724611 Chi2 =  0.288788277366
Init V =  0.0 Fitted V =  -479.283386407 Chi2 =  0.25201376012
Init V =  -100.0 Fitted V =  -479.282995436 Chi2 =  0.252013753848
Init V =  -200.0 Fitted V =  -190.557288107 Chi2 =  1.65347903998
Init V =  -300.0 Fitted V =  -479.283595028 Chi2 =  0.252013758859
Init V =  -400.0 Fitted V =  -479.283006052 Chi2 =  0.25201375363
Init V =  -500.0 Fitted V =  -479.283381671 Chi2 =  0.252013769739
Init V =  -600.0 Fitted V =  -479.28381557 Chi2 =  0.252013801945
Init V =  0.0 Fitted V =  -39.8007331484 Chi2 =  2.74931373337
Init V =  -100.0 Fitted V =  -484.05562711 Chi2 =  0.480893320897
Init V =  -200.0 Fitted V =  -484.055541761 Chi2 =  0.480893091948
Init V =  -300.0 Fitted V =  -484.054658563 Chi2 =  0.480893146338
Init V =  -400.0 Fitted V =  -484.055797748 Chi2 =  0.480893403202
Init V =  -500.0 Fitted V =  -484.056260064 Chi2 =  0.48089313424
Init V =  -600.0 Fitted V =  -484.055824622 Chi2 =  0.480893209996
Init V =  0.0 Fitted V =  -6.35898095619 Chi2 =  3.41871463163
Init V =  -100.0 Fitted V =  -104.255792914 Chi2 =  3.99995161831
Init V =  -200.0 Fitted V =  -162.433892398 Chi2 =  3.9617661501
Init V =  -300.0 Fitted V =  -318.740253693 Chi2 =  3.99055436796
Init V =  -400.0 Fitted V =  -523.894908586 Chi2 =  0.624188933611
Init V =  -500.0 Fitted V =  -523.895135005 Chi2 =  0.624188726749
Init V =  -600.0 Fitted V =  -523.89487085 Chi2 =  0.624188967881
Init V =  0.0 Fitted V =  209.233259627 Chi2 =  1.39800302647
Init V =  -100.0 Fitted V =  -522.416378317 Chi2 =  0.492224002471
Init V =  -200.0 Fitted V =  -522.416403266 Chi2 =  0.492223976686
Init V =  -300.0 Fitted V =  -522.416544912 Chi2 =  0.492223953375
Init V =  -400.0 Fitted V =  -522.415935261 Chi2 =  0.492224008185
Init V =  -500.0 Fitted V =  -522.418403121 Chi2 =  0.492223578304
Init V =  -600.0 Fitted V =  -522.416312361 Chi2 =  0.492224011055
Init V =  0.0 Fitted V =  -11.5649703449 Chi2 =  2.04692292437
Init V =  -100.0 Fitted V =  -523.908862523 Chi2 =  0.483648973797
Init V =  -200.0 Fitted V =  -523.908468321 Chi2 =  0.483649148134
Init V =  -300.0 Fitted V =  -523.909339529 Chi2 =  0.48364915145
Init V =  -400.0 Fitted V =  -523.908887438 Chi2 =  0.483649308785
Init V =  -500.0 Fitted V =  -523.908905135 Chi2 =  0.483648948328
Init V =  -600.0 Fitted V =  -523.911187537 Chi2 =  0.483648826859
Init V =  0.0 Fitted V =  82.611585142 Chi2 =  0.96239179113
Init V =  -100.0 Fitted V =  82.653024116 Chi2 =  0.962397803791
Init V =  -200.0 Fitted V =  -525.030120544 Chi2 =  0.425425039026
Init V =  -300.0 Fitted V =  -525.029109927 Chi2 =  0.425425163861
Init V =  -400.0 Fitted V =  -525.02954356 Chi2 =  0.425425131661
Init V =  -500.0 Fitted V =  -525.030527671 Chi2 =  0.425425219937
Init V =  -600.0 Fitted V =  -525.035153646 Chi2 =  0.425424282488
Init V =  0.0 Fitted V =  -508.631139477 Chi2 =  0.525314488833
Init V =  -100.0 Fitted V =  -508.629218835 Chi2 =  0.525313966268
Init V =  -200.0 Fitted V =  -508.631194089 Chi2 =  0.525314507746
Init V =  -300.0 Fitted V =  -276.006691058 Chi2 =  1.90100913862
Init V =  -400.0 Fitted V =  -508.629807174 Chi2 =  0.525314101656
Init V =  -500.0 Fitted V =  -508.629982091 Chi2 =  0.525314134525
Init V =  -600.0 Fitted V =  -508.631255657 Chi2 =  0.525314450034
Init V =  0.0 Fitted V =  201.475084639 Chi2 =  0.556618218527
Init V =  -100.0 Fitted V =  132.987343602 Chi2 =  0.701111304644
Init V =  -200.0 Fitted V =  -521.54108386 Chi2 =  0.356299965693
Init V =  -300.0 Fitted V =  -285.547151986 Chi2 =  1.23114126112
Init V =  -400.0 Fitted V =  -521.54095956 Chi2 =  0.356300014812
Init V =  -500.0 Fitted V =  -521.540711381 Chi2 =  0.356300117703
Init V =  -600.0 Fitted V =  -521.540045279 Chi2 =  0.356300388798
Init V =  0.0 Fitted V =  -589.304838676 Chi2 =  319.025794778
Init V =  -100.0 Fitted V =  -589.299729772 Chi2 =  319.025806603
Init V =  -200.0 Fitted V =  -475.590915259 Chi2 =  0.141669720267
Init V =  -300.0 Fitted V =  -475.591119696 Chi2 =  0.141669410705
Init V =  -400.0 Fitted V =  -475.591350479 Chi2 =  0.141669045995
Init V =  -500.0 Fitted V =  -475.593324066 Chi2 =  0.141665960739
Init V =  -600.0 Fitted V =  -475.591365313 Chi2 =  0.141669025427
Init V =  0.0 Fitted V =  -461.559391562 Chi2 =  0.19359150357
Init V =  -100.0 Fitted V =  -461.559500861 Chi2 =  0.193590955364
Init V =  -200.0 Fitted V =  -223.261596297 Chi2 =  2.58331162913
Init V =  -300.0 Fitted V =  -461.559533198 Chi2 =  0.193590795181
Init V =  -400.0 Fitted V =  -461.559523738 Chi2 =  0.193590853814
Init V =  -500.0 Fitted V =  -461.559445312 Chi2 =  0.193591236039
Init V =  -600.0 Fitted V =  -461.559484316 Chi2 =  0.193591022514
Init V =  0.0 Fitted V =  -458.183274507 Chi2 =  0.224416579557
Init V =  -100.0 Fitted V =  -458.182700731 Chi2 =  0.224415474302
Init V =  -200.0 Fitted V =  -458.183015764 Chi2 =  0.224416091072
Init V =  -300.0 Fitted V =  -458.183321152 Chi2 =  0.224416658471
Init V =  -400.0 Fitted V =  -458.183141397 Chi2 =  0.22441632376
Init V =  -500.0 Fitted V =  -458.183395256 Chi2 =  0.224416803951
Init V =  -600.0 Fitted V =  -458.183195437 Chi2 =  0.224416432265
Init V =  0.0 Fitted V =  -454.813177127 Chi2 =  0.190039772568
Init V =  -100.0 Fitted V =  -454.813248826 Chi2 =  0.190040039552
Init V =  -200.0 Fitted V =  -454.813090968 Chi2 =  0.190039509686
Init V =  -300.0 Fitted V =  -454.813032657 Chi2 =  0.190039300653
Init V =  -400.0 Fitted V =  -454.813023436 Chi2 =  0.190039268287
Init V =  -500.0 Fitted V =  -454.813153295 Chi2 =  0.190039726941
Init V =  -600.0 Fitted V =  -454.813165668 Chi2 =  0.190039769215
Init V =  0.0 Fitted V =  -2.63334519306 Chi2 =  1.70489036444
Init V =  -100.0 Fitted V =  -457.788592985 Chi2 =  0.124783394232
Init V =  -200.0 Fitted V =  -180.663824738 Chi2 =  1.86079585521
Init V =  -300.0 Fitted V =  -457.788924597 Chi2 =  0.12478375149
Init V =  -400.0 Fitted V =  -457.788817212 Chi2 =  0.124783678242
Init V =  -500.0 Fitted V =  -457.788625271 Chi2 =  0.124783404994
Init V =  -600.0 Fitted V =  -457.788866433 Chi2 =  0.124783685002
Init V =  0.0 Fitted V =  -0.00177334523777 Chi2 =  1.53555099866
Init V =  -100.0 Fitted V =  -424.033128513 Chi2 =  0.143129649169
Init V =  -200.0 Fitted V =  -424.032991006 Chi2 =  0.14312931496
Init V =  -300.0 Fitted V =  -424.033183447 Chi2 =  0.143129779667
Init V =  -400.0 Fitted V =  -424.032998091 Chi2 =  0.143129332233
Init V =  -500.0 Fitted V =  -424.032946125 Chi2 =  0.143129211178
Init V =  -600.0 Fitted V =  -604.664255886 Chi2 =  1.60526609661
Init V =  0.0 Fitted V =  -14.2119606007 Chi2 =  1.89963393448
Init V =  -100.0 Fitted V =  -402.62003409 Chi2 =  0.133999105941
Init V =  -200.0 Fitted V =  -402.620039328 Chi2 =  0.133999196888
Init V =  -300.0 Fitted V =  -402.619925555 Chi2 =  0.133999256662
Init V =  -400.0 Fitted V =  -402.620021547 Chi2 =  0.13399915237
Init V =  -500.0 Fitted V =  -402.620051011 Chi2 =  0.133999173604
Init V =  -600.0 Fitted V =  -402.620020392 Chi2 =  0.133999149881
Init V =  0.0 Fitted V =  -43.9780604431 Chi2 =  1.28633320363
Init V =  -100.0 Fitted V =  -109.339239822 Chi2 =  1.28253359059
Init V =  -200.0 Fitted V =  -179.216183089 Chi2 =  1.2730159667
Init V =  -300.0 Fitted V =  -404.439475761 Chi2 =  0.201796703881
Init V =  -400.0 Fitted V =  -404.439780603 Chi2 =  0.201796413018
Init V =  -500.0 Fitted V =  -404.440182518 Chi2 =  0.201796004254
Init V =  -600.0 Fitted V =  -404.439719356 Chi2 =  0.201796465542
Init V =  0.0 Fitted V =  -10.4916794997 Chi2 =  1.23822515372
Init V =  -100.0 Fitted V =  -394.403232777 Chi2 =  0.243403607441
Init V =  -200.0 Fitted V =  -394.403236149 Chi2 =  0.243403546642
Init V =  -300.0 Fitted V =  -394.402847147 Chi2 =  0.243404343724
Init V =  -400.0 Fitted V =  -394.406031206 Chi2 =  0.243398231137
Init V =  -500.0 Fitted V =  -394.403223765 Chi2 =  0.24340353319
Init V =  -600.0 Fitted V =  -394.403104101 Chi2 =  0.243403745749
Init V =  0.0 Fitted V =  1.8415052984 Chi2 =  2.79562866925
Init V =  -100.0 Fitted V =  -93.8536751169 Chi2 =  2.81268954652
Init V =  -200.0 Fitted V =  -365.08280964 Chi2 =  0.253997648385
Init V =  -300.0 Fitted V =  -365.082950864 Chi2 =  0.253997459108
Init V =  -400.0 Fitted V =  -365.083045901 Chi2 =  0.253997742488
Init V =  -500.0 Fitted V =  -506.041939224 Chi2 =  2.79886754997
Init V =  -600.0 Fitted V =  -365.083011966 Chi2 =  0.25399743073
Init V =  0.0 Fitted V =  -348.834088678 Chi2 =  0.329764584573
Init V =  -100.0 Fitted V =  -348.834069266 Chi2 =  0.329764594055
Init V =  -200.0 Fitted V =  -348.834065323 Chi2 =  0.329764404542
Init V =  -300.0 Fitted V =  -348.834105147 Chi2 =  0.329764647134
Init V =  -400.0 Fitted V =  -348.83401809 Chi2 =  0.329764075592
Init V =  -500.0 Fitted V =  -348.833948817 Chi2 =  0.329763797392
Init V =  -600.0 Fitted V =  -348.834046622 Chi2 =  0.329764287108
Init V =  0.0 Fitted V =  0.379342266992 Chi2 =  2.12853276627
Init V =  -100.0 Fitted V =  -331.558951248 Chi2 =  0.343344488325
Init V =  -200.0 Fitted V =  -331.558667778 Chi2 =  0.343344093093
Init V =  -300.0 Fitted V =  -331.558089822 Chi2 =  0.343343271454
Init V =  -400.0 Fitted V =  -331.558979603 Chi2 =  0.343344559725
Init V =  -500.0 Fitted V =  -331.559019357 Chi2 =  0.343344618936
Init V =  -600.0 Fitted V =  -331.559050609 Chi2 =  0.34334459945
Init V =  0.0 Fitted V =  -13.6189326771 Chi2 =  2.73722073682
Init V =  -100.0 Fitted V =  -86.5589484583 Chi2 =  2.72353449955
Init V =  -200.0 Fitted V =  -311.837173823 Chi2 =  0.38334696895
Init V =  -300.0 Fitted V =  -311.836322851 Chi2 =  0.383346435043
Init V =  -400.0 Fitted V =  -311.837190349 Chi2 =  0.383346973988
Init V =  -500.0 Fitted V =  -311.837134073 Chi2 =  0.383346902321
Init V =  -600.0 Fitted V =  -311.83595804 Chi2 =  0.383346354268
Init V =  0.0 Fitted V =  2.35497077585 Chi2 =  3.23850788155
Init V =  -100.0 Fitted V =  -124.250918482 Chi2 =  3.21657389071
Init V =  -200.0 Fitted V =  -327.283144597 Chi2 =  0.444603755258
Init V =  -300.0 Fitted V =  -327.283147255 Chi2 =  0.444603804313
Init V =  -400.0 Fitted V =  -327.283239444 Chi2 =  0.444603965014
Init V =  -500.0 Fitted V =  -327.283228778 Chi2 =  0.444603889915
Init V =  -600.0 Fitted V =  -327.283411145 Chi2 =  0.444604179383
Init V =  0.0 Fitted V =  17.0654368967 Chi2 =  2.31399099264
Init V =  -100.0 Fitted V =  -112.928436824 Chi2 =  2.32005206246
Init V =  -200.0 Fitted V =  -300.181553391 Chi2 =  0.534756636769
Init V =  -300.0 Fitted V =  -300.181571399 Chi2 =  0.534756612822
Init V =  -400.0 Fitted V =  -300.181617593 Chi2 =  0.534757025529
Init V =  -500.0 Fitted V =  -498.794677683 Chi2 =  2.27946765215
Init V =  -600.0 Fitted V =  -612.946806752 Chi2 =  2.28690641697
Init V =  0.0 Fitted V =  -15.2446797919 Chi2 =  1.97391020494
Init V =  -100.0 Fitted V =  -283.903241454 Chi2 =  0.841922178167
Init V =  -200.0 Fitted V =  -283.902446699 Chi2 =  0.841920566508
Init V =  -300.0 Fitted V =  -283.895505763 Chi2 =  0.841905922343
Init V =  -400.0 Fitted V =  -283.903362067 Chi2 =  0.841922519717
Init V =  -500.0 Fitted V =  -497.416718344 Chi2 =  1.99437355638
Init V =  -600.0 Fitted V =  -283.902615703 Chi2 =  0.841920835295
Init V =  0.0 Fitted V =  -12.4650051924 Chi2 =  2.84729342018
Init V =  -100.0 Fitted V =  -275.25941413 Chi2 =  0.915062920504
Init V =  -200.0 Fitted V =  -275.259014298 Chi2 =  0.915062245346
Init V =  -300.0 Fitted V =  -275.259251278 Chi2 =  0.915062679411
Init V =  -400.0 Fitted V =  -275.259259081 Chi2 =  0.915062636132
Init V =  -500.0 Fitted V =  -500.515342841 Chi2 =  2.868642004
Init V =  -600.0 Fitted V =  -607.336616477 Chi2 =  2.85309232593
Init V =  0.0 Fitted V =  -10.9628745603 Chi2 =  3.55883700644
Init V =  -100.0 Fitted V =  -72.2931152221 Chi2 =  3.56850139129
Init V =  -200.0 Fitted V =  -274.517729659 Chi2 =  1.3386340038
Init V =  -300.0 Fitted V =  -274.517903152 Chi2 =  1.33863256721
Init V =  -400.0 Fitted V =  -274.517878011 Chi2 =  1.33863272514
Init V =  -500.0 Fitted V =  -499.592297912 Chi2 =  3.64218534079
Init V =  -600.0 Fitted V =  -610.346987196 Chi2 =  3.64333941223
Init V =  0.0 Fitted V =  -2.46234172726 Chi2 =  3.14516454695
Init V =  -100.0 Fitted V =  -298.635277024 Chi2 =  1.57218405033
Init V =  -200.0 Fitted V =  -298.607082834 Chi2 =  1.57217308227
Init V =  -300.0 Fitted V =  -267.186565553 Chi2 =  1.47589790524
Init V =  -400.0 Fitted V =  -298.634435825 Chi2 =  1.5721837787
Init V =  -500.0 Fitted V =  -298.631932552 Chi2 =  1.57218288063
Init V =  -600.0 Fitted V =  -613.904373132 Chi2 =  3.24510974066
Init V =  0.0 Fitted V =  -8.95445589368 Chi2 =  3.81165484833
Init V =  -100.0 Fitted V =  -288.377569476 Chi2 =  1.88998816784
Init V =  -200.0 Fitted V =  -288.368012807 Chi2 =  1.88998699789
Init V =  -300.0 Fitted V =  -253.738055049 Chi2 =  1.87569481372
Init V =  -400.0 Fitted V =  -421.029387213 Chi2 =  2.9192279685
Init V =  -500.0 Fitted V =  -502.770023052 Chi2 =  3.98145635747
Init V =  -600.0 Fitted V =  -598.473542568 Chi2 =  3.88016237521
Init V =  0.0 Fitted V =  -11.5504016076 Chi2 =  4.46665840931
Init V =  -100.0 Fitted V =  -74.9786283343 Chi2 =  4.50053123246
Init V =  -200.0 Fitted V =  -244.041417948 Chi2 =  1.93912354582
Init V =  -300.0 Fitted V =  -244.041325554 Chi2 =  1.9391229333
Init V =  -400.0 Fitted V =  -423.021306097 Chi2 =  3.37898123426
Init V =  -500.0 Fitted V =  -502.591239106 Chi2 =  4.55520389236
Init V =  -600.0 Fitted V =  -611.052325255 Chi2 =  4.55073635395
Init V =  0.0 Fitted V =  -6.9928287743 Chi2 =  5.36209723083
Init V =  -100.0 Fitted V =  -66.1613053393 Chi2 =  5.41333129642
Init V =  -200.0 Fitted V =  -245.748358802 Chi2 =  2.33497701528
Init V =  -300.0 Fitted V =  -245.748174743 Chi2 =  2.33497758497
Init V =  -400.0 Fitted V =  -419.574726252 Chi2 =  4.06424531664
Init V =  -500.0 Fitted V =  -497.277394209 Chi2 =  5.46892299946
Init V =  -600.0 Fitted V =  -615.451057434 Chi2 =  5.52117376165
Init V =  0.0 Fitted V =  -8.51117899008 Chi2 =  4.75752142187
Init V =  -100.0 Fitted V =  -64.3601934702 Chi2 =  4.80869969979
Init V =  -200.0 Fitted V =  -244.678226195 Chi2 =  2.33985742663
Init V =  -300.0 Fitted V =  -278.435055031 Chi2 =  2.48578120949
Init V =  -400.0 Fitted V =  -278.452757838 Chi2 =  2.48578133269
Init V =  -500.0 Fitted V =  -502.988153014 Chi2 =  4.83574079874
Init V =  -600.0 Fitted V =  -611.233707096 Chi2 =  4.95581735137
Init V =  0.0 Fitted V =  -14.9341287461 Chi2 =  7.9065105016
Init V =  -100.0 Fitted V =  -14.9562659561 Chi2 =  7.90652428291
Init V =  -200.0 Fitted V =  -245.867675771 Chi2 =  3.13928440816
Init V =  -300.0 Fitted V =  -283.157391193 Chi2 =  3.57611241555
Init V =  -400.0 Fitted V =  -283.154765299 Chi2 =  3.57611227037
Init V =  -500.0 Fitted V =  -501.890533976 Chi2 =  7.9333910228
Init V =  -600.0 Fitted V =  -610.42435681 Chi2 =  8.03792907625
Init V =  0.0 Fitted V =  -11.2007649564 Chi2 =  7.53172065114
Init V =  -100.0 Fitted V =  -88.5543699054 Chi2 =  7.52756918274
Init V =  -200.0 Fitted V =  -241.002353291 Chi2 =  3.68216271667
Init V =  -300.0 Fitted V =  -283.300107986 Chi2 =  3.59270795381
Init V =  -400.0 Fitted V =  -283.300867552 Chi2 =  3.59270790758
Init V =  -500.0 Fitted V =  -502.123015397 Chi2 =  7.54532516414
Init V =  -600.0 Fitted V =  -607.765672436 Chi2 =  7.65305767243
Init V =  0.0 Fitted V =  -416.273787166 Chi2 =  3.0170163661
Init V =  -100.0 Fitted V =  -89.7577563633 Chi2 =  6.31600789333
Init V =  -200.0 Fitted V =  -416.274347877 Chi2 =  3.0170152065
Init V =  -300.0 Fitted V =  -416.27380864 Chi2 =  3.01701634626
Init V =  -400.0 Fitted V =  -416.27362604 Chi2 =  3.01701702149
Init V =  -500.0 Fitted V =  -500.840099988 Chi2 =  6.63467054564
Init V =  -600.0 Fitted V =  -614.452622187 Chi2 =  6.69401957702
Init V =  0.0 Fitted V =  176.665925481 Chi2 =  0.934209591337
Init V =  -100.0 Fitted V =  176.655530415 Chi2 =  0.934202478713
Init V =  -200.0 Fitted V =  -195.025616585 Chi2 =  1.12572580112
Init V =  -300.0 Fitted V =  -276.435462208 Chi2 =  1.12319070792
Init V =  -400.0 Fitted V =  -421.760512613 Chi2 =  0.775700111195
Init V =  -500.0 Fitted V =  -537.077842634 Chi2 =  1.09439868406
Init V =  -600.0 Fitted V =  -685.534368548 Chi2 =  0.976724031249
Init V =  0.0 Fitted V =  -47.2184355903 Chi2 =  0.634050289425
Init V =  -100.0 Fitted V =  -47.2157206222 Chi2 =  0.634051187162
Init V =  -200.0 Fitted V =  -224.991854293 Chi2 =  0.813372042048
Init V =  -300.0 Fitted V =  -281.014918174 Chi2 =  0.819323257436
Init V =  -400.0 Fitted V =  -418.287955374 Chi2 =  0.486734937985
Init V =  -500.0 Fitted V =  -418.287998966 Chi2 =  0.486734911896
Init V =  -600.0 Fitted V =  -418.288104485 Chi2 =  0.486734846033
Init V =  0.0 Fitted V =  -39.6999617616 Chi2 =  0.566127924697
Init V =  -100.0 Fitted V =  -39.699787969 Chi2 =  0.566127981313
Init V =  -200.0 Fitted V =  -195.063275372 Chi2 =  0.735518501694
Init V =  -300.0 Fitted V =  -286.054751186 Chi2 =  0.753889954962
Init V =  -400.0 Fitted V =  -427.532246886 Chi2 =  0.424416157569
Init V =  -500.0 Fitted V =  -498.357688205 Chi2 =  0.730622896416
Init V =  -600.0 Fitted V =  -683.354832152 Chi2 =  0.676238124513
Init V =  0.0 Fitted V =  -45.421196593 Chi2 =  0.625991270577
Init V =  -100.0 Fitted V =  247.189898256 Chi2 =  0.405540564243
Init V =  -200.0 Fitted V =  -212.010739249 Chi2 =  0.784356812352
Init V =  -300.0 Fitted V =  -300.059258902 Chi2 =  0.763458229345
Init V =  -400.0 Fitted V =  -428.992793464 Chi2 =  0.383489217926
Init V =  -500.0 Fitted V =  -428.992661548 Chi2 =  0.383489108006
Init V =  -600.0 Fitted V =  -428.992672497 Chi2 =  0.383489108447
Init V =  0.0 Fitted V =  -41.5837343724 Chi2 =  0.63492161657
Init V =  -100.0 Fitted V =  -41.5835308914 Chi2 =  0.634921725392
Init V =  -200.0 Fitted V =  -215.186899228 Chi2 =  0.757678567022
Init V =  -300.0 Fitted V =  -285.060429254 Chi2 =  0.755336209352
Init V =  -400.0 Fitted V =  -430.107027305 Chi2 =  0.334166435976
Init V =  -500.0 Fitted V =  -430.105697805 Chi2 =  0.334165811358
Init V =  -600.0 Fitted V =  -430.106897048 Chi2 =  0.33416637071
Init V =  0.0 Fitted V =  -42.1100081842 Chi2 =  0.516076854932
Init V =  -100.0 Fitted V =  212.64933814 Chi2 =  0.395800563644
Init V =  -200.0 Fitted V =  -449.82447493 Chi2 =  0.389321997093
Init V =  -300.0 Fitted V =  -449.824942329 Chi2 =  0.389320299552
Init V =  -400.0 Fitted V =  -437.967666299 Chi2 =  0.379809246994
Init V =  -500.0 Fitted V =  -449.839514921 Chi2 =  0.389259614681
Init V =  -600.0 Fitted V =  -449.824615992 Chi2 =  0.389321478915
Init V =  0.0 Fitted V =  -48.1741928453 Chi2 =  1.02997389064
Init V =  -100.0 Fitted V =  234.011878499 Chi2 =  0.481306588483
Init V =  -200.0 Fitted V =  -205.738162536 Chi2 =  1.04764658176
Init V =  -300.0 Fitted V =  -448.974762557 Chi2 =  0.41338809593
Init V =  -400.0 Fitted V =  -448.972764581 Chi2 =  0.413387007479
Init V =  -500.0 Fitted V =  -448.973768919 Chi2 =  0.413387571327
Init V =  -600.0 Fitted V =  -448.973985508 Chi2 =  0.413387688084
Init V =  0.0 Fitted V =  -48.0959772424 Chi2 =  0.882679435004
Init V =  -100.0 Fitted V =  -48.0959129792 Chi2 =  0.882679690411
Init V =  -200.0 Fitted V =  -206.620083101 Chi2 =  0.874209729317
Init V =  -300.0 Fitted V =  -437.93683451 Chi2 =  0.309588500288
Init V =  -400.0 Fitted V =  -437.934084083 Chi2 =  0.309586979006
Init V =  -500.0 Fitted V =  -437.935964691 Chi2 =  0.309588050732
Init V =  -600.0 Fitted V =  -621.248910516 Chi2 =  0.896727018144
Init V =  0.0 Fitted V =  -38.5301825135 Chi2 =  1.14582244884
Init V =  -100.0 Fitted V =  -425.08279032 Chi2 =  0.436655845711
Init V =  -200.0 Fitted V =  -425.081258083 Chi2 =  0.436654499013
Init V =  -300.0 Fitted V =  -425.082814357 Chi2 =  0.436655855829
Init V =  -400.0 Fitted V =  -425.068789423 Chi2 =  0.436643700119
Init V =  -500.0 Fitted V =  -425.081558122 Chi2 =  0.436654799101
Init V =  -600.0 Fitted V =  -425.081403646 Chi2 =  0.436654663277
Init V =  0.0 Fitted V =  -55.8916816974 Chi2 =  1.58595480856
Init V =  -100.0 Fitted V =  -433.569603744 Chi2 =  0.313658804005
Init V =  -200.0 Fitted V =  -433.569574427 Chi2 =  0.313658766089
Init V =  -300.0 Fitted V =  -433.570096739 Chi2 =  0.313659395711
Init V =  -400.0 Fitted V =  -433.567987736 Chi2 =  0.313656854716
Init V =  -500.0 Fitted V =  -433.570032155 Chi2 =  0.31365932414
Init V =  -600.0 Fitted V =  -433.56983956 Chi2 =  0.313659090142
Init V =  0.0 Fitted V =  -45.4364700963 Chi2 =  2.73147507925
Init V =  -100.0 Fitted V =  -431.363821774 Chi2 =  0.412534902921
Init V =  -200.0 Fitted V =  -431.36355572 Chi2 =  0.412534648043
Init V =  -300.0 Fitted V =  -431.36358085 Chi2 =  0.412534696644
Init V =  -400.0 Fitted V =  -431.361757164 Chi2 =  0.412532961693
Init V =  -500.0 Fitted V =  -431.363873505 Chi2 =  0.412534956368
Init V =  -600.0 Fitted V =  -431.36422465 Chi2 =  0.412535264002
Init V =  0.0 Fitted V =  -1.74671491138 Chi2 =  3.39351792445
Init V =  -100.0 Fitted V =  -492.788671641 Chi2 =  0.921316190901
Init V =  -200.0 Fitted V =  -204.12347725 Chi2 =  3.78338893512
Init V =  -300.0 Fitted V =  -492.78767072 Chi2 =  0.921316319798
Init V =  -400.0 Fitted V =  -492.788074668 Chi2 =  0.921316273656
Init V =  -500.0 Fitted V =  -492.788482422 Chi2 =  0.921316200024
Init V =  -600.0 Fitted V =  -492.788335589 Chi2 =  0.921316294529
Init V =  0.0 Fitted V =  163.986722179 Chi2 =  2.08033244917
Init V =  -100.0 Fitted V =  -518.558893265 Chi2 =  0.524817791405
Init V =  -200.0 Fitted V =  -518.558480327 Chi2 =  0.52481802191
Init V =  -300.0 Fitted V =  -518.560875793 Chi2 =  0.524816529333
Init V =  -400.0 Fitted V =  -518.558828156 Chi2 =  0.524817823757
Init V =  -500.0 Fitted V =  -518.558475819 Chi2 =  0.52481816749
Init V =  -600.0 Fitted V =  -518.558557915 Chi2 =  0.524818059807
Init V =  0.0 Fitted V =  159.193919135 Chi2 =  1.21951370944
Init V =  -100.0 Fitted V =  -526.07832384 Chi2 =  0.288242484109
Init V =  -200.0 Fitted V =  -526.078342433 Chi2 =  0.288242476004
Init V =  -300.0 Fitted V =  -526.078407219 Chi2 =  0.288242475099
Init V =  -400.0 Fitted V =  -526.078537232 Chi2 =  0.288242439157
Init V =  -500.0 Fitted V =  -526.078561437 Chi2 =  0.28824251221
Init V =  -600.0 Fitted V =  -526.078201299 Chi2 =  0.288242402448
Init V =  0.0 Fitted V =  887.716371696 Chi2 =  320.412668163
Init V =  -100.0 Fitted V =  887.674777035 Chi2 =  320.412529008
Init V =  -200.0 Fitted V =  887.751161863 Chi2 =  320.413176722
Init V =  -300.0 Fitted V =  887.69432567 Chi2 =  320.412643118
Init V =  -400.0 Fitted V =  -548.769175905 Chi2 =  0.356315434764
Init V =  -500.0 Fitted V =  -548.768584309 Chi2 =  0.356316104598
Init V =  -600.0 Fitted V =  -548.76964541 Chi2 =  0.356314894479
Init V =  0.0 Fitted V =  -2.79160815092 Chi2 =  1.33652267984
Init V =  -100.0 Fitted V =  -106.171340315 Chi2 =  1.40745577631
Init V =  -200.0 Fitted V =  -198.963375177 Chi2 =  1.42678958173
Init V =  -300.0 Fitted V =  -273.142404089 Chi2 =  1.41932414493
Init V =  -400.0 Fitted V =  -491.173332808 Chi2 =  0.143861681032
Init V =  -500.0 Fitted V =  -491.173463027 Chi2 =  0.143861599931
Init V =  -600.0 Fitted V =  -491.173423401 Chi2 =  0.14386165977
Init V =  0.0 Fitted V =  68.8871124796 Chi2 =  0.931794141925
Init V =  -100.0 Fitted V =  68.9189388657 Chi2 =  0.931793606799
Init V =  -200.0 Fitted V =  -501.37873127 Chi2 =  0.204910462978
Init V =  -300.0 Fitted V =  -501.378704171 Chi2 =  0.204910486523
Init V =  -400.0 Fitted V =  -501.378745398 Chi2 =  0.204910429281
Init V =  -500.0 Fitted V =  -501.378747054 Chi2 =  0.20491041738
Init V =  -600.0 Fitted V =  -501.378749295 Chi2 =  0.204910445203
Init V =  0.0 Fitted V =  -505.399803053 Chi2 =  0.204151026485
Init V =  -100.0 Fitted V =  -505.399907128 Chi2 =  0.204150241413
Init V =  -200.0 Fitted V =  -1067.3084865 Chi2 =  317.269334841
Init V =  -300.0 Fitted V =  -505.399902409 Chi2 =  0.204150186168
Init V =  -400.0 Fitted V =  -505.399872985 Chi2 =  0.204150385093
Init V =  -500.0 Fitted V =  -505.400153951 Chi2 =  0.204148144402
Init V =  -600.0 Fitted V =  -505.39984094 Chi2 =  0.20415080237
Init V =  0.0 Fitted V =  -498.934249675 Chi2 =  0.34175080244
Init V =  -100.0 Fitted V =  -428.908926798 Chi2 =  0.802993184433
Init V =  -200.0 Fitted V =  -498.93481228 Chi2 =  0.341749524541
Init V =  -300.0 Fitted V =  -498.934689164 Chi2 =  0.341749786157
Init V =  -400.0 Fitted V =  -498.934735047 Chi2 =  0.341749695589
Init V =  -500.0 Fitted V =  -498.938315688 Chi2 =  0.341741666509
Init V =  -600.0 Fitted V =  -498.934572465 Chi2 =  0.341750061857
Init V =  0.0 Fitted V =  -467.47479687 Chi2 =  0.191115484422
Init V =  -100.0 Fitted V =  -467.474785395 Chi2 =  0.191115591762
Init V =  -200.0 Fitted V =  -467.47481328 Chi2 =  0.191115259479
Init V =  -300.0 Fitted V =  -467.474783038 Chi2 =  0.191115642366
Init V =  -400.0 Fitted V =  -467.474773175 Chi2 =  0.191115722286
Init V =  -500.0 Fitted V =  -467.474798491 Chi2 =  0.191115467376
Init V =  -600.0 Fitted V =  -467.47480194 Chi2 =  0.191115421783
Init V =  0.0 Fitted V =  -0.183362900213 Chi2 =  2.77566490945
Init V =  -100.0 Fitted V =  -0.185245182891 Chi2 =  2.77566497025
Init V =  -200.0 Fitted V =  -462.233891969 Chi2 =  1.93685545381
Init V =  -300.0 Fitted V =  -462.234049068 Chi2 =  1.93685503048
Init V =  -400.0 Fitted V =  -462.234036955 Chi2 =  1.93685507436
Init V =  -500.0 Fitted V =  -462.234083971 Chi2 =  1.93685494151
Init V =  -600.0 Fitted V =  -586.240715389 Chi2 =  3.45122103614
Init V =  0.0 Fitted V =  -26.8237047723 Chi2 =  2.59626625027
Init V =  -100.0 Fitted V =  -463.318591812 Chi2 =  0.174132433491
Init V =  -200.0 Fitted V =  -463.318717392 Chi2 =  0.174131609182
Init V =  -300.0 Fitted V =  -463.318604664 Chi2 =  0.174132333755
Init V =  -400.0 Fitted V =  -463.318584602 Chi2 =  0.174132383517
Init V =  -500.0 Fitted V =  -463.318588532 Chi2 =  0.174132513212
Init V =  -600.0 Fitted V =  -463.318628022 Chi2 =  0.174132154178
Init V =  0.0 Fitted V =  -25.62214134 Chi2 =  2.00519503169
Init V =  -100.0 Fitted V =  -116.603509779 Chi2 =  2.00933263059
Init V =  -200.0 Fitted V =  -204.509591093 Chi2 =  2.01903549571
Init V =  -300.0 Fitted V =  -268.747641401 Chi2 =  2.00894374711
Init V =  -400.0 Fitted V =  -459.805126794 Chi2 =  0.128751602116
Init V =  -500.0 Fitted V =  -459.805344866 Chi2 =  0.12875181127
Init V =  -600.0 Fitted V =  -459.805256172 Chi2 =  0.128751733028
Init V =  0.0 Fitted V =  -448.996254138 Chi2 =  0.276268344123
Init V =  -100.0 Fitted V =  -448.995483362 Chi2 =  0.276267594276
Init V =  -200.0 Fitted V =  -448.995903311 Chi2 =  0.276268005742
Init V =  -300.0 Fitted V =  -448.995502619 Chi2 =  0.276267610162
Init V =  -400.0 Fitted V =  -448.993108035 Chi2 =  0.27626526902
Init V =  -500.0 Fitted V =  -448.996086049 Chi2 =  0.276268183894
Init V =  -600.0 Fitted V =  -448.995396558 Chi2 =  0.276267507754
Init V =  0.0 Fitted V =  -6.157677175 Chi2 =  1.60588777817
Init V =  -100.0 Fitted V =  -437.51234676 Chi2 =  0.157522581413
Init V =  -200.0 Fitted V =  -437.512297217 Chi2 =  0.157522398709
Init V =  -300.0 Fitted V =  -437.51240291 Chi2 =  0.15752275778
Init V =  -400.0 Fitted V =  -437.512389081 Chi2 =  0.157522710425
Init V =  -500.0 Fitted V =  -437.512402562 Chi2 =  0.15752277094
Init V =  -600.0 Fitted V =  -437.512442146 Chi2 =  0.157522914673
Init V =  0.0 Fitted V =  -15.5081201732 Chi2 =  1.29498325127
Init V =  -100.0 Fitted V =  -87.4452970349 Chi2 =  1.30762905405
Init V =  -200.0 Fitted V =  -208.33358758 Chi2 =  1.30285353602
Init V =  -300.0 Fitted V =  -427.483583844 Chi2 =  0.239199290967
Init V =  -400.0 Fitted V =  -427.48359879 Chi2 =  0.239199226715
Init V =  -500.0 Fitted V =  -427.483712624 Chi2 =  0.239198731639
Init V =  -600.0 Fitted V =  -611.831139538 Chi2 =  1.29529200109
Init V =  0.0 Fitted V =  -5.89917803292 Chi2 =  1.98686967051
Init V =  -100.0 Fitted V =  -401.360939715 Chi2 =  0.296438465586
Init V =  -200.0 Fitted V =  -401.360585823 Chi2 =  0.296439092566
Init V =  -300.0 Fitted V =  -401.360278745 Chi2 =  0.296439644549
Init V =  -400.0 Fitted V =  -401.36073296 Chi2 =  0.296438844419
Init V =  -500.0 Fitted V =  -401.360854697 Chi2 =  0.296438621194
Init V =  -600.0 Fitted V =  -401.360148899 Chi2 =  0.296439878113
Init V =  0.0 Fitted V =  -4.79158425605 Chi2 =  2.7838052252
Init V =  -100.0 Fitted V =  -375.942161096 Chi2 =  0.432793343507
Init V =  -200.0 Fitted V =  -375.942130271 Chi2 =  0.432793427861
Init V =  -300.0 Fitted V =  -375.942162015 Chi2 =  0.432793150154
Init V =  -400.0 Fitted V =  -375.942076853 Chi2 =  0.432793784072
Init V =  -500.0 Fitted V =  -375.942120793 Chi2 =  0.43279336296
Init V =  -600.0 Fitted V =  -375.942058245 Chi2 =  0.432793880469
Init V =  0.0 Fitted V =  3.24725748893 Chi2 =  3.23922743488
Init V =  -100.0 Fitted V =  -359.101113453 Chi2 =  0.534876563937
Init V =  -200.0 Fitted V =  -359.101259746 Chi2 =  0.534876741238
Init V =  -300.0 Fitted V =  -359.100898054 Chi2 =  0.534877108115
Init V =  -400.0 Fitted V =  -359.103147561 Chi2 =  0.534874530111
Init V =  -500.0 Fitted V =  -359.10142427 Chi2 =  0.534876336538
Init V =  -600.0 Fitted V =  -359.101009553 Chi2 =  0.5348766607
Init V =  0.0 Fitted V =  -22.1252864648 Chi2 =  2.20597571957
Init V =  -100.0 Fitted V =  -122.760691182 Chi2 =  2.22319153143
Init V =  -200.0 Fitted V =  -354.737557582 Chi2 =  0.536804132016
Init V =  -300.0 Fitted V =  -354.736793011 Chi2 =  0.536804942181
Init V =  -400.0 Fitted V =  -354.739325712 Chi2 =  0.536802150557
Init V =  -500.0 Fitted V =  -354.737559265 Chi2 =  0.536804216489
Init V =  -600.0 Fitted V =  -354.736675657 Chi2 =  0.536805103253
Init V =  0.0 Fitted V =  -0.891366458618 Chi2 =  2.48337724869
Init V =  -100.0 Fitted V =  -338.081756575 Chi2 =  0.543046524942
Init V =  -200.0 Fitted V =  -338.082382899 Chi2 =  0.543046988686
Init V =  -300.0 Fitted V =  -338.079983486 Chi2 =  0.543045011027
Init V =  -400.0 Fitted V =  -338.081871228 Chi2 =  0.543046558894
Init V =  -500.0 Fitted V =  -338.082319278 Chi2 =  0.543046984446
Init V =  -600.0 Fitted V =  -612.992094246 Chi2 =  2.47361156594
Init V =  0.0 Fitted V =  -11.0078421029 Chi2 =  2.39711129386
Init V =  -100.0 Fitted V =  -78.0863567355 Chi2 =  2.37433230522
Init V =  -200.0 Fitted V =  -320.23121199 Chi2 =  0.608744576396
Init V =  -300.0 Fitted V =  -320.23144371 Chi2 =  0.608744880227
Init V =  -400.0 Fitted V =  -320.231349996 Chi2 =  0.608744696594
Init V =  -500.0 Fitted V =  -501.250125349 Chi2 =  2.37098296245
Init V =  -600.0 Fitted V =  -620.47871886 Chi2 =  2.40082045082
Init V =  0.0 Fitted V =  -9.88757392518 Chi2 =  2.23043673552
Init V =  -100.0 Fitted V =  -62.7383355949 Chi2 =  2.23060550028
Init V =  -200.0 Fitted V =  -306.982728765 Chi2 =  0.759484275098
Init V =  -300.0 Fitted V =  -306.970543114 Chi2 =  0.759475174524
Init V =  -400.0 Fitted V =  -306.982809632 Chi2 =  0.759484238707
Init V =  -500.0 Fitted V =  -499.884061212 Chi2 =  2.26651227019
Init V =  -600.0 Fitted V =  -614.481165636 Chi2 =  2.27701270743
Init V =  0.0 Fitted V =  -11.4610425886 Chi2 =  3.29626433561
Init V =  -100.0 Fitted V =  -72.1112609367 Chi2 =  3.30126636082
Init V =  -200.0 Fitted V =  -294.012564755 Chi2 =  1.21876212783
Init V =  -300.0 Fitted V =  -294.009803356 Chi2 =  1.21875154155
Init V =  -400.0 Fitted V =  -294.012537611 Chi2 =  1.21876200803
Init V =  -500.0 Fitted V =  -486.589267258 Chi2 =  3.35993549321
Init V =  -600.0 Fitted V =  -614.242064725 Chi2 =  3.33800246764
Init V =  0.0 Fitted V =  -18.03057812 Chi2 =  3.22800806742
Init V =  -100.0 Fitted V =  -77.3972936234 Chi2 =  3.19140673679
Init V =  -200.0 Fitted V =  -285.425813631 Chi2 =  1.22639119266
Init V =  -300.0 Fitted V =  -285.426690449 Chi2 =  1.22638518999
Init V =  -400.0 Fitted V =  -285.425529342 Chi2 =  1.22639309327
Init V =  -500.0 Fitted V =  -494.955859817 Chi2 =  3.23308671696
Init V =  -600.0 Fitted V =  -609.471115848 Chi2 =  3.26056911492
Init V =  0.0 Fitted V =  -13.3746959149 Chi2 =  3.36543542265
Init V =  -100.0 Fitted V =  -68.2006641896 Chi2 =  3.40697255054
Init V =  -200.0 Fitted V =  -274.557944889 Chi2 =  1.55182340671
Init V =  -300.0 Fitted V =  -274.555022077 Chi2 =  1.55180554641
Init V =  -400.0 Fitted V =  -421.513798757 Chi2 =  2.5293367822
Init V =  -500.0 Fitted V =  -497.503475786 Chi2 =  3.35396506816
Init V =  -600.0 Fitted V =  -617.151813412 Chi2 =  3.42131460824
Init V =  0.0 Fitted V =  -8.17607863847 Chi2 =  5.155168949
Init V =  -100.0 Fitted V =  -259.577451215 Chi2 =  1.82139571439
Init V =  -200.0 Fitted V =  -259.57756162 Chi2 =  1.82139587868
Init V =  -300.0 Fitted V =  -259.57735614 Chi2 =  1.82139565728
Init V =  -400.0 Fitted V =  -259.577428287 Chi2 =  1.82139566985
Init V =  -500.0 Fitted V =  -259.577424562 Chi2 =  1.82139567789
Init V =  -600.0 Fitted V =  -259.577400472 Chi2 =  1.82139569269
Init V =  0.0 Fitted V =  -7.61726075651 Chi2 =  5.72752340789
Init V =  -100.0 Fitted V =  -245.210060994 Chi2 =  2.18905019409
Init V =  -200.0 Fitted V =  -245.210116681 Chi2 =  2.18905007323
Init V =  -300.0 Fitted V =  -245.210090823 Chi2 =  2.18905104671
Init V =  -400.0 Fitted V =  -419.687741699 Chi2 =  4.36681617697
Init V =  -500.0 Fitted V =  -493.2626875 Chi2 =  5.70593067853
Init V =  -600.0 Fitted V =  -599.617924046 Chi2 =  5.74969112305
Init V =  0.0 Fitted V =  -7.81827454654 Chi2 =  6.79286465951
Init V =  -100.0 Fitted V =  -85.2272782628 Chi2 =  6.85576614484
Init V =  -200.0 Fitted V =  -243.719479328 Chi2 =  2.87209203854
Init V =  -300.0 Fitted V =  -243.719309759 Chi2 =  2.87209085268
Init V =  -400.0 Fitted V =  -243.719318746 Chi2 =  2.87209104318
Init V =  -500.0 Fitted V =  -500.313938322 Chi2 =  6.95517366831
Init V =  -600.0 Fitted V =  -604.871182107 Chi2 =  6.92023874091
Init V =  0.0 Fitted V =  -10.1928187081 Chi2 =  5.61281216476
Init V =  -100.0 Fitted V =  -308.802307463 Chi2 =  2.96956643205
Init V =  -200.0 Fitted V =  -308.799358725 Chi2 =  2.96956641291
Init V =  -300.0 Fitted V =  -308.798299362 Chi2 =  2.96956641034
Init V =  -400.0 Fitted V =  -420.606082452 Chi2 =  3.6149936081
Init V =  -500.0 Fitted V =  -500.709676661 Chi2 =  5.87153331583
Init V =  -600.0 Fitted V =  -308.806006926 Chi2 =  2.96956642184
Init V =  0.0 Fitted V =  -16.1064310907 Chi2 =  8.76619377332
Init V =  -100.0 Fitted V =  -297.83864772 Chi2 =  3.8796460047
Init V =  -200.0 Fitted V =  -297.835475727 Chi2 =  3.87964618453
Init V =  -300.0 Fitted V =  -297.836496678 Chi2 =  3.87964623266
Init V =  -400.0 Fitted V =  -297.841305996 Chi2 =  3.87964629617
Init V =  -500.0 Fitted V =  -297.841163654 Chi2 =  3.87964645987
Init V =  -600.0 Fitted V =  -609.450128236 Chi2 =  8.93221331607
Init V =  0.0 Fitted V =  -23.7727499288 Chi2 =  6.28374945443
Init V =  -100.0 Fitted V =  -23.7858914883 Chi2 =  6.28374645012
Init V =  -200.0 Fitted V =  -354.906054638 Chi2 =  4.16924328919
Init V =  -300.0 Fitted V =  -354.909690873 Chi2 =  4.16923872277
Init V =  -400.0 Fitted V =  -417.296945995 Chi2 =  3.02684580184
Init V =  -500.0 Fitted V =  -497.236324982 Chi2 =  6.49516825155
Init V =  -600.0 Fitted V =  -601.660064624 Chi2 =  6.63198144824
Init V =  0.0 Fitted V =  -326.24591486 Chi2 =  4.63946824398
Init V =  -100.0 Fitted V =  -75.6432395926 Chi2 =  8.00983052874
Init V =  -200.0 Fitted V =  -326.240256942 Chi2 =  4.63946923707
Init V =  -300.0 Fitted V =  -326.23885427 Chi2 =  4.6394691623
Init V =  -400.0 Fitted V =  -418.320844456 Chi2 =  5.34464620756
Init V =  -500.0 Fitted V =  -497.751678366 Chi2 =  8.74378835527
Init V =  -600.0 Fitted V =  -606.871287494 Chi2 =  8.60898702818
Init V =  0.0 Fitted V =  254.890253913 Chi2 =  0.712850413465
Init V =  -100.0 Fitted V =  -54.1865587608 Chi2 =  0.975646013789
Init V =  -200.0 Fitted V =  -276.167373067 Chi2 =  1.25652000514
Init V =  -300.0 Fitted V =  -276.16817397 Chi2 =  1.2565200859
Init V =  -400.0 Fitted V =  -420.737864449 Chi2 =  0.817507946371
Init V =  -500.0 Fitted V =  -420.738165292 Chi2 =  0.817508262423
Init V =  -600.0 Fitted V =  -420.737982702 Chi2 =  0.817508072285
Init V =  0.0 Fitted V =  257.339147314 Chi2 =  0.506407355175
Init V =  -100.0 Fitted V =  -50.3894931198 Chi2 =  0.808082628263
Init V =  -200.0 Fitted V =  -169.845806863 Chi2 =  0.991924853401
Init V =  -300.0 Fitted V =  -290.382762783 Chi2 =  1.00105648284
Init V =  -400.0 Fitted V =  -419.175509047 Chi2 =  0.516918262914
Init V =  -500.0 Fitted V =  -419.175705777 Chi2 =  0.516917800365
Init V =  -600.0 Fitted V =  -419.175540391 Chi2 =  0.516918026302
Init V =  0.0 Fitted V =  -42.2618518975 Chi2 =  0.57604166173
Init V =  -100.0 Fitted V =  -42.2622452417 Chi2 =  0.576039490839
Init V =  -200.0 Fitted V =  -205.519703473 Chi2 =  0.711329229909
Init V =  -300.0 Fitted V =  -274.629845802 Chi2 =  0.725331771462
Init V =  -400.0 Fitted V =  -427.58763372 Chi2 =  0.358416635721
Init V =  -500.0 Fitted V =  -427.587488471 Chi2 =  0.358416646418
Init V =  -600.0 Fitted V =  -421.501711918 Chi2 =  0.583243274947
Init V =  0.0 Fitted V =  -46.423045274 Chi2 =  0.53601315842
Init V =  -100.0 Fitted V =  -46.4263800755 Chi2 =  0.536011737508
Init V =  -200.0 Fitted V =  172.743600567 Chi2 =  0.541886073748
Init V =  -300.0 Fitted V =  -284.642157208 Chi2 =  0.708153112457
Init V =  -400.0 Fitted V =  -427.197852044 Chi2 =  0.369863376913
Init V =  -500.0 Fitted V =  -427.27057487 Chi2 =  0.384105720791
Init V =  -600.0 Fitted V =  -606.320797619 Chi2 =  0.673292395869
Init V =  0.0 Fitted V =  -36.9433286691 Chi2 =  0.685820061398
Init V =  -100.0 Fitted V =  -36.9434688561 Chi2 =  0.685819942072
Init V =  -200.0 Fitted V =  -211.031924356 Chi2 =  0.82430261199
Init V =  -300.0 Fitted V =  -312.834328434 Chi2 =  0.834841513844
Init V =  -400.0 Fitted V =  -424.630134163 Chi2 =  0.415025712592
Init V =  -500.0 Fitted V =  -493.391633337 Chi2 =  0.841151414101
Init V =  -600.0 Fitted V =  -603.155202953 Chi2 =  0.793097526326
Init V =  0.0 Fitted V =  -46.4055765571 Chi2 =  0.741743015391
Init V =  -100.0 Fitted V =  -46.4054524974 Chi2 =  0.741741882737
Init V =  -200.0 Fitted V =  -212.935222283 Chi2 =  0.828726430795
Init V =  -300.0 Fitted V =  -420.799092392 Chi2 =  0.310539911154
Init V =  -400.0 Fitted V =  -420.798978537 Chi2 =  0.310539741047
Init V =  -500.0 Fitted V =  -420.79932905 Chi2 =  0.310540290055
Init V =  -600.0 Fitted V =  -609.60199359 Chi2 =  0.846518926091
Init V =  0.0 Fitted V =  -36.2213888325 Chi2 =  0.923903193084
Init V =  -100.0 Fitted V =  -43.3073074719 Chi2 =  0.927053854313
Init V =  -200.0 Fitted V =  -429.910363397 Chi2 =  0.37688861988
Init V =  -300.0 Fitted V =  -429.910547267 Chi2 =  0.376888775048
Init V =  -400.0 Fitted V =  -429.910409982 Chi2 =  0.376888657424
Init V =  -500.0 Fitted V =  -429.911237888 Chi2 =  0.37688934796
Init V =  -600.0 Fitted V =  -584.305305465 Chi2 =  0.969254649347
Init V =  0.0 Fitted V =  -45.2519529082 Chi2 =  0.751071079823
Init V =  -100.0 Fitted V =  -45.2565479645 Chi2 =  0.751066805429
Init V =  -200.0 Fitted V =  -197.304009122 Chi2 =  0.811722236306
Init V =  -300.0 Fitted V =  -297.067047413 Chi2 =  0.827105126527
Init V =  -400.0 Fitted V =  -416.909486686 Chi2 =  0.335453457022
Init V =  -500.0 Fitted V =  -416.909433622 Chi2 =  0.335453347653
Init V =  -600.0 Fitted V =  -416.909504769 Chi2 =  0.33545348966
Init V =  0.0 Fitted V =  -36.0916234986 Chi2 =  0.751815098336
Init V =  -100.0 Fitted V =  -409.218944411 Chi2 =  0.31894520579
Init V =  -200.0 Fitted V =  -409.218977935 Chi2 =  0.318945474842
Init V =  -300.0 Fitted V =  -409.218987867 Chi2 =  0.31894559968
Init V =  -400.0 Fitted V =  -409.218983132 Chi2 =  0.318945552624
Init V =  -500.0 Fitted V =  -409.219024979 Chi2 =  0.31894593339
Init V =  -600.0 Fitted V =  -409.218968554 Chi2 =  0.318945421407
Init V =  0.0 Fitted V =  -53.1199122313 Chi2 =  0.852236386297
Init V =  -100.0 Fitted V =  -53.1199759906 Chi2 =  0.852236395882
Init V =  -200.0 Fitted V =  -445.323074179 Chi2 =  0.314594073599
Init V =  -300.0 Fitted V =  -445.322962115 Chi2 =  0.314594232979
Init V =  -400.0 Fitted V =  -445.321515282 Chi2 =  0.314593859264
Init V =  -500.0 Fitted V =  -445.321412463 Chi2 =  0.314594346168
Init V =  -600.0 Fitted V =  -445.322944192 Chi2 =  0.314594167488
Init V =  0.0 Fitted V =  237.293178044 Chi2 =  0.566004850041
Init V =  -100.0 Fitted V =  237.294358672 Chi2 =  0.566005580487
Init V =  -200.0 Fitted V =  -207.391227041 Chi2 =  1.33348776183
Init V =  -300.0 Fitted V =  -463.159011617 Chi2 =  0.341765517329
Init V =  -400.0 Fitted V =  -463.158378998 Chi2 =  0.341765088527
Init V =  -500.0 Fitted V =  -463.159253765 Chi2 =  0.341765590542
Init V =  -600.0 Fitted V =  -463.158984457 Chi2 =  0.341765506687
Init V =  0.0 Fitted V =  -496.7045465 Chi2 =  0.633801834833
Init V =  -100.0 Fitted V =  -496.702924043 Chi2 =  0.633802217203
Init V =  -200.0 Fitted V =  -496.703555139 Chi2 =  0.633802087299
Init V =  -300.0 Fitted V =  -496.704551519 Chi2 =  0.633801830021
Init V =  -400.0 Fitted V =  -496.704467073 Chi2 =  0.633801848216
Init V =  -500.0 Fitted V =  -496.702978617 Chi2 =  0.633802165168
Init V =  -600.0 Fitted V =  -496.703960757 Chi2 =  0.633801965872
Init V =  0.0 Fitted V =  179.134608514 Chi2 =  1.21024292665
Init V =  -100.0 Fitted V =  -515.779606472 Chi2 =  0.562642913225
Init V =  -200.0 Fitted V =  -515.779686807 Chi2 =  0.562642887468
Init V =  -300.0 Fitted V =  -515.780727786 Chi2 =  0.562642795367
Init V =  -400.0 Fitted V =  -515.780727658 Chi2 =  0.562642897188
Init V =  -500.0 Fitted V =  -515.77948606 Chi2 =  0.562642856344
Init V =  -600.0 Fitted V =  -515.779338779 Chi2 =  0.562642928701
Init V =  0.0 Fitted V =  136.264787619 Chi2 =  1.53182325979
Init V =  -100.0 Fitted V =  -545.994898137 Chi2 =  0.499811559916
Init V =  -200.0 Fitted V =  -545.995036542 Chi2 =  0.499811252696
Init V =  -300.0 Fitted V =  -545.995521825 Chi2 =  0.499810182295
Init V =  -400.0 Fitted V =  -545.994839636 Chi2 =  0.499811683688
Init V =  -500.0 Fitted V =  -545.995614405 Chi2 =  0.499809983402
Init V =  -600.0 Fitted V =  -545.995492533 Chi2 =  0.499810248309
Init V =  0.0 Fitted V =  181.60049202 Chi2 =  0.627462703574
Init V =  -100.0 Fitted V =  42.1638986914 Chi2 =  0.755745987222
Init V =  -200.0 Fitted V =  -522.37996901 Chi2 =  0.272640816527
Init V =  -300.0 Fitted V =  -522.379924151 Chi2 =  0.27264084471
Init V =  -400.0 Fitted V =  -522.379488603 Chi2 =  0.272641058952
Init V =  -500.0 Fitted V =  -522.380014083 Chi2 =  0.272640796882
Init V =  -600.0 Fitted V =  -522.380833794 Chi2 =  0.272640411269
Init V =  0.0 Fitted V =  -15.1165722854 Chi2 =  0.694059872917
Init V =  -100.0 Fitted V =  -15.5013757595 Chi2 =  0.694058697086
Init V =  -200.0 Fitted V =  -15.2137528972 Chi2 =  0.694059588983
Init V =  -300.0 Fitted V =  -505.618522175 Chi2 =  0.31020459395
Init V =  -400.0 Fitted V =  -505.618717382 Chi2 =  0.310204668944
Init V =  -500.0 Fitted V =  -505.618627111 Chi2 =  0.310204643507
Init V =  -600.0 Fitted V =  -505.618435722 Chi2 =  0.31020466498
Init V =  0.0 Fitted V =  -510.72391386 Chi2 =  0.356974970447
Init V =  -100.0 Fitted V =  -1032.70088175 Chi2 =  316.479890249
Init V =  -200.0 Fitted V =  -199.780987555 Chi2 =  1.05481480826
Init V =  -300.0 Fitted V =  -340.828085048 Chi2 =  1.05607955642
Init V =  -400.0 Fitted V =  -510.724390392 Chi2 =  0.356974796803
Init V =  -500.0 Fitted V =  -510.723048698 Chi2 =  0.356975263234
Init V =  -600.0 Fitted V =  -510.722895385 Chi2 =  0.356975343727
Init V =  0.0 Fitted V =  165.322263388 Chi2 =  0.639120617947
Init V =  -100.0 Fitted V =  -517.057846932 Chi2 =  0.325925513734
Init V =  -200.0 Fitted V =  -199.118998481 Chi2 =  1.30361222083
Init V =  -300.0 Fitted V =  -517.057586499 Chi2 =  0.325925662954
Init V =  -400.0 Fitted V =  -517.056430626 Chi2 =  0.325926323417
Init V =  -500.0 Fitted V =  -517.057126146 Chi2 =  0.325925920849
Init V =  -600.0 Fitted V =  -517.05763667 Chi2 =  0.325925633507
Init V =  0.0 Fitted V =  -498.572652992 Chi2 =  0.24765184038
Init V =  -100.0 Fitted V =  -421.463145501 Chi2 =  0.430090987055
Init V =  -200.0 Fitted V =  -498.572591784 Chi2 =  0.247652440454
Init V =  -300.0 Fitted V =  -498.572628375 Chi2 =  0.247652316444
Init V =  -400.0 Fitted V =  -498.572553475 Chi2 =  0.247653039271
Init V =  -500.0 Fitted V =  -498.572675728 Chi2 =  0.247651570787
Init V =  -600.0 Fitted V =  -498.572550463 Chi2 =  0.247653125047
Init V =  0.0 Fitted V =  -463.635772612 Chi2 =  0.251571118116
Init V =  -100.0 Fitted V =  -463.635579939 Chi2 =  0.25157092408
Init V =  -200.0 Fitted V =  -207.387644994 Chi2 =  1.30195800712
Init V =  -300.0 Fitted V =  -463.635510558 Chi2 =  0.251570851522
Init V =  -400.0 Fitted V =  -463.635357771 Chi2 =  0.251570697706
Init V =  -500.0 Fitted V =  -463.635161249 Chi2 =  0.25157050484
Init V =  -600.0 Fitted V =  -463.635854539 Chi2 =  0.251571200199
Init V =  0.0 Fitted V =  -476.339994241 Chi2 =  0.190064574774
Init V =  -100.0 Fitted V =  -476.339981122 Chi2 =  0.190064583676
Init V =  -200.0 Fitted V =  -476.340081101 Chi2 =  0.190064989366
Init V =  -300.0 Fitted V =  -476.340196922 Chi2 =  0.190065420788
Init V =  -400.0 Fitted V =  -476.340015219 Chi2 =  0.190064664825
Init V =  -500.0 Fitted V =  -476.339753534 Chi2 =  0.190063627673
Init V =  -600.0 Fitted V =  -476.34011748 Chi2 =  0.190065088724
Init V =  0.0 Fitted V =  -5.77808160037 Chi2 =  0.801846865951
Init V =  -100.0 Fitted V =  -477.931273088 Chi2 =  0.161662756599
Init V =  -200.0 Fitted V =  -179.066211197 Chi2 =  0.860800611155
Init V =  -300.0 Fitted V =  -477.931772927 Chi2 =  0.161662403842
Init V =  -400.0 Fitted V =  -477.932071348 Chi2 =  0.16166221452
Init V =  -500.0 Fitted V =  -477.933140164 Chi2 =  0.161661521737
Init V =  -600.0 Fitted V =  -477.931851379 Chi2 =  0.161662356189
Init V =  0.0 Fitted V =  -519.21058204 Chi2 =  0.384120386873
Init V =  -100.0 Fitted V =  -89.5205615359 Chi2 =  2.01710808624
Init V =  -200.0 Fitted V =  -519.210190531 Chi2 =  0.384120957248
Init V =  -300.0 Fitted V =  -519.21006365 Chi2 =  0.384121125158
Init V =  -400.0 Fitted V =  -519.21081413 Chi2 =  0.384120061605
Init V =  -500.0 Fitted V =  -519.21022365 Chi2 =  0.384120914412
Init V =  -600.0 Fitted V =  -519.210049843 Chi2 =  0.384121141641
Init V =  0.0 Fitted V =  6.29964251556 Chi2 =  1.02300206577
Init V =  -100.0 Fitted V =  -101.078570411 Chi2 =  1.00426496498
Init V =  -200.0 Fitted V =  -487.437968826 Chi2 =  0.306469857903
Init V =  -300.0 Fitted V =  -487.439082985 Chi2 =  0.30646938143
Init V =  -400.0 Fitted V =  -487.439118021 Chi2 =  0.306469364492
Init V =  -500.0 Fitted V =  -487.442643571 Chi2 =  0.306467863092
Init V =  -600.0 Fitted V =  -487.438957301 Chi2 =  0.306469432889
Init V =  0.0 Fitted V =  -27.0731640176 Chi2 =  1.5540374589
Init V =  -100.0 Fitted V =  -437.100953922 Chi2 =  0.263407053606
Init V =  -200.0 Fitted V =  -197.546778578 Chi2 =  1.55876935208
Init V =  -300.0 Fitted V =  -437.101026773 Chi2 =  0.263407123112
Init V =  -400.0 Fitted V =  -437.098693608 Chi2 =  0.26340457388
Init V =  -500.0 Fitted V =  -437.10124154 Chi2 =  0.263407357587
Init V =  -600.0 Fitted V =  -437.100914151 Chi2 =  0.263407011782
Init V =  0.0 Fitted V =  -1.36356291202 Chi2 =  1.45366241859
Init V =  -100.0 Fitted V =  -114.071347618 Chi2 =  1.44066948375
Init V =  -200.0 Fitted V =  -436.831881612 Chi2 =  0.281026629588
Init V =  -300.0 Fitted V =  -436.831851526 Chi2 =  0.281026548694
Init V =  -400.0 Fitted V =  -436.830893486 Chi2 =  0.281024067449
Init V =  -500.0 Fitted V =  -436.832263454 Chi2 =  0.281027662855
Init V =  -600.0 Fitted V =  -436.831805897 Chi2 =  0.281026446047
Init V =  0.0 Fitted V =  -8.34266042479 Chi2 =  2.4727879718
Init V =  -100.0 Fitted V =  -407.509803489 Chi2 =  0.31304733859
Init V =  -200.0 Fitted V =  -188.257899968 Chi2 =  2.48396034974
Init V =  -300.0 Fitted V =  -407.509702973 Chi2 =  0.313046483818
Init V =  -400.0 Fitted V =  -407.509355271 Chi2 =  0.313043574078
Init V =  -500.0 Fitted V =  -407.509859873 Chi2 =  0.313047788039
Init V =  -600.0 Fitted V =  -407.509703024 Chi2 =  0.313046526118
Init V =  0.0 Fitted V =  -1.19255502488 Chi2 =  2.91129380212
Init V =  -100.0 Fitted V =  -405.140565842 Chi2 =  0.519607677545
Init V =  -200.0 Fitted V =  -405.140698137 Chi2 =  0.519607304811
Init V =  -300.0 Fitted V =  -405.139746799 Chi2 =  0.519609610483
Init V =  -400.0 Fitted V =  -405.144964982 Chi2 =  0.519596998108
Init V =  -500.0 Fitted V =  -405.140217223 Chi2 =  0.519608542092
Init V =  -600.0 Fitted V =  -405.13980142 Chi2 =  0.519609475849
Init V =  0.0 Fitted V =  10.6248385544 Chi2 =  2.7620245041
Init V =  -100.0 Fitted V =  -66.4562442935 Chi2 =  2.7738354692
Init V =  -200.0 Fitted V =  -388.295843969 Chi2 =  0.602382346933
Init V =  -300.0 Fitted V =  -388.296159617 Chi2 =  0.602381879586
Init V =  -400.0 Fitted V =  -388.302316952 Chi2 =  0.602370897493
Init V =  -500.0 Fitted V =  -388.2965745 Chi2 =  0.602381103909
Init V =  -600.0 Fitted V =  -388.295808976 Chi2 =  0.602382390512
Init V =  0.0 Fitted V =  0.487681228736 Chi2 =  2.47721173973
Init V =  -100.0 Fitted V =  -71.5096608691 Chi2 =  2.53354579618
Init V =  -200.0 Fitted V =  -376.793681883 Chi2 =  0.513901291339
Init V =  -300.0 Fitted V =  -376.793581154 Chi2 =  0.513901563372
Init V =  -400.0 Fitted V =  -376.795453522 Chi2 =  0.513899148488
Init V =  -500.0 Fitted V =  -376.793176413 Chi2 =  0.513902080512
Init V =  -600.0 Fitted V =  -376.792906497 Chi2 =  0.513902439596
Init V =  0.0 Fitted V =  0.335684686414 Chi2 =  2.18984718134
Init V =  -100.0 Fitted V =  -68.4403313263 Chi2 =  2.19561907832
Init V =  -200.0 Fitted V =  -348.903813804 Chi2 =  0.501969420287
Init V =  -300.0 Fitted V =  -348.903449451 Chi2 =  0.501969651697
Init V =  -400.0 Fitted V =  -348.906088631 Chi2 =  0.501969389043
Init V =  -500.0 Fitted V =  -497.450252391 Chi2 =  2.18609473139
Init V =  -600.0 Fitted V =  -553.635415667 Chi2 =  2.1481612966
Init V =  0.0 Fitted V =  -6.44213205125 Chi2 =  2.08063837303
Init V =  -100.0 Fitted V =  -330.418989159 Chi2 =  0.583123934838
Init V =  -200.0 Fitted V =  -330.420782905 Chi2 =  0.583124223111
Init V =  -300.0 Fitted V =  -330.418447819 Chi2 =  0.583124070731
Init V =  -400.0 Fitted V =  -330.420891957 Chi2 =  0.583124002758
Init V =  -500.0 Fitted V =  -500.872711447 Chi2 =  2.13240185802
Init V =  -600.0 Fitted V =  -656.441464251 Chi2 =  2.13865132301
Init V =  0.0 Fitted V =  -15.3861061452 Chi2 =  3.37975589693
Init V =  -100.0 Fitted V =  -72.3875556238 Chi2 =  3.38540072607
Init V =  -200.0 Fitted V =  -321.019085376 Chi2 =  0.895531518969
Init V =  -300.0 Fitted V =  -321.014259959 Chi2 =  0.8955302744
Init V =  -400.0 Fitted V =  -321.019309604 Chi2 =  0.895531541968
Init V =  -500.0 Fitted V =  -503.168359422 Chi2 =  3.39353938798
Init V =  -600.0 Fitted V =  -616.976525303 Chi2 =  3.41495128423
Init V =  0.0 Fitted V =  -80.7697116265 Chi2 =  4.27929904578
Init V =  -100.0 Fitted V =  -285.559026084 Chi2 =  1.39442928719
Init V =  -200.0 Fitted V =  -285.558851928 Chi2 =  1.39442823969
Init V =  -300.0 Fitted V =  -285.553472719 Chi2 =  1.39439038255
Init V =  -400.0 Fitted V =  -285.559257603 Chi2 =  1.39443090278
Init V =  -500.0 Fitted V =  -498.737530977 Chi2 =  4.35685441774
Init V =  -600.0 Fitted V =  -285.558755115 Chi2 =  1.39442736352
Init V =  0.0 Fitted V =  -7.80392530956 Chi2 =  3.57908234121
Init V =  -100.0 Fitted V =  -69.8303868169 Chi2 =  3.61114778081
Init V =  -200.0 Fitted V =  -283.587914133 Chi2 =  1.48069237408
Init V =  -300.0 Fitted V =  -283.58825578 Chi2 =  1.48067847095
Init V =  -400.0 Fitted V =  -283.587922025 Chi2 =  1.48069308573
Init V =  -500.0 Fitted V =  -499.354223699 Chi2 =  3.65125472657
Init V =  -600.0 Fitted V =  -611.402514456 Chi2 =  3.61517389344
Init V =  0.0 Fitted V =  -14.1016167279 Chi2 =  3.37094859631
Init V =  -100.0 Fitted V =  -73.4173449784 Chi2 =  3.41743467783
Init V =  -200.0 Fitted V =  -271.201180368 Chi2 =  1.33320168473
Init V =  -300.0 Fitted V =  -271.201262429 Chi2 =  1.33320143362
Init V =  -400.0 Fitted V =  -424.599718208 Chi2 =  2.62213543155
Init V =  -500.0 Fitted V =  -496.668951498 Chi2 =  3.44712219892
Init V =  -600.0 Fitted V =  -608.591649381 Chi2 =  3.43609188281
Init V =  0.0 Fitted V =  -12.338323423 Chi2 =  6.9323837383
Init V =  -100.0 Fitted V =  -71.2236250565 Chi2 =  7.01472840386
Init V =  -200.0 Fitted V =  -263.130314815 Chi2 =  2.21142502846
Init V =  -300.0 Fitted V =  -263.130255755 Chi2 =  2.21142435883
Init V =  -400.0 Fitted V =  -421.804820437 Chi2 =  5.63499045264
Init V =  -500.0 Fitted V =  -498.386875188 Chi2 =  7.02117432252
Init V =  -600.0 Fitted V =  -603.47799935 Chi2 =  7.00134688577
Init V =  0.0 Fitted V =  -12.0354685521 Chi2 =  5.43936375009
Init V =  -100.0 Fitted V =  -63.9381430099 Chi2 =  5.51190209173
Init V =  -200.0 Fitted V =  -255.061130101 Chi2 =  2.08272566248
Init V =  -300.0 Fitted V =  -255.061175609 Chi2 =  2.08272490386
Init V =  -400.0 Fitted V =  -422.483272927 Chi2 =  4.27343311439
Init V =  -500.0 Fitted V =  -499.376617098 Chi2 =  5.56387229511
Init V =  -600.0 Fitted V =  -608.878838134 Chi2 =  5.58325910497
Init V =  0.0 Fitted V =  -4.33311913857 Chi2 =  5.79463364204
Init V =  -100.0 Fitted V =  -135.174984476 Chi2 =  5.8066573418
Init V =  -200.0 Fitted V =  -256.794584099 Chi2 =  2.54185479957
Init V =  -300.0 Fitted V =  -256.793915642 Chi2 =  2.54185286274
Init V =  -400.0 Fitted V =  -256.794575422 Chi2 =  2.54185458155
Init V =  -500.0 Fitted V =  -498.225746065 Chi2 =  5.86796986177
Init V =  -600.0 Fitted V =  -609.153178654 Chi2 =  5.84990353114
Init V =  0.0 Fitted V =  -11.1472847307 Chi2 =  5.65985401257
Init V =  -100.0 Fitted V =  -302.244877159 Chi2 =  3.47793313911
Init V =  -200.0 Fitted V =  -302.218161157 Chi2 =  3.47793197966
Init V =  -300.0 Fitted V =  -256.208072499 Chi2 =  2.89954262749
Init V =  -400.0 Fitted V =  -420.857392572 Chi2 =  3.94881523777
Init V =  -500.0 Fitted V =  -498.065107418 Chi2 =  5.80864686477
Init V =  -600.0 Fitted V =  -606.592991247 Chi2 =  5.75518255788
Init V =  0.0 Fitted V =  -14.7787659625 Chi2 =  7.6738470016
Init V =  -100.0 Fitted V =  -73.8055888494 Chi2 =  7.79539341819
Init V =  -200.0 Fitted V =  -255.85982366 Chi2 =  3.13186758523
Init V =  -300.0 Fitted V =  -255.860023526 Chi2 =  3.13186668488
Init V =  -400.0 Fitted V =  -421.477319723 Chi2 =  6.21941396415
Init V =  -500.0 Fitted V =  -502.405562654 Chi2 =  7.98674224747
Init V =  -600.0 Fitted V =  -613.096804722 Chi2 =  8.04985146298
Init V =  0.0 Fitted V =  -30.2829023063 Chi2 =  6.49495272933
Init V =  -100.0 Fitted V =  -30.3376775201 Chi2 =  6.49510473966
Init V =  -200.0 Fitted V =  -337.170755346 Chi2 =  4.34624305081
Init V =  -300.0 Fitted V =  -261.101429008 Chi2 =  4.70222627252
Init V =  -400.0 Fitted V =  -419.00442772 Chi2 =  3.61733290917
Init V =  -500.0 Fitted V =  -493.412028531 Chi2 =  6.56445067621
Init V =  -600.0 Fitted V =  -610.899335723 Chi2 =  6.61061188009
Init V =  0.0 Fitted V =  -34.3696906988 Chi2 =  9.8800529484
Init V =  -100.0 Fitted V =  -125.420628638 Chi2 =  10.1118401275
Init V =  -200.0 Fitted V =  -348.699934247 Chi2 =  4.39712896264
Init V =  -300.0 Fitted V =  -348.699063836 Chi2 =  4.39713252064
Init V =  -400.0 Fitted V =  -348.701450365 Chi2 =  4.39712355841
Init V =  -500.0 Fitted V =  -506.024882892 Chi2 =  10.5405573061
Init V =  -600.0 Fitted V =  -610.661284586 Chi2 =  10.4708325848
Init V =  0.0 Fitted V =  254.667164548 Chi2 =  0.634787073835
Init V =  -100.0 Fitted V =  -62.1339189983 Chi2 =  1.01369843824
Init V =  -200.0 Fitted V =  -204.041491902 Chi2 =  1.13965205958
Init V =  -300.0 Fitted V =  -276.798788226 Chi2 =  1.18467481714
Init V =  -400.0 Fitted V =  -420.305496225 Chi2 =  0.729912401838
Init V =  -500.0 Fitted V =  -420.305319836 Chi2 =  0.72991178316
Init V =  -600.0 Fitted V =  -607.458502101 Chi2 =  1.21890228172
Init V =  0.0 Fitted V =  -46.686241166 Chi2 =  0.710100951843
Init V =  -100.0 Fitted V =  -46.6850935966 Chi2 =  0.710102767668
Init V =  -200.0 Fitted V =  -197.875399123 Chi2 =  0.840283901007
Init V =  -300.0 Fitted V =  -275.558110441 Chi2 =  0.852955410231
Init V =  -400.0 Fitted V =  -422.504755086 Chi2 =  0.416277857143
Init V =  -500.0 Fitted V =  -493.453221112 Chi2 =  0.873643909502
Init V =  -600.0 Fitted V =  -422.504754679 Chi2 =  0.416277860515
Init V =  0.0 Fitted V =  -40.0063478912 Chi2 =  0.600753916443
Init V =  -100.0 Fitted V =  -40.003570498 Chi2 =  0.600755134727
Init V =  -200.0 Fitted V =  -223.799617284 Chi2 =  0.773256290259
Init V =  -300.0 Fitted V =  -296.621961124 Chi2 =  0.761195826695
Init V =  -400.0 Fitted V =  -426.024444699 Chi2 =  0.362022269255
Init V =  -500.0 Fitted V =  -426.024190043 Chi2 =  0.362022057639
Init V =  -600.0 Fitted V =  -591.784027069 Chi2 =  0.709588849901
Init V =  0.0 Fitted V =  -39.8579869409 Chi2 =  0.996019087838
Init V =  -100.0 Fitted V =  -39.8578622795 Chi2 =  0.996018933252
Init V =  -200.0 Fitted V =  -163.108509814 Chi2 =  1.10165637318
Init V =  -300.0 Fitted V =  -445.282423896 Chi2 =  0.446785643887
Init V =  -400.0 Fitted V =  -445.27720712 Chi2 =  0.446783440672
Init V =  -500.0 Fitted V =  -445.282441591 Chi2 =  0.446785647173
Init V =  -600.0 Fitted V =  -697.034280161 Chi2 =  1.10906922003
Init V =  0.0 Fitted V =  -50.5748471479 Chi2 =  1.34088038654
Init V =  -100.0 Fitted V =  -50.5790167184 Chi2 =  1.3408718721
Init V =  -200.0 Fitted V =  -200.916901882 Chi2 =  1.43810249373
Init V =  -300.0 Fitted V =  -298.390490795 Chi2 =  1.41391241851
Init V =  -400.0 Fitted V =  -437.901723003 Chi2 =  0.583377073606
Init V =  -500.0 Fitted V =  -437.910952895 Chi2 =  0.58338614558
Init V =  -600.0 Fitted V =  -437.911653734 Chi2 =  0.58338686845
Init V =  0.0 Fitted V =  -47.6324255663 Chi2 =  0.880810440997
Init V =  -100.0 Fitted V =  -47.636027619 Chi2 =  0.880805528184
Init V =  -200.0 Fitted V =  -186.656239061 Chi2 =  0.950627658379
Init V =  -300.0 Fitted V =  -418.880696764 Chi2 =  0.346729663581
Init V =  -400.0 Fitted V =  -418.880741193 Chi2 =  0.346729414513
Init V =  -500.0 Fitted V =  -418.880633147 Chi2 =  0.346729943156
Init V =  -600.0 Fitted V =  -591.059528833 Chi2 =  0.935484718489
Init V =  0.0 Fitted V =  -8.98907458514 Chi2 =  0.932743092015
Init V =  -100.0 Fitted V =  -59.4789106408 Chi2 =  0.945953751963
Init V =  -200.0 Fitted V =  -204.468106352 Chi2 =  0.988157108732
Init V =  -300.0 Fitted V =  -268.445780734 Chi2 =  0.987754903334
Init V =  -400.0 Fitted V =  -439.010196925 Chi2 =  0.422528861574
Init V =  -500.0 Fitted V =  -439.015471253 Chi2 =  0.422529094894
Init V =  -600.0 Fitted V =  -601.041566111 Chi2 =  0.941615483931
Init V =  0.0 Fitted V =  -47.7497763273 Chi2 =  0.749657391708
Init V =  -100.0 Fitted V =  -446.826620772 Chi2 =  0.347681438052
Init V =  -200.0 Fitted V =  -191.690551574 Chi2 =  0.778892667834
Init V =  -300.0 Fitted V =  -446.826826057 Chi2 =  0.347681572685
Init V =  -400.0 Fitted V =  -446.824717394 Chi2 =  0.347680422193
Init V =  -500.0 Fitted V =  -446.827348511 Chi2 =  0.347681790353
Init V =  -600.0 Fitted V =  -446.826865256 Chi2 =  0.347681631137
Init V =  0.0 Fitted V =  -41.8220440544 Chi2 =  1.0131452784
Init V =  -100.0 Fitted V =  -453.114211068 Chi2 =  0.397364134762
Init V =  -200.0 Fitted V =  -216.23114617 Chi2 =  0.998540602591
Init V =  -300.0 Fitted V =  -320.737551824 Chi2 =  1.04884916541
Init V =  -400.0 Fitted V =  -453.109985396 Chi2 =  0.397362195846
Init V =  -500.0 Fitted V =  -453.114659935 Chi2 =  0.397364263516
Init V =  -600.0 Fitted V =  -603.389224664 Chi2 =  1.04467554415
Init V =  0.0 Fitted V =  -51.2195463569 Chi2 =  1.1751191366
Init V =  -100.0 Fitted V =  -51.2205865504 Chi2 =  1.17511866125
Init V =  -200.0 Fitted V =  -450.008434946 Chi2 =  0.392384138154
Init V =  -300.0 Fitted V =  -283.63796495 Chi2 =  1.24419167733
Init V =  -400.0 Fitted V =  -450.006377697 Chi2 =  0.392382806447
Init V =  -500.0 Fitted V =  -450.009100801 Chi2 =  0.392384561006
Init V =  -600.0 Fitted V =  -450.008750165 Chi2 =  0.392384325702
Init V =  0.0 Fitted V =  -43.0816163769 Chi2 =  1.34774104351
Init V =  -100.0 Fitted V =  -448.925063367 Chi2 =  0.415771521256
Init V =  -200.0 Fitted V =  -448.924883657 Chi2 =  0.41577139329
Init V =  -300.0 Fitted V =  -448.925032342 Chi2 =  0.415771503131
Init V =  -400.0 Fitted V =  -448.922516094 Chi2 =  0.41576981865
Init V =  -500.0 Fitted V =  -448.92443421 Chi2 =  0.415771107775
Init V =  -600.0 Fitted V =  -448.924466154 Chi2 =  0.415771118168
Init V =  0.0 Fitted V =  -28.4769100034 Chi2 =  1.46171790352
Init V =  -100.0 Fitted V =  -108.263012887 Chi2 =  1.53511557394
Init V =  -200.0 Fitted V =  -218.794148341 Chi2 =  1.5236044747
Init V =  -300.0 Fitted V =  -276.022880978 Chi2 =  1.51908093811
Init V =  -400.0 Fitted V =  -471.90589346 Chi2 =  0.379956690604
Init V =  -500.0 Fitted V =  -471.907438321 Chi2 =  0.379957358745
Init V =  -600.0 Fitted V =  -471.907956498 Chi2 =  0.379957136417
Init V =  0.0 Fitted V =  -495.206645587 Chi2 =  0.440646783933
Init V =  -100.0 Fitted V =  -495.207967404 Chi2 =  0.440646998922
Init V =  -200.0 Fitted V =  -495.207398882 Chi2 =  0.440646828021
Init V =  -300.0 Fitted V =  -495.207812483 Chi2 =  0.440646992233
Init V =  -400.0 Fitted V =  -495.207329122 Chi2 =  0.440646799026
Init V =  -500.0 Fitted V =  -495.207898314 Chi2 =  0.440647015604
Init V =  -600.0 Fitted V =  -495.20787886 Chi2 =  0.44064703485
Init V =  0.0 Fitted V =  76.2536079225 Chi2 =  0.742879309228
Init V =  -100.0 Fitted V =  76.7342349832 Chi2 =  0.742875284138
Init V =  -200.0 Fitted V =  -495.858931132 Chi2 =  0.319780686533
Init V =  -300.0 Fitted V =  -495.858904846 Chi2 =  0.319780801346
Init V =  -400.0 Fitted V =  -495.858923497 Chi2 =  0.319780696504
Init V =  -500.0 Fitted V =  -495.85913421 Chi2 =  0.319780281888
Init V =  -600.0 Fitted V =  -495.858950617 Chi2 =  0.319780700763
Init V =  0.0 Fitted V =  859.338092603 Chi2 =  0.145959081986
Init V =  -100.0 Fitted V =  859.371243872 Chi2 =  0.145958741761
Init V =  -200.0 Fitted V =  -477.281414013 Chi2 =  0.146130438328
Init V =  -300.0 Fitted V =  -477.28126032 Chi2 =  0.146130581639
Init V =  -400.0 Fitted V =  -477.28116125 Chi2 =  0.146130707918
Init V =  -500.0 Fitted V =  -477.281774555 Chi2 =  0.146130536928
Init V =  -600.0 Fitted V =  -477.281025076 Chi2 =  0.146130871773
Init V =  0.0 Fitted V =  817.368917135 Chi2 =  319.009390063
Init V =  -100.0 Fitted V =  817.017401742 Chi2 =  319.008584347
Init V =  -200.0 Fitted V =  817.119570659 Chi2 =  319.008739112
Init V =  -300.0 Fitted V =  -276.560849629 Chi2 =  0.940096936749
Init V =  -400.0 Fitted V =  -469.017148491 Chi2 =  0.247498184001
Init V =  -500.0 Fitted V =  -469.016890699 Chi2 =  0.247497788187
Init V =  -600.0 Fitted V =  -469.017085269 Chi2 =  0.247497974343
Init V =  0.0 Fitted V =  410.969595451 Chi2 =  0.267752285339
Init V =  -100.0 Fitted V =  410.856414224 Chi2 =  0.267751099705
Init V =  -200.0 Fitted V =  -201.180573319 Chi2 =  0.614589294675
Init V =  -300.0 Fitted V =  -317.206643848 Chi2 =  0.61177971415
Init V =  -400.0 Fitted V =  -474.123078066 Chi2 =  0.174682532504
Init V =  -500.0 Fitted V =  -474.128168539 Chi2 =  0.174685496448
Init V =  -600.0 Fitted V =  -474.127782725 Chi2 =  0.174685272712
Init V =  0.0 Fitted V =  -390.19578016 Chi2 =  318.707223124
Init V =  -100.0 Fitted V =  -390.119438776 Chi2 =  318.707273989
Init V =  -200.0 Fitted V =  -458.687120194 Chi2 =  0.180366542371
Init V =  -300.0 Fitted V =  -458.68746483 Chi2 =  0.180367324485
Init V =  -400.0 Fitted V =  -458.68731922 Chi2 =  0.180366912157
Init V =  -500.0 Fitted V =  -458.6875171 Chi2 =  0.180367412455
Init V =  -600.0 Fitted V =  -458.687569848 Chi2 =  0.180367502496
Init V =  0.0 Fitted V =  -393.253844509 Chi2 =  0.405114684165
Init V =  -100.0 Fitted V =  -103.257137466 Chi2 =  0.994740526761
Init V =  -200.0 Fitted V =  -480.586031436 Chi2 =  0.275972874534
Init V =  -300.0 Fitted V =  -480.586415827 Chi2 =  0.275972609643
Init V =  -400.0 Fitted V =  -480.588255209 Chi2 =  0.275971303585
Init V =  -500.0 Fitted V =  -480.58879707 Chi2 =  0.275970911815
Init V =  -600.0 Fitted V =  -480.585341887 Chi2 =  0.275973360599
Init V =  0.0 Fitted V =  -7.13366634276 Chi2 =  0.945490516191
Init V =  -100.0 Fitted V =  -475.197109465 Chi2 =  0.264813162893
Init V =  -200.0 Fitted V =  -195.978470367 Chi2 =  1.0284443218
Init V =  -300.0 Fitted V =  -475.197132142 Chi2 =  0.264813102824
Init V =  -400.0 Fitted V =  -475.197255689 Chi2 =  0.264812382734
Init V =  -500.0 Fitted V =  -475.197779431 Chi2 =  0.264809724017
Init V =  -600.0 Fitted V =  -475.197274821 Chi2 =  0.264812281116
Init V =  0.0 Fitted V =  -453.366329818 Chi2 =  0.15685435027
Init V =  -100.0 Fitted V =  -453.366343331 Chi2 =  0.15685440747
Init V =  -200.0 Fitted V =  -183.043623323 Chi2 =  1.16477582874
Init V =  -300.0 Fitted V =  -453.366330099 Chi2 =  0.156854127957
Init V =  -400.0 Fitted V =  -453.366346782 Chi2 =  0.156854062027
Init V =  -500.0 Fitted V =  -453.366346919 Chi2 =  0.156854042196
Init V =  -600.0 Fitted V =  -453.36633398 Chi2 =  0.156854108341
Init V =  0.0 Fitted V =  -13.1752669052 Chi2 =  1.34588306371
Init V =  -100.0 Fitted V =  -440.345710609 Chi2 =  0.250962643238
Init V =  -200.0 Fitted V =  -440.346180704 Chi2 =  0.250962554067
Init V =  -300.0 Fitted V =  -440.34654417 Chi2 =  0.250962702397
Init V =  -400.0 Fitted V =  -440.346656749 Chi2 =  0.250962520868
Init V =  -500.0 Fitted V =  -440.346752653 Chi2 =  0.250961983817
Init V =  -600.0 Fitted V =  -440.34629224 Chi2 =  0.250962577985
Init V =  0.0 Fitted V =  -5.38822989266 Chi2 =  1.00316601108
Init V =  -100.0 Fitted V =  -438.37733785 Chi2 =  0.2403371184
Init V =  -200.0 Fitted V =  -438.376969507 Chi2 =  0.24033768559
Init V =  -300.0 Fitted V =  -438.377222861 Chi2 =  0.24033729173
Init V =  -400.0 Fitted V =  -438.37722743 Chi2 =  0.240337284116
Init V =  -500.0 Fitted V =  -438.378999128 Chi2 =  0.240334664383
Init V =  -600.0 Fitted V =  -438.377261147 Chi2 =  0.240337252931
Init V =  0.0 Fitted V =  -3.57409345195 Chi2 =  0.923801483313
Init V =  -100.0 Fitted V =  -435.864168392 Chi2 =  0.254902173113
Init V =  -200.0 Fitted V =  -435.864382804 Chi2 =  0.254902616983
Init V =  -300.0 Fitted V =  -435.864566733 Chi2 =  0.254903071274
Init V =  -400.0 Fitted V =  -435.864348874 Chi2 =  0.254902524091
Init V =  -500.0 Fitted V =  -435.864379143 Chi2 =  0.254902650993
Init V =  -600.0 Fitted V =  -435.8642578 Chi2 =  0.254902359099
Init V =  0.0 Fitted V =  -4.82570138621 Chi2 =  1.42160222353
Init V =  -100.0 Fitted V =  -408.592663331 Chi2 =  0.301772884989
Init V =  -200.0 Fitted V =  -408.592456494 Chi2 =  0.301772679839
Init V =  -300.0 Fitted V =  -408.592172521 Chi2 =  0.301772323107
Init V =  -400.0 Fitted V =  -408.590258909 Chi2 =  0.301770394097
Init V =  -500.0 Fitted V =  -408.592079627 Chi2 =  0.301772242993
Init V =  -600.0 Fitted V =  -408.592186302 Chi2 =  0.301772363062
Init V =  0.0 Fitted V =  2.36915072958 Chi2 =  2.71274339434
Init V =  -100.0 Fitted V =  -96.4866684027 Chi2 =  2.79569246226
Init V =  -200.0 Fitted V =  -399.689408627 Chi2 =  0.442523582609
Init V =  -300.0 Fitted V =  -399.689666081 Chi2 =  0.44252370067
Init V =  -400.0 Fitted V =  -399.688876582 Chi2 =  0.442523208183
Init V =  -500.0 Fitted V =  -399.688978183 Chi2 =  0.442523696136
Init V =  -600.0 Fitted V =  -399.688582609 Chi2 =  0.442523190433
Init V =  0.0 Fitted V =  -395.85063353 Chi2 =  0.317894801634
Init V =  -100.0 Fitted V =  -395.850590981 Chi2 =  0.317894705418
Init V =  -200.0 Fitted V =  -395.850723525 Chi2 =  0.317895754959
Init V =  -300.0 Fitted V =  -395.850793533 Chi2 =  0.317896369339
Init V =  -400.0 Fitted V =  -395.850154543 Chi2 =  0.317890320552
Init V =  -500.0 Fitted V =  -395.850622349 Chi2 =  0.317894725703
Init V =  -600.0 Fitted V =  -395.850630526 Chi2 =  0.317894802506
Init V =  0.0 Fitted V =  -6.85858728311 Chi2 =  2.17399385496
Init V =  -100.0 Fitted V =  -384.522195054 Chi2 =  0.395276330368
Init V =  -200.0 Fitted V =  -384.522315127 Chi2 =  0.395276138079
Init V =  -300.0 Fitted V =  -384.52231508 Chi2 =  0.395276143327
Init V =  -400.0 Fitted V =  -384.52426999 Chi2 =  0.395272998665
Init V =  -500.0 Fitted V =  -384.522118226 Chi2 =  0.395276536301
Init V =  -600.0 Fitted V =  -384.522338083 Chi2 =  0.395276041317
Init V =  0.0 Fitted V =  4.49103700836 Chi2 =  1.70963689045
Init V =  -100.0 Fitted V =  -71.620126999 Chi2 =  1.74853430299
Init V =  -200.0 Fitted V =  -367.499221743 Chi2 =  0.502101042175
Init V =  -300.0 Fitted V =  -367.498497461 Chi2 =  0.502101375333
Init V =  -400.0 Fitted V =  -367.501768567 Chi2 =  0.502100062747
Init V =  -500.0 Fitted V =  -367.498978638 Chi2 =  0.502101121735
Init V =  -600.0 Fitted V =  -367.499278683 Chi2 =  0.502100584361
Init V =  0.0 Fitted V =  -44.710594306 Chi2 =  2.79679135996
Init V =  -100.0 Fitted V =  -383.74207065 Chi2 =  0.706740332768
Init V =  -200.0 Fitted V =  -383.741080437 Chi2 =  0.706741733213
Init V =  -300.0 Fitted V =  -383.742375357 Chi2 =  0.706739942462
Init V =  -400.0 Fitted V =  -383.761682571 Chi2 =  0.706712484217
Init V =  -500.0 Fitted V =  -383.740574934 Chi2 =  0.70674246134
Init V =  -600.0 Fitted V =  -383.740808651 Chi2 =  0.706742122932
Init V =  0.0 Fitted V =  -7.02189096126 Chi2 =  2.587159959
Init V =  -100.0 Fitted V =  -361.098249779 Chi2 =  0.614397377979
Init V =  -200.0 Fitted V =  -361.097262481 Chi2 =  0.614397183997
Init V =  -300.0 Fitted V =  -361.098889159 Chi2 =  0.614396879522
Init V =  -400.0 Fitted V =  -361.102450561 Chi2 =  0.614395279039
Init V =  -500.0 Fitted V =  -361.098005566 Chi2 =  0.614397504279
Init V =  -600.0 Fitted V =  -620.394945758 Chi2 =  2.60136644607
Init V =  0.0 Fitted V =  -10.8505735876 Chi2 =  1.355560753
Init V =  -100.0 Fitted V =  -123.931065145 Chi2 =  1.34957232924
Init V =  -200.0 Fitted V =  -343.205661106 Chi2 =  0.508054428119
Init V =  -300.0 Fitted V =  -343.203365871 Chi2 =  0.50805442764
Init V =  -400.0 Fitted V =  -343.208049844 Chi2 =  0.50805427776
Init V =  -500.0 Fitted V =  -502.873919396 Chi2 =  1.37108598169
Init V =  -600.0 Fitted V =  -611.075006106 Chi2 =  1.36699881113
Init V =  0.0 Fitted V =  335.42231486 Chi2 =  1.89167663625
Init V =  -100.0 Fitted V =  -62.6922956236 Chi2 =  4.20163176624
Init V =  -200.0 Fitted V =  -305.862794013 Chi2 =  1.02181062413
Init V =  -300.0 Fitted V =  -305.858937883 Chi2 =  1.02180912322
Init V =  -400.0 Fitted V =  -305.862919929 Chi2 =  1.02181064352
Init V =  -500.0 Fitted V =  -497.398175797 Chi2 =  4.22533436194
Init V =  -600.0 Fitted V =  -610.727168926 Chi2 =  4.26658853272
Init V =  0.0 Fitted V =  -11.3602298525 Chi2 =  4.17814741612
Init V =  -100.0 Fitted V =  -60.9235749941 Chi2 =  4.16011703921
Init V =  -200.0 Fitted V =  -278.803524399 Chi2 =  1.02927806732
Init V =  -300.0 Fitted V =  -278.803222626 Chi2 =  1.02927732108
Init V =  -400.0 Fitted V =  -278.80367035 Chi2 =  1.02927787264
Init V =  -500.0 Fitted V =  -491.919978759 Chi2 =  4.17749848701
Init V =  -600.0 Fitted V =  -613.659046932 Chi2 =  4.18630077921
Init V =  0.0 Fitted V =  -3.96076154459 Chi2 =  3.91112425695
Init V =  -100.0 Fitted V =  -274.386258321 Chi2 =  1.37038670197
Init V =  -200.0 Fitted V =  -274.38611522 Chi2 =  1.37038581861
Init V =  -300.0 Fitted V =  -274.38594572 Chi2 =  1.37038495904
Init V =  -400.0 Fitted V =  -274.385913141 Chi2 =  1.37038494224
Init V =  -500.0 Fitted V =  -502.090470349 Chi2 =  4.0844819594
Init V =  -600.0 Fitted V =  -610.5149476 Chi2 =  4.05026797313
Init V =  0.0 Fitted V =  -271.097705492 Chi2 =  1.66125292277
Init V =  -100.0 Fitted V =  -271.097432571 Chi2 =  1.66125178126
Init V =  -200.0 Fitted V =  -271.09763388 Chi2 =  1.66125251642
Init V =  -300.0 Fitted V =  -271.097713822 Chi2 =  1.661252957
Init V =  -400.0 Fitted V =  -271.097644771 Chi2 =  1.6612527374
Init V =  -500.0 Fitted V =  -496.358062692 Chi2 =  5.7204617895
Init V =  -600.0 Fitted V =  -606.086860838 Chi2 =  5.66388790326
Init V =  0.0 Fitted V =  -272.288150357 Chi2 =  1.71336592819
Init V =  -100.0 Fitted V =  -56.4448582223 Chi2 =  4.13826532034
Init V =  -200.0 Fitted V =  -272.287971948 Chi2 =  1.71336407222
Init V =  -300.0 Fitted V =  -272.287340218 Chi2 =  1.71335627467
Init V =  -400.0 Fitted V =  -272.288057705 Chi2 =  1.71336473224
Init V =  -500.0 Fitted V =  -497.494210608 Chi2 =  4.21389509205
Init V =  -600.0 Fitted V =  -602.390916229 Chi2 =  4.21346036444
Init V =  0.0 Fitted V =  -11.8623520052 Chi2 =  5.81340153493
Init V =  -100.0 Fitted V =  -67.0862166662 Chi2 =  5.94470425045
Init V =  -200.0 Fitted V =  -288.629233423 Chi2 =  2.84087250464
Init V =  -300.0 Fitted V =  -260.845040891 Chi2 =  2.77760808508
Init V =  -400.0 Fitted V =  -417.43827169 Chi2 =  4.2752392491
Init V =  -500.0 Fitted V =  -492.379416199 Chi2 =  5.9474003493
Init V =  -600.0 Fitted V =  -609.743860162 Chi2 =  6.00989526196
Init V =  0.0 Fitted V =  -15.4191637047 Chi2 =  7.0522434443
Init V =  -100.0 Fitted V =  -289.82240219 Chi2 =  3.29640028283
Init V =  -200.0 Fitted V =  -289.805598568 Chi2 =  3.29639766345
Init V =  -300.0 Fitted V =  -259.13841077 Chi2 =  3.15460456795
Init V =  -400.0 Fitted V =  -289.822979573 Chi2 =  3.29640039579
Init V =  -500.0 Fitted V =  -501.430986126 Chi2 =  7.16463365588
Init V =  -600.0 Fitted V =  -610.173328448 Chi2 =  7.2272964058
Init V =  0.0 Fitted V =  -16.7155106979 Chi2 =  9.34164116193
Init V =  -100.0 Fitted V =  -128.145786394 Chi2 =  9.47697624489
Init V =  -200.0 Fitted V =  -259.425241819 Chi2 =  3.44699870592
Init V =  -300.0 Fitted V =  -259.425251164 Chi2 =  3.44699876922
Init V =  -400.0 Fitted V =  -259.425342044 Chi2 =  3.44699726459
Init V =  -500.0 Fitted V =  -500.723615544 Chi2 =  9.47711946722
Init V =  -600.0 Fitted V =  -618.244205104 Chi2 =  9.52985587655
Init V =  0.0 Fitted V =  -15.7217603891 Chi2 =  8.25742411765
Init V =  -100.0 Fitted V =  -73.1574068971 Chi2 =  8.25310882475
Init V =  -200.0 Fitted V =  -302.510829419 Chi2 =  4.3578285379
Init V =  -300.0 Fitted V =  -264.393253145 Chi2 =  3.87346456626
Init V =  -400.0 Fitted V =  -417.128954974 Chi2 =  5.90179389185
Init V =  -500.0 Fitted V =  -493.966987882 Chi2 =  8.49647943851
Init V =  -600.0 Fitted V =  -611.690313338 Chi2 =  8.34202868833
Init V =  0.0 Fitted V =  -13.3993583714 Chi2 =  5.07513084232
Init V =  -100.0 Fitted V =  -323.88993596 Chi2 =  3.5501454934
Init V =  -200.0 Fitted V =  -323.885015677 Chi2 =  3.55015001616
Init V =  -300.0 Fitted V =  -323.884273558 Chi2 =  3.55015038187
Init V =  -400.0 Fitted V =  -421.667814382 Chi2 =  2.86378431468
Init V =  -500.0 Fitted V =  -503.831429412 Chi2 =  5.37149385462
Init V =  -600.0 Fitted V =  -607.281316135 Chi2 =  5.40815778468
Init V =  0.0 Fitted V =  -41.7834253909 Chi2 =  7.36435150426
Init V =  -100.0 Fitted V =  -41.7827806663 Chi2 =  7.36435094162
Init V =  -200.0 Fitted V =  -416.819158574 Chi2 =  3.41108600374
Init V =  -300.0 Fitted V =  -416.819590387 Chi2 =  3.41108407846
Init V =  -400.0 Fitted V =  -416.819429779 Chi2 =  3.41108480664
Init V =  -500.0 Fitted V =  -497.108563311 Chi2 =  8.03882691911
Init V =  -600.0 Fitted V =  -610.046266914 Chi2 =  7.82711524231
Init V =  0.0 Fitted V =  225.700038493 Chi2 =  0.982764122455
Init V =  -100.0 Fitted V =  225.699426116 Chi2 =  0.982764522824
Init V =  -200.0 Fitted V =  -198.632035938 Chi2 =  2.28311198359
Init V =  -300.0 Fitted V =  -293.968266142 Chi2 =  2.27804007727
Init V =  -400.0 Fitted V =  -459.371934346 Chi2 =  1.13591111888
Init V =  -500.0 Fitted V =  -459.374384424 Chi2 =  1.1359124717
Init V =  -600.0 Fitted V =  -628.078262521 Chi2 =  2.35479870112
Init V =  0.0 Fitted V =  -40.1423922062 Chi2 =  1.31234271111
Init V =  -100.0 Fitted V =  -40.1428789454 Chi2 =  1.31234253229
Init V =  -200.0 Fitted V =  -468.039418493 Chi2 =  0.697149073208
Init V =  -300.0 Fitted V =  -285.2970912 Chi2 =  1.49054499563
Init V =  -400.0 Fitted V =  -468.039301052 Chi2 =  0.697148634361
Init V =  -500.0 Fitted V =  -468.039695495 Chi2 =  0.697148504009
Init V =  -600.0 Fitted V =  -468.039483473 Chi2 =  0.697148813056
Init V =  0.0 Fitted V =  -48.1983062695 Chi2 =  1.31826341282
Init V =  -100.0 Fitted V =  -48.1960551063 Chi2 =  1.31827077847
Init V =  -200.0 Fitted V =  -217.109482527 Chi2 =  1.49086588667
Init V =  -300.0 Fitted V =  -473.039764091 Chi2 =  0.805518588702
Init V =  -400.0 Fitted V =  -473.037813946 Chi2 =  0.805519160733
Init V =  -500.0 Fitted V =  -473.045314299 Chi2 =  0.805518743567
Init V =  -600.0 Fitted V =  -580.670064406 Chi2 =  1.45433881189
Init V =  0.0 Fitted V =  -30.2393847698 Chi2 =  1.13621279358
Init V =  -100.0 Fitted V =  -30.2400601383 Chi2 =  1.13621293292
Init V =  -200.0 Fitted V =  -197.294967707 Chi2 =  1.24655296637
Init V =  -300.0 Fitted V =  -286.63383575 Chi2 =  1.25239808885
Init V =  -400.0 Fitted V =  -467.468398335 Chi2 =  0.600126492882
Init V =  -500.0 Fitted V =  -467.472667246 Chi2 =  0.600126656189
Init V =  -600.0 Fitted V =  -501.493145151 Chi2 =  0.867976307056
Init V =  0.0 Fitted V =  -37.8633316647 Chi2 =  0.668302988643
Init V =  -100.0 Fitted V =  -36.4497468973 Chi2 =  0.66789436321
Init V =  -200.0 Fitted V =  -230.504647156 Chi2 =  0.736030089742
Init V =  -300.0 Fitted V =  -300.388938318 Chi2 =  0.732601778019
Init V =  -400.0 Fitted V =  -424.061579426 Chi2 =  0.343459149575
Init V =  -500.0 Fitted V =  -489.921552965 Chi2 =  0.73782327873
Init V =  -600.0 Fitted V =  -599.266235232 Chi2 =  0.735721060597
Init V =  0.0 Fitted V =  -42.5994277484 Chi2 =  1.36555618073
Init V =  -100.0 Fitted V =  -42.5981211344 Chi2 =  1.36555777724
Init V =  -200.0 Fitted V =  -211.955822655 Chi2 =  1.39272012618
Init V =  -300.0 Fitted V =  -421.506466366 Chi2 =  0.396132366157
Init V =  -400.0 Fitted V =  -421.506504124 Chi2 =  0.396132292831
Init V =  -500.0 Fitted V =  -421.506616342 Chi2 =  0.396132067231
Init V =  -600.0 Fitted V =  -421.506430429 Chi2 =  0.396132438149
Init V =  0.0 Fitted V =  -36.7780431677 Chi2 =  2.55264199191
Init V =  -100.0 Fitted V =  -414.669554896 Chi2 =  0.431616666279
Init V =  -200.0 Fitted V =  -174.145560196 Chi2 =  2.58607972747
Init V =  -300.0 Fitted V =  -414.669547912 Chi2 =  0.431616562497
Init V =  -400.0 Fitted V =  -414.669530122 Chi2 =  0.431616113746
Init V =  -500.0 Fitted V =  -414.669525775 Chi2 =  0.431616153432
Init V =  -600.0 Fitted V =  -593.931527907 Chi2 =  2.5770876436
Init V =  0.0 Fitted V =  -48.7736058191 Chi2 =  1.04931777675
Init V =  -100.0 Fitted V =  -48.773879367 Chi2 =  1.0493172607
Init V =  -200.0 Fitted V =  -196.600409626 Chi2 =  1.07898881312
Init V =  -300.0 Fitted V =  -298.748304802 Chi2 =  1.09188143965
Init V =  -400.0 Fitted V =  -421.225288989 Chi2 =  0.387223995288
Init V =  -500.0 Fitted V =  -421.225032264 Chi2 =  0.387223377882
Init V =  -600.0 Fitted V =  -622.569223192 Chi2 =  1.07773509366
Init V =  0.0 Fitted V =  -45.9830108262 Chi2 =  0.73148672957
Init V =  -100.0 Fitted V =  -45.9868556251 Chi2 =  0.731487653303
Init V =  -200.0 Fitted V =  -448.020828819 Chi2 =  0.331352410977
Init V =  -300.0 Fitted V =  -448.020860276 Chi2 =  0.331352468726
Init V =  -400.0 Fitted V =  -448.012544102 Chi2 =  0.33134908038
Init V =  -500.0 Fitted V =  -448.021074286 Chi2 =  0.331352463503
Init V =  -600.0 Fitted V =  -602.539262719 Chi2 =  0.780100281322
Init V =  0.0 Fitted V =  -46.8125193569 Chi2 =  1.18257692959
Init V =  -100.0 Fitted V =  -470.84936984 Chi2 =  0.375823650646
Init V =  -200.0 Fitted V =  -215.040098281 Chi2 =  1.2094977299
Init V =  -300.0 Fitted V =  -470.849410673 Chi2 =  0.375823649953
Init V =  -400.0 Fitted V =  -470.848990569 Chi2 =  0.375823853396
Init V =  -500.0 Fitted V =  -470.849795188 Chi2 =  0.375823681439
Init V =  -600.0 Fitted V =  -470.84926339 Chi2 =  0.37582372224
Init V =  0.0 Fitted V =  -477.204049333 Chi2 =  0.427460388631
Init V =  -100.0 Fitted V =  -477.203610868 Chi2 =  0.427460905884
Init V =  -200.0 Fitted V =  -477.203836909 Chi2 =  0.427460653365
Init V =  -300.0 Fitted V =  -477.204103466 Chi2 =  0.427460312464
Init V =  -400.0 Fitted V =  -477.204772478 Chi2 =  0.427459413368
Init V =  -500.0 Fitted V =  -477.205001106 Chi2 =  0.427459105433
Init V =  -600.0 Fitted V =  -477.204031332 Chi2 =  0.427460387466
Init V =  0.0 Fitted V =  -47.167896639 Chi2 =  1.04413558359
Init V =  -100.0 Fitted V =  -462.384211235 Chi2 =  0.381269512218
Init V =  -200.0 Fitted V =  -462.38476894 Chi2 =  0.381269389031
Init V =  -300.0 Fitted V =  -285.697601942 Chi2 =  1.12823122914
Init V =  -400.0 Fitted V =  -462.383327291 Chi2 =  0.381269187857
Init V =  -500.0 Fitted V =  -462.386157005 Chi2 =  0.381269086266
Init V =  -600.0 Fitted V =  -462.384346793 Chi2 =  0.381269509383
Init V =  0.0 Fitted V =  -20.9914122986 Chi2 =  2.28858909638
Init V =  -100.0 Fitted V =  -477.561585215 Chi2 =  0.560295643782
Init V =  -200.0 Fitted V =  -235.728504833 Chi2 =  2.33594936673
Init V =  -300.0 Fitted V =  -477.561840003 Chi2 =  0.560295662329
Init V =  -400.0 Fitted V =  -477.561840966 Chi2 =  0.560295649462
Init V =  -500.0 Fitted V =  -477.562762061 Chi2 =  0.560295760553
Init V =  -600.0 Fitted V =  -477.562689369 Chi2 =  0.560295844179
Init V =  0.0 Fitted V =  -39.1875529705 Chi2 =  3.09758263134
Init V =  -100.0 Fitted V =  -80.4906661062 Chi2 =  3.05719337351
Init V =  -200.0 Fitted V =  -477.391690798 Chi2 =  0.355001674089
Init V =  -300.0 Fitted V =  -477.391491146 Chi2 =  0.355001791238
Init V =  -400.0 Fitted V =  -477.391400054 Chi2 =  0.355001891144
Init V =  -500.0 Fitted V =  -477.391701842 Chi2 =  0.355001661168
Init V =  -600.0 Fitted V =  -477.391360783 Chi2 =  0.355001913944
Init V =  0.0 Fitted V =  -21.972491436 Chi2 =  1.66249892071
Init V =  -100.0 Fitted V =  -463.233968547 Chi2 =  0.235284665745
Init V =  -200.0 Fitted V =  -196.747949898 Chi2 =  1.69723093771
Init V =  -300.0 Fitted V =  -303.603756124 Chi2 =  1.69436142241
Init V =  -400.0 Fitted V =  -463.234639072 Chi2 =  0.235285056824
Init V =  -500.0 Fitted V =  -463.234671707 Chi2 =  0.235285044675
Init V =  -600.0 Fitted V =  -463.234019023 Chi2 =  0.235284695246
Init V =  0.0 Fitted V =  80.1972769992 Chi2 =  0.717469848555
Init V =  -100.0 Fitted V =  80.15008297 Chi2 =  0.71747291883
Init V =  -200.0 Fitted V =  -186.89765031 Chi2 =  1.13099394884
Init V =  -300.0 Fitted V =  -261.960815712 Chi2 =  1.1342439941
Init V =  -400.0 Fitted V =  -426.765912072 Chi2 =  0.358939018541
Init V =  -500.0 Fitted V =  -426.766719289 Chi2 =  0.358940520781
Init V =  -600.0 Fitted V =  -426.766797051 Chi2 =  0.358940669888
Init V =  0.0 Fitted V =  105.404771408 Chi2 =  0.517382458337
Init V =  -100.0 Fitted V =  106.800916567 Chi2 =  0.517540058498
Init V =  -200.0 Fitted V =  -207.847325359 Chi2 =  0.854059159325
Init V =  -300.0 Fitted V =  -302.625418224 Chi2 =  0.857740601236
Init V =  -400.0 Fitted V =  -452.386573984 Chi2 =  0.268975722198
Init V =  -500.0 Fitted V =  -452.389671782 Chi2 =  0.268981375227
Init V =  -600.0 Fitted V =  -452.390735215 Chi2 =  0.268983315885
Init V =  0.0 Fitted V =  -427.22653658 Chi2 =  0.350879034189
Init V =  -100.0 Fitted V =  -427.227821607 Chi2 =  0.350881878569
Init V =  -200.0 Fitted V =  -427.226514343 Chi2 =  0.350879016131
Init V =  -300.0 Fitted V =  -288.166302744 Chi2 =  1.12498051506
Init V =  -400.0 Fitted V =  -427.227826337 Chi2 =  0.35088188461
Init V =  -500.0 Fitted V =  -427.227545066 Chi2 =  0.35088125473
Init V =  -600.0 Fitted V =  -427.227786023 Chi2 =  0.350881779241
Init V =  0.0 Fitted V =  -381.535043124 Chi2 =  0.376222162599
Init V =  -100.0 Fitted V =  -381.533613935 Chi2 =  0.376222208431
Init V =  -200.0 Fitted V =  -423.626664905 Chi2 =  0.225001716281
Init V =  -300.0 Fitted V =  -423.626630937 Chi2 =  0.225001889176
Init V =  -400.0 Fitted V =  -423.631456065 Chi2 =  0.224980692313
Init V =  -500.0 Fitted V =  -423.62682162 Chi2 =  0.225001025063
Init V =  -600.0 Fitted V =  -423.626575745 Chi2 =  0.225002130402
Init V =  0.0 Fitted V =  -428.202580983 Chi2 =  0.227290949724
Init V =  -100.0 Fitted V =  -428.20262293 Chi2 =  0.227291667315
Init V =  -200.0 Fitted V =  -202.628256229 Chi2 =  1.85477554456
Init V =  -300.0 Fitted V =  -428.202589509 Chi2 =  0.227290998226
Init V =  -400.0 Fitted V =  -428.202437053 Chi2 =  0.227288349906
Init V =  -500.0 Fitted V =  -428.202564162 Chi2 =  0.227290690938
Init V =  -600.0 Fitted V =  -428.202640229 Chi2 =  0.227291897356
Init V =  0.0 Fitted V =  -14.1909833869 Chi2 =  2.26955627834
Init V =  -100.0 Fitted V =  -93.4252160678 Chi2 =  2.26753816002
Init V =  -200.0 Fitted V =  -212.868416787 Chi2 =  2.29297756287
Init V =  -300.0 Fitted V =  -424.072958297 Chi2 =  0.209750616016
Init V =  -400.0 Fitted V =  -424.073269819 Chi2 =  0.209750133729
Init V =  -500.0 Fitted V =  -424.073498618 Chi2 =  0.209749773441
Init V =  -600.0 Fitted V =  -594.494016548 Chi2 =  2.27012235162
Init V =  0.0 Fitted V =  -10.6077401729 Chi2 =  1.98382027991
Init V =  -100.0 Fitted V =  -74.1257661529 Chi2 =  2.08584414864
Init V =  -200.0 Fitted V =  -221.319158288 Chi2 =  2.0974553255
Init V =  -300.0 Fitted V =  -418.846732713 Chi2 =  0.238615615818
Init V =  -400.0 Fitted V =  -418.847348159 Chi2 =  0.238615320658
Init V =  -500.0 Fitted V =  -418.846836329 Chi2 =  0.238615821085
Init V =  -600.0 Fitted V =  -601.157201197 Chi2 =  2.10113789695
Init V =  0.0 Fitted V =  -13.6937102738 Chi2 =  1.67751175265
Init V =  -100.0 Fitted V =  -108.990962202 Chi2 =  1.69372221545
Init V =  -200.0 Fitted V =  -220.150151904 Chi2 =  1.6856079433
Init V =  -300.0 Fitted V =  -422.509812706 Chi2 =  0.221767558265
Init V =  -400.0 Fitted V =  -422.509920763 Chi2 =  0.221767335203
Init V =  -500.0 Fitted V =  -422.509972669 Chi2 =  0.221767262133
Init V =  -600.0 Fitted V =  -605.523836979 Chi2 =  1.70943116016
Init V =  0.0 Fitted V =  -9.39380162652 Chi2 =  1.33199351831
Init V =  -100.0 Fitted V =  -428.670591609 Chi2 =  0.294132274756
Init V =  -200.0 Fitted V =  -428.670530843 Chi2 =  0.294132338252
Init V =  -300.0 Fitted V =  -428.671025228 Chi2 =  0.294131787571
Init V =  -400.0 Fitted V =  -428.670996292 Chi2 =  0.29413181725
Init V =  -500.0 Fitted V =  -428.670861815 Chi2 =  0.294131968279
Init V =  -600.0 Fitted V =  -428.6704688 Chi2 =  0.294132412823
Init V =  0.0 Fitted V =  -12.6399325746 Chi2 =  1.57758308888
Init V =  -100.0 Fitted V =  -407.462085349 Chi2 =  0.248043251909
Init V =  -200.0 Fitted V =  -407.462056178 Chi2 =  0.248043306991
Init V =  -300.0 Fitted V =  -407.462270153 Chi2 =  0.248042764359
Init V =  -400.0 Fitted V =  -407.462168898 Chi2 =  0.248042997018
Init V =  -500.0 Fitted V =  -407.462334107 Chi2 =  0.248042722337
Init V =  -600.0 Fitted V =  -589.189051673 Chi2 =  1.60885362089
Init V =  0.0 Fitted V =  -5.80800110727 Chi2 =  1.96356139326
Init V =  -100.0 Fitted V =  -382.31046821 Chi2 =  0.329537603544
Init V =  -200.0 Fitted V =  -382.310689921 Chi2 =  0.329537589859
Init V =  -300.0 Fitted V =  -382.310458567 Chi2 =  0.329537603028
Init V =  -400.0 Fitted V =  -382.310704901 Chi2 =  0.32953759529
Init V =  -500.0 Fitted V =  -382.311028672 Chi2 =  0.329537603075
Init V =  -600.0 Fitted V =  -604.140254683 Chi2 =  2.01817571479
Init V =  0.0 Fitted V =  -16.2830115386 Chi2 =  3.21378526627
Init V =  -100.0 Fitted V =  -97.0997318093 Chi2 =  3.2050607015
Init V =  -200.0 Fitted V =  -368.420171492 Chi2 =  0.497071234735
Init V =  -300.0 Fitted V =  -368.420575288 Chi2 =  0.497072721867
Init V =  -400.0 Fitted V =  -368.420251051 Chi2 =  0.497071539088
Init V =  -500.0 Fitted V =  -368.420400604 Chi2 =  0.497071970521
Init V =  -600.0 Fitted V =  -368.420204492 Chi2 =  0.497071258472
Init V =  0.0 Fitted V =  -6.1205791371 Chi2 =  3.42599372191
Init V =  -100.0 Fitted V =  -186.22265582 Chi2 =  3.33927222128
Init V =  -200.0 Fitted V =  -372.580672328 Chi2 =  0.618727095736
Init V =  -300.0 Fitted V =  -372.580012892 Chi2 =  0.618728671154
Init V =  -400.0 Fitted V =  -372.584421769 Chi2 =  0.618718223002
Init V =  -500.0 Fitted V =  -372.580113992 Chi2 =  0.618728397457
Init V =  -600.0 Fitted V =  -372.579867321 Chi2 =  0.618728871213
Init V =  0.0 Fitted V =  20.3047353354 Chi2 =  3.21737208711
Init V =  -100.0 Fitted V =  -355.36762468 Chi2 =  0.73743911745
Init V =  -200.0 Fitted V =  -355.368219349 Chi2 =  0.737438639328
Init V =  -300.0 Fitted V =  -355.367940032 Chi2 =  0.737438876968
Init V =  -400.0 Fitted V =  -355.373412923 Chi2 =  0.737434868839
Init V =  -500.0 Fitted V =  -355.368788365 Chi2 =  0.737438263282
Init V =  -600.0 Fitted V =  -355.368859179 Chi2 =  0.737438219754
Init V =  0.0 Fitted V =  -8.96259412811 Chi2 =  2.97039095737
Init V =  -100.0 Fitted V =  -359.843655303 Chi2 =  0.975553245124
Init V =  -200.0 Fitted V =  -359.843313729 Chi2 =  0.975553748725
Init V =  -300.0 Fitted V =  -359.844245619 Chi2 =  0.97555254312
Init V =  -400.0 Fitted V =  -359.852232744 Chi2 =  0.975543922681
Init V =  -500.0 Fitted V =  -503.283871999 Chi2 =  2.94809340892
Init V =  -600.0 Fitted V =  -359.844435827 Chi2 =  0.975552372867
Init V =  0.0 Fitted V =  -12.5866093093 Chi2 =  2.73952013305
Init V =  -100.0 Fitted V =  -356.311005388 Chi2 =  0.896729401947
Init V =  -200.0 Fitted V =  -356.310732932 Chi2 =  0.89672964714
Init V =  -300.0 Fitted V =  -356.310670846 Chi2 =  0.896729666698
Init V =  -400.0 Fitted V =  -356.331652801 Chi2 =  0.896712069032
Init V =  -500.0 Fitted V =  -498.761871381 Chi2 =  2.74379806534
Init V =  -600.0 Fitted V =  -615.486378735 Chi2 =  2.74244915421
Init V =  0.0 Fitted V =  -5.45160861235 Chi2 =  3.0286976881
Init V =  -100.0 Fitted V =  -64.1881223175 Chi2 =  3.03160056155
Init V =  -200.0 Fitted V =  -354.701964764 Chi2 =  0.814722414995
Init V =  -300.0 Fitted V =  -354.700443779 Chi2 =  0.814721656485
Init V =  -400.0 Fitted V =  -354.707248687 Chi2 =  0.814718459347
Init V =  -500.0 Fitted V =  -496.889189099 Chi2 =  3.05595503746
Init V =  -600.0 Fitted V =  -613.071491173 Chi2 =  3.0692313519
Init V =  0.0 Fitted V =  -9.56304779455 Chi2 =  4.57417883567
Init V =  -100.0 Fitted V =  -62.9296995774 Chi2 =  4.5538394506
Init V =  -200.0 Fitted V =  -295.014566947 Chi2 =  1.23629858138
Init V =  -300.0 Fitted V =  -295.005759229 Chi2 =  1.23629084376
Init V =  -400.0 Fitted V =  -295.013873872 Chi2 =  1.23629802854
Init V =  -500.0 Fitted V =  -494.749798586 Chi2 =  4.5594876757
Init V =  -600.0 Fitted V =  -555.357131396 Chi2 =  4.54523322618
Init V =  0.0 Fitted V =  -18.3766293246 Chi2 =  4.71462025079
Init V =  -100.0 Fitted V =  -75.4772960286 Chi2 =  4.72798739108
Init V =  -200.0 Fitted V =  -284.057935498 Chi2 =  1.28968305819
Init V =  -300.0 Fitted V =  -284.058886128 Chi2 =  1.28968487428
Init V =  -400.0 Fitted V =  -284.058625728 Chi2 =  1.28968429202
Init V =  -500.0 Fitted V =  -499.895402089 Chi2 =  4.76070827197
Init V =  -600.0 Fitted V =  -607.885016388 Chi2 =  4.80258670622
Init V =  0.0 Fitted V =  -12.4882389782 Chi2 =  5.09746221669
Init V =  -100.0 Fitted V =  -68.5077140957 Chi2 =  5.10721193094
Init V =  -200.0 Fitted V =  -274.961219868 Chi2 =  1.38567348291
Init V =  -300.0 Fitted V =  -274.961249183 Chi2 =  1.3856737339
Init V =  -400.0 Fitted V =  -274.96119487 Chi2 =  1.38567340959
Init V =  -500.0 Fitted V =  -498.777323295 Chi2 =  5.18663146938
Init V =  -600.0 Fitted V =  -611.863447548 Chi2 =  5.14150813531
Init V =  0.0 Fitted V =  -15.9457613682 Chi2 =  7.3808513017
Init V =  -100.0 Fitted V =  -71.4395288753 Chi2 =  7.34433937098
Init V =  -200.0 Fitted V =  -273.672735555 Chi2 =  1.99597981966
Init V =  -300.0 Fitted V =  -273.672735922 Chi2 =  1.99598026963
Init V =  -400.0 Fitted V =  -421.796270568 Chi2 =  6.29106043411
Init V =  -500.0 Fitted V =  -494.121554668 Chi2 =  7.46486460903
Init V =  -600.0 Fitted V =  -607.268380619 Chi2 =  7.39814586859
Init V =  0.0 Fitted V =  -4.41273267091 Chi2 =  9.58098373771
Init V =  -100.0 Fitted V =  -254.016796534 Chi2 =  3.05921198215
Init V =  -200.0 Fitted V =  -254.017186068 Chi2 =  3.05921508203
Init V =  -300.0 Fitted V =  -254.016775693 Chi2 =  3.05921176446
Init V =  -400.0 Fitted V =  -254.016920891 Chi2 =  3.059212983
Init V =  -500.0 Fitted V =  -497.037212089 Chi2 =  9.74600417989
Init V =  -600.0 Fitted V =  -606.767017847 Chi2 =  9.6948491077
Init V =  0.0 Fitted V =  -249.558674818 Chi2 =  3.93662189605
Init V =  -100.0 Fitted V =  -249.558736991 Chi2 =  3.93662283343
Init V =  -200.0 Fitted V =  -249.558785088 Chi2 =  3.93662338486
Init V =  -300.0 Fitted V =  -249.558739615 Chi2 =  3.9366228256
Init V =  -400.0 Fitted V =  -249.55882105 Chi2 =  3.93662379001
Init V =  -500.0 Fitted V =  -498.335233083 Chi2 =  10.7445173696
Init V =  -600.0 Fitted V =  -607.086263182 Chi2 =  10.8153215182
Init V =  0.0 Fitted V =  -16.4895057518 Chi2 =  8.41146398837
Init V =  -100.0 Fitted V =  -302.380675718 Chi2 =  4.50078249747
Init V =  -200.0 Fitted V =  -302.378238775 Chi2 =  4.50078116287
Init V =  -300.0 Fitted V =  -302.372658683 Chi2 =  4.5007780817
Init V =  -400.0 Fitted V =  -416.805291944 Chi2 =  6.22569709609
Init V =  -500.0 Fitted V =  -493.829964863 Chi2 =  8.76891692895
Init V =  -600.0 Fitted V =  -610.429370383 Chi2 =  8.72306995236
Init V =  0.0 Fitted V =  -14.4835379693 Chi2 =  7.8821247253
Init V =  -100.0 Fitted V =  -70.9999842492 Chi2 =  8.00323267393
Init V =  -200.0 Fitted V =  -264.107174721 Chi2 =  3.18925493141
Init V =  -300.0 Fitted V =  -264.107191527 Chi2 =  3.18925306832
Init V =  -400.0 Fitted V =  -418.761292274 Chi2 =  6.15723084207
Init V =  -500.0 Fitted V =  -498.169258611 Chi2 =  8.08402544327
Init V =  -600.0 Fitted V =  -612.002292076 Chi2 =  8.12790995844
Init V =  0.0 Fitted V =  -17.7788848421 Chi2 =  5.85101537519
Init V =  -100.0 Fitted V =  -17.8109645276 Chi2 =  5.85100885458
Init V =  -200.0 Fitted V =  -325.113193172 Chi2 =  3.38194568778
Init V =  -300.0 Fitted V =  -268.015843791 Chi2 =  3.56702120242
Init V =  -400.0 Fitted V =  -418.846062732 Chi2 =  3.79638397905
Init V =  -500.0 Fitted V =  -493.797453149 Chi2 =  6.12072844867
Init V =  -600.0 Fitted V =  -607.658330512 Chi2 =  6.0277870603
Init V =  0.0 Fitted V =  -17.3649472786 Chi2 =  6.6212984905
Init V =  -100.0 Fitted V =  -17.3779681629 Chi2 =  6.62129449335
Init V =  -200.0 Fitted V =  -363.512372702 Chi2 =  4.67431274689
Init V =  -300.0 Fitted V =  -363.512734742 Chi2 =  4.67431218172
Init V =  -400.0 Fitted V =  -419.484518463 Chi2 =  3.62714539501
Init V =  -500.0 Fitted V =  -498.843015024 Chi2 =  7.08849536876
Init V =  -600.0 Fitted V =  -612.837488251 Chi2 =  7.17671866337
Init V =  0.0 Fitted V =  -48.2730546922 Chi2 =  7.76656934842
Init V =  -100.0 Fitted V =  254.004780759 Chi2 =  3.39675747259
Init V =  -200.0 Fitted V =  -399.885831679 Chi2 =  4.68276672931
Init V =  -300.0 Fitted V =  -399.88593706 Chi2 =  4.68276380403
Init V =  -400.0 Fitted V =  -421.529568092 Chi2 =  3.83977650784
Init V =  -500.0 Fitted V =  -501.226184184 Chi2 =  8.24920338722
Init V =  -600.0 Fitted V =  -399.886314031 Chi2 =  4.68275308549
Init V =  0.0 Fitted V =  32.4676758459 Chi2 =  1.53556422505
Init V =  -100.0 Fitted V =  -54.2345876711 Chi2 =  1.47130388142
Init V =  -200.0 Fitted V =  -199.734371381 Chi2 =  1.67187611542
Init V =  -300.0 Fitted V =  -271.282481499 Chi2 =  1.6821900918
Init V =  -400.0 Fitted V =  -438.78019079 Chi2 =  0.838439472029
Init V =  -500.0 Fitted V =  -438.788222117 Chi2 =  0.838442723386
Init V =  -600.0 Fitted V =  -602.156832939 Chi2 =  1.84340883219
Init V =  0.0 Fitted V =  -51.87161745 Chi2 =  0.984429638169
Init V =  -100.0 Fitted V =  -51.8713123532 Chi2 =  0.984429854433
Init V =  -200.0 Fitted V =  -199.378456745 Chi2 =  1.22311853762
Init V =  -300.0 Fitted V =  -290.956835094 Chi2 =  1.22278788933
Init V =  -400.0 Fitted V =  -429.6394692 Chi2 =  0.766133745137
Init V =  -500.0 Fitted V =  -429.640823747 Chi2 =  0.766134238624
Init V =  -600.0 Fitted V =  -599.672347445 Chi2 =  1.20714045574
Init V =  0.0 Fitted V =  -50.0232847616 Chi2 =  0.85029378179
Init V =  -100.0 Fitted V =  -50.0232488583 Chi2 =  0.850293737942
Init V =  -200.0 Fitted V =  -437.898286135 Chi2 =  0.533650101258
Init V =  -300.0 Fitted V =  -437.897063328 Chi2 =  0.533649713456
Init V =  -400.0 Fitted V =  -437.891771044 Chi2 =  0.533648091711
Init V =  -500.0 Fitted V =  -437.897845886 Chi2 =  0.533649963363
Init V =  -600.0 Fitted V =  -437.897432673 Chi2 =  0.533649831263
Init V =  0.0 Fitted V =  -39.4520712958 Chi2 =  1.08755626509
Init V =  -100.0 Fitted V =  221.490101012 Chi2 =  0.432777371312
Init V =  -200.0 Fitted V =  221.487155619 Chi2 =  0.432776941352
Init V =  -300.0 Fitted V =  -296.958597279 Chi2 =  1.21655558355
Init V =  -400.0 Fitted V =  -461.795410701 Chi2 =  0.53056098469
Init V =  -500.0 Fitted V =  -461.797630262 Chi2 =  0.530562436505
Init V =  -600.0 Fitted V =  -461.799696568 Chi2 =  0.530561235161
Init V =  0.0 Fitted V =  -49.9864282036 Chi2 =  1.37032980549
Init V =  -100.0 Fitted V =  -50.0051424723 Chi2 =  1.37032726681
Init V =  -200.0 Fitted V =  -207.046732535 Chi2 =  1.43631696303
Init V =  -300.0 Fitted V =  -270.022325342 Chi2 =  1.45110699567
Init V =  -400.0 Fitted V =  -435.076863544 Chi2 =  0.457128130296
Init V =  -500.0 Fitted V =  -435.076397275 Chi2 =  0.457127574878
Init V =  -600.0 Fitted V =  -593.581409215 Chi2 =  1.45600823408
Init V =  0.0 Fitted V =  -34.1819227543 Chi2 =  1.23969688257
Init V =  -100.0 Fitted V =  -428.03039943 Chi2 =  0.392871894108
Init V =  -200.0 Fitted V =  -192.591813719 Chi2 =  1.30455091915
Init V =  -300.0 Fitted V =  -290.720458092 Chi2 =  1.31784453043
Init V =  -400.0 Fitted V =  -428.030162012 Chi2 =  0.392871564902
Init V =  -500.0 Fitted V =  -428.02993786 Chi2 =  0.39287134328
Init V =  -600.0 Fitted V =  -610.425967115 Chi2 =  1.30130036974
Init V =  0.0 Fitted V =  -42.0437862258 Chi2 =  1.06694969256
Init V =  -100.0 Fitted V =  252.305127173 Chi2 =  0.452134779247
Init V =  -200.0 Fitted V =  -196.881939512 Chi2 =  1.16256548632
Init V =  -300.0 Fitted V =  -274.07092524 Chi2 =  1.19128045954
Init V =  -400.0 Fitted V =  -425.093575049 Chi2 =  0.400831423606
Init V =  -500.0 Fitted V =  -425.093504982 Chi2 =  0.400831297937
Init V =  -600.0 Fitted V =  -425.094066851 Chi2 =  0.400832282163
Init V =  0.0 Fitted V =  216.664921016 Chi2 =  0.554920525083
Init V =  -100.0 Fitted V =  216.665094996 Chi2 =  0.554920126484
Init V =  -200.0 Fitted V =  -460.379235309 Chi2 =  0.544330063173
Init V =  -300.0 Fitted V =  -460.378938966 Chi2 =  0.544329085902
Init V =  -400.0 Fitted V =  -460.364447926 Chi2 =  0.544281709127
Init V =  -500.0 Fitted V =  -460.379433816 Chi2 =  0.544330734868
Init V =  -600.0 Fitted V =  -460.379349191 Chi2 =  0.544330440261
Init V =  0.0 Fitted V =  -46.3533385917 Chi2 =  0.688626878012
Init V =  -100.0 Fitted V =  -46.3477761156 Chi2 =  0.688621102895
Init V =  -200.0 Fitted V =  -210.050595445 Chi2 =  0.71305061766
Init V =  -300.0 Fitted V =  -290.719174614 Chi2 =  0.723821788358
Init V =  -400.0 Fitted V =  -441.744082281 Chi2 =  0.315348461732
Init V =  -500.0 Fitted V =  -441.755376053 Chi2 =  0.315359057036
Init V =  -600.0 Fitted V =  -441.755015195 Chi2 =  0.315358733001
Init V =  0.0 Fitted V =  -43.524276914 Chi2 =  1.20535452245
Init V =  -100.0 Fitted V =  232.763174275 Chi2 =  0.537453461858
Init V =  -200.0 Fitted V =  -457.452194352 Chi2 =  0.393206889183
Init V =  -300.0 Fitted V =  -457.452099183 Chi2 =  0.393206707651
Init V =  -400.0 Fitted V =  -457.450166322 Chi2 =  0.393204349546
Init V =  -500.0 Fitted V =  -457.452189525 Chi2 =  0.393206794507
Init V =  -600.0 Fitted V =  -457.451749048 Chi2 =  0.393206263069
Init V =  0.0 Fitted V =  -41.1827951423 Chi2 =  1.27492189486
Init V =  -100.0 Fitted V =  -460.43140688 Chi2 =  0.393734509715
Init V =  -200.0 Fitted V =  -460.431519299 Chi2 =  0.393734546198
Init V =  -300.0 Fitted V =  -460.43057205 Chi2 =  0.393734012999
Init V =  -400.0 Fitted V =  -460.430311324 Chi2 =  0.393733877188
Init V =  -500.0 Fitted V =  -460.431349175 Chi2 =  0.393734462747
Init V =  -600.0 Fitted V =  -602.515067238 Chi2 =  1.31795396163
Init V =  0.0 Fitted V =  250.236136661 Chi2 =  0.479896949698
Init V =  -100.0 Fitted V =  -445.348509273 Chi2 =  0.312788195632
Init V =  -200.0 Fitted V =  -445.347126044 Chi2 =  0.312787442061
Init V =  -300.0 Fitted V =  -445.348578711 Chi2 =  0.312788223619
Init V =  -400.0 Fitted V =  -445.341009208 Chi2 =  0.312784078897
Init V =  -500.0 Fitted V =  -445.347773485 Chi2 =  0.3127877811
Init V =  -600.0 Fitted V =  -445.347154368 Chi2 =  0.312787440535
Init V =  0.0 Fitted V =  -37.2845122765 Chi2 =  1.03519319339
Init V =  -100.0 Fitted V =  -441.254527901 Chi2 =  0.312613313324
Init V =  -200.0 Fitted V =  -196.246937189 Chi2 =  1.04397688072
Init V =  -300.0 Fitted V =  -441.255731388 Chi2 =  0.312613990927
Init V =  -400.0 Fitted V =  -441.248318888 Chi2 =  0.312609807914
Init V =  -500.0 Fitted V =  -441.254455585 Chi2 =  0.31261328999
Init V =  -600.0 Fitted V =  -441.254900689 Chi2 =  0.312613542712
Init V =  0.0 Fitted V =  239.058138457 Chi2 =  0.511486937318
Init V =  -100.0 Fitted V =  239.057761103 Chi2 =  0.511487129195
Init V =  -200.0 Fitted V =  -440.435341177 Chi2 =  0.345990504297
Init V =  -300.0 Fitted V =  -440.435216654 Chi2 =  0.345990449561
Init V =  -400.0 Fitted V =  -440.431142957 Chi2 =  0.345988532073
Init V =  -500.0 Fitted V =  -440.436402169 Chi2 =  0.345991027472
Init V =  -600.0 Fitted V =  -440.435642557 Chi2 =  0.345990645408
Init V =  0.0 Fitted V =  136.548786346 Chi2 =  0.802717452358
Init V =  -100.0 Fitted V =  -432.688627146 Chi2 =  0.250798201839
Init V =  -200.0 Fitted V =  -432.688641483 Chi2 =  0.250798256048
Init V =  -300.0 Fitted V =  -289.55069472 Chi2 =  1.24946707835
Init V =  -400.0 Fitted V =  -432.688693758 Chi2 =  0.250798350037
Init V =  -500.0 Fitted V =  -432.68886076 Chi2 =  0.250798628081
Init V =  -600.0 Fitted V =  -432.688648961 Chi2 =  0.250798269184
Init V =  0.0 Fitted V =  0.307657209583 Chi2 =  1.41199075814
Init V =  -100.0 Fitted V =  -426.504134048 Chi2 =  0.276635582791
Init V =  -200.0 Fitted V =  -189.28947414 Chi2 =  1.42103429228
Init V =  -300.0 Fitted V =  -426.504262835 Chi2 =  0.276635782526
Init V =  -400.0 Fitted V =  -426.495220895 Chi2 =  0.276622918389
Init V =  -500.0 Fitted V =  -426.504013978 Chi2 =  0.276635412058
Init V =  -600.0 Fitted V =  -607.250703442 Chi2 =  1.42428292816
Init V =  0.0 Fitted V =  -81.4020367719 Chi2 =  2.85310086399
Init V =  -100.0 Fitted V =  -68.2621900412 Chi2 =  2.77664803912
Init V =  -200.0 Fitted V =  -210.640934092 Chi2 =  2.93578890129
Init V =  -300.0 Fitted V =  -458.494563767 Chi2 =  0.368903317268
Init V =  -400.0 Fitted V =  -458.493955985 Chi2 =  0.368903659119
Init V =  -500.0 Fitted V =  -458.493956526 Chi2 =  0.36890390242
Init V =  -600.0 Fitted V =  -458.494029508 Chi2 =  0.368903834983
Init V =  0.0 Fitted V =  2.7523497913 Chi2 =  3.36239330203
Init V =  -100.0 Fitted V =  -98.6798840339 Chi2 =  3.4464448135
Init V =  -200.0 Fitted V =  -447.42502634 Chi2 =  0.637367416238
Init V =  -300.0 Fitted V =  -293.712830783 Chi2 =  3.44270098835
Init V =  -400.0 Fitted V =  -447.421752857 Chi2 =  0.637360319447
Init V =  -500.0 Fitted V =  -447.425069703 Chi2 =  0.637367512626
Init V =  -600.0 Fitted V =  -447.424015997 Chi2 =  0.637365231151
Init V =  0.0 Fitted V =  -0.124449110645 Chi2 =  2.30914320943
Init V =  -100.0 Fitted V =  -421.800928019 Chi2 =  0.353776288499
Init V =  -200.0 Fitted V =  -421.800828933 Chi2 =  0.353775894765
Init V =  -300.0 Fitted V =  -421.801167866 Chi2 =  0.353777292184
Init V =  -400.0 Fitted V =  -421.800599942 Chi2 =  0.35377494801
Init V =  -500.0 Fitted V =  -421.800781923 Chi2 =  0.353775699749
Init V =  -600.0 Fitted V =  -421.800683144 Chi2 =  0.353775283639
Init V =  0.0 Fitted V =  -49.7578040998 Chi2 =  2.65054653958
Init V =  -100.0 Fitted V =  -425.032490625 Chi2 =  0.309534458573
Init V =  -200.0 Fitted V =  -180.941135852 Chi2 =  2.64501531254
Init V =  -300.0 Fitted V =  -425.032460849 Chi2 =  0.309534215099
Init V =  -400.0 Fitted V =  -425.032440058 Chi2 =  0.309534050062
Init V =  -500.0 Fitted V =  -425.032448165 Chi2 =  0.309534137428
Init V =  -600.0 Fitted V =  -425.032419697 Chi2 =  0.309533914661
Init V =  0.0 Fitted V =  -10.9882602141 Chi2 =  1.72965796037
Init V =  -100.0 Fitted V =  -93.0645222255 Chi2 =  1.73914297692
Init V =  -200.0 Fitted V =  -262.369994753 Chi2 =  1.71252723654
Init V =  -300.0 Fitted V =  -416.507043242 Chi2 =  0.187961144389
Init V =  -400.0 Fitted V =  -416.507095277 Chi2 =  0.187961111768
Init V =  -500.0 Fitted V =  -416.507168225 Chi2 =  0.187961129639
Init V =  -600.0 Fitted V =  -416.50703341 Chi2 =  0.187961306436
Init V =  0.0 Fitted V =  -19.4353342075 Chi2 =  2.32602892118
Init V =  -100.0 Fitted V =  -19.6564197398 Chi2 =  2.32603193682
Init V =  -200.0 Fitted V =  -210.34728045 Chi2 =  2.3378960101
Init V =  -300.0 Fitted V =  -401.295096354 Chi2 =  0.362794437596
Init V =  -400.0 Fitted V =  -401.296075383 Chi2 =  0.362793794904
Init V =  -500.0 Fitted V =  -401.296419416 Chi2 =  0.362793571404
Init V =  -600.0 Fitted V =  -605.341337866 Chi2 =  2.34390435026
Init V =  0.0 Fitted V =  -45.4535764103 Chi2 =  2.05536217431
Init V =  -100.0 Fitted V =  -45.4906743017 Chi2 =  2.05536101768
Init V =  -200.0 Fitted V =  -211.782266275 Chi2 =  2.22175142249
Init V =  -300.0 Fitted V =  -399.989747982 Chi2 =  0.23531251959
Init V =  -400.0 Fitted V =  -399.989679263 Chi2 =  0.235312369702
Init V =  -500.0 Fitted V =  -399.989699573 Chi2 =  0.235312459791
Init V =  -600.0 Fitted V =  -399.989680189 Chi2 =  0.235312366687
Init V =  0.0 Fitted V =  -15.5923721066 Chi2 =  2.68247744752
Init V =  -100.0 Fitted V =  -80.2865621873 Chi2 =  2.70029826404
Init V =  -200.0 Fitted V =  -415.446188089 Chi2 =  0.373592852457
Init V =  -300.0 Fitted V =  -415.446043066 Chi2 =  0.373593047097
Init V =  -400.0 Fitted V =  -415.445898902 Chi2 =  0.37359313264
Init V =  -500.0 Fitted V =  -415.44756034 Chi2 =  0.373590867274
Init V =  -600.0 Fitted V =  -591.590826196 Chi2 =  2.7060957262
Init V =  0.0 Fitted V =  -14.0190375046 Chi2 =  2.22877905136
Init V =  -100.0 Fitted V =  -100.460285973 Chi2 =  2.2423634253
Init V =  -200.0 Fitted V =  -402.90407902 Chi2 =  0.406356541379
Init V =  -300.0 Fitted V =  -402.903504202 Chi2 =  0.406357151427
Init V =  -400.0 Fitted V =  -402.903449313 Chi2 =  0.406357176299
Init V =  -500.0 Fitted V =  -402.904064417 Chi2 =  0.406356572025
Init V =  -600.0 Fitted V =  -402.904066304 Chi2 =  0.406356594256
Init V =  0.0 Fitted V =  -388.654648878 Chi2 =  0.43183003114
Init V =  -100.0 Fitted V =  -94.6337825811 Chi2 =  2.10340259691
Init V =  -200.0 Fitted V =  -388.653931732 Chi2 =  0.43183072794
Init V =  -300.0 Fitted V =  -388.654561571 Chi2 =  0.431830101079
Init V =  -400.0 Fitted V =  -388.655035969 Chi2 =  0.43182968645
Init V =  -500.0 Fitted V =  -388.654473201 Chi2 =  0.431830191652
Init V =  -600.0 Fitted V =  -388.654788182 Chi2 =  0.431829870767
Init V =  0.0 Fitted V =  -10.3975431952 Chi2 =  2.68942984928
Init V =  -100.0 Fitted V =  -391.855506371 Chi2 =  0.644967874507
Init V =  -200.0 Fitted V =  -391.855638858 Chi2 =  0.644967588444
Init V =  -300.0 Fitted V =  -391.856999581 Chi2 =  0.644965135093
Init V =  -400.0 Fitted V =  -391.892529575 Chi2 =  0.644901318609
Init V =  -500.0 Fitted V =  -391.856061494 Chi2 =  0.644966820505
Init V =  -600.0 Fitted V =  -601.138408253 Chi2 =  2.66178578487
Init V =  0.0 Fitted V =  4.77886194921 Chi2 =  2.62077186432
Init V =  -100.0 Fitted V =  -361.437781558 Chi2 =  0.822628120822
Init V =  -200.0 Fitted V =  -361.437854028 Chi2 =  0.822628121939
Init V =  -300.0 Fitted V =  -361.435055796 Chi2 =  0.822628101637
Init V =  -400.0 Fitted V =  -361.439782882 Chi2 =  0.822628142316
Init V =  -500.0 Fitted V =  -361.440183656 Chi2 =  0.822628146257
Init V =  -600.0 Fitted V =  -361.438107669 Chi2 =  0.822628125617
Init V =  0.0 Fitted V =  -8.60133568141 Chi2 =  2.9284037424
Init V =  -100.0 Fitted V =  -390.929999918 Chi2 =  0.831256487041
Init V =  -200.0 Fitted V =  -390.929076628 Chi2 =  0.831257848193
Init V =  -300.0 Fitted V =  -390.929678445 Chi2 =  0.831256913607
Init V =  -400.0 Fitted V =  -390.940748826 Chi2 =  0.831241159611
Init V =  -500.0 Fitted V =  -390.930566932 Chi2 =  0.831255746407
Init V =  -600.0 Fitted V =  -390.93066699 Chi2 =  0.831255619768
Init V =  0.0 Fitted V =  -392.1599936 Chi2 =  0.811617322844
Init V =  -100.0 Fitted V =  -63.8156915199 Chi2 =  4.15139834919
Init V =  -200.0 Fitted V =  -392.159989842 Chi2 =  0.811617318061
Init V =  -300.0 Fitted V =  -392.15989801 Chi2 =  0.81161754922
Init V =  -400.0 Fitted V =  -392.165845435 Chi2 =  0.811604015292
Init V =  -500.0 Fitted V =  -500.159115031 Chi2 =  4.09917760617
Init V =  -600.0 Fitted V =  -603.498725274 Chi2 =  4.14756739199
Init V =  0.0 Fitted V =  -359.299499035 Chi2 =  1.24413687354
Init V =  -100.0 Fitted V =  -359.300471416 Chi2 =  1.24413592453
Init V =  -200.0 Fitted V =  -359.300746235 Chi2 =  1.24413576954
Init V =  -300.0 Fitted V =  -359.29986904 Chi2 =  1.24413656153
Init V =  -400.0 Fitted V =  -359.310554901 Chi2 =  1.24412633815
Init V =  -500.0 Fitted V =  -492.826142326 Chi2 =  4.10487313844
Init V =  -600.0 Fitted V =  -610.371949975 Chi2 =  4.12567918899
Init V =  0.0 Fitted V =  -17.2464386999 Chi2 =  4.15390369702
Init V =  -100.0 Fitted V =  -17.2593185478 Chi2 =  4.15390610044
Init V =  -200.0 Fitted V =  -317.214244114 Chi2 =  1.01951523157
Init V =  -300.0 Fitted V =  -317.214897946 Chi2 =  1.01951550121
Init V =  -400.0 Fitted V =  -317.215603468 Chi2 =  1.01951558075
Init V =  -500.0 Fitted V =  -494.868335927 Chi2 =  4.20117611644
Init V =  -600.0 Fitted V =  -651.620205787 Chi2 =  4.23594864179
Init V =  0.0 Fitted V =  -12.7876055237 Chi2 =  4.45822771056
Init V =  -100.0 Fitted V =  -83.4561324511 Chi2 =  4.49183243083
Init V =  -200.0 Fitted V =  -292.124072911 Chi2 =  1.22890552449
Init V =  -300.0 Fitted V =  -292.114556307 Chi2 =  1.22889881281
Init V =  -400.0 Fitted V =  -292.125718235 Chi2 =  1.22890667378
Init V =  -500.0 Fitted V =  -498.787010823 Chi2 =  4.50995438997
Init V =  -600.0 Fitted V =  -601.923010294 Chi2 =  4.51699624446
Init V =  0.0 Fitted V =  -11.6031167868 Chi2 =  2.97304535586
Init V =  -100.0 Fitted V =  -57.3181330196 Chi2 =  2.99943950299
Init V =  -200.0 Fitted V =  -319.936857877 Chi2 =  1.34282400686
Init V =  -300.0 Fitted V =  -319.938778567 Chi2 =  1.34282441533
Init V =  -400.0 Fitted V =  -319.962902201 Chi2 =  1.34282986624
Init V =  -500.0 Fitted V =  -500.026197795 Chi2 =  3.04049754603
Init V =  -600.0 Fitted V =  -593.907061292 Chi2 =  3.05030815868
Init V =  0.0 Fitted V =  -16.1344838408 Chi2 =  3.25783720262
Init V =  -100.0 Fitted V =  -67.340801547 Chi2 =  3.22080753446
Init V =  -200.0 Fitted V =  -324.008057554 Chi2 =  1.41192913054
Init V =  -300.0 Fitted V =  -324.005664079 Chi2 =  1.41192933365
Init V =  -400.0 Fitted V =  -324.015438105 Chi2 =  1.41192848438
Init V =  -500.0 Fitted V =  -501.740754245 Chi2 =  3.14509424278
Init V =  -600.0 Fitted V =  -615.551429885 Chi2 =  3.18895648125
Init V =  0.0 Fitted V =  -14.297645614 Chi2 =  4.79869727443
Init V =  -100.0 Fitted V =  -42.084697639 Chi2 =  4.81149541117
Init V =  -200.0 Fitted V =  -325.793303865 Chi2 =  1.8041600496
Init V =  -300.0 Fitted V =  -325.794760977 Chi2 =  1.8041575913
Init V =  -400.0 Fitted V =  -325.798091657 Chi2 =  1.80415786209
Init V =  -500.0 Fitted V =  -498.00248121 Chi2 =  4.86370566102
Init V =  -600.0 Fitted V =  -602.184872834 Chi2 =  4.78649232221
Init V =  0.0 Fitted V =  -8.24659591218 Chi2 =  6.14151125215
Init V =  -100.0 Fitted V =  -330.106027825 Chi2 =  3.25528263524
Init V =  -200.0 Fitted V =  -330.090691897 Chi2 =  3.25528291293
Init V =  -300.0 Fitted V =  -330.090013896 Chi2 =  3.25528246641
Init V =  -400.0 Fitted V =  -419.467563559 Chi2 =  3.9335747713
Init V =  -500.0 Fitted V =  -496.607420876 Chi2 =  6.29433780653
Init V =  -600.0 Fitted V =  -330.103871835 Chi2 =  3.25528260613
Init V =  0.0 Fitted V =  -9.25708973104 Chi2 =  22.7888190807
Init V =  -100.0 Fitted V =  -245.235239186 Chi2 =  5.47444680094
Init V =  -200.0 Fitted V =  -245.235257089 Chi2 =  5.47444594213
Init V =  -300.0 Fitted V =  -245.235248769 Chi2 =  5.47444604504
Init V =  -400.0 Fitted V =  -416.926542958 Chi2 =  20.3072869615
Init V =  -500.0 Fitted V =  -508.604819895 Chi2 =  23.4816762481
Init V =  -600.0 Fitted V =  -566.836625203 Chi2 =  23.4333491431
Init V =  0.0 Fitted V =  -17.6596008838 Chi2 =  7.16890033078
Init V =  -100.0 Fitted V =  -59.48600868 Chi2 =  7.15893560731
Init V =  -200.0 Fitted V =  -315.819842813 Chi2 =  3.4198852587
Init V =  -300.0 Fitted V =  -264.323695387 Chi2 =  3.53890998712
Init V =  -400.0 Fitted V =  -419.516638343 Chi2 =  4.78510718473
Init V =  -500.0 Fitted V =  -498.034059389 Chi2 =  7.26330535538
Init V =  -600.0 Fitted V =  -607.455014642 Chi2 =  7.16672511093
Init V =  0.0 Fitted V =  -26.346380786 Chi2 =  6.50076975371
Init V =  -100.0 Fitted V =  -125.266668818 Chi2 =  6.58007913105
Init V =  -200.0 Fitted V =  -345.519043231 Chi2 =  3.68962632552
Init V =  -300.0 Fitted V =  -280.759011928 Chi2 =  4.56159696813
Init V =  -400.0 Fitted V =  -423.258429272 Chi2 =  3.8481653045
Init V =  -500.0 Fitted V =  -498.591827459 Chi2 =  6.72892040636
Init V =  -600.0 Fitted V =  -612.529799225 Chi2 =  6.5391177147
Init V =  0.0 Fitted V =  -10.3342835801 Chi2 =  7.35642677412
Init V =  -100.0 Fitted V =  -63.962388152 Chi2 =  7.53369737682
Init V =  -200.0 Fitted V =  -343.100869304 Chi2 =  3.89167891498
Init V =  -300.0 Fitted V =  -343.100587557 Chi2 =  3.89167921182
Init V =  -400.0 Fitted V =  -422.631239045 Chi2 =  3.69042467785
Init V =  -500.0 Fitted V =  -501.188661882 Chi2 =  7.6348017678
Init V =  -600.0 Fitted V =  -612.834823084 Chi2 =  7.57767099561
Init V =  0.0 Fitted V =  -18.1044874205 Chi2 =  6.98523454439
Init V =  -100.0 Fitted V =  -71.1001544177 Chi2 =  7.01808147463
Init V =  -200.0 Fitted V =  -324.548987098 Chi2 =  3.58741643977
Init V =  -300.0 Fitted V =  -324.54766685 Chi2 =  3.58741688352
Init V =  -400.0 Fitted V =  -420.049878006 Chi2 =  3.98876182375
Init V =  -500.0 Fitted V =  -502.436247743 Chi2 =  7.02655436318
Init V =  -600.0 Fitted V =  -607.020242915 Chi2 =  7.15437543932
Init V =  0.0 Fitted V =  -47.5414854584 Chi2 =  6.23473480559
Init V =  -100.0 Fitted V =  -47.570938101 Chi2 =  6.23472361764
Init V =  -200.0 Fitted V =  -212.786137685 Chi2 =  6.07977182975
Init V =  -300.0 Fitted V =  -285.742515135 Chi2 =  6.48431746789
Init V =  -400.0 Fitted V =  -424.233867161 Chi2 =  2.58744615391
Init V =  -500.0 Fitted V =  -502.616754044 Chi2 =  6.36198586738
Init V =  -600.0 Fitted V =  -618.567075827 Chi2 =  6.35818875136
Init V =  0.0 Fitted V =  24.5707999785 Chi2 =  1.35882764385
Init V =  -100.0 Fitted V =  -58.287462988 Chi2 =  1.34214078075
Init V =  -200.0 Fitted V =  -207.918678164 Chi2 =  1.64291856253
Init V =  -300.0 Fitted V =  -281.41600853 Chi2 =  1.505993928
Init V =  -400.0 Fitted V =  -421.945332553 Chi2 =  1.11066720051
Init V =  -500.0 Fitted V =  -421.944802358 Chi2 =  1.11066627394
Init V =  -600.0 Fitted V =  -607.902469598 Chi2 =  1.64671932028
Init V =  0.0 Fitted V =  256.344391908 Chi2 =  0.489090547002
Init V =  -100.0 Fitted V =  -50.3234895966 Chi2 =  0.815718489958
Init V =  -200.0 Fitted V =  -195.955315011 Chi2 =  0.949042437971
Init V =  -300.0 Fitted V =  -326.904560245 Chi2 =  0.968743139372
Init V =  -400.0 Fitted V =  -418.830271802 Chi2 =  0.571817439456
Init V =  -500.0 Fitted V =  -418.830285675 Chi2 =  0.571817465575
Init V =  -600.0 Fitted V =  -418.83047106 Chi2 =  0.571817946063
Init V =  0.0 Fitted V =  -40.5536417952 Chi2 =  1.14205831802
Init V =  -100.0 Fitted V =  -40.5570336732 Chi2 =  1.14205911503
Init V =  -200.0 Fitted V =  -214.477282135 Chi2 =  1.22902928945
Init V =  -300.0 Fitted V =  -279.292364758 Chi2 =  1.21249985928
Init V =  -400.0 Fitted V =  -452.526894661 Chi2 =  0.54565323444
Init V =  -500.0 Fitted V =  -452.532982855 Chi2 =  0.545653995531
Init V =  -600.0 Fitted V =  -529.282296922 Chi2 =  1.09006126191
Init V =  0.0 Fitted V =  -43.9066536429 Chi2 =  0.935423525955
Init V =  -100.0 Fitted V =  250.898815582 Chi2 =  0.463226295974
Init V =  -200.0 Fitted V =  -194.007090432 Chi2 =  1.04794755025
Init V =  -300.0 Fitted V =  -293.145586856 Chi2 =  1.07211809783
Init V =  -400.0 Fitted V =  -438.734946671 Chi2 =  0.584884090862
Init V =  -500.0 Fitted V =  -438.751455524 Chi2 =  0.584894287302
Init V =  -600.0 Fitted V =  -438.75202914 Chi2 =  0.584894654243
Init V =  0.0 Fitted V =  -45.0916129578 Chi2 =  1.84786276065
Init V =  -100.0 Fitted V =  -45.0885548538 Chi2 =  1.84786404473
Init V =  -200.0 Fitted V =  -190.295930378 Chi2 =  1.91358104068
Init V =  -300.0 Fitted V =  -463.374923179 Chi2 =  0.673351084679
Init V =  -400.0 Fitted V =  -463.375777426 Chi2 =  0.673349303786
Init V =  -500.0 Fitted V =  -463.377038963 Chi2 =  0.673349721741
Init V =  -600.0 Fitted V =  -597.992585599 Chi2 =  1.87814518824
Init V =  0.0 Fitted V =  -40.5246671783 Chi2 =  1.44798491183
Init V =  -100.0 Fitted V =  -121.013004964 Chi2 =  1.50699106036
Init V =  -200.0 Fitted V =  -202.215800596 Chi2 =  1.51398341997
Init V =  -300.0 Fitted V =  -448.17987495 Chi2 =  0.432143799707
Init V =  -400.0 Fitted V =  -448.178738934 Chi2 =  0.432143945751
Init V =  -500.0 Fitted V =  -448.180219855 Chi2 =  0.432144003458
Init V =  -600.0 Fitted V =  -590.012351497 Chi2 =  1.50313268465
Init V =  0.0 Fitted V =  -40.2049734818 Chi2 =  1.38119068741
Init V =  -100.0 Fitted V =  -40.2047324218 Chi2 =  1.38119009637
Init V =  -200.0 Fitted V =  -187.768618639 Chi2 =  1.39092719074
Init V =  -300.0 Fitted V =  -294.82762822 Chi2 =  1.39795535254
Init V =  -400.0 Fitted V =  -452.750295323 Chi2 =  0.400196394547
Init V =  -500.0 Fitted V =  -452.753888388 Chi2 =  0.400197896905
Init V =  -600.0 Fitted V =  -602.299467357 Chi2 =  1.41186999126
Init V =  0.0 Fitted V =  -40.203941388 Chi2 =  0.897214053299
Init V =  -100.0 Fitted V =  -40.203760809 Chi2 =  0.897214294307
Init V =  -200.0 Fitted V =  -422.03548675 Chi2 =  0.389409226226
Init V =  -300.0 Fitted V =  -422.035541921 Chi2 =  0.389409322268
Init V =  -400.0 Fitted V =  -422.035472908 Chi2 =  0.389409218199
Init V =  -500.0 Fitted V =  -422.035235231 Chi2 =  0.389408874086
Init V =  -600.0 Fitted V =  -422.035757307 Chi2 =  0.389409624945
Init V =  0.0 Fitted V =  -37.202843681 Chi2 =  0.764328523007
Init V =  -100.0 Fitted V =  -443.902923482 Chi2 =  0.369172348636
Init V =  -200.0 Fitted V =  -193.875186965 Chi2 =  0.794080897021
Init V =  -300.0 Fitted V =  -304.268421985 Chi2 =  0.802287670212
Init V =  -400.0 Fitted V =  -443.901276151 Chi2 =  0.369170830486
Init V =  -500.0 Fitted V =  -443.902824532 Chi2 =  0.369172087311
Init V =  -600.0 Fitted V =  -596.535382897 Chi2 =  0.807705103934
Init V =  0.0 Fitted V =  235.82326695 Chi2 =  0.597177142819
Init V =  -100.0 Fitted V =  235.821652176 Chi2 =  0.597175936012
Init V =  -200.0 Fitted V =  -198.063029423 Chi2 =  1.06072909882
Init V =  -300.0 Fitted V =  -267.775235387 Chi2 =  1.07770609039
Init V =  -400.0 Fitted V =  -457.324070349 Chi2 =  0.450608584228
Init V =  -500.0 Fitted V =  -457.325568952 Chi2 =  0.450610486252
Init V =  -600.0 Fitted V =  -457.325504068 Chi2 =  0.450610374319
Init V =  0.0 Fitted V =  -15.3515877082 Chi2 =  1.09548713856
Init V =  -200.0 Fitted V =  -472.083443816 Chi2 =  0.381111989206
Init V =  -300.0 Fitted V =  -334.272757401 Chi2 =  1.15270430143
Init V =  -400.0 Fitted V =  -472.079170498 Chi2 =  0.38110852497
Init V =  -500.0 Fitted V =  -472.083291705 Chi2 =  0.38111180983
Init V =  -600.0 Fitted V =  -472.083077157 Chi2 =  0.381111672519
Init V =  0.0 Fitted V =  -443.090942699 Chi2 =  0.31679975122
Init V =  -100.0 Fitted V =  -443.090905263 Chi2 =  0.316799660725
Init V =  -200.0 Fitted V =  -443.090919539 Chi2 =  0.316799714654
Init V =  -300.0 Fitted V =  -443.090962325 Chi2 =  0.316799950251
Init V =  -400.0 Fitted V =  -443.090792768 Chi2 =  0.316798938012
Init V =  -500.0 Fitted V =  -443.090949929 Chi2 =  0.316799683624
Init V =  -600.0 Fitted V =  -443.090925788 Chi2 =  0.316799750725
Init V =  0.0 Fitted V =  241.428997721 Chi2 =  0.842935969642
Init V =  -100.0 Fitted V =  -435.080190562 Chi2 =  0.322214859622
Init V =  -200.0 Fitted V =  -435.080244411 Chi2 =  0.322214995108
Init V =  -300.0 Fitted V =  -435.080331482 Chi2 =  0.322215181264
Init V =  -400.0 Fitted V =  -435.079758895 Chi2 =  0.322213971679
Init V =  -500.0 Fitted V =  -435.080297459 Chi2 =  0.322215115819
Init V =  -600.0 Fitted V =  -435.080140078 Chi2 =  0.322214756109
Init V =  0.0 Fitted V =  1.78437173152 Chi2 =  1.5060144706
Init V =  -100.0 Fitted V =  -434.37142623 Chi2 =  0.302777567894
Init V =  -200.0 Fitted V =  -434.371237336 Chi2 =  0.302777087447
Init V =  -300.0 Fitted V =  -434.371680524 Chi2 =  0.302778181535
Init V =  -400.0 Fitted V =  -434.371663732 Chi2 =  0.302778123862
Init V =  -500.0 Fitted V =  -434.371629082 Chi2 =  0.302778049887
Init V =  -600.0 Fitted V =  -434.371198266 Chi2 =  0.302777031246
Init V =  0.0 Fitted V =  125.961928529 Chi2 =  0.666546454953
Init V =  -100.0 Fitted V =  125.570265728 Chi2 =  0.666515958319
Init V =  -200.0 Fitted V =  -442.091634781 Chi2 =  0.309037241735
Init V =  -300.0 Fitted V =  -442.091209943 Chi2 =  0.309036608152
Init V =  -400.0 Fitted V =  -442.092186548 Chi2 =  0.30903805801
Init V =  -500.0 Fitted V =  -442.091180241 Chi2 =  0.309036568786
Init V =  -600.0 Fitted V =  -442.091542306 Chi2 =  0.30903710522
Init V =  0.0 Fitted V =  82.236251013 Chi2 =  0.955227596391
Init V =  -100.0 Fitted V =  -435.085282104 Chi2 =  0.327850789441
Init V =  -200.0 Fitted V =  -200.980714515 Chi2 =  1.44950118237
Init V =  -300.0 Fitted V =  -435.084839744 Chi2 =  0.327850033582
Init V =  -400.0 Fitted V =  -435.084302445 Chi2 =  0.327849127572
Init V =  -500.0 Fitted V =  -435.084102278 Chi2 =  0.327848792726
Init V =  -600.0 Fitted V =  -435.084686854 Chi2 =  0.327849776377
Init V =  0.0 Fitted V =  -20.5809474669 Chi2 =  2.15529695802
Init V =  -100.0 Fitted V =  -61.3296785027 Chi2 =  2.17295562752
Init V =  -200.0 Fitted V =  -198.241601096 Chi2 =  2.1858396329
Init V =  -300.0 Fitted V =  -300.480022805 Chi2 =  2.18223105425
Init V =  -400.0 Fitted V =  -433.528303867 Chi2 =  0.52113592581
Init V =  -500.0 Fitted V =  -433.535696109 Chi2 =  0.521151894942
Init V =  -600.0 Fitted V =  -433.537007097 Chi2 =  0.521154713737
Init V =  0.0 Fitted V =  -12.4503297359 Chi2 =  2.93840991959
Init V =  -100.0 Fitted V =  -24.001820539 Chi2 =  2.94803516109
Init V =  -200.0 Fitted V =  -191.90613763 Chi2 =  2.9655119759
Init V =  -300.0 Fitted V =  -291.328760584 Chi2 =  2.93111623171
Init V =  -400.0 Fitted V =  -422.097400657 Chi2 =  0.435332227101
Init V =  -500.0 Fitted V =  -422.097653975 Chi2 =  0.435333541603
Init V =  -600.0 Fitted V =  -422.09755785 Chi2 =  0.435333033385
Init V =  0.0 Fitted V =  -4.37283566045 Chi2 =  2.38145987465
Init V =  -100.0 Fitted V =  -117.312895368 Chi2 =  2.37729794048
Init V =  -200.0 Fitted V =  -215.226726599 Chi2 =  2.39834399303
Init V =  -300.0 Fitted V =  -417.712860173 Chi2 =  0.389453119964
Init V =  -400.0 Fitted V =  -417.71253593 Chi2 =  0.389451306619
Init V =  -500.0 Fitted V =  -417.712650218 Chi2 =  0.389451900707
Init V =  -600.0 Fitted V =  -417.712568448 Chi2 =  0.389451479589
Init V =  0.0 Fitted V =  -412.995391825 Chi2 =  0.271523031578
Init V =  -100.0 Fitted V =  -412.995170551 Chi2 =  0.271522272421
Init V =  -200.0 Fitted V =  -412.995077966 Chi2 =  0.271521905198
Init V =  -300.0 Fitted V =  -412.995079616 Chi2 =  0.271521911402
Init V =  -400.0 Fitted V =  -412.994202504 Chi2 =  0.271518514519
Init V =  -500.0 Fitted V =  -412.995191282 Chi2 =  0.271522332433
Init V =  -600.0 Fitted V =  -412.995025574 Chi2 =  0.271521708461
Init V =  0.0 Fitted V =  -51.8775628656 Chi2 =  1.54611127083
Init V =  -100.0 Fitted V =  -149.09733958 Chi2 =  1.54401270934
Init V =  -200.0 Fitted V =  -218.909507324 Chi2 =  1.55693114886
Init V =  -300.0 Fitted V =  -425.436593753 Chi2 =  0.285234275545
Init V =  -400.0 Fitted V =  -425.435222748 Chi2 =  0.285232518309
Init V =  -500.0 Fitted V =  -425.436878348 Chi2 =  0.28523467322
Init V =  -600.0 Fitted V =  -425.436525621 Chi2 =  0.285234239954
Init V =  0.0 Fitted V =  1.48208832254 Chi2 =  1.55172682984
Init V =  -100.0 Fitted V =  -55.2958209188 Chi2 =  1.54034668089
Init V =  -200.0 Fitted V =  -209.239891288 Chi2 =  1.58702219527
Init V =  -300.0 Fitted V =  -429.782151698 Chi2 =  0.316611483506
Init V =  -400.0 Fitted V =  -429.781480472 Chi2 =  0.316611447642
Init V =  -500.0 Fitted V =  -429.781586183 Chi2 =  0.316611641592
Init V =  -600.0 Fitted V =  -604.369982018 Chi2 =  1.58895383071
Init V =  0.0 Fitted V =  -15.3330903857 Chi2 =  2.10275328002
Init V =  -100.0 Fitted V =  -107.186590591 Chi2 =  2.24050823471
Init V =  -200.0 Fitted V =  -418.247061248 Chi2 =  0.34992532348
Init V =  -300.0 Fitted V =  -418.24691798 Chi2 =  0.349925178778
Init V =  -400.0 Fitted V =  -418.246493889 Chi2 =  0.349924623541
Init V =  -500.0 Fitted V =  -418.247263429 Chi2 =  0.349925551419
Init V =  -600.0 Fitted V =  -418.247095962 Chi2 =  0.349925422262
Init V =  0.0 Fitted V =  -8.91349472795 Chi2 =  2.51192746921
Init V =  -100.0 Fitted V =  -416.686945319 Chi2 =  0.576417917433
Init V =  -200.0 Fitted V =  -416.686618097 Chi2 =  0.576417938831
Init V =  -300.0 Fitted V =  -416.68738688 Chi2 =  0.576418597479
Init V =  -400.0 Fitted V =  -416.687842522 Chi2 =  0.576418244357
Init V =  -500.0 Fitted V =  -416.686414382 Chi2 =  0.576417989569
Init V =  -600.0 Fitted V =  -602.048073882 Chi2 =  2.53852605215
Init V =  0.0 Fitted V =  2.00090772587 Chi2 =  2.15900445938
Init V =  -100.0 Fitted V =  -108.049978706 Chi2 =  2.36086697715
Init V =  -200.0 Fitted V =  -414.266405742 Chi2 =  0.731202421681
Init V =  -300.0 Fitted V =  -414.266708265 Chi2 =  0.731201865806
Init V =  -400.0 Fitted V =  -414.274769639 Chi2 =  0.731188041416
Init V =  -500.0 Fitted V =  -414.2662929 Chi2 =  0.731202552855
Init V =  -600.0 Fitted V =  -414.265990474 Chi2 =  0.731203074551
Init V =  0.0 Fitted V =  -4.37575770528 Chi2 =  2.2628382797
Init V =  -100.0 Fitted V =  -389.293729297 Chi2 =  0.649847727384
Init V =  -200.0 Fitted V =  -198.654559516 Chi2 =  2.12790410797
Init V =  -300.0 Fitted V =  -389.291715488 Chi2 =  0.649850396464
Init V =  -400.0 Fitted V =  -389.304973509 Chi2 =  0.649832830491
Init V =  -500.0 Fitted V =  -389.293907896 Chi2 =  0.649847487531
Init V =  -600.0 Fitted V =  -570.102580661 Chi2 =  2.28770160443
Init V =  0.0 Fitted V =  -6.42997884914 Chi2 =  2.769614556
Init V =  -100.0 Fitted V =  -348.649346122 Chi2 =  0.516267693998
Init V =  -200.0 Fitted V =  -348.650725321 Chi2 =  0.516267624242
Init V =  -300.0 Fitted V =  -348.649771048 Chi2 =  0.516267889808
Init V =  -400.0 Fitted V =  -348.652310319 Chi2 =  0.516267037699
Init V =  -500.0 Fitted V =  -348.650582544 Chi2 =  0.516267583086
Init V =  -600.0 Fitted V =  -348.650273042 Chi2 =  0.516267544506
Init V =  0.0 Fitted V =  -12.6516644045 Chi2 =  3.18460057346
Init V =  -100.0 Fitted V =  -108.528230407 Chi2 =  3.22212381901
Init V =  -200.0 Fitted V =  -384.879644574 Chi2 =  0.821240181257
Init V =  -300.0 Fitted V =  -384.873897733 Chi2 =  0.821243562424
Init V =  -400.0 Fitted V =  -384.878529773 Chi2 =  0.821240834125
Init V =  -500.0 Fitted V =  -384.873517049 Chi2 =  0.821243773007
Init V =  -600.0 Fitted V =  -604.987928371 Chi2 =  3.20605567392
Init V =  0.0 Fitted V =  -3.50693428562 Chi2 =  5.12962045924
Init V =  -100.0 Fitted V =  -381.189578378 Chi2 =  0.835179147031
Init V =  -200.0 Fitted V =  -381.189047927 Chi2 =  0.83517976553
Init V =  -300.0 Fitted V =  -381.188204606 Chi2 =  0.835180677701
Init V =  -400.0 Fitted V =  -381.195174142 Chi2 =  0.835172521679
Init V =  -500.0 Fitted V =  -381.189577615 Chi2 =  0.835179157295
Init V =  -600.0 Fitted V =  -381.187869797 Chi2 =  0.835181146194
Init V =  0.0 Fitted V =  -15.4545938833 Chi2 =  5.00321501378
Init V =  -100.0 Fitted V =  -120.362668266 Chi2 =  5.02678763347
Init V =  -200.0 Fitted V =  -351.767977598 Chi2 =  1.0873935292
Init V =  -300.0 Fitted V =  -351.764354326 Chi2 =  1.08739642051
Init V =  -400.0 Fitted V =  -351.768969289 Chi2 =  1.08739171146
Init V =  -500.0 Fitted V =  -507.734245588 Chi2 =  4.95571214668
Init V =  -600.0 Fitted V =  -600.18484217 Chi2 =  5.02596643763
Init V =  0.0 Fitted V =  -6.08338776836 Chi2 =  5.53964608392
Init V =  -100.0 Fitted V =  -58.4350125068 Chi2 =  5.54301464411
Init V =  -200.0 Fitted V =  -340.408476918 Chi2 =  1.14036493894
Init V =  -300.0 Fitted V =  -340.407297299 Chi2 =  1.14036396901
Init V =  -400.0 Fitted V =  -340.408816117 Chi2 =  1.14036422703
Init V =  -500.0 Fitted V =  -372.13026796 Chi2 =  3.69918746318
Init V =  -600.0 Fitted V =  -603.170402212 Chi2 =  5.51468412875
Init V =  0.0 Fitted V =  -8.18314590391 Chi2 =  3.63992265953
Init V =  -100.0 Fitted V =  -68.9751695943 Chi2 =  3.71460659843
Init V =  -200.0 Fitted V =  -326.28932476 Chi2 =  1.22042518329
Init V =  -300.0 Fitted V =  -326.288439402 Chi2 =  1.22042496383
Init V =  -400.0 Fitted V =  -326.29323691 Chi2 =  1.22042490231
Init V =  -500.0 Fitted V =  -326.294727707 Chi2 =  1.22042503356
Init V =  -600.0 Fitted V =  -326.292682296 Chi2 =  1.22042489115
Init V =  0.0 Fitted V =  -13.9900083913 Chi2 =  3.49804271894
Init V =  -100.0 Fitted V =  -331.409700823 Chi2 =  1.2600815872
Init V =  -200.0 Fitted V =  -331.410045238 Chi2 =  1.26008236512
Init V =  -300.0 Fitted V =  -331.409165674 Chi2 =  1.26008029817
Init V =  -400.0 Fitted V =  -331.411251788 Chi2 =  1.26008194837
Init V =  -500.0 Fitted V =  -502.091164006 Chi2 =  3.56771862521
Init V =  -600.0 Fitted V =  -331.411299112 Chi2 =  1.26008248717
Init V =  0.0 Fitted V =  -15.8548787141 Chi2 =  2.61264714581
Init V =  -100.0 Fitted V =  -326.19797075 Chi2 =  1.10016507997
Init V =  -200.0 Fitted V =  -326.198533881 Chi2 =  1.10016501989
Init V =  -300.0 Fitted V =  -326.193637458 Chi2 =  1.10016497379
Init V =  -400.0 Fitted V =  -326.203284768 Chi2 =  1.10016397245
Init V =  -500.0 Fitted V =  -500.589910212 Chi2 =  2.60836790536
Init V =  -600.0 Fitted V =  -613.148734697 Chi2 =  2.64325379266
Init V =  0.0 Fitted V =  -7.72214223094 Chi2 =  3.58046781226
Init V =  -100.0 Fitted V =  -335.792012106 Chi2 =  1.6039518137
Init V =  -200.0 Fitted V =  -335.792653141 Chi2 =  1.60395210309
Init V =  -300.0 Fitted V =  -335.792393733 Chi2 =  1.60395274569
Init V =  -400.0 Fitted V =  -335.798109338 Chi2 =  1.60394995529
Init V =  -500.0 Fitted V =  -501.79453128 Chi2 =  3.59402214963
Init V =  -600.0 Fitted V =  -597.84087845 Chi2 =  3.58378955179
Init V =  0.0 Fitted V =  -8.46446967248 Chi2 =  4.12588625552
Init V =  -100.0 Fitted V =  -69.0284895349 Chi2 =  4.12246674825
Init V =  -200.0 Fitted V =  -353.44055451 Chi2 =  1.85705174346
Init V =  -300.0 Fitted V =  -353.443293962 Chi2 =  1.85705267817
Init V =  -400.0 Fitted V =  -353.45021624 Chi2 =  1.85704715874
Init V =  -500.0 Fitted V =  -499.604105028 Chi2 =  4.15138953042
Init V =  -600.0 Fitted V =  -609.117875072 Chi2 =  4.25947638605
Init V =  0.0 Fitted V =  -5.92970939798 Chi2 =  3.99205320032
Init V =  -100.0 Fitted V =  -64.5603854215 Chi2 =  3.82654629678
Init V =  -200.0 Fitted V =  -358.777626857 Chi2 =  1.91921322065
Init V =  -300.0 Fitted V =  -358.778426084 Chi2 =  1.91921208938
Init V =  -400.0 Fitted V =  -358.791645594 Chi2 =  1.91919651383
Init V =  -500.0 Fitted V =  -496.297376752 Chi2 =  3.99275678232
Init V =  -600.0 Fitted V =  -605.64785405 Chi2 =  3.96913337095
Init V =  0.0 Fitted V =  -10.6171883296 Chi2 =  6.98041097982
Init V =  -100.0 Fitted V =  -341.255901699 Chi2 =  4.03131425152
Init V =  -200.0 Fitted V =  -341.256658242 Chi2 =  4.0313123566
Init V =  -300.0 Fitted V =  -341.25947029 Chi2 =  4.03131017236
Init V =  -400.0 Fitted V =  -417.42739079 Chi2 =  3.86541545025
Init V =  -500.0 Fitted V =  -499.937394373 Chi2 =  7.19594489547
Init V =  -600.0 Fitted V =  -601.757585225 Chi2 =  7.07233074373
Init V =  0.0 Fitted V =  -34.801055955 Chi2 =  10.8219433382
Init V =  -100.0 Fitted V =  -33.5331174316 Chi2 =  10.8162856587
Init V =  -200.0 Fitted V =  -311.957921496 Chi2 =  5.04185864014
Init V =  -300.0 Fitted V =  -284.448403438 Chi2 =  4.31435224972
Init V =  -400.0 Fitted V =  -420.759813835 Chi2 =  7.92675544194
Init V =  -500.0 Fitted V =  -494.229642989 Chi2 =  11.0004051342
Init V =  -600.0 Fitted V =  -608.823930016 Chi2 =  10.8618383336
Init V =  0.0 Fitted V =  -53.6795641147 Chi2 =  10.3814872912
Init V =  -100.0 Fitted V =  -53.7292437467 Chi2 =  10.381532183
Init V =  -200.0 Fitted V =  -325.253913463 Chi2 =  4.8635618355
Init V =  -300.0 Fitted V =  -284.547812962 Chi2 =  5.03717322484
Init V =  -400.0 Fitted V =  -420.416137039 Chi2 =  6.73016820802
Init V =  -500.0 Fitted V =  -496.902533699 Chi2 =  10.5536303509
Init V =  -600.0 Fitted V =  -600.980633473 Chi2 =  10.5166138302
Init V =  0.0 Fitted V =  -9.56718931862 Chi2 =  6.83654388609
Init V =  -100.0 Fitted V =  -9.58764548477 Chi2 =  6.83655264662
Init V =  -200.0 Fitted V =  -348.286877494 Chi2 =  2.97926180518
Init V =  -300.0 Fitted V =  -348.28683416 Chi2 =  2.97926289944
Init V =  -400.0 Fitted V =  -348.292047202 Chi2 =  2.97925477338
Init V =  -500.0 Fitted V =  -501.893042807 Chi2 =  6.96460861677
Init V =  -600.0 Fitted V =  -605.161139263 Chi2 =  6.9869363545
Init V =  0.0 Fitted V =  -14.8078706233 Chi2 =  5.22876697111
Init V =  -100.0 Fitted V =  -68.8363208625 Chi2 =  5.26793331358
Init V =  -200.0 Fitted V =  -331.165298512 Chi2 =  3.09523678898
Init V =  -300.0 Fitted V =  -331.163437232 Chi2 =  3.0952386484
Init V =  -400.0 Fitted V =  -421.108136177 Chi2 =  2.92982145081
Init V =  -500.0 Fitted V =  -501.765844633 Chi2 =  5.20142890696
Init V =  -600.0 Fitted V =  -617.820632356 Chi2 =  5.3761781683
Init V =  0.0 Fitted V =  -47.7520024568 Chi2 =  6.93811951058
Init V =  -100.0 Fitted V =  -47.75079164 Chi2 =  6.93807597635
Init V =  -200.0 Fitted V =  -420.265268638 Chi2 =  3.16008141255
Init V =  -300.0 Fitted V =  -420.265695773 Chi2 =  3.16007932559
Init V =  -400.0 Fitted V =  -420.265313698 Chi2 =  3.16008120723
Init V =  -500.0 Fitted V =  -505.253604121 Chi2 =  7.36825133539
Init V =  -600.0 Fitted V =  -617.200545173 Chi2 =  7.2003696133
Init V =  0.0 Fitted V =  33.5636729015 Chi2 =  2.71994053002
Init V =  -100.0 Fitted V =  -52.3901689826 Chi2 =  2.89599039177
Init V =  -200.0 Fitted V =  -188.99735432 Chi2 =  3.08581345043
Init V =  -300.0 Fitted V =  -276.404461075 Chi2 =  3.3389480892
Init V =  -400.0 Fitted V =  -469.408057453 Chi2 =  2.07697317762
Init V =  -500.0 Fitted V =  -469.407820869 Chi2 =  2.07697062239
Init V =  -600.0 Fitted V =  -469.408288697 Chi2 =  2.07697327198
Init V =  0.0 Fitted V =  -47.0713794948 Chi2 =  1.96062813801
Init V =  -100.0 Fitted V =  204.779127233 Chi2 =  1.00775353104
Init V =  -200.0 Fitted V =  -172.805297342 Chi2 =  2.11276208527
Init V =  -300.0 Fitted V =  -282.598374464 Chi2 =  2.08223881836
Init V =  -400.0 Fitted V =  -484.928245415 Chi2 =  0.956797645439
Init V =  -500.0 Fitted V =  -484.944849084 Chi2 =  0.956787407857
Init V =  -600.0 Fitted V =  -629.819559122 Chi2 =  2.08624366571
Init V =  0.0 Fitted V =  -45.4367337949 Chi2 =  1.76696760527
Init V =  -100.0 Fitted V =  224.195510044 Chi2 =  0.743533451218
Init V =  -200.0 Fitted V =  -161.225106867 Chi2 =  1.92172076072
Init V =  -300.0 Fitted V =  -306.468749205 Chi2 =  1.88689003818
Init V =  -400.0 Fitted V =  -459.621971691 Chi2 =  0.634562966767
Init V =  -500.0 Fitted V =  -459.623000252 Chi2 =  0.634563009855
Init V =  -600.0 Fitted V =  -611.681514439 Chi2 =  1.90034273426
Init V =  0.0 Fitted V =  -43.4896145602 Chi2 =  1.74147781657
Init V =  -100.0 Fitted V =  -43.4884662627 Chi2 =  1.74147892478
Init V =  -200.0 Fitted V =  -202.572917153 Chi2 =  1.87761672739
Init V =  -300.0 Fitted V =  -465.522733338 Chi2 =  0.76934444587
Init V =  -400.0 Fitted V =  -465.5235857 Chi2 =  0.769343096949
Init V =  -500.0 Fitted V =  -465.523978532 Chi2 =  0.769343404627
Init V =  -600.0 Fitted V =  -596.438752514 Chi2 =  1.8503386285
Init V =  0.0 Fitted V =  -51.6894234201 Chi2 =  1.20326258659
Init V =  -100.0 Fitted V =  229.981678682 Chi2 =  0.619928118485
Init V =  -200.0 Fitted V =  -201.521427499 Chi2 =  1.27589944223
Init V =  -300.0 Fitted V =  -325.751578473 Chi2 =  1.30819263842
Init V =  -400.0 Fitted V =  -456.462907148 Chi2 =  0.586570075038
Init V =  -500.0 Fitted V =  -456.467423742 Chi2 =  0.586572413745
Init V =  -600.0 Fitted V =  -456.467046327 Chi2 =  0.586571874443
Init V =  0.0 Fitted V =  -47.4766177715 Chi2 =  1.65730754017
Init V =  -100.0 Fitted V =  -47.4767732199 Chi2 =  1.65730945013
Init V =  -200.0 Fitted V =  -214.1890828 Chi2 =  1.72370501594
Init V =  -300.0 Fitted V =  -281.296385693 Chi2 =  1.74434091302
Init V =  -400.0 Fitted V =  -449.386453441 Chi2 =  0.428495955397
Init V =  -500.0 Fitted V =  -449.387605719 Chi2 =  0.42849610775
Init V =  -600.0 Fitted V =  -449.386608117 Chi2 =  0.428496077378
Init V =  0.0 Fitted V =  -19.1827919095 Chi2 =  1.91388150976
Init V =  -100.0 Fitted V =  -19.1832230958 Chi2 =  1.91388171343
Init V =  -200.0 Fitted V =  -210.659782313 Chi2 =  1.99280500494
Init V =  -300.0 Fitted V =  -286.011085319 Chi2 =  1.96554129717
Init V =  -400.0 Fitted V =  -465.576363923 Chi2 =  0.549020804655
Init V =  -500.0 Fitted V =  -465.578463351 Chi2 =  0.549020669209
Init V =  -600.0 Fitted V =  -689.158512381 Chi2 =  1.95976497396
Init V =  0.0 Fitted V =  -48.8220476909 Chi2 =  1.44122066413
Init V =  -100.0 Fitted V =  -48.811746437 Chi2 =  1.44122833846
Init V =  -200.0 Fitted V =  -208.457843566 Chi2 =  1.53073824058
Init V =  -300.0 Fitted V =  -313.202010311 Chi2 =  1.50899719349
Init V =  -400.0 Fitted V =  -462.122440507 Chi2 =  0.460891195989
Init V =  -500.0 Fitted V =  -462.124774614 Chi2 =  0.46089226512
Init V =  -600.0 Fitted V =  -614.678891677 Chi2 =  1.50961346067
Init V =  0.0 Fitted V =  232.859212297 Chi2 =  0.676544573475
Init V =  -100.0 Fitted V =  232.859048028 Chi2 =  0.676544674578
Init V =  -200.0 Fitted V =  232.858407114 Chi2 =  0.676545076499
Init V =  -300.0 Fitted V =  -466.268218998 Chi2 =  0.502276356966
Init V =  -400.0 Fitted V =  -466.268842125 Chi2 =  0.502276126599
Init V =  -500.0 Fitted V =  -466.271817029 Chi2 =  0.502276609493
Init V =  -600.0 Fitted V =  -466.270447133 Chi2 =  0.50227610821
Init V =  0.0 Fitted V =  -36.7797557334 Chi2 =  0.856138951173
Init V =  -100.0 Fitted V =  -36.7722957721 Chi2 =  0.85613846604
Init V =  -200.0 Fitted V =  -205.629282275 Chi2 =  0.901811032908
Init V =  -300.0 Fitted V =  -303.078278168 Chi2 =  0.894717495179
Init V =  -400.0 Fitted V =  -447.15687614 Chi2 =  0.33830608603
Init V =  -500.0 Fitted V =  -447.160509631 Chi2 =  0.338306630244
Init V =  -600.0 Fitted V =  -596.756668731 Chi2 =  0.894943184332
Init V =  0.0 Fitted V =  -54.3704226398 Chi2 =  0.955791253403
Init V =  -100.0 Fitted V =  -442.712502033 Chi2 =  0.406258693324
Init V =  -200.0 Fitted V =  -442.712621215 Chi2 =  0.406258796917
Init V =  -300.0 Fitted V =  -442.712226466 Chi2 =  0.406258285009
Init V =  -400.0 Fitted V =  -442.709095148 Chi2 =  0.406254638911
Init V =  -500.0 Fitted V =  -442.712576154 Chi2 =  0.406258745988
Init V =  -600.0 Fitted V =  -442.712959693 Chi2 =  0.406259142672
Init V =  0.0 Fitted V =  -450.377083102 Chi2 =  0.37434860556
Init V =  -100.0 Fitted V =  -450.377089016 Chi2 =  0.374348691081
Init V =  -200.0 Fitted V =  -450.377113308 Chi2 =  0.374349256202
Init V =  -300.0 Fitted V =  -450.377070306 Chi2 =  0.374348398763
Init V =  -400.0 Fitted V =  -450.377112145 Chi2 =  0.374348990829
Init V =  -500.0 Fitted V =  -450.377083825 Chi2 =  0.374348618487
Init V =  -600.0 Fitted V =  -450.377139314 Chi2 =  0.37434939893
Init V =  0.0 Fitted V =  -19.9837377944 Chi2 =  1.29544176882
Init V =  -100.0 Fitted V =  -104.289748065 Chi2 =  1.29973128922
Init V =  -200.0 Fitted V =  -219.46332309 Chi2 =  1.28815735591
Init V =  -300.0 Fitted V =  -297.196135948 Chi2 =  1.29710812306
Init V =  -400.0 Fitted V =  -446.593684982 Chi2 =  0.292510457269
Init V =  -500.0 Fitted V =  -446.593746878 Chi2 =  0.292510356497
Init V =  -600.0 Fitted V =  -611.457803849 Chi2 =  1.31605583027
Init V =  0.0 Fitted V =  103.613147779 Chi2 =  0.746246326338
Init V =  -100.0 Fitted V =  103.612168276 Chi2 =  0.746250127932
Init V =  -200.0 Fitted V =  -458.16618399 Chi2 =  0.267975457843
Init V =  -300.0 Fitted V =  -458.166236428 Chi2 =  0.267975479196
Init V =  -400.0 Fitted V =  -458.163455992 Chi2 =  0.267972727991
Init V =  -500.0 Fitted V =  -458.166113214 Chi2 =  0.267975376699
Init V =  -600.0 Fitted V =  -458.165995416 Chi2 =  0.267975265688
Init V =  0.0 Fitted V =  37.0357234812 Chi2 =  0.739799315678
Init V =  -100.0 Fitted V =  36.8692977668 Chi2 =  0.739796040721
Init V =  -200.0 Fitted V =  -464.971371921 Chi2 =  0.29241411432
Init V =  -300.0 Fitted V =  -464.971784286 Chi2 =  0.292414663539
Init V =  -400.0 Fitted V =  -464.970178055 Chi2 =  0.292412510452
Init V =  -500.0 Fitted V =  -464.971614993 Chi2 =  0.292414433109
Init V =  -600.0 Fitted V =  -464.971477807 Chi2 =  0.292414273313
Init V =  0.0 Fitted V =  -14.5069839481 Chi2 =  1.62293703052
Init V =  -100.0 Fitted V =  -76.0196165126 Chi2 =  1.60857395346
Init V =  -200.0 Fitted V =  -196.345273779 Chi2 =  1.62537293984
Init V =  -300.0 Fitted V =  -436.106466929 Chi2 =  0.214941544863
Init V =  -400.0 Fitted V =  -436.106531972 Chi2 =  0.214941632525
Init V =  -500.0 Fitted V =  -436.10683957 Chi2 =  0.214941966341
Init V =  -600.0 Fitted V =  -603.052763317 Chi2 =  1.6318858942
Init V =  0.0 Fitted V =  -426.924246728 Chi2 =  0.20471734694
Init V =  -100.0 Fitted V =  -426.924320503 Chi2 =  0.204717960913
Init V =  -200.0 Fitted V =  -193.380430965 Chi2 =  2.52734052739
Init V =  -300.0 Fitted V =  -300.586278407 Chi2 =  2.5270033614
Init V =  -400.0 Fitted V =  -426.924243963 Chi2 =  0.204717336542
Init V =  -500.0 Fitted V =  -426.924263951 Chi2 =  0.204717491506
Init V =  -600.0 Fitted V =  -426.924310599 Chi2 =  0.204717882589
Init V =  0.0 Fitted V =  238.952939643 Chi2 =  0.778002927355
Init V =  -100.0 Fitted V =  238.95384103 Chi2 =  0.778001067876
Init V =  -200.0 Fitted V =  -433.239681278 Chi2 =  0.374656953398
Init V =  -300.0 Fitted V =  -433.239392154 Chi2 =  0.374656299558
Init V =  -400.0 Fitted V =  -433.237866863 Chi2 =  0.374652818151
Init V =  -500.0 Fitted V =  -433.239777256 Chi2 =  0.374657163066
Init V =  -600.0 Fitted V =  -433.239290332 Chi2 =  0.374656053346
Init V =  0.0 Fitted V =  -14.1444089043 Chi2 =  1.66242234341
Init V =  -100.0 Fitted V =  -61.1986916677 Chi2 =  1.61081383188
Init V =  -200.0 Fitted V =  -168.48401428 Chi2 =  1.67408732151
Init V =  -300.0 Fitted V =  -442.920862108 Chi2 =  0.273584488978
Init V =  -400.0 Fitted V =  -442.920490226 Chi2 =  0.273583779231
Init V =  -500.0 Fitted V =  -442.921188385 Chi2 =  0.273585109666
Init V =  -600.0 Fitted V =  -442.92106152 Chi2 =  0.273584864042
Init V =  0.0 Fitted V =  -12.1734234716 Chi2 =  1.61396293284
Init V =  -100.0 Fitted V =  -427.663630767 Chi2 =  0.329023399886
Init V =  -200.0 Fitted V =  -427.662933379 Chi2 =  0.329022495296
Init V =  -300.0 Fitted V =  -427.662886449 Chi2 =  0.329022442904
Init V =  -400.0 Fitted V =  -427.661107654 Chi2 =  0.329020422951
Init V =  -500.0 Fitted V =  -427.66315125 Chi2 =  0.329022816952
Init V =  -600.0 Fitted V =  -427.663578004 Chi2 =  0.329023185539
Init V =  0.0 Fitted V =  -91.8739943403 Chi2 =  1.54898513301
Init V =  -100.0 Fitted V =  -91.8773654871 Chi2 =  1.54898538719
Init V =  -200.0 Fitted V =  -217.710211382 Chi2 =  1.57838062285
Init V =  -300.0 Fitted V =  -406.947487036 Chi2 =  0.390340775026
Init V =  -400.0 Fitted V =  -406.943936929 Chi2 =  0.390338940718
Init V =  -500.0 Fitted V =  -406.946624535 Chi2 =  0.390340396395
Init V =  -600.0 Fitted V =  -406.946505335 Chi2 =  0.390340323947
Init V =  0.0 Fitted V =  -414.034531453 Chi2 =  0.265353821018
Init V =  -100.0 Fitted V =  -102.424992349 Chi2 =  1.59935723625
Init V =  -200.0 Fitted V =  -414.034475701 Chi2 =  0.265353698139
Init V =  -300.0 Fitted V =  -414.034464271 Chi2 =  0.265353566574
Init V =  -400.0 Fitted V =  -414.034241024 Chi2 =  0.265352915099
Init V =  -500.0 Fitted V =  -414.034543601 Chi2 =  0.2653536318
Init V =  -600.0 Fitted V =  -600.143863678 Chi2 =  1.61476198943
Init V =  0.0 Fitted V =  255.920621114 Chi2 =  0.573563544804
Init V =  -100.0 Fitted V =  -413.085744574 Chi2 =  0.385288298337
Init V =  -200.0 Fitted V =  -215.306436179 Chi2 =  1.54938635426
Init V =  -300.0 Fitted V =  -413.085587551 Chi2 =  0.385287924748
Init V =  -400.0 Fitted V =  -413.082973813 Chi2 =  0.385279707852
Init V =  -500.0 Fitted V =  -413.085478722 Chi2 =  0.385287448824
Init V =  -600.0 Fitted V =  -413.085483137 Chi2 =  0.385287583425
Init V =  0.0 Fitted V =  0.425004358444 Chi2 =  1.67022815788
Init V =  -100.0 Fitted V =  -104.678969213 Chi2 =  1.72900337524
Init V =  -200.0 Fitted V =  -387.633265032 Chi2 =  0.442342039827
Init V =  -300.0 Fitted V =  -387.633137919 Chi2 =  0.44234165804
Init V =  -400.0 Fitted V =  -387.633031423 Chi2 =  0.442341435731
Init V =  -500.0 Fitted V =  -387.632984335 Chi2 =  0.442341208721
Init V =  -600.0 Fitted V =  -387.633200001 Chi2 =  0.442341861198
Init V =  0.0 Fitted V =  -14.0722142935 Chi2 =  2.14145607377
Init V =  -100.0 Fitted V =  -405.625498541 Chi2 =  0.54389117537
Init V =  -200.0 Fitted V =  -405.625804237 Chi2 =  0.543890375477
Init V =  -300.0 Fitted V =  -405.62546278 Chi2 =  0.543891257729
Init V =  -400.0 Fitted V =  -405.62967572 Chi2 =  0.543880686124
Init V =  -500.0 Fitted V =  -405.625526476 Chi2 =  0.54389108644
Init V =  -600.0 Fitted V =  -405.625238144 Chi2 =  0.543891798238
Init V =  0.0 Fitted V =  -11.2535921573 Chi2 =  2.49392058643
Init V =  -100.0 Fitted V =  -118.555606417 Chi2 =  2.50829056421
Init V =  -200.0 Fitted V =  -197.024969637 Chi2 =  1.90308089479
Init V =  -300.0 Fitted V =  -342.953984182 Chi2 =  1.04435642093
Init V =  -400.0 Fitted V =  -342.953062517 Chi2 =  1.04435658934
Init V =  -500.0 Fitted V =  -342.954701321 Chi2 =  1.04435628943
Init V =  -600.0 Fitted V =  -595.058496235 Chi2 =  2.50532006914
Init V =  0.0 Fitted V =  -10.0595341115 Chi2 =  3.16032653849
Init V =  -100.0 Fitted V =  -328.874218607 Chi2 =  0.811261706332
Init V =  -200.0 Fitted V =  -328.874548629 Chi2 =  0.811261757157
Init V =  -300.0 Fitted V =  -328.874693588 Chi2 =  0.811261599434
Init V =  -400.0 Fitted V =  -328.876587897 Chi2 =  0.811260958116
Init V =  -500.0 Fitted V =  -328.876534955 Chi2 =  0.811260967631
Init V =  -600.0 Fitted V =  -328.873928112 Chi2 =  0.811261923069
Init V =  0.0 Fitted V =  -340.682526385 Chi2 =  0.793768960536
Init V =  -100.0 Fitted V =  -340.685626832 Chi2 =  0.793768692012
Init V =  -200.0 Fitted V =  -340.684817389 Chi2 =  0.793768723406
Init V =  -300.0 Fitted V =  -340.682153862 Chi2 =  0.793769082917
Init V =  -400.0 Fitted V =  -340.68509078 Chi2 =  0.793768732903
Init V =  -500.0 Fitted V =  -340.681950104 Chi2 =  0.793768793946
Init V =  -600.0 Fitted V =  -340.684552472 Chi2 =  0.79376867972
Init V =  0.0 Fitted V =  -4.70872059523 Chi2 =  4.24940631988
Init V =  -100.0 Fitted V =  -91.1766462484 Chi2 =  4.25986435322
Init V =  -200.0 Fitted V =  -330.163361793 Chi2 =  0.887467754561
Init V =  -300.0 Fitted V =  -330.163304942 Chi2 =  0.887467714117
Init V =  -400.0 Fitted V =  -330.165289151 Chi2 =  0.887467939874
Init V =  -500.0 Fitted V =  -330.164221736 Chi2 =  0.88746782476
Init V =  -600.0 Fitted V =  -611.891601078 Chi2 =  4.29780084788
Init V =  0.0 Fitted V =  -13.3596205409 Chi2 =  4.16102270402
Init V =  -100.0 Fitted V =  -352.590995827 Chi2 =  1.02722020765
Init V =  -200.0 Fitted V =  -352.590200903 Chi2 =  1.02722014148
Init V =  -300.0 Fitted V =  -352.591051022 Chi2 =  1.02721997234
Init V =  -400.0 Fitted V =  -352.592742224 Chi2 =  1.02721867272
Init V =  -500.0 Fitted V =  -352.590906759 Chi2 =  1.02721974047
Init V =  -600.0 Fitted V =  -352.591866141 Chi2 =  1.02721954629
Init V =  0.0 Fitted V =  -5.39203834748 Chi2 =  3.99721339053
Init V =  -100.0 Fitted V =  -342.563616017 Chi2 =  1.12269819062
Init V =  -200.0 Fitted V =  -342.562066424 Chi2 =  1.12269758481
Init V =  -300.0 Fitted V =  -342.563349233 Chi2 =  1.12269817817
Init V =  -400.0 Fitted V =  -342.56370962 Chi2 =  1.1226978607
Init V =  -500.0 Fitted V =  -491.149044853 Chi2 =  3.99422446824
Init V =  -600.0 Fitted V =  -342.565071065 Chi2 =  1.12269826253
Init V =  0.0 Fitted V =  -12.9190990019 Chi2 =  4.04130877251
Init V =  -100.0 Fitted V =  -12.9280663623 Chi2 =  4.04131113555
Init V =  -200.0 Fitted V =  -330.165045897 Chi2 =  1.10569662716
Init V =  -300.0 Fitted V =  -330.162711346 Chi2 =  1.10569654625
Init V =  -400.0 Fitted V =  -330.166489203 Chi2 =  1.10569656805
Init V =  -500.0 Fitted V =  -494.046664572 Chi2 =  4.05720399877
Init V =  -600.0 Fitted V =  -610.296071702 Chi2 =  4.09405512031
Init V =  0.0 Fitted V =  -14.4836646002 Chi2 =  3.85328985698
Init V =  -100.0 Fitted V =  -49.8197880722 Chi2 =  3.85717785903
Init V =  -200.0 Fitted V =  -328.389912548 Chi2 =  1.77636516166
Init V =  -300.0 Fitted V =  -328.390021881 Chi2 =  1.77636610559
Init V =  -400.0 Fitted V =  -328.396100322 Chi2 =  1.77636480717
Init V =  -500.0 Fitted V =  -497.866923286 Chi2 =  3.93791327361
Init V =  -600.0 Fitted V =  -551.005887705 Chi2 =  3.71714841138
Init V =  0.0 Fitted V =  -15.8277310212 Chi2 =  3.63073821689
Init V =  -100.0 Fitted V =  -68.7753657364 Chi2 =  3.7334046877
Init V =  -200.0 Fitted V =  -339.267926112 Chi2 =  1.97686573193
Init V =  -300.0 Fitted V =  -339.267686469 Chi2 =  1.97686556477
Init V =  -400.0 Fitted V =  -421.072018553 Chi2 =  2.14166655603
Init V =  -500.0 Fitted V =  -495.191160183 Chi2 =  3.85567059051
Init V =  -600.0 Fitted V =  -605.803493044 Chi2 =  3.82848145176
Init V =  0.0 Fitted V =  -7.58690303748 Chi2 =  4.08638631787
Init V =  -100.0 Fitted V =  -76.3028577657 Chi2 =  4.0185096332
Init V =  -200.0 Fitted V =  -360.342013011 Chi2 =  1.75894544783
Init V =  -300.0 Fitted V =  -360.341869089 Chi2 =  1.75894808587
Init V =  -400.0 Fitted V =  -360.349680351 Chi2 =  1.75893895074
Init V =  -500.0 Fitted V =  -502.263369539 Chi2 =  4.22743550959
Init V =  -600.0 Fitted V =  -606.316425285 Chi2 =  4.18198906814
Init V =  0.0 Fitted V =  -42.2222653265 Chi2 =  4.0815854388
Init V =  -100.0 Fitted V =  -377.146368891 Chi2 =  2.18996310772
Init V =  -200.0 Fitted V =  -377.14766589 Chi2 =  2.18996085328
Init V =  -300.0 Fitted V =  -377.145251623 Chi2 =  2.189964924
Init V =  -400.0 Fitted V =  -416.274029284 Chi2 =  1.88076037176
Init V =  -500.0 Fitted V =  -500.12432435 Chi2 =  4.06748277868
Init V =  -600.0 Fitted V =  -593.022997523 Chi2 =  4.08567103055
Init V =  0.0 Fitted V =  -49.5255264799 Chi2 =  6.03007711235
Init V =  -100.0 Fitted V =  -348.419410624 Chi2 =  2.55537424982
Init V =  -200.0 Fitted V =  -348.418088659 Chi2 =  2.55537039256
Init V =  -300.0 Fitted V =  -348.419199048 Chi2 =  2.55537461464
Init V =  -400.0 Fitted V =  -348.420477542 Chi2 =  2.5553716138
Init V =  -500.0 Fitted V =  -501.691859294 Chi2 =  6.03679247612
Init V =  -600.0 Fitted V =  -606.916454591 Chi2 =  5.99779810493
Init V =  0.0 Fitted V =  -14.4910989961 Chi2 =  7.96265058876
Init V =  -100.0 Fitted V =  -342.585955316 Chi2 =  3.35839912962
Init V =  -200.0 Fitted V =  -342.585302059 Chi2 =  3.35840033758
Init V =  -300.0 Fitted V =  -342.586449292 Chi2 =  3.35839929134
Init V =  -400.0 Fitted V =  -417.471150064 Chi2 =  4.50709227003
Init V =  -500.0 Fitted V =  -342.5944167 Chi2 =  3.35839076823
Init V =  -600.0 Fitted V =  -602.098717529 Chi2 =  8.14236454135
Init V =  0.0 Fitted V =  -11.4540963679 Chi2 =  7.0558576785
Init V =  -100.0 Fitted V =  -66.2390108146 Chi2 =  6.91101524145
Init V =  -200.0 Fitted V =  -344.790628488 Chi2 =  3.80487013969
Init V =  -300.0 Fitted V =  -344.790195916 Chi2 =  3.8048696024
Init V =  -400.0 Fitted V =  -423.403199526 Chi2 =  3.73866811118
Init V =  -500.0 Fitted V =  -501.57508712 Chi2 =  7.02496309053
Init V =  -600.0 Fitted V =  -621.373443743 Chi2 =  7.07700701371
Init V =  0.0 Fitted V =  -30.8863683731 Chi2 =  5.87980694318
Init V =  -100.0 Fitted V =  -30.9437661832 Chi2 =  5.87974968067
Init V =  -200.0 Fitted V =  -334.882875266 Chi2 =  2.93840657609
Init V =  -300.0 Fitted V =  -334.880837419 Chi2 =  2.93840625497
Init V =  -400.0 Fitted V =  -422.428102044 Chi2 =  3.41263936575
Init V =  -500.0 Fitted V =  -498.066956789 Chi2 =  5.9731464933
Init V =  -600.0 Fitted V =  -605.9687666 Chi2 =  5.83635661042
Init V =  0.0 Fitted V =  -49.8980133328 Chi2 =  5.59612291608
Init V =  -100.0 Fitted V =  -49.903853196 Chi2 =  5.59608607391
Init V =  -200.0 Fitted V =  -374.820104982 Chi2 =  2.47965443709
Init V =  -300.0 Fitted V =  -374.821502535 Chi2 =  2.47965028902
Init V =  -400.0 Fitted V =  -374.840000631 Chi2 =  2.47959361796
Init V =  -500.0 Fitted V =  -374.81749198 Chi2 =  2.47966256682
Init V =  -600.0 Fitted V =  -610.03754401 Chi2 =  5.76569182994
Init V =  0.0 Fitted V =  -29.4494597525 Chi2 =  5.00105769318
Init V =  -100.0 Fitted V =  -95.2408148683 Chi2 =  5.18334373868
Init V =  -200.0 Fitted V =  -362.618838765 Chi2 =  3.08401478364
Init V =  -300.0 Fitted V =  -362.617084599 Chi2 =  3.08401686
Init V =  -400.0 Fitted V =  -422.829563399 Chi2 =  2.63036000366
Init V =  -500.0 Fitted V =  -502.038107607 Chi2 =  5.27577461968
Init V =  -600.0 Fitted V =  -604.066463985 Chi2 =  5.20568493454
Init V =  0.0 Fitted V =  -33.3435474848 Chi2 =  5.54349454146
Init V =  -100.0 Fitted V =  -30.6216445017 Chi2 =  5.53867521844
Init V =  -200.0 Fitted V =  -426.246573052 Chi2 =  2.61529072175
Init V =  -300.0 Fitted V =  -426.246505916 Chi2 =  2.61529102297
Init V =  -400.0 Fitted V =  -426.246136842 Chi2 =  2.61529153293
Init V =  -500.0 Fitted V =  -500.949255915 Chi2 =  6.13177589656
Init V =  -600.0 Fitted V =  -619.59015942 Chi2 =  5.94588672048
Init V =  0.0 Fitted V =  27.7853686781 Chi2 =  3.46440187911
Init V =  -100.0 Fitted V =  -60.0676979344 Chi2 =  3.92483572688
Init V =  -200.0 Fitted V =  -192.633855797 Chi2 =  4.03651125157
Init V =  -300.0 Fitted V =  -268.726438461 Chi2 =  4.3961193877
Init V =  -400.0 Fitted V =  -484.153583037 Chi2 =  2.72572104343
Init V =  -500.0 Fitted V =  -484.16147682 Chi2 =  2.72572166302
Init V =  -600.0 Fitted V =  -601.752951903 Chi2 =  4.83431374866
Init V =  0.0 Fitted V =  -41.9998856472 Chi2 =  3.42404536296
Init V =  -100.0 Fitted V =  200.476997394 Chi2 =  0.694634048033
Init V =  -200.0 Fitted V =  -193.842062095 Chi2 =  3.5532770537
Init V =  -300.0 Fitted V =  -282.87532325 Chi2 =  3.59327083994
Init V =  -400.0 Fitted V =  -491.953701642 Chi2 =  0.978082928093
Init V =  -500.0 Fitted V =  -491.958984133 Chi2 =  0.978078191112
Init V =  -600.0 Fitted V =  -577.633137553 Chi2 =  3.53054225845
Init V =  0.0 Fitted V =  -46.9042434748 Chi2 =  5.85562638244
Init V =  -100.0 Fitted V =  -46.9124997249 Chi2 =  5.85563002242
Init V =  -200.0 Fitted V =  -127.154503945 Chi2 =  5.92106646623
Init V =  -300.0 Fitted V =  -292.556994257 Chi2 =  5.99956047174
Init V =  -400.0 Fitted V =  -496.580605605 Chi2 =  0.98942496076
Init V =  -500.0 Fitted V =  -496.581601984 Chi2 =  0.989423634593
Init V =  -600.0 Fitted V =  -583.255107893 Chi2 =  5.89506888781
Init V =  0.0 Fitted V =  -39.7264845962 Chi2 =  2.50241592472
Init V =  -100.0 Fitted V =  -39.7275020351 Chi2 =  2.50240366294
Init V =  -200.0 Fitted V =  -214.214129712 Chi2 =  2.59345190809
Init V =  -300.0 Fitted V =  -282.954123299 Chi2 =  2.6128859105
Init V =  -400.0 Fitted V =  -458.064427835 Chi2 =  0.726789059751
Init V =  -500.0 Fitted V =  -458.065510484 Chi2 =  0.72678979568
Init V =  -600.0 Fitted V =  -458.065474814 Chi2 =  0.726788848777
Init V =  0.0 Fitted V =  -40.2948448638 Chi2 =  1.50500868772
Init V =  -100.0 Fitted V =  -40.2943133145 Chi2 =  1.50500401956
Init V =  -200.0 Fitted V =  -227.779286736 Chi2 =  1.57792575497
Init V =  -300.0 Fitted V =  -453.312914403 Chi2 =  0.510141037481
Init V =  -400.0 Fitted V =  -453.313204162 Chi2 =  0.51014061749
Init V =  -500.0 Fitted V =  -453.313921998 Chi2 =  0.510141483999
Init V =  -600.0 Fitted V =  -607.163112491 Chi2 =  1.61066871913
Init V =  0.0 Fitted V =  -49.3059238913 Chi2 =  2.24424540222
Init V =  -100.0 Fitted V =  230.870257384 Chi2 =  0.817644849956
Init V =  -200.0 Fitted V =  -202.327572071 Chi2 =  2.296757773
Init V =  -300.0 Fitted V =  -454.654034728 Chi2 =  0.489413957415
Init V =  -400.0 Fitted V =  -454.653691547 Chi2 =  0.489413947066
Init V =  -500.0 Fitted V =  -454.654994753 Chi2 =  0.489414060519
Init V =  -600.0 Fitted V =  -454.653473317 Chi2 =  0.489414099334
Init V =  0.0 Fitted V =  -23.9829769099 Chi2 =  1.71936704914
Init V =  -100.0 Fitted V =  -435.181117346 Chi2 =  0.515490884995
Init V =  -200.0 Fitted V =  -435.18132041 Chi2 =  0.515491335343
Init V =  -300.0 Fitted V =  -435.181561316 Chi2 =  0.515491614765
Init V =  -400.0 Fitted V =  -435.178439641 Chi2 =  0.515488161546
Init V =  -500.0 Fitted V =  -435.180982232 Chi2 =  0.515490810353
Init V =  -600.0 Fitted V =  -605.307160345 Chi2 =  1.78349965459
Init V =  0.0 Fitted V =  229.035413553 Chi2 =  0.598849265037
Init V =  -100.0 Fitted V =  229.035860196 Chi2 =  0.598847495735
Init V =  -200.0 Fitted V =  -204.732573569 Chi2 =  1.54432539584
Init V =  -300.0 Fitted V =  -458.429470624 Chi2 =  0.491687958752
Init V =  -400.0 Fitted V =  -458.428592421 Chi2 =  0.491685798928
Init V =  -500.0 Fitted V =  -458.429391667 Chi2 =  0.491685471582
Init V =  -600.0 Fitted V =  -458.429434018 Chi2 =  0.491688150353
Init V =  0.0 Fitted V =  -33.3625877526 Chi2 =  1.18862662656
Init V =  -100.0 Fitted V =  -33.3813499563 Chi2 =  1.18862620782
Init V =  -200.0 Fitted V =  -189.088591249 Chi2 =  1.21992989828
Init V =  -300.0 Fitted V =  -302.185978618 Chi2 =  1.21814805452
Init V =  -400.0 Fitted V =  -448.483073526 Chi2 =  0.389178750023
Init V =  -500.0 Fitted V =  -448.484981286 Chi2 =  0.389179267771
Init V =  -600.0 Fitted V =  -448.484854814 Chi2 =  0.389179068288
Init V =  0.0 Fitted V =  222.419405161 Chi2 =  0.311166096875
Init V =  -100.0 Fitted V =  222.420548285 Chi2 =  0.311166014211
Init V =  -200.0 Fitted V =  -210.721617955 Chi2 =  1.66262382128
Init V =  -300.0 Fitted V =  -464.66411924 Chi2 =  0.464352885365
Init V =  -400.0 Fitted V =  -464.664501466 Chi2 =  0.464352803309
Init V =  -500.0 Fitted V =  -464.665942945 Chi2 =  0.464352316447
Init V =  -600.0 Fitted V =  -591.483432026 Chi2 =  1.6507463938
Init V =  0.0 Fitted V =  -50.7111058674 Chi2 =  1.20745438987
Init V =  -100.0 Fitted V =  -50.7169944239 Chi2 =  1.20745433994
Init V =  -200.0 Fitted V =  -174.572640155 Chi2 =  1.15360186961
Init V =  -300.0 Fitted V =  -442.144026514 Chi2 =  0.32265409118
Init V =  -400.0 Fitted V =  -442.143707996 Chi2 =  0.322653963453
Init V =  -500.0 Fitted V =  -442.144716465 Chi2 =  0.322654124363
Init V =  -600.0 Fitted V =  -598.330638442 Chi2 =  1.16417681004
Init V =  0.0 Fitted V =  -14.9406290841 Chi2 =  1.49002478447
Init V =  -100.0 Fitted V =  -428.771168454 Chi2 =  0.324577971148
Init V =  -200.0 Fitted V =  -428.771160904 Chi2 =  0.3245780813
Init V =  -300.0 Fitted V =  -428.771198392 Chi2 =  0.324577485189
Init V =  -400.0 Fitted V =  -428.771161481 Chi2 =  0.324578074152
Init V =  -500.0 Fitted V =  -428.771179057 Chi2 =  0.324577797333
Init V =  -600.0 Fitted V =  -428.771206781 Chi2 =  0.324577351179
Init V =  0.0 Fitted V =  250.415860087 Chi2 =  0.47900606977
Init V =  -100.0 Fitted V =  250.41592966 Chi2 =  0.479005790948
Init V =  -200.0 Fitted V =  -426.257962229 Chi2 =  0.328183066355
Init V =  -300.0 Fitted V =  -426.258170084 Chi2 =  0.328183429662
Init V =  -400.0 Fitted V =  -426.25821027 Chi2 =  0.328183498109
Init V =  -500.0 Fitted V =  -426.258369818 Chi2 =  0.328183767704
Init V =  -600.0 Fitted V =  -426.257958994 Chi2 =  0.328183055854
Init V =  0.0 Fitted V =  -34.8881826917 Chi2 =  1.40707552022
Init V =  -100.0 Fitted V =  240.123773245 Chi2 =  0.654988802707
Init V =  -200.0 Fitted V =  240.124247927 Chi2 =  0.654988454247
Init V =  -300.0 Fitted V =  -275.299012832 Chi2 =  1.4473174931
Init V =  -400.0 Fitted V =  -436.141114726 Chi2 =  0.378972632198
Init V =  -500.0 Fitted V =  -436.141360946 Chi2 =  0.378972840891
Init V =  -600.0 Fitted V =  -436.141657118 Chi2 =  0.378973070985
Init V =  0.0 Fitted V =  50.7394759123 Chi2 =  1.11059471199
Init V =  -100.0 Fitted V =  50.7795601562 Chi2 =  1.11059491881
Init V =  -200.0 Fitted V =  -459.522790516 Chi2 =  0.330125545794
Init V =  -300.0 Fitted V =  -459.523135543 Chi2 =  0.330125815483
Init V =  -400.0 Fitted V =  -459.523439644 Chi2 =  0.330125859401
Init V =  -500.0 Fitted V =  -459.522687817 Chi2 =  0.330125277159
Init V =  -600.0 Fitted V =  -459.522904798 Chi2 =  0.330125608882
Init V =  0.0 Fitted V =  -64.3515826271 Chi2 =  2.445659341
Init V =  -100.0 Fitted V =  -64.4137402947 Chi2 =  2.44566245107
Init V =  -200.0 Fitted V =  -447.389254535 Chi2 =  0.304510171876
Init V =  -300.0 Fitted V =  -447.389290867 Chi2 =  0.304510165438
Init V =  -400.0 Fitted V =  -447.389409683 Chi2 =  0.304510218694
Init V =  -500.0 Fitted V =  -447.38914881 Chi2 =  0.30451060458
Init V =  -600.0 Fitted V =  -604.655924415 Chi2 =  2.44417651271
Init V =  0.0 Fitted V =  -48.0743384293 Chi2 =  2.3816309135
Init V =  -100.0 Fitted V =  -48.1301020222 Chi2 =  2.38164714641
Init V =  -200.0 Fitted V =  -427.555828124 Chi2 =  0.247540546316
Init V =  -300.0 Fitted V =  -427.555844432 Chi2 =  0.247540448829
Init V =  -400.0 Fitted V =  -427.555797264 Chi2 =  0.247540755474
Init V =  -500.0 Fitted V =  -427.55581112 Chi2 =  0.247540667091
Init V =  -600.0 Fitted V =  -427.555751857 Chi2 =  0.247540977297
Init V =  0.0 Fitted V =  -0.000242847221747 Chi2 =  1.76290077663
Init V =  -100.0 Fitted V =  -70.5163988311 Chi2 =  1.72495332019
Init V =  -200.0 Fitted V =  -201.132570225 Chi2 =  1.76559447698
Init V =  -300.0 Fitted V =  -419.168998611 Chi2 =  0.37323237425
Init V =  -400.0 Fitted V =  -419.169088575 Chi2 =  0.373232669074
Init V =  -500.0 Fitted V =  -419.169119082 Chi2 =  0.3732327693
Init V =  -600.0 Fitted V =  -419.168873458 Chi2 =  0.373232027237
Init V =  0.0 Fitted V =  29.5939366925 Chi2 =  0.949521307715
Init V =  -100.0 Fitted V =  29.4593087117 Chi2 =  0.949525490208
Init V =  -200.0 Fitted V =  -191.077318704 Chi2 =  1.4161138643
Init V =  -300.0 Fitted V =  -416.770611823 Chi2 =  0.358673084159
Init V =  -400.0 Fitted V =  -416.756230125 Chi2 =  0.358655510684
Init V =  -500.0 Fitted V =  -416.769972494 Chi2 =  0.358672294015
Init V =  -600.0 Fitted V =  -416.770802617 Chi2 =  0.358673325212
Init V =  0.0 Fitted V =  -7.81820842993 Chi2 =  1.79025724167
Init V =  -100.0 Fitted V =  -114.04114678 Chi2 =  1.83055597369
Init V =  -200.0 Fitted V =  -176.086201135 Chi2 =  1.83560740014
Init V =  -300.0 Fitted V =  -420.543973283 Chi2 =  0.271924173565
Init V =  -400.0 Fitted V =  -420.542743688 Chi2 =  0.271922406391
Init V =  -500.0 Fitted V =  -420.543840824 Chi2 =  0.271924003089
Init V =  -600.0 Fitted V =  -420.543854651 Chi2 =  0.271924014214
Init V =  0.0 Fitted V =  -42.66077236 Chi2 =  1.52818207593
Init V =  -100.0 Fitted V =  -42.6598975801 Chi2 =  1.5281838588
Init V =  -200.0 Fitted V =  -416.925168594 Chi2 =  0.328195801813
Init V =  -300.0 Fitted V =  -416.925149761 Chi2 =  0.328195696568
Init V =  -400.0 Fitted V =  -416.924609685 Chi2 =  0.328192558863
Init V =  -500.0 Fitted V =  -416.925222509 Chi2 =  0.328196073447
Init V =  -600.0 Fitted V =  -630.580869385 Chi2 =  1.52442118549
Init V =  0.0 Fitted V =  -26.6658825167 Chi2 =  1.76497846561
Init V =  -100.0 Fitted V =  -26.6659087825 Chi2 =  1.76497909914
Init V =  -200.0 Fitted V =  -205.960300904 Chi2 =  1.76958792508
Init V =  -300.0 Fitted V =  -414.734663849 Chi2 =  0.294147931046
Init V =  -400.0 Fitted V =  -414.734825271 Chi2 =  0.294146822661
Init V =  -500.0 Fitted V =  -414.734738537 Chi2 =  0.294147382763
Init V =  -600.0 Fitted V =  -620.637213905 Chi2 =  1.78464035406
Init V =  0.0 Fitted V =  -18.3392187362 Chi2 =  2.48953775425
Init V =  -100.0 Fitted V =  -403.166704985 Chi2 =  0.444157798616
Init V =  -200.0 Fitted V =  -403.166571187 Chi2 =  0.444157624266
Init V =  -300.0 Fitted V =  -403.166623237 Chi2 =  0.444157610367
Init V =  -400.0 Fitted V =  -403.166044724 Chi2 =  0.444157519593
Init V =  -500.0 Fitted V =  -403.166688131 Chi2 =  0.44415786554
Init V =  -600.0 Fitted V =  -606.471483944 Chi2 =  2.53731804572
Init V =  0.0 Fitted V =  -16.9005370987 Chi2 =  1.98905976752
Init V =  -100.0 Fitted V =  -402.483903922 Chi2 =  0.493833309803
Init V =  -200.0 Fitted V =  -402.483463104 Chi2 =  0.493834223629
Init V =  -300.0 Fitted V =  -402.484139453 Chi2 =  0.493832891659
Init V =  -400.0 Fitted V =  -402.487313341 Chi2 =  0.493826624769
Init V =  -500.0 Fitted V =  -402.484526213 Chi2 =  0.493832143576
Init V =  -600.0 Fitted V =  -641.378185022 Chi2 =  2.03953304503
Init V =  0.0 Fitted V =  -8.18627489853 Chi2 =  2.49118070124
Init V =  -100.0 Fitted V =  -351.799571145 Chi2 =  0.926897348093
Init V =  -200.0 Fitted V =  -351.799785217 Chi2 =  0.926897292541
Init V =  -300.0 Fitted V =  -351.797379183 Chi2 =  0.92689791099
Init V =  -400.0 Fitted V =  -351.808011366 Chi2 =  0.926895296146
Init V =  -500.0 Fitted V =  -351.798796351 Chi2 =  0.926897543735
Init V =  -600.0 Fitted V =  -351.798749694 Chi2 =  0.926897551684
Init V =  0.0 Fitted V =  -15.4453435348 Chi2 =  3.13850038102
Init V =  -100.0 Fitted V =  -324.699990176 Chi2 =  1.09394931852
Init V =  -200.0 Fitted V =  -324.697326709 Chi2 =  1.09394933083
Init V =  -300.0 Fitted V =  -324.699307695 Chi2 =  1.09394947284
Init V =  -400.0 Fitted V =  -324.701320988 Chi2 =  1.0939488393
Init V =  -500.0 Fitted V =  -502.011936343 Chi2 =  3.12514231464
Init V =  -600.0 Fitted V =  -617.495897199 Chi2 =  3.16730370385
Init V =  0.0 Fitted V =  -311.879682009 Chi2 =  0.884128658296
Init V =  -100.0 Fitted V =  -311.879024187 Chi2 =  0.884128642944
Init V =  -200.0 Fitted V =  -311.871668128 Chi2 =  0.884128538839
Init V =  -300.0 Fitted V =  -311.873133095 Chi2 =  0.88412857151
Init V =  -400.0 Fitted V =  -311.880193562 Chi2 =  0.884128667805
Init V =  -500.0 Fitted V =  -311.877469197 Chi2 =  0.884128637178
Init V =  -600.0 Fitted V =  -311.877028212 Chi2 =  0.884128617004
Init V =  0.0 Fitted V =  6.97846672245 Chi2 =  2.55130883112
Init V =  -100.0 Fitted V =  -328.606732044 Chi2 =  0.929006141978
Init V =  -200.0 Fitted V =  -328.602246586 Chi2 =  0.929006143236
Init V =  -300.0 Fitted V =  -328.601691251 Chi2 =  0.929006061328
Init V =  -400.0 Fitted V =  -328.608623914 Chi2 =  0.929006003003
Init V =  -500.0 Fitted V =  -328.60735558 Chi2 =  0.929006143178
Init V =  -600.0 Fitted V =  -328.609584606 Chi2 =  0.929006245979
Init V =  0.0 Fitted V =  -2.8097252757 Chi2 =  3.18235750914
Init V =  -100.0 Fitted V =  -75.2956608076 Chi2 =  3.21873004244
Init V =  -200.0 Fitted V =  -336.634923903 Chi2 =  1.0184624243
Init V =  -300.0 Fitted V =  -336.634703453 Chi2 =  1.01846241793
Init V =  -400.0 Fitted V =  -336.637512347 Chi2 =  1.01846083298
Init V =  -500.0 Fitted V =  -547.381020757 Chi2 =  3.2044066665
Init V =  -600.0 Fitted V =  -607.172033266 Chi2 =  3.22339140138
Init V =  0.0 Fitted V =  -1.46092539792 Chi2 =  4.52878088351
Init V =  -100.0 Fitted V =  -66.5742623581 Chi2 =  4.59574489143
Init V =  -200.0 Fitted V =  -341.175067508 Chi2 =  1.50444709381
Init V =  -300.0 Fitted V =  -341.17491282 Chi2 =  1.50444732068
Init V =  -400.0 Fitted V =  -341.178108221 Chi2 =  1.50444689681
Init V =  -500.0 Fitted V =  -495.844266941 Chi2 =  4.60018525972
Init V =  -600.0 Fitted V =  -599.967594628 Chi2 =  4.54580799416
Init V =  0.0 Fitted V =  -11.7705226643 Chi2 =  4.31105076169
Init V =  -100.0 Fitted V =  -11.7962294384 Chi2 =  4.31107177011
Init V =  -200.0 Fitted V =  -326.807796711 Chi2 =  1.70040301091
Init V =  -300.0 Fitted V =  -326.806859719 Chi2 =  1.70040310254
Init V =  -400.0 Fitted V =  -415.752094335 Chi2 =  2.48037510245
Init V =  -500.0 Fitted V =  -492.548599141 Chi2 =  4.26616416224
Init V =  -600.0 Fitted V =  -606.588628843 Chi2 =  4.3064004628
Init V =  0.0 Fitted V =  -6.2861210467 Chi2 =  5.69582514174
Init V =  -100.0 Fitted V =  -322.759666944 Chi2 =  1.9468291494
Init V =  -200.0 Fitted V =  -322.759412044 Chi2 =  1.94682917785
Init V =  -300.0 Fitted V =  -322.757145158 Chi2 =  1.94682950592
Init V =  -400.0 Fitted V =  -322.761817068 Chi2 =  1.94682880276
Init V =  -500.0 Fitted V =  -490.583604232 Chi2 =  5.6457843758
Init V =  -600.0 Fitted V =  -601.774313477 Chi2 =  5.76194952385
Init V =  0.0 Fitted V =  -10.0548966896 Chi2 =  4.52293298187
Init V =  -100.0 Fitted V =  -66.9831871005 Chi2 =  4.53187244895
Init V =  -200.0 Fitted V =  -354.277151277 Chi2 =  2.10424341621
Init V =  -300.0 Fitted V =  -354.275369964 Chi2 =  2.10424411625
Init V =  -400.0 Fitted V =  -354.286745204 Chi2 =  2.10424028933
Init V =  -500.0 Fitted V =  -499.740122023 Chi2 =  4.67390044801
Init V =  -600.0 Fitted V =  -610.013938199 Chi2 =  4.70559762358
Init V =  0.0 Fitted V =  -73.3981452589 Chi2 =  3.48280806103
Init V =  -100.0 Fitted V =  -73.416257909 Chi2 =  3.48282003509
Init V =  -200.0 Fitted V =  -351.732339223 Chi2 =  1.49670064184
Init V =  -300.0 Fitted V =  -351.73119393 Chi2 =  1.49670159346
Init V =  -400.0 Fitted V =  -351.737295275 Chi2 =  1.4966986025
Init V =  -500.0 Fitted V =  -496.212435095 Chi2 =  3.55660724961
Init V =  -600.0 Fitted V =  -611.542236798 Chi2 =  3.58093251092
Init V =  0.0 Fitted V =  -17.7650773077 Chi2 =  5.042533068
Init V =  -100.0 Fitted V =  -17.79755615 Chi2 =  5.0425028406
Init V =  -200.0 Fitted V =  -347.412030236 Chi2 =  1.62626715038
Init V =  -300.0 Fitted V =  -347.411747891 Chi2 =  1.62626683132
Init V =  -400.0 Fitted V =  -347.413877396 Chi2 =  1.62626490563
Init V =  -500.0 Fitted V =  -496.000206119 Chi2 =  5.12866063399
Init V =  -600.0 Fitted V =  -600.788633511 Chi2 =  5.03489581206
Init V =  0.0 Fitted V =  -4.71119842113 Chi2 =  5.7534129057
Init V =  -100.0 Fitted V =  -364.718664503 Chi2 =  2.61166275123
Init V =  -200.0 Fitted V =  -364.719690843 Chi2 =  2.61166095618
Init V =  -300.0 Fitted V =  -364.720410457 Chi2 =  2.61166071408
Init V =  -400.0 Fitted V =  -364.727788041 Chi2 =  2.61164899374
Init V =  -500.0 Fitted V =  -493.340666671 Chi2 =  5.83080879346
Init V =  -600.0 Fitted V =  -612.093132409 Chi2 =  5.83673160057
Init V =  0.0 Fitted V =  -14.3094801074 Chi2 =  5.29380709594
Init V =  -100.0 Fitted V =  -383.104194564 Chi2 =  2.85967070796
Init V =  -200.0 Fitted V =  -383.105635849 Chi2 =  2.85966627841
Init V =  -300.0 Fitted V =  -383.105591513 Chi2 =  2.85966660404
Init V =  -400.0 Fitted V =  -418.727657552 Chi2 =  2.47163159091
Init V =  -500.0 Fitted V =  -495.944565083 Chi2 =  5.47556844492
Init V =  -600.0 Fitted V =  -607.238091506 Chi2 =  5.24435869245
Init V =  0.0 Fitted V =  -20.0698884248 Chi2 =  4.14405575208
Init V =  -100.0 Fitted V =  -71.3065441737 Chi2 =  4.03526062636
Init V =  -200.0 Fitted V =  -373.024359732 Chi2 =  2.3211534791
Init V =  -300.0 Fitted V =  -373.02369887 Chi2 =  2.32115494149
Init V =  -400.0 Fitted V =  -421.384827239 Chi2 =  2.07841940897
Init V =  -500.0 Fitted V =  -496.982802603 Chi2 =  4.10667888446
Init V =  -600.0 Fitted V =  -608.245098878 Chi2 =  4.05438382282
Init V =  0.0 Fitted V =  -17.4565324576 Chi2 =  5.28277095764
Init V =  -100.0 Fitted V =  -17.4676756042 Chi2 =  5.28276460881
Init V =  -200.0 Fitted V =  -356.101531697 Chi2 =  3.27969696039
Init V =  -300.0 Fitted V =  -356.102137478 Chi2 =  3.27969379209
Init V =  -400.0 Fitted V =  -422.639802298 Chi2 =  2.73863762611
Init V =  -500.0 Fitted V =  -501.9670476 Chi2 =  5.60200504961
Init V =  -600.0 Fitted V =  -611.672522362 Chi2 =  5.45072875316
Init V =  0.0 Fitted V =  -18.9177456382 Chi2 =  4.81510917367
Init V =  -100.0 Fitted V =  -18.9323239786 Chi2 =  4.81511207561
Init V =  -200.0 Fitted V =  -197.340869834 Chi2 =  5.00822431268
Init V =  -300.0 Fitted V =  -370.650110831 Chi2 =  2.49048671787
Init V =  -400.0 Fitted V =  -420.119851203 Chi2 =  2.2263544121
Init V =  -500.0 Fitted V =  -503.625502792 Chi2 =  4.86521300843
Init V =  -600.0 Fitted V =  -603.441825767 Chi2 =  4.88992913909
Init V =  0.0 Fitted V =  -13.7811465488 Chi2 =  4.43949703259
Init V =  -100.0 Fitted V =  -69.9708231602 Chi2 =  4.58211962265
Init V =  -200.0 Fitted V =  -424.911498542 Chi2 =  2.1080541688
Init V =  -300.0 Fitted V =  -424.911602137 Chi2 =  2.10805422263
Init V =  -400.0 Fitted V =  -424.911618119 Chi2 =  2.10805424989
Init V =  -500.0 Fitted V =  -500.218725492 Chi2 =  4.81729514345
Init V =  -600.0 Fitted V =  -609.132523933 Chi2 =  4.7740617748
Init V =  0.0 Fitted V =  -26.7920971284 Chi2 =  4.76428065586
Init V =  -100.0 Fitted V =  -26.7907988736 Chi2 =  4.76428194147
Init V =  -200.0 Fitted V =  -380.91670808 Chi2 =  2.9422508606
Init V =  -300.0 Fitted V =  -380.921318679 Chi2 =  2.94224030713
Init V =  -400.0 Fitted V =  -423.451789586 Chi2 =  2.1043198202
Init V =  -500.0 Fitted V =  -499.760255569 Chi2 =  4.72934146885
Init V =  -600.0 Fitted V =  -607.343142587 Chi2 =  4.7921004267
Init V =  0.0 Fitted V =  -27.9893429062 Chi2 =  6.78708926336
Init V =  -100.0 Fitted V =  -40.987128422 Chi2 =  6.8114420662
Init V =  -200.0 Fitted V =  -422.726905169 Chi2 =  3.32424752583
Init V =  -300.0 Fitted V =  -422.727096685 Chi2 =  3.32424564061
Init V =  -400.0 Fitted V =  -422.72698466 Chi2 =  3.32424678289
Init V =  -500.0 Fitted V =  -424.409832961 Chi2 =  3.75563390862
Init V =  -600.0 Fitted V =  -618.251523566 Chi2 =  7.18755962178
Init V =  0.0 Fitted V =  25.9713316345 Chi2 =  4.23786501917
Init V =  -100.0 Fitted V =  -57.8763653127 Chi2 =  5.03595221144
Init V =  -200.0 Fitted V =  -202.962353461 Chi2 =  5.99170439723
Init V =  -300.0 Fitted V =  -279.264057943 Chi2 =  5.4837968838
Init V =  -400.0 Fitted V =  -490.598918048 Chi2 =  3.55111666313
Init V =  -500.0 Fitted V =  -490.620207574 Chi2 =  3.55111450367
Init V =  -600.0 Fitted V =  -612.091258344 Chi2 =  6.22713138987
Init V =  0.0 Fitted V =  -43.243193507 Chi2 =  3.03019119565
Init V =  -100.0 Fitted V =  -482.622449906 Chi2 =  1.05978722476
Init V =  -200.0 Fitted V =  -207.186383424 Chi2 =  3.16953094472
Init V =  -300.0 Fitted V =  -299.090442469 Chi2 =  3.14233407259
Init V =  -400.0 Fitted V =  -482.623138996 Chi2 =  1.0597865779
Init V =  -500.0 Fitted V =  -482.629079339 Chi2 =  1.05978101577
Init V =  -600.0 Fitted V =  -482.62237804 Chi2 =  1.0597872537
Init V =  0.0 Fitted V =  -48.9898335881 Chi2 =  4.14819825629
Init V =  -100.0 Fitted V =  -123.970465599 Chi2 =  4.17510423928
Init V =  -200.0 Fitted V =  -213.907676541 Chi2 =  4.23009105245
Init V =  -300.0 Fitted V =  -295.524293844 Chi2 =  4.16576876106
Init V =  -400.0 Fitted V =  -482.784226102 Chi2 =  0.898786689738
Init V =  -500.0 Fitted V =  -482.78649028 Chi2 =  0.898784638623
Init V =  -600.0 Fitted V =  -482.783504369 Chi2 =  0.898787347777
Init V =  0.0 Fitted V =  -49.9840208304 Chi2 =  2.75985797015
Init V =  -100.0 Fitted V =  224.058794327 Chi2 =  0.987491403778
Init V =  -200.0 Fitted V =  -461.944622156 Chi2 =  0.683046549215
Init V =  -300.0 Fitted V =  -461.94467729 Chi2 =  0.683046432346
Init V =  -400.0 Fitted V =  -461.944461432 Chi2 =  0.683046448729
Init V =  -500.0 Fitted V =  -461.945033947 Chi2 =  0.683046798114
Init V =  -600.0 Fitted V =  -461.944512654 Chi2 =  0.683046428082
Init V =  0.0 Fitted V =  -14.0665336666 Chi2 =  1.24867441643
Init V =  -100.0 Fitted V =  -57.376312733 Chi2 =  1.41140750895
Init V =  -200.0 Fitted V =  -201.324973957 Chi2 =  1.45002811149
Init V =  -300.0 Fitted V =  -288.290376071 Chi2 =  1.47590725254
Init V =  -400.0 Fitted V =  -464.420298043 Chi2 =  0.551195547528
Init V =  -500.0 Fitted V =  -464.423931223 Chi2 =  0.551195161259
Init V =  -600.0 Fitted V =  -573.501862749 Chi2 =  1.49341259844
Init V =  0.0 Fitted V =  -58.5721933916 Chi2 =  1.67257648226
Init V =  -100.0 Fitted V =  -58.5758057022 Chi2 =  1.67257237777
Init V =  -200.0 Fitted V =  222.941158288 Chi2 =  0.396249834247
Init V =  -300.0 Fitted V =  -298.911468603 Chi2 =  1.73024775702
Init V =  -400.0 Fitted V =  -464.804252948 Chi2 =  0.609863190739
Init V =  -500.0 Fitted V =  -464.806556846 Chi2 =  0.609861778568
Init V =  -600.0 Fitted V =  -605.571943067 Chi2 =  1.70266359271
Init V =  0.0 Fitted V =  -16.309643669 Chi2 =  1.11407594722
Init V =  -100.0 Fitted V =  242.897357077 Chi2 =  0.513061424371
Init V =  -200.0 Fitted V =  -203.882765921 Chi2 =  1.15377142397
Init V =  -300.0 Fitted V =  -439.11964447 Chi2 =  0.467666788284
Init V =  -400.0 Fitted V =  -439.111744228 Chi2 =  0.467658891387
Init V =  -500.0 Fitted V =  -439.120406108 Chi2 =  0.4676675519
Init V =  -600.0 Fitted V =  -439.119194649 Chi2 =  0.467666343232
Init V =  0.0 Fitted V =  -24.2438414888 Chi2 =  0.980318449806
Init V =  -100.0 Fitted V =  -36.5888876339 Chi2 =  1.03162568927
Init V =  -200.0 Fitted V =  -215.71808263 Chi2 =  1.03005319055
Init V =  -300.0 Fitted V =  -298.433277607 Chi2 =  1.06126278402
Init V =  -400.0 Fitted V =  -449.137194325 Chi2 =  0.410978517339
Init V =  -500.0 Fitted V =  -449.13813882 Chi2 =  0.410979025863
Init V =  -600.0 Fitted V =  -449.13867069 Chi2 =  0.410978738662
Init V =  0.0 Fitted V =  29.0193397105 Chi2 =  1.34437293529
Init V =  -100.0 Fitted V =  -58.6447870427 Chi2 =  1.40082945352
Init V =  -200.0 Fitted V =  -210.371466292 Chi2 =  1.41747513543
Init V =  -300.0 Fitted V =  -440.133146367 Chi2 =  0.440574134471
Init V =  -400.0 Fitted V =  -440.130813935 Chi2 =  0.44057151207
Init V =  -500.0 Fitted V =  -440.13347728 Chi2 =  0.440574534531
Init V =  -600.0 Fitted V =  -634.721897034 Chi2 =  1.42161609911
Init V =  0.0 Fitted V =  -452.823777344 Chi2 =  0.486463138506
Init V =  -100.0 Fitted V =  -77.0012591648 Chi2 =  1.64161787492
Init V =  -200.0 Fitted V =  -452.823215989 Chi2 =  0.486463136943
Init V =  -300.0 Fitted V =  -317.882879993 Chi2 =  1.71302165953
Init V =  -400.0 Fitted V =  -452.822473794 Chi2 =  0.486463343358
Init V =  -500.0 Fitted V =  -452.824161389 Chi2 =  0.48646321297
Init V =  -600.0 Fitted V =  -577.349387818 Chi2 =  1.72698223705
Init V =  0.0 Fitted V =  -21.5179202021 Chi2 =  1.2530651469
Init V =  -100.0 Fitted V =  -454.025421202 Chi2 =  0.37751014445
Init V =  -200.0 Fitted V =  -454.025411153 Chi2 =  0.377509979725
Init V =  -300.0 Fitted V =  -454.025400329 Chi2 =  0.377509721133
Init V =  -400.0 Fitted V =  -454.024827055 Chi2 =  0.377509997986
Init V =  -500.0 Fitted V =  -454.025656588 Chi2 =  0.377509681344
Init V =  -600.0 Fitted V =  -454.025430485 Chi2 =  0.377509639611
Init V =  0.0 Fitted V =  -11.2172385407 Chi2 =  1.21533657857
Init V =  -100.0 Fitted V =  -450.846050902 Chi2 =  0.345191684743
Init V =  -200.0 Fitted V =  -450.845490176 Chi2 =  0.345191780001
Init V =  -300.0 Fitted V =  -450.845685563 Chi2 =  0.345191747273
Init V =  -400.0 Fitted V =  -450.845451189 Chi2 =  0.345191786376
Init V =  -500.0 Fitted V =  -450.845510952 Chi2 =  0.34519176242
Init V =  -600.0 Fitted V =  -617.524321181 Chi2 =  1.28325651613
Init V =  0.0 Fitted V =  -9.41496402924 Chi2 =  1.85979301719
Init V =  -100.0 Fitted V =  233.646736392 Chi2 =  0.789341992951
Init V =  -200.0 Fitted V =  -449.673216968 Chi2 =  0.447785749694
Init V =  -300.0 Fitted V =  -449.674253188 Chi2 =  0.447785126437
Init V =  -400.0 Fitted V =  -449.673805711 Chi2 =  0.447785335619
Init V =  -500.0 Fitted V =  -449.673462361 Chi2 =  0.447785576842
Init V =  -600.0 Fitted V =  -449.673606893 Chi2 =  0.447785418212
Init V =  0.0 Fitted V =  -11.7942030377 Chi2 =  1.51953083986
Init V =  -100.0 Fitted V =  -24.810056334 Chi2 =  1.52541238268
Init V =  -200.0 Fitted V =  -207.826139319 Chi2 =  1.55763200784
Init V =  -300.0 Fitted V =  -455.108425822 Chi2 =  0.317148291827
Init V =  -400.0 Fitted V =  -455.108608038 Chi2 =  0.317148078446
Init V =  -500.0 Fitted V =  -455.108873402 Chi2 =  0.31714796667
Init V =  -600.0 Fitted V =  -589.954811829 Chi2 =  1.56365152139
Init V =  0.0 Fitted V =  107.47733765 Chi2 =  1.05729613271
Init V =  -100.0 Fitted V =  107.533409674 Chi2 =  1.05727567585
Init V =  -200.0 Fitted V =  -440.364483479 Chi2 =  0.358536977296
Init V =  -300.0 Fitted V =  -440.364465514 Chi2 =  0.358536885178
Init V =  -400.0 Fitted V =  -440.36479055 Chi2 =  0.35853762906
Init V =  -500.0 Fitted V =  -440.364230298 Chi2 =  0.358536406505
Init V =  -600.0 Fitted V =  -605.713879695 Chi2 =  1.71507648978
Init V =  0.0 Fitted V =  45.8182766604 Chi2 =  1.50893807798
Init V =  -100.0 Fitted V =  45.8076914062 Chi2 =  1.50893996287
Init V =  -200.0 Fitted V =  -426.036940726 Chi2 =  0.361054479869
Init V =  -300.0 Fitted V =  -426.037078135 Chi2 =  0.361055086383
Init V =  -400.0 Fitted V =  -426.036935149 Chi2 =  0.361054417994
Init V =  -500.0 Fitted V =  -426.036886303 Chi2 =  0.361054208668
Init V =  -600.0 Fitted V =  -426.036726163 Chi2 =  0.36105347444
Init V =  0.0 Fitted V =  -414.174107971 Chi2 =  0.413409691972
Init V =  -100.0 Fitted V =  -414.17408869 Chi2 =  0.413410064887
Init V =  -200.0 Fitted V =  -414.174100698 Chi2 =  0.413409743355
Init V =  -300.0 Fitted V =  -414.174108125 Chi2 =  0.413409843315
Init V =  -400.0 Fitted V =  -414.174107191 Chi2 =  0.413409862273
Init V =  -500.0 Fitted V =  -414.174076447 Chi2 =  0.413410608872
Init V =  -600.0 Fitted V =  -414.174078377 Chi2 =  0.41341057071
Init V =  0.0 Fitted V =  97.3586468613 Chi2 =  1.33884495942
Init V =  -100.0 Fitted V =  97.3592851658 Chi2 =  1.33884408087
Init V =  -200.0 Fitted V =  -420.191151052 Chi2 =  0.469047020895
Init V =  -300.0 Fitted V =  -420.19103054 Chi2 =  0.469045486916
Init V =  -400.0 Fitted V =  -420.191029498 Chi2 =  0.469045432882
Init V =  -500.0 Fitted V =  -420.191156336 Chi2 =  0.469047115428
Init V =  -600.0 Fitted V =  -420.191041733 Chi2 =  0.469045638929
Init V =  0.0 Fitted V =  -9.02433896996 Chi2 =  2.00535201832
Init V =  -100.0 Fitted V =  -54.1664618497 Chi2 =  2.0223457403
Init V =  -200.0 Fitted V =  -210.751642857 Chi2 =  2.01154573185
Init V =  -300.0 Fitted V =  -420.709309185 Chi2 =  0.290020953584
Init V =  -400.0 Fitted V =  -420.709191226 Chi2 =  0.290022351851
Init V =  -500.0 Fitted V =  -420.709302997 Chi2 =  0.290021065373
Init V =  -600.0 Fitted V =  -605.541963468 Chi2 =  2.00711571991
Init V =  0.0 Fitted V =  -7.1896993483 Chi2 =  3.24339498122
Init V =  -100.0 Fitted V =  105.521459226 Chi2 =  2.19469544215
Init V =  -300.0 Fitted V =  -426.691414867 Chi2 =  0.339944390441
Init V =  -400.0 Fitted V =  -426.691349909 Chi2 =  0.339944856418
Init V =  -500.0 Fitted V =  -426.691284573 Chi2 =  0.339945323368
Init V =  -600.0 Fitted V =  -426.69138085 Chi2 =  0.339944641341
Init V =  0.0 Fitted V =  -7.89201424382 Chi2 =  2.29811475874
Init V =  -100.0 Fitted V =  -417.194581768 Chi2 =  0.321439133668
Init V =  -200.0 Fitted V =  -183.777721568 Chi2 =  2.41082921202
Init V =  -300.0 Fitted V =  -417.194512874 Chi2 =  0.321439296753
Init V =  -400.0 Fitted V =  -417.194589129 Chi2 =  0.321439100237
Init V =  -500.0 Fitted V =  -417.194430764 Chi2 =  0.321439540928
Init V =  -600.0 Fitted V =  -602.717203595 Chi2 =  2.38527627556
Init V =  0.0 Fitted V =  -11.1035870057 Chi2 =  2.5714562323
Init V =  -100.0 Fitted V =  -408.786590065 Chi2 =  0.42990491099
Init V =  -200.0 Fitted V =  -408.786632086 Chi2 =  0.42990481221
Init V =  -300.0 Fitted V =  -408.786376066 Chi2 =  0.429905296466
Init V =  -400.0 Fitted V =  -408.786700132 Chi2 =  0.429904683435
Init V =  -500.0 Fitted V =  -408.786111839 Chi2 =  0.429905809005
Init V =  -600.0 Fitted V =  -408.786608076 Chi2 =  0.429904870585
Init V =  0.0 Fitted V =  -56.6334360635 Chi2 =  2.31861126348
Init V =  -100.0 Fitted V =  -56.6445758957 Chi2 =  2.3186078831
Init V =  -200.0 Fitted V =  -208.292863981 Chi2 =  2.35992824495
Init V =  -300.0 Fitted V =  -388.675531366 Chi2 =  0.636670063563
Init V =  -400.0 Fitted V =  -388.678467875 Chi2 =  0.636665909239
Init V =  -500.0 Fitted V =  -388.676458548 Chi2 =  0.636669064953
Init V =  -600.0 Fitted V =  -611.649815972 Chi2 =  2.3496696069
Init V =  0.0 Fitted V =  -4.23104898393 Chi2 =  2.86764135658
Init V =  -100.0 Fitted V =  -363.39336167 Chi2 =  0.681628437636
Init V =  -200.0 Fitted V =  -363.393896824 Chi2 =  0.681627309277
Init V =  -300.0 Fitted V =  -363.393552762 Chi2 =  0.681627944371
Init V =  -400.0 Fitted V =  -363.399033676 Chi2 =  0.681618651252
Init V =  -500.0 Fitted V =  -363.393878788 Chi2 =  0.681627478445
Init V =  -600.0 Fitted V =  -363.39418073 Chi2 =  0.681626981958
Init V =  0.0 Fitted V =  -6.9487478193 Chi2 =  3.02356029931
Init V =  -100.0 Fitted V =  -84.8457674037 Chi2 =  3.01974060523
Init V =  -200.0 Fitted V =  -320.624004775 Chi2 =  0.727176503047
Init V =  -300.0 Fitted V =  -320.624279738 Chi2 =  0.727176491035
Init V =  -400.0 Fitted V =  -320.624903994 Chi2 =  0.727176350217
Init V =  -500.0 Fitted V =  -320.624752994 Chi2 =  0.727176479589
Init V =  -600.0 Fitted V =  -320.623397277 Chi2 =  0.727176132683
Init V =  0.0 Fitted V =  -14.8721553801 Chi2 =  2.88136971635
Init V =  -100.0 Fitted V =  -334.007346445 Chi2 =  0.677457708344
Init V =  -200.0 Fitted V =  -334.006846127 Chi2 =  0.677457637407
Init V =  -300.0 Fitted V =  -334.007223832 Chi2 =  0.677457380441
Init V =  -400.0 Fitted V =  -334.008782685 Chi2 =  0.677456710102
Init V =  -500.0 Fitted V =  -334.006911727 Chi2 =  0.677458312489
Init V =  -600.0 Fitted V =  -334.00696616 Chi2 =  0.677458058937
Init V =  0.0 Fitted V =  -9.13633510455 Chi2 =  2.28716178693
Init V =  -100.0 Fitted V =  -117.778345696 Chi2 =  2.35857287071
Init V =  -200.0 Fitted V =  -341.526617426 Chi2 =  0.743881209464
Init V =  -300.0 Fitted V =  -341.5276786 Chi2 =  0.743881171754
Init V =  -400.0 Fitted V =  -341.533871359 Chi2 =  0.743879846171
Init V =  -500.0 Fitted V =  -341.530971887 Chi2 =  0.743880590609
Init V =  -600.0 Fitted V =  -341.529908528 Chi2 =  0.743880916094
Init V =  0.0 Fitted V =  -2.06182730422 Chi2 =  3.03607137639
Init V =  -100.0 Fitted V =  -100.618527065 Chi2 =  3.03756930156
Init V =  -200.0 Fitted V =  -346.314164887 Chi2 =  0.842220389538
Init V =  -300.0 Fitted V =  -346.314608479 Chi2 =  0.842219830739
Init V =  -400.0 Fitted V =  -346.318381202 Chi2 =  0.842214713797
Init V =  -500.0 Fitted V =  -346.314256958 Chi2 =  0.842220307584
Init V =  -600.0 Fitted V =  -613.221087375 Chi2 =  3.05350437231
Init V =  0.0 Fitted V =  -7.84365693609 Chi2 =  3.5325839607
Init V =  -100.0 Fitted V =  -351.793213618 Chi2 =  1.0476758305
Init V =  -200.0 Fitted V =  -351.794089346 Chi2 =  1.04767657267
Init V =  -300.0 Fitted V =  -351.793378073 Chi2 =  1.04767645739
Init V =  -400.0 Fitted V =  -351.794893132 Chi2 =  1.04767465863
Init V =  -500.0 Fitted V =  -351.793590598 Chi2 =  1.04767666375
Init V =  -600.0 Fitted V =  -351.791705444 Chi2 =  1.04767662196
Init V =  0.0 Fitted V =  -9.63701690309 Chi2 =  3.64719833129
Init V =  -100.0 Fitted V =  -334.665500016 Chi2 =  1.2344357771
Init V =  -200.0 Fitted V =  -334.666657317 Chi2 =  1.23443567687
Init V =  -300.0 Fitted V =  -334.66627829 Chi2 =  1.2344356154
Init V =  -400.0 Fitted V =  -334.668767278 Chi2 =  1.2344355687
Init V =  -500.0 Fitted V =  -496.143187016 Chi2 =  3.63044330907
Init V =  -600.0 Fitted V =  -610.136021527 Chi2 =  3.68503318677
Init V =  0.0 Fitted V =  -8.37046751228 Chi2 =  4.53653749033
Init V =  -100.0 Fitted V =  -70.2856195571 Chi2 =  4.52960047956
Init V =  -200.0 Fitted V =  -322.914418769 Chi2 =  2.01224096234
Init V =  -300.0 Fitted V =  -322.911003959 Chi2 =  2.01224075672
Init V =  -400.0 Fitted V =  -411.0725228 Chi2 =  2.95456924789
Init V =  -500.0 Fitted V =  -491.578132847 Chi2 =  4.51522971623
Init V =  -600.0 Fitted V =  -322.917236883 Chi2 =  2.01224055625
Init V =  0.0 Fitted V =  -14.2438321141 Chi2 =  4.6665421337
Init V =  -100.0 Fitted V =  -14.2452362763 Chi2 =  4.66654107654
Init V =  -200.0 Fitted V =  -345.693741131 Chi2 =  2.33224651045
Init V =  -300.0 Fitted V =  -345.689260498 Chi2 =  2.33224678769
Init V =  -400.0 Fitted V =  -345.695360685 Chi2 =  2.33224480347
Init V =  -500.0 Fitted V =  -502.049045776 Chi2 =  4.72920978837
Init V =  -600.0 Fitted V =  -599.618132573 Chi2 =  4.76123355581
Init V =  0.0 Fitted V =  -11.4592307689 Chi2 =  5.75273918772
Init V =  -100.0 Fitted V =  -356.214466942 Chi2 =  2.35282113966
Init V =  -200.0 Fitted V =  -356.214868698 Chi2 =  2.35281996591
Init V =  -300.0 Fitted V =  -356.214264325 Chi2 =  2.35282105372
Init V =  -400.0 Fitted V =  -356.224206972 Chi2 =  2.35280616615
Init V =  -500.0 Fitted V =  -356.225259834 Chi2 =  2.35280410109
Init V =  -600.0 Fitted V =  -600.46078922 Chi2 =  5.81952149879
Init V =  0.0 Fitted V =  -10.2793026563 Chi2 =  4.4546934802
Init V =  -100.0 Fitted V =  -59.0754238807 Chi2 =  4.35414578822
Init V =  -200.0 Fitted V =  -366.055062612 Chi2 =  1.91596427736
Init V =  -300.0 Fitted V =  -366.053906242 Chi2 =  1.91596394663
Init V =  -400.0 Fitted V =  -366.058789487 Chi2 =  1.91596003369
Init V =  -500.0 Fitted V =  -500.655735889 Chi2 =  4.37691919692
Init V =  -600.0 Fitted V =  -560.806734387 Chi2 =  4.36096623264
Init V =  0.0 Fitted V =  -11.4785703487 Chi2 =  5.75211595855
Init V =  -100.0 Fitted V =  -11.5163875036 Chi2 =  5.75213424501
Init V =  -200.0 Fitted V =  -377.052589075 Chi2 =  2.33549733994
Init V =  -300.0 Fitted V =  -377.052686819 Chi2 =  2.33549676153
Init V =  -400.0 Fitted V =  -377.055276622 Chi2 =  2.33546488324
Init V =  -500.0 Fitted V =  -377.055176173 Chi2 =  2.33546509708
Init V =  -600.0 Fitted V =  -377.05259626 Chi2 =  2.3354969517
Init V =  0.0 Fitted V =  -16.2200634444 Chi2 =  5.88920185849
Init V =  -100.0 Fitted V =  -65.7082908346 Chi2 =  5.92813054222
Init V =  -200.0 Fitted V =  -366.90768127 Chi2 =  2.44369820604
Init V =  -300.0 Fitted V =  -366.905809774 Chi2 =  2.4437024791
Init V =  -400.0 Fitted V =  -366.916378293 Chi2 =  2.44367889339
Init V =  -500.0 Fitted V =  -501.400389606 Chi2 =  5.87031065207
Init V =  -600.0 Fitted V =  -618.530849513 Chi2 =  5.88846536217
Init V =  0.0 Fitted V =  -0.757565896536 Chi2 =  6.66996807592
Init V =  -100.0 Fitted V =  -365.547322504 Chi2 =  2.80404306949
Init V =  -200.0 Fitted V =  -365.543963624 Chi2 =  2.80403804469
Init V =  -300.0 Fitted V =  -365.546417647 Chi2 =  2.80404261064
Init V =  -400.0 Fitted V =  -365.548678917 Chi2 =  2.80403404196
Init V =  -500.0 Fitted V =  -503.356096835 Chi2 =  6.89703959249
Init V =  -600.0 Fitted V =  -608.668857566 Chi2 =  6.79498949475
Init V =  0.0 Fitted V =  -6.03924673834 Chi2 =  6.55531734728
Init V =  -100.0 Fitted V =  -84.2650688214 Chi2 =  6.69189986113
Init V =  -200.0 Fitted V =  -384.935001612 Chi2 =  3.16602330271
Init V =  -300.0 Fitted V =  -384.935217646 Chi2 =  3.16602101708
Init V =  -400.0 Fitted V =  -417.097073458 Chi2 =  3.1540882661
Init V =  -500.0 Fitted V =  -384.937768458 Chi2 =  3.16598472347
Init V =  -600.0 Fitted V =  -384.935359409 Chi2 =  3.1660194814
Init V =  0.0 Fitted V =  -10.2738290039 Chi2 =  5.46836449532
Init V =  -100.0 Fitted V =  -10.3092010248 Chi2 =  5.46839635677
Init V =  -200.0 Fitted V =  -372.037416968 Chi2 =  3.1208468855
Init V =  -300.0 Fitted V =  -372.032641353 Chi2 =  3.12085613907
Init V =  -400.0 Fitted V =  -420.813376732 Chi2 =  2.60171628277
Init V =  -500.0 Fitted V =  -499.479970784 Chi2 =  5.58947399535
Init V =  -600.0 Fitted V =  -601.906964956 Chi2 =  5.53905420709
Init V =  0.0 Fitted V =  -23.1786291792 Chi2 =  5.02912217005
Init V =  -100.0 Fitted V =  -23.2251394075 Chi2 =  5.02913364594
Init V =  -200.0 Fitted V =  -376.023459145 Chi2 =  3.07753724042
Init V =  -300.0 Fitted V =  -376.025166462 Chi2 =  3.07753492985
Init V =  -400.0 Fitted V =  -424.880149553 Chi2 =  2.35852914804
Init V =  -500.0 Fitted V =  -501.738465169 Chi2 =  5.17546222851
Init V =  -600.0 Fitted V =  -611.278641555 Chi2 =  5.08766117305
Init V =  0.0 Fitted V =  -7.82639738283 Chi2 =  5.55694408231
Init V =  -100.0 Fitted V =  -64.6674047307 Chi2 =  5.6428341059
Init V =  -200.0 Fitted V =  -386.952037965 Chi2 =  3.11073463788
Init V =  -300.0 Fitted V =  -386.952010096 Chi2 =  3.11073597501
Init V =  -400.0 Fitted V =  -425.685222073 Chi2 =  2.77051996263
Init V =  -500.0 Fitted V =  -500.435664809 Chi2 =  5.82904955818
Init V =  -600.0 Fitted V =  -386.952081904 Chi2 =  3.11073715464
Init V =  0.0 Fitted V =  -25.8734750758 Chi2 =  5.31978255137
Init V =  -100.0 Fitted V =  -79.9088186775 Chi2 =  5.32706857235
Init V =  -200.0 Fitted V =  -208.829556751 Chi2 =  5.48063428762
Init V =  -300.0 Fitted V =  -423.203848789 Chi2 =  2.26511226585
Init V =  -400.0 Fitted V =  -423.204293666 Chi2 =  2.26511137136
Init V =  -500.0 Fitted V =  -504.07858604 Chi2 =  5.47635878262
Init V =  -600.0 Fitted V =  -614.53214328 Chi2 =  5.50128807092
Init V =  0.0 Fitted V =  -63.7840734809 Chi2 =  5.82391179467
Init V =  -100.0 Fitted V =  -63.7847227971 Chi2 =  5.82391009571
Init V =  -200.0 Fitted V =  -208.338128429 Chi2 =  6.24363659165
Init V =  -300.0 Fitted V =  -294.640198348 Chi2 =  6.21687153856
Init V =  -400.0 Fitted V =  -427.565763504 Chi2 =  2.65065856632
Init V =  -500.0 Fitted V =  -503.092651533 Chi2 =  6.65817710704
Init V =  -600.0 Fitted V =  -628.466009654 Chi2 =  6.3155158803
Init V =  0.0 Fitted V =  17.3008994673 Chi2 =  2.37926725041
Init V =  -100.0 Fitted V =  -53.8107317625 Chi2 =  2.88284775399
Init V =  -200.0 Fitted V =  -174.355867176 Chi2 =  3.96344418138
Init V =  -300.0 Fitted V =  -273.446428176 Chi2 =  3.48680469486
Init V =  -400.0 Fitted V =  -438.433820014 Chi2 =  3.34959134991
Init V =  -500.0 Fitted V =  -438.450869852 Chi2 =  3.3495904993
Init V =  -600.0 Fitted V =  -604.641207326 Chi2 =  3.98700491933
Init V =  0.0 Fitted V =  -44.9754256417 Chi2 =  1.41695606731
Init V =  -100.0 Fitted V =  -44.975484807 Chi2 =  1.41695607361
Init V =  -200.0 Fitted V =  -179.657210209 Chi2 =  1.51390321297
Init V =  -300.0 Fitted V =  -456.578618832 Chi2 =  0.736947552233
Init V =  -400.0 Fitted V =  -456.573230316 Chi2 =  0.736947175557
Init V =  -500.0 Fitted V =  -456.578135596 Chi2 =  0.73694837732
Init V =  -600.0 Fitted V =  -613.201127299 Chi2 =  1.51548325413
Init V =  0.0 Fitted V =  -48.7630868322 Chi2 =  2.18597025011
Init V =  -100.0 Fitted V =  -48.7558549256 Chi2 =  2.18596945035
Init V =  -200.0 Fitted V =  -217.037297945 Chi2 =  2.22379491771
Init V =  -300.0 Fitted V =  -287.084917794 Chi2 =  2.23634599299
Init V =  -400.0 Fitted V =  -465.343584446 Chi2 =  0.797449206428
Init V =  -500.0 Fitted V =  -465.349218894 Chi2 =  0.797449459606
Init V =  -600.0 Fitted V =  -577.623556436 Chi2 =  2.26402663264
Init V =  0.0 Fitted V =  -55.7937841643 Chi2 =  1.86122113762
Init V =  -100.0 Fitted V =  -55.8068208366 Chi2 =  1.86121509892
Init V =  -200.0 Fitted V =  -208.656436119 Chi2 =  1.94749585618
Init V =  -300.0 Fitted V =  -281.43060888 Chi2 =  1.96784243368
Init V =  -400.0 Fitted V =  -455.146005425 Chi2 =  0.742571903725
Init V =  -500.0 Fitted V =  -455.146655322 Chi2 =  0.742570942416
Init V =  -600.0 Fitted V =  -455.146875863 Chi2 =  0.742571416469
Init V =  0.0 Fitted V =  -48.4691387195 Chi2 =  3.00555578507
Init V =  -100.0 Fitted V =  -48.4761602723 Chi2 =  3.00554392449
Init V =  -200.0 Fitted V =  -202.892363893 Chi2 =  3.06819875427
Init V =  -300.0 Fitted V =  -459.551496336 Chi2 =  0.654255119539
Init V =  -400.0 Fitted V =  -459.551708163 Chi2 =  0.654255027055
Init V =  -500.0 Fitted V =  -459.552694898 Chi2 =  0.654254610585
Init V =  -600.0 Fitted V =  -611.587108325 Chi2 =  3.0334300571
Init V =  0.0 Fitted V =  -45.2903413681 Chi2 =  2.96498343188
Init V =  -100.0 Fitted V =  -45.290809298 Chi2 =  2.96498334952
Init V =  -200.0 Fitted V =  -201.992685262 Chi2 =  3.00106579531
Init V =  -300.0 Fitted V =  -283.015804491 Chi2 =  3.00555439266
Init V =  -400.0 Fitted V =  -470.219032321 Chi2 =  0.818720050474
Init V =  -500.0 Fitted V =  -470.22224883 Chi2 =  0.818717647158
Init V =  -600.0 Fitted V =  -592.991051427 Chi2 =  2.94692423254
Init V =  0.0 Fitted V =  -11.1165252201 Chi2 =  1.66335597838
Init V =  -100.0 Fitted V =  -51.5942554004 Chi2 =  1.67110831831
Init V =  -200.0 Fitted V =  -196.905078689 Chi2 =  1.67949884388
Init V =  -300.0 Fitted V =  -443.293426816 Chi2 =  0.522434554943
Init V =  -400.0 Fitted V =  -443.290958262 Chi2 =  0.522431982203
Init V =  -500.0 Fitted V =  -443.294371104 Chi2 =  0.522435167477
Init V =  -600.0 Fitted V =  -443.293866218 Chi2 =  0.522435229077
Init V =  0.0 Fitted V =  -44.6504948387 Chi2 =  1.52697639352
Init V =  -100.0 Fitted V =  -44.6505152772 Chi2 =  1.5269765408
Init V =  -200.0 Fitted V =  -205.948990651 Chi2 =  1.55855130621
Init V =  -300.0 Fitted V =  -290.500098083 Chi2 =  1.56626453409
Init V =  -400.0 Fitted V =  -436.005761395 Chi2 =  0.40518339131
Init V =  -500.0 Fitted V =  -436.005855853 Chi2 =  0.405183515869
Init V =  -600.0 Fitted V =  -436.005822671 Chi2 =  0.405183462498
Init V =  0.0 Fitted V =  -0.568958285489 Chi2 =  1.75283116349
Init V =  -100.0 Fitted V =  -92.7599809445 Chi2 =  1.78223066818
Init V =  -200.0 Fitted V =  -209.828503539 Chi2 =  1.78507482177
Init V =  -300.0 Fitted V =  -440.864861684 Chi2 =  0.520192140466
Init V =  -400.0 Fitted V =  -440.860902485 Chi2 =  0.520180662291
Init V =  -500.0 Fitted V =  -440.865005814 Chi2 =  0.52019258945
Init V =  -600.0 Fitted V =  -440.864690931 Chi2 =  0.520191585943
Init V =  0.0 Fitted V =  251.636368668 Chi2 =  0.495048989821
Init V =  -100.0 Fitted V =  -429.267867361 Chi2 =  0.457853045533
Init V =  -200.0 Fitted V =  -429.267888892 Chi2 =  0.457853162187
Init V =  -300.0 Fitted V =  -429.267928115 Chi2 =  0.457853455333
Init V =  -400.0 Fitted V =  -429.268059382 Chi2 =  0.457854080497
Init V =  -500.0 Fitted V =  -429.268062587 Chi2 =  0.457854068848
Init V =  -600.0 Fitted V =  -429.268103768 Chi2 =  0.4578542846
Init V =  0.0 Fitted V =  -12.3055799627 Chi2 =  1.85197088695
Init V =  -100.0 Fitted V =  -451.596109129 Chi2 =  0.396839579262
Init V =  -200.0 Fitted V =  -192.587802102 Chi2 =  1.86271401954
Init V =  -300.0 Fitted V =  -451.596454403 Chi2 =  0.396839555061
Init V =  -400.0 Fitted V =  -451.596210086 Chi2 =  0.396839560454
Init V =  -500.0 Fitted V =  -451.596511398 Chi2 =  0.396839583617
Init V =  -600.0 Fitted V =  -604.395862918 Chi2 =  1.87280471892
Init V =  0.0 Fitted V =  -19.8302560222 Chi2 =  1.60947318268
Init V =  -100.0 Fitted V =  -440.118964899 Chi2 =  0.507172124916
Init V =  -200.0 Fitted V =  -440.119085769 Chi2 =  0.507171419818
Init V =  -300.0 Fitted V =  -440.11903797 Chi2 =  0.50717143784
Init V =  -400.0 Fitted V =  -440.119028431 Chi2 =  0.507171559518
Init V =  -500.0 Fitted V =  -440.119026527 Chi2 =  0.507171766778
Init V =  -600.0 Fitted V =  -440.119078446 Chi2 =  0.507171434143
Init V =  0.0 Fitted V =  -29.9314823574 Chi2 =  1.57614056112
Init V =  -100.0 Fitted V =  -448.163210149 Chi2 =  0.376538419581
Init V =  -200.0 Fitted V =  -216.025233646 Chi2 =  1.64399464959
Init V =  -300.0 Fitted V =  -448.163526141 Chi2 =  0.376538158098
Init V =  -400.0 Fitted V =  -448.162967795 Chi2 =  0.376538441021
Init V =  -500.0 Fitted V =  -448.16350001 Chi2 =  0.37653816925
Init V =  -600.0 Fitted V =  -613.292291578 Chi2 =  1.68858417134
Init V =  0.0 Fitted V =  119.114660982 Chi2 =  0.925770072866
Init V =  -100.0 Fitted V =  119.111253845 Chi2 =  0.925777133235
Init V =  -200.0 Fitted V =  -447.572301513 Chi2 =  0.389651822909
Init V =  -300.0 Fitted V =  -447.573150217 Chi2 =  0.389652739627
Init V =  -400.0 Fitted V =  -447.573218729 Chi2 =  0.389652835376
Init V =  -500.0 Fitted V =  -447.572322619 Chi2 =  0.389651835918
Init V =  -600.0 Fitted V =  -609.453833207 Chi2 =  1.41177640316
Init V =  0.0 Fitted V =  -77.4899100091 Chi2 =  2.05893844103
Init V =  -100.0 Fitted V =  -442.942160095 Chi2 =  0.390236617977
Init V =  -200.0 Fitted V =  -442.942371959 Chi2 =  0.390236297643
Init V =  -300.0 Fitted V =  -442.942167809 Chi2 =  0.390236589537
Init V =  -400.0 Fitted V =  -442.942520153 Chi2 =  0.39023612157
Init V =  -500.0 Fitted V =  -442.942625315 Chi2 =  0.390235984981
Init V =  -600.0 Fitted V =  -442.942585278 Chi2 =  0.390236066678
Init V =  0.0 Fitted V =  -41.6820987713 Chi2 =  2.23315795582
Init V =  -100.0 Fitted V =  -432.243473524 Chi2 =  0.290886995998
Init V =  -200.0 Fitted V =  -203.185447326 Chi2 =  2.2282201586
Init V =  -300.0 Fitted V =  -432.243342125 Chi2 =  0.290888113246
Init V =  -400.0 Fitted V =  -432.243251026 Chi2 =  0.290888779463
Init V =  -500.0 Fitted V =  -432.2434197 Chi2 =  0.290887430608
Init V =  -600.0 Fitted V =  -600.979379873 Chi2 =  2.21975219836
Init V =  0.0 Fitted V =  -49.2154211225 Chi2 =  2.16057541729
Init V =  -100.0 Fitted V =  -49.2156377757 Chi2 =  2.1605734168
Init V =  -200.0 Fitted V =  -426.932144104 Chi2 =  0.328073779043
Init V =  -300.0 Fitted V =  -426.932129695 Chi2 =  0.328072908998
Init V =  -400.0 Fitted V =  -426.932138907 Chi2 =  0.32807340063
Init V =  -500.0 Fitted V =  -426.932138706 Chi2 =  0.32807326441
Init V =  -600.0 Fitted V =  -607.80363489 Chi2 =  2.17818473343
Init V =  0.0 Fitted V =  -56.5697986283 Chi2 =  2.28486040421
Init V =  -100.0 Fitted V =  -56.5692901735 Chi2 =  2.2848605253
Init V =  -200.0 Fitted V =  -437.145849136 Chi2 =  0.463932638467
Init V =  -300.0 Fitted V =  -437.145961032 Chi2 =  0.463931345666
Init V =  -400.0 Fitted V =  -437.14600095 Chi2 =  0.463931271185
Init V =  -500.0 Fitted V =  -437.145834527 Chi2 =  0.46393277209
Init V =  -600.0 Fitted V =  -437.14590762 Chi2 =  0.463932039716
Init V =  0.0 Fitted V =  -1.5157887965 Chi2 =  2.59479752811
Init V =  -100.0 Fitted V =  -424.803318476 Chi2 =  0.423990178858
Init V =  -200.0 Fitted V =  -196.373031831 Chi2 =  2.70678582589
Init V =  -300.0 Fitted V =  -424.803363909 Chi2 =  0.423991626047
Init V =  -400.0 Fitted V =  -424.803330338 Chi2 =  0.423990556407
Init V =  -500.0 Fitted V =  -424.803330464 Chi2 =  0.423990622474
Init V =  -600.0 Fitted V =  -424.803349808 Chi2 =  0.423991095443
Init V =  0.0 Fitted V =  -2.34802215189 Chi2 =  3.22328022009
Init V =  -100.0 Fitted V =  7.61769545126 Chi2 =  2.43948327925
Init V =  -200.0 Fitted V =  -417.895185358 Chi2 =  0.436476608079
Init V =  -300.0 Fitted V =  -417.895197164 Chi2 =  0.436476056106
Init V =  -400.0 Fitted V =  -417.895216857 Chi2 =  0.436475683656
Init V =  -500.0 Fitted V =  -417.895251554 Chi2 =  0.436474741075
Init V =  -600.0 Fitted V =  -417.895248239 Chi2 =  0.436474653388
Init V =  0.0 Fitted V =  -17.0628021527 Chi2 =  2.45220434683
Init V =  -100.0 Fitted V =  -211.299069998 Chi2 =  2.46876107286
Init V =  -200.0 Fitted V =  -211.296302615 Chi2 =  2.46876102179
Init V =  -300.0 Fitted V =  -406.885538732 Chi2 =  0.440383879922
Init V =  -400.0 Fitted V =  -406.886480123 Chi2 =  0.440382230867
Init V =  -500.0 Fitted V =  -406.886407177 Chi2 =  0.440382354364
Init V =  -600.0 Fitted V =  -546.309401751 Chi2 =  2.47115397223
Init V =  0.0 Fitted V =  -10.286523937 Chi2 =  2.1497564988
Init V =  -100.0 Fitted V =  -387.950276245 Chi2 =  0.526052471045
Init V =  -200.0 Fitted V =  -387.950350257 Chi2 =  0.526052369085
Init V =  -300.0 Fitted V =  -387.950548559 Chi2 =  0.526052110241
Init V =  -400.0 Fitted V =  -387.953508964 Chi2 =  0.526048169744
Init V =  -500.0 Fitted V =  -499.079440834 Chi2 =  2.19282448222
Init V =  -600.0 Fitted V =  -387.950135359 Chi2 =  0.526052665401
Init V =  0.0 Fitted V =  -25.5652511167 Chi2 =  1.89431961165
Init V =  -100.0 Fitted V =  -374.282613495 Chi2 =  0.58914229741
Init V =  -200.0 Fitted V =  -374.283115549 Chi2 =  0.589141141998
Init V =  -300.0 Fitted V =  -374.282340118 Chi2 =  0.589142853275
Init V =  -400.0 Fitted V =  -374.284993691 Chi2 =  0.58913747615
Init V =  -500.0 Fitted V =  -374.283018237 Chi2 =  0.589141495131
Init V =  -600.0 Fitted V =  -374.282845794 Chi2 =  0.589141754975
Init V =  0.0 Fitted V =  170.55425799 Chi2 =  2.12466127334
Init V =  -100.0 Fitted V =  -332.871328626 Chi2 =  0.768473083336
Init V =  -200.0 Fitted V =  -332.872045847 Chi2 =  0.768473312474
Init V =  -300.0 Fitted V =  -332.870124836 Chi2 =  0.768472714787
Init V =  -400.0 Fitted V =  -332.872047566 Chi2 =  0.768473237253
Init V =  -500.0 Fitted V =  -332.870776016 Chi2 =  0.768472900884
Init V =  -600.0 Fitted V =  -332.871670926 Chi2 =  0.76847312019
Init V =  0.0 Fitted V =  -11.9293594908 Chi2 =  3.39517977015
Init V =  -100.0 Fitted V =  -338.12196802 Chi2 =  0.788433750191
Init V =  -200.0 Fitted V =  -338.122054033 Chi2 =  0.788433771333
Init V =  -300.0 Fitted V =  -338.12376282 Chi2 =  0.788434686405
Init V =  -400.0 Fitted V =  -338.125190741 Chi2 =  0.788432889771
Init V =  -500.0 Fitted V =  -499.48006893 Chi2 =  3.43868005285
Init V =  -600.0 Fitted V =  -609.59561265 Chi2 =  3.43677910212
Init V =  0.0 Fitted V =  -15.0727158159 Chi2 =  3.01182331321
Init V =  -100.0 Fitted V =  -113.143081399 Chi2 =  3.04130117692
Init V =  -200.0 Fitted V =  -338.146337554 Chi2 =  0.716344569801
Init V =  -300.0 Fitted V =  -338.146971479 Chi2 =  0.716343703308
Init V =  -400.0 Fitted V =  -338.14938536 Chi2 =  0.716340659893
Init V =  -500.0 Fitted V =  -338.146802583 Chi2 =  0.716343952486
Init V =  -600.0 Fitted V =  -601.212527796 Chi2 =  3.03447453312
Init V =  0.0 Fitted V =  -11.0588079793 Chi2 =  2.43426922959
Init V =  -100.0 Fitted V =  -320.572350521 Chi2 =  0.845060939373
Init V =  -200.0 Fitted V =  -320.569046828 Chi2 =  0.845060867548
Init V =  -300.0 Fitted V =  -320.572373938 Chi2 =  0.845060862472
Init V =  -400.0 Fitted V =  -320.580311484 Chi2 =  0.84506081589
Init V =  -500.0 Fitted V =  -320.575047877 Chi2 =  0.845061028915
Init V =  -600.0 Fitted V =  -320.574317086 Chi2 =  0.845060848301
Init V =  0.0 Fitted V =  -5.94399609842 Chi2 =  4.11310849111
Init V =  -100.0 Fitted V =  -106.699291631 Chi2 =  4.1528409473
Init V =  -200.0 Fitted V =  -331.505211807 Chi2 =  1.27041756837
Init V =  -300.0 Fitted V =  -331.498711831 Chi2 =  1.27041712067
Init V =  -400.0 Fitted V =  -331.505936203 Chi2 =  1.27041758227
Init V =  -500.0 Fitted V =  -331.504195885 Chi2 =  1.27041748383
Init V =  -600.0 Fitted V =  -331.501390943 Chi2 =  1.27041730729
Init V =  0.0 Fitted V =  -8.06096116058 Chi2 =  3.89618316012
Init V =  -100.0 Fitted V =  -115.480509962 Chi2 =  3.90988146764
Init V =  -200.0 Fitted V =  -311.68424584 Chi2 =  1.07586624508
Init V =  -300.0 Fitted V =  -311.677536836 Chi2 =  1.07586546198
Init V =  -400.0 Fitted V =  -311.684081859 Chi2 =  1.0758662113
Init V =  -500.0 Fitted V =  -311.677819817 Chi2 =  1.07586547856
Init V =  -600.0 Fitted V =  -607.037898265 Chi2 =  3.8877457378
Init V =  0.0 Fitted V =  -9.02293563399 Chi2 =  3.68486123627
Init V =  -100.0 Fitted V =  -110.86512097 Chi2 =  3.7725742596
Init V =  -200.0 Fitted V =  -337.346649762 Chi2 =  1.41582601654
Init V =  -300.0 Fitted V =  -337.346290617 Chi2 =  1.4158262565
Init V =  -400.0 Fitted V =  -337.350971168 Chi2 =  1.41582600102
Init V =  -500.0 Fitted V =  -492.40664933 Chi2 =  3.76465800907
Init V =  -600.0 Fitted V =  -602.209310393 Chi2 =  3.79781818362
Init V =  0.0 Fitted V =  -14.571067019 Chi2 =  4.5839790543
Init V =  -100.0 Fitted V =  -125.918958658 Chi2 =  4.67456893176
Init V =  -200.0 Fitted V =  -362.254339421 Chi2 =  2.4278234846
Init V =  -300.0 Fitted V =  -362.254255482 Chi2 =  2.42782299657
Init V =  -400.0 Fitted V =  -417.347723505 Chi2 =  2.42576548794
Init V =  -500.0 Fitted V =  -495.914068103 Chi2 =  4.73151263201
Init V =  -600.0 Fitted V =  -606.633362257 Chi2 =  4.69328518614
Init V =  0.0 Fitted V =  -5.89721487213 Chi2 =  4.52685570596
Init V =  -100.0 Fitted V =  -381.64242006 Chi2 =  2.44357842098
Init V =  -200.0 Fitted V =  -381.646366047 Chi2 =  2.44357228993
Init V =  -300.0 Fitted V =  -381.641948961 Chi2 =  2.44357914507
Init V =  -400.0 Fitted V =  -422.412430217 Chi2 =  2.1394797909
Init V =  -500.0 Fitted V =  -495.762543264 Chi2 =  4.68177235793
Init V =  -600.0 Fitted V =  -610.948841708 Chi2 =  4.61690970379
Init V =  0.0 Fitted V =  -14.2182629841 Chi2 =  4.48676104206
Init V =  -100.0 Fitted V =  -72.8119418682 Chi2 =  4.57224436406
Init V =  -200.0 Fitted V =  -369.701426772 Chi2 =  2.27231290967
Init V =  -300.0 Fitted V =  -369.700865398 Chi2 =  2.27231376372
Init V =  -400.0 Fitted V =  -421.424874811 Chi2 =  2.0975834976
Init V =  -500.0 Fitted V =  -497.896123551 Chi2 =  4.59380960161
Init V =  -600.0 Fitted V =  -598.5083285 Chi2 =  4.60143120868
Init V =  0.0 Fitted V =  -8.57109097103 Chi2 =  4.83210334927
Init V =  -100.0 Fitted V =  -8.5706613117 Chi2 =  4.83210337644
Init V =  -200.0 Fitted V =  -398.375267997 Chi2 =  2.44735681239
Init V =  -300.0 Fitted V =  -398.374303755 Chi2 =  2.44736053046
Init V =  -400.0 Fitted V =  -424.536688785 Chi2 =  2.13194591509
Init V =  -500.0 Fitted V =  -503.023069173 Chi2 =  4.86183645688
Init V =  -600.0 Fitted V =  -559.415095011 Chi2 =  4.639060267
Init V =  0.0 Fitted V =  -3.74888008205 Chi2 =  5.56783380854
Init V =  -100.0 Fitted V =  -68.1701586164 Chi2 =  5.75270167048
Init V =  -200.0 Fitted V =  -370.874705336 Chi2 =  2.30338093845
Init V =  -300.0 Fitted V =  -370.874790638 Chi2 =  2.30338089815
Init V =  -400.0 Fitted V =  -370.88192798 Chi2 =  2.30336695441
Init V =  -500.0 Fitted V =  -494.960833184 Chi2 =  5.76732387384
Init V =  -600.0 Fitted V =  -606.068610892 Chi2 =  5.74575610926
Init V =  0.0 Fitted V =  -10.4406813111 Chi2 =  5.16891723097
Init V =  -100.0 Fitted V =  -65.5617316616 Chi2 =  5.12826135866
Init V =  -200.0 Fitted V =  -199.770938461 Chi2 =  5.23748595528
Init V =  -300.0 Fitted V =  -416.852614998 Chi2 =  2.21551703316
Init V =  -400.0 Fitted V =  -416.852227937 Chi2 =  2.21551821318
Init V =  -500.0 Fitted V =  -497.729493673 Chi2 =  5.36295842905
Init V =  -600.0 Fitted V =  -617.552946018 Chi2 =  5.30740432559
Init V =  0.0 Fitted V =  -11.1871556529 Chi2 =  4.67737692459
Init V =  -100.0 Fitted V =  -385.097964775 Chi2 =  2.49769172509
Init V =  -200.0 Fitted V =  -385.098022979 Chi2 =  2.4976915342
Init V =  -300.0 Fitted V =  -385.093982723 Chi2 =  2.49769938259
Init V =  -400.0 Fitted V =  -418.179592256 Chi2 =  2.33084807199
Init V =  -500.0 Fitted V =  -500.308293918 Chi2 =  4.94656311289
Init V =  -600.0 Fitted V =  -607.134171464 Chi2 =  4.95695890229
Init V =  0.0 Fitted V =  -42.0542858076 Chi2 =  5.87636400405
Init V =  -100.0 Fitted V =  -392.829074165 Chi2 =  2.62921035773
Init V =  -200.0 Fitted V =  -392.830254295 Chi2 =  2.62920618877
Init V =  -300.0 Fitted V =  -392.828503226 Chi2 =  2.62921237154
Init V =  -400.0 Fitted V =  -419.592373877 Chi2 =  2.58071902894
Init V =  -500.0 Fitted V =  -496.714361314 Chi2 =  6.09762507168
Init V =  -600.0 Fitted V =  -617.97567989 Chi2 =  5.90229106526
Init V =  0.0 Fitted V =  -16.6955484104 Chi2 =  6.43198851134
Init V =  -100.0 Fitted V =  -77.0249652235 Chi2 =  6.54180226062
Init V =  -200.0 Fitted V =  -197.747839167 Chi2 =  6.65527432165
Init V =  -300.0 Fitted V =  -395.216223041 Chi2 =  3.07344398662
Init V =  -400.0 Fitted V =  -420.691135839 Chi2 =  2.93512239467
Init V =  -500.0 Fitted V =  -395.216600968 Chi2 =  3.07344238613
Init V =  -600.0 Fitted V =  -395.218749378 Chi2 =  3.07343366954
Init V =  0.0 Fitted V =  -11.7709233849 Chi2 =  6.94752002173
Init V =  -100.0 Fitted V =  -83.2707632195 Chi2 =  7.01929000679
Init V =  -200.0 Fitted V =  -365.877099869 Chi2 =  3.06330086885
Init V =  -300.0 Fitted V =  -365.87530664 Chi2 =  3.0633051914
Init V =  -400.0 Fitted V =  -365.887977293 Chi2 =  3.06327647811
Init V =  -500.0 Fitted V =  -501.737847001 Chi2 =  7.08777326607
Init V =  -600.0 Fitted V =  -611.391782585 Chi2 =  7.00520976167
Init V =  0.0 Fitted V =  -8.7289889632 Chi2 =  6.33043040971
Init V =  -100.0 Fitted V =  -73.9665434249 Chi2 =  6.48982370315
Init V =  -200.0 Fitted V =  -384.675724029 Chi2 =  3.56101975729
Init V =  -300.0 Fitted V =  -384.676027883 Chi2 =  3.56101350542
Init V =  -400.0 Fitted V =  -384.679131587 Chi2 =  3.56094301885
Init V =  -500.0 Fitted V =  -504.684344656 Chi2 =  6.87085150765
Init V =  -600.0 Fitted V =  -384.675990134 Chi2 =  3.56101397638
Init V =  0.0 Fitted V =  -54.4687952312 Chi2 =  6.24814449634
Init V =  -100.0 Fitted V =  -54.4788110218 Chi2 =  6.24818203016
Init V =  -200.0 Fitted V =  -429.908557611 Chi2 =  2.73519513537
Init V =  -300.0 Fitted V =  -429.908786207 Chi2 =  2.73519466108
Init V =  -400.0 Fitted V =  -429.908699889 Chi2 =  2.73519484674
Init V =  -500.0 Fitted V =  -504.875204334 Chi2 =  6.37892086642
Init V =  -600.0 Fitted V =  -630.838412954 Chi2 =  6.24537954163
Init V =  0.0 Fitted V =  247.924085366 Chi2 =  1.63582709919
Init V =  -100.0 Fitted V =  247.924017076 Chi2 =  1.63582699317
Init V =  -200.0 Fitted V =  -427.090706819 Chi2 =  2.43821240321
Init V =  -300.0 Fitted V =  -301.664306165 Chi2 =  7.05147706149
Init V =  -400.0 Fitted V =  -427.090569124 Chi2 =  2.43821313234
Init V =  -500.0 Fitted V =  -427.090826419 Chi2 =  2.43821143321
Init V =  -600.0 Fitted V =  -568.752026005 Chi2 =  7.34322722623
Init V =  0.0 Fitted V =  17.7538211355 Chi2 =  4.1273016287
Init V =  -100.0 Fitted V =  -68.9736816468 Chi2 =  4.92005852495
Init V =  -200.0 Fitted V =  -194.101606831 Chi2 =  4.87492822138
Init V =  -300.0 Fitted V =  -272.322266545 Chi2 =  5.51872844407
Init V =  -400.0 Fitted V =  -448.712736808 Chi2 =  5.6776733314
Init V =  -500.0 Fitted V =  -448.720782372 Chi2 =  5.67766715884
Init V =  -600.0 Fitted V =  -603.52225278 Chi2 =  6.5837242355
Init V =  0.0 Fitted V =  -19.8945751274 Chi2 =  1.24167106256
Init V =  -100.0 Fitted V =  -49.654660968 Chi2 =  1.2601522134
Init V =  -200.0 Fitted V =  -218.169894631 Chi2 =  1.29248205942
Init V =  -300.0 Fitted V =  -287.903785893 Chi2 =  1.29913621905
Init V =  -400.0 Fitted V =  -427.926786298 Chi2 =  0.634458082627
Init V =  -500.0 Fitted V =  -427.926712635 Chi2 =  0.634457973682
Init V =  -600.0 Fitted V =  -607.081724189 Chi2 =  1.26321234134
Init V =  0.0 Fitted V =  -37.3261328893 Chi2 =  1.34297733226
Init V =  -100.0 Fitted V =  -37.3449804763 Chi2 =  1.34298449223
Init V =  -200.0 Fitted V =  -210.264100512 Chi2 =  1.42389345369
Init V =  -300.0 Fitted V =  -287.436659081 Chi2 =  1.37047572796
Init V =  -400.0 Fitted V =  -440.120133041 Chi2 =  0.623637099328
Init V =  -500.0 Fitted V =  -440.12006804 Chi2 =  0.623636809906
Init V =  -600.0 Fitted V =  -440.119845926 Chi2 =  0.623636137248
Init V =  0.0 Fitted V =  -33.9079861752 Chi2 =  1.22269479851
Init V =  -100.0 Fitted V =  -428.320811629 Chi2 =  0.539182932642
Init V =  -200.0 Fitted V =  -198.682620077 Chi2 =  1.18273990279
Init V =  -300.0 Fitted V =  -285.907741898 Chi2 =  1.29775980271
Init V =  -400.0 Fitted V =  -428.320846517 Chi2 =  0.539182964624
Init V =  -500.0 Fitted V =  -428.321570411 Chi2 =  0.539183399936
Init V =  -600.0 Fitted V =  -611.824438454 Chi2 =  1.31367671027
Init V =  0.0 Fitted V =  230.999283886 Chi2 =  0.657683802824
Init V =  -100.0 Fitted V =  230.999842148 Chi2 =  0.657683407364
Init V =  -200.0 Fitted V =  -180.237576355 Chi2 =  1.66271570836
Init V =  -300.0 Fitted V =  -454.178573763 Chi2 =  0.526664458954
Init V =  -400.0 Fitted V =  -454.175674078 Chi2 =  0.526663356662
Init V =  -500.0 Fitted V =  -454.178030172 Chi2 =  0.526664730402
Init V =  -600.0 Fitted V =  -646.795700518 Chi2 =  1.64227933027
Init V =  0.0 Fitted V =  -58.7047131774 Chi2 =  3.01726941255
Init V =  -100.0 Fitted V =  -493.727000887 Chi2 =  1.01627737902
Init V =  -200.0 Fitted V =  -186.624885875 Chi2 =  3.0752116603
Init V =  -300.0 Fitted V =  -493.728260353 Chi2 =  1.01627639132
Init V =  -400.0 Fitted V =  -493.72777702 Chi2 =  1.01627674919
Init V =  -500.0 Fitted V =  -493.741276171 Chi2 =  1.01626641577
Init V =  -600.0 Fitted V =  -586.026043552 Chi2 =  3.00792877418
Init V =  0.0 Fitted V =  -66.3313781303 Chi2 =  1.81695237117
Init V =  -100.0 Fitted V =  -66.339234091 Chi2 =  1.81695371872
Init V =  -200.0 Fitted V =  -193.627918152 Chi2 =  1.87422669728
Init V =  -300.0 Fitted V =  -295.23637843 Chi2 =  1.8779162615
Init V =  -400.0 Fitted V =  -449.224730711 Chi2 =  0.515904383416
Init V =  -500.0 Fitted V =  -449.225201927 Chi2 =  0.515904771644
Init V =  -600.0 Fitted V =  -608.212349793 Chi2 =  1.79856029805
Init V =  0.0 Fitted V =  -33.1354420463 Chi2 =  1.15208174439
Init V =  -100.0 Fitted V =  -435.108846148 Chi2 =  0.436920278203
Init V =  -200.0 Fitted V =  -199.746699416 Chi2 =  1.22626268704
Init V =  -300.0 Fitted V =  -435.108837396 Chi2 =  0.436920398677
Init V =  -400.0 Fitted V =  -435.106966408 Chi2 =  0.436917498872
Init V =  -500.0 Fitted V =  -435.109807508 Chi2 =  0.436921509082
Init V =  -600.0 Fitted V =  -605.857115462 Chi2 =  1.19395155784
Init V =  0.0 Fitted V =  -16.5868573866 Chi2 =  2.06097919706
Init V =  -100.0 Fitted V =  233.374731432 Chi2 =  0.760030766112
Init V =  -200.0 Fitted V =  -452.963323346 Chi2 =  0.53031259799
Init V =  -300.0 Fitted V =  -452.963094397 Chi2 =  0.530312829084
Init V =  -400.0 Fitted V =  -452.963507303 Chi2 =  0.530312339701
Init V =  -500.0 Fitted V =  -452.963096485 Chi2 =  0.530312900718
Init V =  -600.0 Fitted V =  -452.963268143 Chi2 =  0.530312657014
Init V =  0.0 Fitted V =  -36.3090396263 Chi2 =  2.09198527533
Init V =  -100.0 Fitted V =  -185.521844075 Chi2 =  1.89533198228
Init V =  -200.0 Fitted V =  -185.529926641 Chi2 =  1.89529355893
Init V =  -300.0 Fitted V =  -448.836790945 Chi2 =  0.417092540055
Init V =  -400.0 Fitted V =  -448.836632445 Chi2 =  0.417092676182
Init V =  -500.0 Fitted V =  -448.836257556 Chi2 =  0.417093078804
Init V =  -600.0 Fitted V =  -611.534623867 Chi2 =  2.12351351255
Init V =  0.0 Fitted V =  -446.200238327 Chi2 =  0.330155632788
Init V =  -100.0 Fitted V =  -446.199806767 Chi2 =  0.330155812327
Init V =  -200.0 Fitted V =  -446.199583705 Chi2 =  0.330155910041
Init V =  -300.0 Fitted V =  -446.199881432 Chi2 =  0.330155796406
Init V =  -400.0 Fitted V =  -446.200186465 Chi2 =  0.330155664374
Init V =  -500.0 Fitted V =  -446.199914181 Chi2 =  0.330155766144
Init V =  -600.0 Fitted V =  -596.42500336 Chi2 =  2.16565820308
Init V =  0.0 Fitted V =  224.921272456 Chi2 =  1.70398361236
Init V =  -100.0 Fitted V =  -459.183254679 Chi2 =  0.697794006744
Init V =  -200.0 Fitted V =  -459.182989179 Chi2 =  0.697794315308
Init V =  -300.0 Fitted V =  -459.182700246 Chi2 =  0.697794646105
Init V =  -400.0 Fitted V =  -459.182775494 Chi2 =  0.697794580106
Init V =  -500.0 Fitted V =  -459.182801721 Chi2 =  0.697794535184
Init V =  -600.0 Fitted V =  -598.636538736 Chi2 =  4.2474820982
Init V =  0.0 Fitted V =  -22.2972642237 Chi2 =  2.26877521974
Init V =  -100.0 Fitted V =  87.0512725547 Chi2 =  1.63897585225
Init V =  -200.0 Fitted V =  -451.457124022 Chi2 =  0.408528017612
Init V =  -300.0 Fitted V =  -451.457232363 Chi2 =  0.408527877906
Init V =  -400.0 Fitted V =  -451.457160507 Chi2 =  0.408528031457
Init V =  -500.0 Fitted V =  -451.457169656 Chi2 =  0.408527951455
Init V =  -600.0 Fitted V =  -451.45688049 Chi2 =  0.408528348104
Init V =  0.0 Fitted V =  -16.1303314527 Chi2 =  2.33981588244
Init V =  -100.0 Fitted V =  235.665230156 Chi2 =  0.854766619493
Init V =  -200.0 Fitted V =  -213.738004701 Chi2 =  2.33628358108
Init V =  -300.0 Fitted V =  -447.910135248 Chi2 =  0.430156168773
Init V =  -400.0 Fitted V =  -447.910140185 Chi2 =  0.430156191545
Init V =  -500.0 Fitted V =  -447.909834449 Chi2 =  0.430156526492
Init V =  -600.0 Fitted V =  -447.909718193 Chi2 =  0.430156632396
Init V =  0.0 Fitted V =  -11.4825501181 Chi2 =  3.22772132615
Init V =  -100.0 Fitted V =  237.330753831 Chi2 =  1.19623344773
Init V =  -200.0 Fitted V =  -217.800574443 Chi2 =  3.23820617377
Init V =  -300.0 Fitted V =  -446.560359898 Chi2 =  0.561281911014
Init V =  -400.0 Fitted V =  -446.559913356 Chi2 =  0.561282596204
Init V =  -500.0 Fitted V =  -446.559876316 Chi2 =  0.561282658333
Init V =  -600.0 Fitted V =  -593.679286354 Chi2 =  3.24064963517
Init V =  0.0 Fitted V =  -9.22449657741 Chi2 =  3.46072459032
Init V =  -100.0 Fitted V =  -60.8785071496 Chi2 =  3.46661271391
Init V =  -200.0 Fitted V =  -205.368077559 Chi2 =  3.45990551471
Init V =  -300.0 Fitted V =  -438.829592359 Chi2 =  0.349451063652
Init V =  -400.0 Fitted V =  -438.829496406 Chi2 =  0.349451366533
Init V =  -500.0 Fitted V =  -438.829442511 Chi2 =  0.349451589501
Init V =  -600.0 Fitted V =  -438.829458057 Chi2 =  0.349451521733
Init V =  0.0 Fitted V =  -57.9295544184 Chi2 =  2.86939215205
Init V =  -100.0 Fitted V =  -433.214849129 Chi2 =  0.499652068105
Init V =  -200.0 Fitted V =  -220.26101793 Chi2 =  2.85439191913
Init V =  -300.0 Fitted V =  -433.215139832 Chi2 =  0.49965005294
Init V =  -400.0 Fitted V =  -433.215151229 Chi2 =  0.499649996904
Init V =  -500.0 Fitted V =  -433.215206951 Chi2 =  0.49964953813
Init V =  -600.0 Fitted V =  -433.215115039 Chi2 =  0.499650198049
Init V =  0.0 Fitted V =  -3.22078388373 Chi2 =  2.89343503534
Init V =  -100.0 Fitted V =  -96.3763621259 Chi2 =  3.08493750964
Init V =  -200.0 Fitted V =  -431.55322772 Chi2 =  0.492732884228
Init V =  -300.0 Fitted V =  -431.553144002 Chi2 =  0.492733599126
Init V =  -400.0 Fitted V =  -431.553220986 Chi2 =  0.492732911916
Init V =  -500.0 Fitted V =  -431.553175159 Chi2 =  0.492733328431
Init V =  -600.0 Fitted V =  -431.553163734 Chi2 =  0.492733442581
Init V =  0.0 Fitted V =  -10.8009325623 Chi2 =  2.98624988473
Init V =  -100.0 Fitted V =  257.470697609 Chi2 =  0.869295995026
Init V =  -200.0 Fitted V =  -201.17693557 Chi2 =  3.00158588733
Init V =  -300.0 Fitted V =  -416.86128715 Chi2 =  0.566736623278
Init V =  -400.0 Fitted V =  -416.861373114 Chi2 =  0.566736160879
Init V =  -500.0 Fitted V =  -416.860992233 Chi2 =  0.566738230773
Init V =  -600.0 Fitted V =  -416.861309139 Chi2 =  0.566736506009
Init V =  0.0 Fitted V =  -16.2449848412 Chi2 =  2.50806931178
Init V =  -100.0 Fitted V =  -62.0992811157 Chi2 =  2.52678812147
Init V =  -200.0 Fitted V =  -413.994876849 Chi2 =  0.526166167372
Init V =  -300.0 Fitted V =  -413.994432394 Chi2 =  0.526167386252
Init V =  -400.0 Fitted V =  -413.994711029 Chi2 =  0.526166624362
Init V =  -500.0 Fitted V =  -496.149023411 Chi2 =  2.52322980206
Init V =  -600.0 Fitted V =  -603.841584983 Chi2 =  2.48848392702
Init V =  0.0 Fitted V =  -10.9632333004 Chi2 =  2.11377509941
Init V =  -100.0 Fitted V =  -412.880358261 Chi2 =  0.681407354643
Init V =  -200.0 Fitted V =  -412.88033675 Chi2 =  0.681407395428
Init V =  -300.0 Fitted V =  -412.880346514 Chi2 =  0.681407357778
Init V =  -400.0 Fitted V =  -412.881220828 Chi2 =  0.681405218409
Init V =  -500.0 Fitted V =  -493.022657042 Chi2 =  2.13011856748
Init V =  -600.0 Fitted V =  -611.809413296 Chi2 =  2.13968964273
Init V =  0.0 Fitted V =  -12.1897752756 Chi2 =  2.06871305357
Init V =  -100.0 Fitted V =  -390.416055127 Chi2 =  0.730274648287
Init V =  -200.0 Fitted V =  -390.414964328 Chi2 =  0.73027629513
Init V =  -300.0 Fitted V =  -390.415081912 Chi2 =  0.730276103371
Init V =  -400.0 Fitted V =  -390.424266803 Chi2 =  0.730261943331
Init V =  -500.0 Fitted V =  -390.415390471 Chi2 =  0.730275599947
Init V =  -600.0 Fitted V =  -623.143836682 Chi2 =  2.11853550241
Init V =  0.0 Fitted V =  295.449714705 Chi2 =  1.0469012934
Init V =  -100.0 Fitted V =  -355.569058579 Chi2 =  0.75981995268
Init V =  -200.0 Fitted V =  -355.569135643 Chi2 =  0.759820288214
Init V =  -300.0 Fitted V =  -355.569027586 Chi2 =  0.759818834539
Init V =  -400.0 Fitted V =  -355.568048696 Chi2 =  0.759804816252
Init V =  -500.0 Fitted V =  -355.569168258 Chi2 =  0.759819136526
Init V =  -600.0 Fitted V =  -355.569048816 Chi2 =  0.759820209082
Init V =  0.0 Fitted V =  -17.3962097516 Chi2 =  3.06241222345
Init V =  -100.0 Fitted V =  -81.9916062467 Chi2 =  3.1010785244
Init V =  -200.0 Fitted V =  -330.97304703 Chi2 =  0.942690412245
Init V =  -300.0 Fitted V =  -330.969413565 Chi2 =  0.942689875315
Init V =  -400.0 Fitted V =  -330.974019971 Chi2 =  0.942690567332
Init V =  -500.0 Fitted V =  -330.973465176 Chi2 =  0.942690462792
Init V =  -600.0 Fitted V =  -620.126919362 Chi2 =  3.15217587488
Init V =  0.0 Fitted V =  -17.5803510163 Chi2 =  2.80002909787
Init V =  -100.0 Fitted V =  -327.385650737 Chi2 =  0.716165843284
Init V =  -200.0 Fitted V =  -327.385807986 Chi2 =  0.71616606838
Init V =  -300.0 Fitted V =  -327.385969229 Chi2 =  0.71615756861
Init V =  -400.0 Fitted V =  -327.385779232 Chi2 =  0.716164787632
Init V =  -500.0 Fitted V =  -500.759574514 Chi2 =  2.87554948881
Init V =  -600.0 Fitted V =  -327.385664604 Chi2 =  0.7161655692
Init V =  0.0 Fitted V =  -18.402681833 Chi2 =  2.42213361013
Init V =  -100.0 Fitted V =  -322.689414878 Chi2 =  0.781535621624
Init V =  -200.0 Fitted V =  -322.689759905 Chi2 =  0.781535001305
Init V =  -300.0 Fitted V =  -322.69152907 Chi2 =  0.78152949713
Init V =  -400.0 Fitted V =  -322.693908811 Chi2 =  0.781528890161
Init V =  -500.0 Fitted V =  -422.892467072 Chi2 =  1.89553897109
Init V =  -600.0 Fitted V =  -600.303996018 Chi2 =  2.44477650075
Init V =  0.0 Fitted V =  -1.49013822151 Chi2 =  2.61491127135
Init V =  -100.0 Fitted V =  -313.736002691 Chi2 =  0.914748824549
Init V =  -200.0 Fitted V =  -313.735648424 Chi2 =  0.914748919177
Init V =  -300.0 Fitted V =  -313.735490668 Chi2 =  0.914747092576
Init V =  -400.0 Fitted V =  -313.738802673 Chi2 =  0.914747264476
Init V =  -500.0 Fitted V =  -313.73602213 Chi2 =  0.914749349461
Init V =  -600.0 Fitted V =  -313.735004469 Chi2 =  0.914749124913
Init V =  0.0 Fitted V =  -8.76555083133 Chi2 =  3.49544397313
Init V =  -100.0 Fitted V =  -317.647604351 Chi2 =  1.5453102602
Init V =  -200.0 Fitted V =  -317.638708781 Chi2 =  1.54531005531
Init V =  -300.0 Fitted V =  -317.638452308 Chi2 =  1.54531004565
Init V =  -400.0 Fitted V =  -317.646411313 Chi2 =  1.54531024251
Init V =  -500.0 Fitted V =  -496.967157673 Chi2 =  3.53595700372
Init V =  -600.0 Fitted V =  -607.704554146 Chi2 =  3.51609760802
Init V =  0.0 Fitted V =  -8.46858109912 Chi2 =  3.4730768883
Init V =  -100.0 Fitted V =  -65.1745837258 Chi2 =  3.50834047482
Init V =  -200.0 Fitted V =  -329.168673124 Chi2 =  1.52583350313
Init V =  -300.0 Fitted V =  -329.161776609 Chi2 =  1.52583157632
Init V =  -400.0 Fitted V =  -329.167954632 Chi2 =  1.52583309598
Init V =  -500.0 Fitted V =  -497.060273113 Chi2 =  3.46579487094
Init V =  -600.0 Fitted V =  -329.168145629 Chi2 =  1.52583284547
Init V =  0.0 Fitted V =  -2.84638297876 Chi2 =  4.86519444535
Init V =  -100.0 Fitted V =  -126.90335477 Chi2 =  4.91933306549
Init V =  -200.0 Fitted V =  -357.298171889 Chi2 =  1.4971656197
Init V =  -300.0 Fitted V =  -357.298155896 Chi2 =  1.49716832863
Init V =  -400.0 Fitted V =  -357.301458197 Chi2 =  1.49716537568
Init V =  -500.0 Fitted V =  -357.300822086 Chi2 =  1.49716737425
Init V =  -600.0 Fitted V =  -609.857203079 Chi2 =  4.96633203152
Init V =  0.0 Fitted V =  -9.04894605478 Chi2 =  4.2692956656
Init V =  -100.0 Fitted V =  -9.0583657616 Chi2 =  4.26929428747
Init V =  -200.0 Fitted V =  -378.866522462 Chi2 =  2.04554340808
Init V =  -300.0 Fitted V =  -378.86390056 Chi2 =  2.04554631776
Init V =  -400.0 Fitted V =  -378.880157289 Chi2 =  2.04552725061
Init V =  -500.0 Fitted V =  -497.692139583 Chi2 =  4.32693430203
Init V =  -600.0 Fitted V =  -602.326558789 Chi2 =  4.34823351539
Init V =  0.0 Fitted V =  -7.24938753447 Chi2 =  6.47881852421
Init V =  -100.0 Fitted V =  -66.6606248605 Chi2 =  6.507682416
Init V =  -200.0 Fitted V =  -191.995769509 Chi2 =  6.70917322252
Init V =  -300.0 Fitted V =  -378.255397985 Chi2 =  2.67438093959
Init V =  -400.0 Fitted V =  -378.261050044 Chi2 =  2.67436787815
Init V =  -500.0 Fitted V =  -499.832825967 Chi2 =  6.71016979187
Init V =  -600.0 Fitted V =  -612.923386405 Chi2 =  6.66767917924
Init V =  0.0 Fitted V =  -18.3611677958 Chi2 =  4.01279576854
Init V =  -100.0 Fitted V =  -394.284122861 Chi2 =  1.80340378723
Init V =  -200.0 Fitted V =  -394.287388737 Chi2 =  1.80339806367
Init V =  -300.0 Fitted V =  -394.283451694 Chi2 =  1.80340499187
Init V =  -400.0 Fitted V =  -419.93674924 Chi2 =  1.67722926146
Init V =  -500.0 Fitted V =  -500.945090368 Chi2 =  4.07508678034
Init V =  -600.0 Fitted V =  -603.821213406 Chi2 =  4.05831129611
Init V =  0.0 Fitted V =  -4.19994340982 Chi2 =  4.97156935758
Init V =  -100.0 Fitted V =  -403.028435027 Chi2 =  2.27725165259
Init V =  -200.0 Fitted V =  -403.029575489 Chi2 =  2.27724827061
Init V =  -300.0 Fitted V =  -403.029772357 Chi2 =  2.2772477608
Init V =  -400.0 Fitted V =  -403.057891539 Chi2 =  2.2771642159
Init V =  -500.0 Fitted V =  -403.029959499 Chi2 =  2.27724721227
Init V =  -600.0 Fitted V =  -609.173451781 Chi2 =  5.18176536415
Init V =  0.0 Fitted V =  -24.7812259075 Chi2 =  4.30818549177
Init V =  -100.0 Fitted V =  -24.7766940706 Chi2 =  4.30818763557
Init V =  -200.0 Fitted V =  -355.943144502 Chi2 =  2.43155715501
Init V =  -300.0 Fitted V =  -355.940360733 Chi2 =  2.43155664821
Init V =  -400.0 Fitted V =  -421.32547096 Chi2 =  2.33716448316
Init V =  -500.0 Fitted V =  -495.610956934 Chi2 =  4.49222125691
Init V =  -600.0 Fitted V =  -610.625566542 Chi2 =  4.5465213187
Init V =  0.0 Fitted V =  -6.50717339206 Chi2 =  5.61907257098
Init V =  -100.0 Fitted V =  -71.6635552332 Chi2 =  5.90092898189
Init V =  -200.0 Fitted V =  -382.819570285 Chi2 =  2.79527224794
Init V =  -300.0 Fitted V =  -382.818697506 Chi2 =  2.79527535719
Init V =  -400.0 Fitted V =  -382.831912356 Chi2 =  2.7952272407
Init V =  -500.0 Fitted V =  -498.624411962 Chi2 =  5.86070120778
Init V =  -600.0 Fitted V =  -552.244010386 Chi2 =  5.69306260894
Init V =  0.0 Fitted V =  -18.143664937 Chi2 =  4.97982856385
Init V =  -100.0 Fitted V =  -120.933779657 Chi2 =  5.050546709
Init V =  -200.0 Fitted V =  -191.909620858 Chi2 =  5.02714732345
Init V =  -300.0 Fitted V =  -364.475912641 Chi2 =  2.4605387965
Init V =  -400.0 Fitted V =  -364.486481278 Chi2 =  2.46053059283
Init V =  -500.0 Fitted V =  -497.019840752 Chi2 =  4.9868377284
Init V =  -600.0 Fitted V =  -676.403135495 Chi2 =  4.84039692969
Init V =  0.0 Fitted V =  -7.12569931564 Chi2 =  6.02426724127
Init V =  -100.0 Fitted V =  -379.298014836 Chi2 =  2.46294270234
Init V =  -200.0 Fitted V =  -194.997266766 Chi2 =  6.13504838116
Init V =  -300.0 Fitted V =  -379.297202853 Chi2 =  2.46294534794
Init V =  -400.0 Fitted V =  -379.304310313 Chi2 =  2.46292234383
Init V =  -500.0 Fitted V =  -500.154533554 Chi2 =  6.33284375905
Init V =  -600.0 Fitted V =  -379.298283445 Chi2 =  2.46294181516
Init V =  0.0 Fitted V =  -46.6794426111 Chi2 =  6.03204669111
Init V =  -100.0 Fitted V =  -46.6795676166 Chi2 =  6.03202656287
Init V =  -400.0 Fitted V =  -419.830861269 Chi2 =  2.63489286459
Init V =  -500.0 Fitted V =  -502.8643424 Chi2 =  6.40607753596
Init V =  -600.0 Fitted V =  -625.387946746 Chi2 =  6.35577300851
Init V =  0.0 Fitted V =  -40.1368435247 Chi2 =  5.88565339342
Init V =  -100.0 Fitted V =  -40.1553277817 Chi2 =  5.88564385226
Init V =  -200.0 Fitted V =  -213.410983576 Chi2 =  5.90135738255
Init V =  -300.0 Fitted V =  -381.447561313 Chi2 =  2.84892861911
Init V =  -400.0 Fitted V =  -381.467396397 Chi2 =  2.84889060272
Init V =  -500.0 Fitted V =  -503.792287338 Chi2 =  6.12799441671
Init V =  -600.0 Fitted V =  -617.274077704 Chi2 =  5.92325284179
Init V =  0.0 Fitted V =  -8.24482829549 Chi2 =  7.52021838991
Init V =  -100.0 Fitted V =  -83.5558974034 Chi2 =  7.46999533551
Init V =  -200.0 Fitted V =  -207.306179545 Chi2 =  7.7975516939
Init V =  -300.0 Fitted V =  -415.933837076 Chi2 =  4.42340743458
Init V =  -400.0 Fitted V =  -415.933457231 Chi2 =  4.42340683023
Init V =  -500.0 Fitted V =  -415.942058378 Chi2 =  4.42342030578
Init V =  -600.0 Fitted V =  -415.943779902 Chi2 =  4.423423172
Init V =  0.0 Fitted V =  271.891336175 Chi2 =  3.33710260908
Init V =  -100.0 Fitted V =  271.891494775 Chi2 =  3.33710622899
Init V =  -200.0 Fitted V =  -211.785894075 Chi2 =  7.62821569486
Init V =  -300.0 Fitted V =  -399.423849878 Chi2 =  3.88958864647
Init V =  -400.0 Fitted V =  -399.420120676 Chi2 =  3.88952284707
Init V =  -500.0 Fitted V =  -399.424104487 Chi2 =  3.8895926904
Init V =  -600.0 Fitted V =  -399.424344422 Chi2 =  3.88959721908
Init V =  0.0 Fitted V =  -7.08919115294 Chi2 =  8.33286995712
Init V =  -100.0 Fitted V =  -407.07008363 Chi2 =  6.32909288591
Init V =  -200.0 Fitted V =  -407.068867258 Chi2 =  6.32910073218
Init V =  -300.0 Fitted V =  -302.490964437 Chi2 =  9.72112133514
Init V =  -400.0 Fitted V =  -407.094364453 Chi2 =  6.32894398233
Init V =  -500.0 Fitted V =  -407.06988339 Chi2 =  6.32909445234
Init V =  -600.0 Fitted V =  -633.491230556 Chi2 =  10.0951808586
Init V =  0.0 Fitted V =  16.0416020507 Chi2 =  4.99335562822
Init V =  -100.0 Fitted V =  -62.2519257182 Chi2 =  5.97073537476
Init V =  -200.0 Fitted V =  -194.732420513 Chi2 =  6.2973511763
Init V =  -300.0 Fitted V =  -272.835504228 Chi2 =  8.48533934882
Init V =  -400.0 Fitted V =  -428.937889307 Chi2 =  8.75602045439
Init V =  -500.0 Fitted V =  -428.98452669 Chi2 =  8.7559688623
Init V =  -600.0 Fitted V =  -605.383066279 Chi2 =  10.3463720111
Init V =  0.0 Fitted V =  244.047721603 Chi2 =  0.584430224754
Init V =  -100.0 Fitted V =  -57.7786648309 Chi2 =  1.49782198361
Init V =  -200.0 Fitted V =  -204.239825383 Chi2 =  1.55075045539
Init V =  -300.0 Fitted V =  -275.804509193 Chi2 =  1.56673977391
Init V =  -400.0 Fitted V =  -436.520538641 Chi2 =  0.559339123296
Init V =  -500.0 Fitted V =  -436.520510895 Chi2 =  0.559339070687
Init V =  -600.0 Fitted V =  -602.075792096 Chi2 =  1.52575990822
Init V =  0.0 Fitted V =  -45.3486339098 Chi2 =  1.24557234591
Init V =  -100.0 Fitted V =  -428.875736442 Chi2 =  0.753244487706
Init V =  -200.0 Fitted V =  -182.281720179 Chi2 =  1.30099690214
Init V =  -300.0 Fitted V =  -304.658450138 Chi2 =  1.31616838074
Init V =  -400.0 Fitted V =  -428.876514718 Chi2 =  0.753245850401
Init V =  -500.0 Fitted V =  -428.876474649 Chi2 =  0.75324578686
Init V =  -600.0 Fitted V =  -617.987510802 Chi2 =  1.37064089014
Init V =  0.0 Fitted V =  -56.5264371513 Chi2 =  0.984776909907
Init V =  -100.0 Fitted V =  -56.5209336547 Chi2 =  0.984772605686
Init V =  -200.0 Fitted V =  -184.888815695 Chi2 =  0.990230597112
Init V =  -300.0 Fitted V =  -314.778185101 Chi2 =  1.05550486176
Init V =  -400.0 Fitted V =  -425.768125183 Chi2 =  0.482785550571
Init V =  -500.0 Fitted V =  -425.768388742 Chi2 =  0.482786302686
Init V =  -600.0 Fitted V =  -611.186878055 Chi2 =  1.08134525376
Init V =  0.0 Fitted V =  246.770967515 Chi2 =  0.66926939254
Init V =  -100.0 Fitted V =  246.77117635 Chi2 =  0.66926904947
Init V =  -200.0 Fitted V =  -194.163022265 Chi2 =  1.44317401712
Init V =  -300.0 Fitted V =  -303.759874009 Chi2 =  1.43262649851
Init V =  -400.0 Fitted V =  -444.764963764 Chi2 =  0.625753662682
Init V =  -500.0 Fitted V =  -444.77087017 Chi2 =  0.625759967474
Init V =  -600.0 Fitted V =  -444.771358869 Chi2 =  0.625760534728
Init V =  0.0 Fitted V =  -71.7639192762 Chi2 =  2.27263392674
Init V =  -100.0 Fitted V =  -71.7827358578 Chi2 =  2.27262970321
Init V =  -200.0 Fitted V =  -208.182547261 Chi2 =  2.29173523785
Init V =  -300.0 Fitted V =  -452.152763647 Chi2 =  0.59458589865
Init V =  -400.0 Fitted V =  -452.151091354 Chi2 =  0.594585642556
Init V =  -500.0 Fitted V =  -452.15349657 Chi2 =  0.594586399607
Init V =  -600.0 Fitted V =  -584.862938455 Chi2 =  2.30831638124
Init V =  0.0 Fitted V =  -36.8123110673 Chi2 =  1.48954371206
Init V =  -100.0 Fitted V =  -36.8213985596 Chi2 =  1.48955094413
Init V =  -200.0 Fitted V =  -206.369273357 Chi2 =  1.4830522889
Init V =  -300.0 Fitted V =  -428.910091064 Chi2 =  0.38812811129
Init V =  -400.0 Fitted V =  -428.909994844 Chi2 =  0.388128222869
Init V =  -500.0 Fitted V =  -428.909324377 Chi2 =  0.388128805903
Init V =  -600.0 Fitted V =  -593.400744725 Chi2 =  1.4695034163
Init V =  0.0 Fitted V =  -51.9380627843 Chi2 =  1.55906962265
Init V =  -100.0 Fitted V =  -51.9379630818 Chi2 =  1.55907286546
Init V =  -200.0 Fitted V =  -211.899400401 Chi2 =  1.56923989611
Init V =  -300.0 Fitted V =  -446.213441509 Chi2 =  0.567730056392
Init V =  -400.0 Fitted V =  -446.214538481 Chi2 =  0.567729883632
Init V =  -500.0 Fitted V =  -446.215864506 Chi2 =  0.567729790901
Init V =  -600.0 Fitted V =  -446.213748147 Chi2 =  0.567730029278
Init V =  0.0 Fitted V =  -49.7326342197 Chi2 =  2.05218390269
Init V =  -100.0 Fitted V =  -455.352326175 Chi2 =  0.695767580818
Init V =  -200.0 Fitted V =  -455.352990389 Chi2 =  0.695767399767
Init V =  -300.0 Fitted V =  -455.352961141 Chi2 =  0.695767410508
Init V =  -400.0 Fitted V =  -455.353253531 Chi2 =  0.695767311691
Init V =  -500.0 Fitted V =  -455.357915955 Chi2 =  0.695766032081
Init V =  -600.0 Fitted V =  -654.024229367 Chi2 =  2.12256100643
Init V =  0.0 Fitted V =  -44.4756978861 Chi2 =  2.77904516648
Init V =  -100.0 Fitted V =  -457.564210112 Chi2 =  0.657448585891
Init V =  -200.0 Fitted V =  -207.609516231 Chi2 =  2.77488135471
Init V =  -300.0 Fitted V =  -457.563410502 Chi2 =  0.657448796947
Init V =  -400.0 Fitted V =  -457.564341102 Chi2 =  0.657448540231
Init V =  -500.0 Fitted V =  -457.564677787 Chi2 =  0.657448439079
Init V =  -600.0 Fitted V =  -607.893308676 Chi2 =  2.81986014442
Init V =  0.0 Fitted V =  44.1947103792 Chi2 =  3.23066756686
Init V =  -100.0 Fitted V =  222.85848182 Chi2 =  1.57073135523
Init V =  -200.0 Fitted V =  -464.528282247 Chi2 =  0.656502318168
Init V =  -300.0 Fitted V =  -464.528263771 Chi2 =  0.656502331895
Init V =  -400.0 Fitted V =  -464.527750989 Chi2 =  0.656502630141
Init V =  -500.0 Fitted V =  -464.528280004 Chi2 =  0.656502328866
Init V =  -600.0 Fitted V =  -607.349336351 Chi2 =  3.35448956862
Init V =  0.0 Fitted V =  -55.0013420525 Chi2 =  3.99922312676
Init V =  -100.0 Fitted V =  -55.0025194462 Chi2 =  3.99920401553
Init V =  -200.0 Fitted V =  -202.383592608 Chi2 =  4.00952378946
Init V =  -300.0 Fitted V =  -458.726774828 Chi2 =  0.682262324019
Init V =  -400.0 Fitted V =  -458.726741656 Chi2 =  0.682262380406
Init V =  -500.0 Fitted V =  -458.727195007 Chi2 =  0.68226204345
Init V =  -600.0 Fitted V =  -458.727112793 Chi2 =  0.682262123444
Init V =  0.0 Fitted V =  228.22030672 Chi2 =  1.38148421612
Init V =  -100.0 Fitted V =  228.220596053 Chi2 =  1.38148336265
Init V =  -200.0 Fitted V =  -459.714933843 Chi2 =  0.617521031013
Init V =  -300.0 Fitted V =  -284.35595759 Chi2 =  3.35623747704
Init V =  -400.0 Fitted V =  -459.714407066 Chi2 =  0.617521432922
Init V =  -500.0 Fitted V =  -459.714593436 Chi2 =  0.617521307417
Init V =  -600.0 Fitted V =  -609.17394697 Chi2 =  3.37101614586
Init V =  0.0 Fitted V =  229.291194669 Chi2 =  1.26989335875
Init V =  -100.0 Fitted V =  229.290901996 Chi2 =  1.26989160328
Init V =  -200.0 Fitted V =  -469.075561878 Chi2 =  0.702624976136
Init V =  -300.0 Fitted V =  -469.075121169 Chi2 =  0.702625495227
Init V =  -400.0 Fitted V =  -469.075085591 Chi2 =  0.702625523568
Init V =  -500.0 Fitted V =  -469.074840379 Chi2 =  0.70262582729
Init V =  -600.0 Fitted V =  -613.850459303 Chi2 =  2.61945843598
Init V =  0.0 Fitted V =  -19.3262915264 Chi2 =  2.57458305247
Init V =  -100.0 Fitted V =  -19.3487838611 Chi2 =  2.57458390977
Init V =  -200.0 Fitted V =  -222.454080197 Chi2 =  2.66769630314
Init V =  -300.0 Fitted V =  -450.309931068 Chi2 =  0.572657153882
Init V =  -400.0 Fitted V =  -450.309801166 Chi2 =  0.572657303371
Init V =  -500.0 Fitted V =  -450.310357399 Chi2 =  0.572656934101
Init V =  -600.0 Fitted V =  -612.981126073 Chi2 =  2.64526163335
Init V =  0.0 Fitted V =  -61.0534007338 Chi2 =  2.12133807781
Init V =  -100.0 Fitted V =  -437.070977428 Chi2 =  0.427159115438
Init V =  -200.0 Fitted V =  -206.683159759 Chi2 =  2.14219277995
Init V =  -300.0 Fitted V =  -437.071213866 Chi2 =  0.427158602847
Init V =  -400.0 Fitted V =  -437.070820839 Chi2 =  0.427159434968
Init V =  -500.0 Fitted V =  -437.07131926 Chi2 =  0.427158436952
Init V =  -600.0 Fitted V =  -602.297562423 Chi2 =  2.11208941582
Init V =  0.0 Fitted V =  -40.2048287461 Chi2 =  1.93898827573
Init V =  -100.0 Fitted V =  -427.475102026 Chi2 =  0.481189013084
Init V =  -200.0 Fitted V =  -427.475017626 Chi2 =  0.481189427803
Init V =  -300.0 Fitted V =  -427.474962802 Chi2 =  0.481189659464
Init V =  -400.0 Fitted V =  -427.475084502 Chi2 =  0.481189117264
Init V =  -500.0 Fitted V =  -427.475042424 Chi2 =  0.481189329231
Init V =  -600.0 Fitted V =  -610.249070032 Chi2 =  1.97598011906
Init V =  0.0 Fitted V =  -14.7299108207 Chi2 =  2.0732178181
Init V =  -100.0 Fitted V =  56.1728453304 Chi2 =  1.40582639145
Init V =  -200.0 Fitted V =  -427.353543926 Chi2 =  0.513505351461
Init V =  -300.0 Fitted V =  -427.35382385 Chi2 =  0.513503722171
Init V =  -400.0 Fitted V =  -427.353769547 Chi2 =  0.513504038322
Init V =  -500.0 Fitted V =  -427.353240229 Chi2 =  0.513507127499
Init V =  -600.0 Fitted V =  -427.353792748 Chi2 =  0.513503921294
Init V =  0.0 Fitted V =  -25.6673955245 Chi2 =  1.81341968528
Init V =  -100.0 Fitted V =  -413.938474954 Chi2 =  0.432612966444
Init V =  -200.0 Fitted V =  -193.889570266 Chi2 =  1.83711233812
Init V =  -300.0 Fitted V =  -413.938283359 Chi2 =  0.432613598081
Init V =  -400.0 Fitted V =  -413.947112228 Chi2 =  0.43258180316
Init V =  -500.0 Fitted V =  -413.938603767 Chi2 =  0.432612485304
Init V =  -600.0 Fitted V =  -413.937848571 Chi2 =  0.432615193876
Init V =  0.0 Fitted V =  -65.97514162 Chi2 =  2.1413322034
Init V =  -100.0 Fitted V =  -408.159095938 Chi2 =  0.48860950859
Init V =  -200.0 Fitted V =  -200.710121799 Chi2 =  2.15740806156
Init V =  -300.0 Fitted V =  -408.159221615 Chi2 =  0.488609100861
Init V =  -400.0 Fitted V =  -408.164518223 Chi2 =  0.488592525776
Init V =  -500.0 Fitted V =  -408.158604667 Chi2 =  0.488611026033
Init V =  -600.0 Fitted V =  -408.158881904 Chi2 =  0.488610152493
Init V =  0.0 Fitted V =  -397.546344854 Chi2 =  0.480514803121
Init V =  -100.0 Fitted V =  -56.2085641118 Chi2 =  1.66138701685
Init V =  -200.0 Fitted V =  -397.544788449 Chi2 =  0.480516362204
Init V =  -300.0 Fitted V =  -397.544739193 Chi2 =  0.480516413907
Init V =  -400.0 Fitted V =  -397.558793617 Chi2 =  0.480502128151
Init V =  -500.0 Fitted V =  -397.546307412 Chi2 =  0.480514825788
Init V =  -600.0 Fitted V =  -608.424093992 Chi2 =  1.71460698582
Init V =  0.0 Fitted V =  -53.3955276968 Chi2 =  1.92385185543
Init V =  -100.0 Fitted V =  -53.4735987375 Chi2 =  1.92387611226
Init V =  -200.0 Fitted V =  -381.408588407 Chi2 =  0.683582239874
Init V =  -300.0 Fitted V =  -381.408872144 Chi2 =  0.683581858588
Init V =  -400.0 Fitted V =  -381.424602994 Chi2 =  0.683560457518
Init V =  -500.0 Fitted V =  -502.625763576 Chi2 =  1.97991914154
Init V =  -600.0 Fitted V =  -381.408883037 Chi2 =  0.68358179725
Init V =  0.0 Fitted V =  32.9350351379 Chi2 =  2.33426297303
Init V =  -100.0 Fitted V =  -63.4484702373 Chi2 =  2.46261149552
Init V =  -200.0 Fitted V =  -350.1661557 Chi2 =  0.781867491365
Init V =  -300.0 Fitted V =  -350.165138211 Chi2 =  0.781867366714
Init V =  -400.0 Fitted V =  -350.168675601 Chi2 =  0.781866512169
Init V =  -500.0 Fitted V =  -499.236573755 Chi2 =  2.52812614297
Init V =  -600.0 Fitted V =  -611.437308859 Chi2 =  2.5032024062
Init V =  0.0 Fitted V =  -328.399248817 Chi2 =  0.878514658112
Init V =  -100.0 Fitted V =  -328.401453591 Chi2 =  0.878515390996
Init V =  -200.0 Fitted V =  -328.400340323 Chi2 =  0.878515006167
Init V =  -300.0 Fitted V =  -328.397977313 Chi2 =  0.878514626437
Init V =  -400.0 Fitted V =  -328.402841935 Chi2 =  0.878514965046
Init V =  -500.0 Fitted V =  -499.421252797 Chi2 =  2.6435278474
Init V =  -600.0 Fitted V =  -604.440029524 Chi2 =  2.65274518447
Init V =  0.0 Fitted V =  -362.993559647 Chi2 =  1.11309852367
Init V =  -100.0 Fitted V =  -362.994024223 Chi2 =  1.11309758168
Init V =  -200.0 Fitted V =  -362.993375728 Chi2 =  1.11309909362
Init V =  -300.0 Fitted V =  -362.99284613 Chi2 =  1.11309979144
Init V =  -400.0 Fitted V =  -362.999312277 Chi2 =  1.11308646285
Init V =  -500.0 Fitted V =  -362.992849954 Chi2 =  1.11309995751
Init V =  -600.0 Fitted V =  -606.251517337 Chi2 =  2.58145363469
Init V =  0.0 Fitted V =  32.1184353287 Chi2 =  2.45378371512
Init V =  -100.0 Fitted V =  -76.8723553984 Chi2 =  2.43006960286
Init V =  -200.0 Fitted V =  -343.58079845 Chi2 =  1.21627505496
Init V =  -300.0 Fitted V =  -343.581990189 Chi2 =  1.21627427208
Init V =  -400.0 Fitted V =  -343.591577361 Chi2 =  1.21626781096
Init V =  -500.0 Fitted V =  -500.51186203 Chi2 =  2.74117579886
Init V =  -600.0 Fitted V =  -343.582211714 Chi2 =  1.2162739877
Init V =  0.0 Fitted V =  31.4902920951 Chi2 =  3.23809153587
Init V =  -100.0 Fitted V =  -85.1521090925 Chi2 =  3.32467711622
Init V =  -200.0 Fitted V =  -375.644344247 Chi2 =  1.87256060019
Init V =  -300.0 Fitted V =  -375.645114091 Chi2 =  1.8725601407
Init V =  -400.0 Fitted V =  -375.659785422 Chi2 =  1.87255136637
Init V =  -500.0 Fitted V =  -375.643682276 Chi2 =  1.87256100073
Init V =  -600.0 Fitted V =  -606.555436131 Chi2 =  3.96232391109
Init V =  0.0 Fitted V =  19.7508952546 Chi2 =  4.79994423659
Init V =  -100.0 Fitted V =  -87.7323871764 Chi2 =  5.04945867643
Init V =  -200.0 Fitted V =  -203.808044114 Chi2 =  4.86187204349
Init V =  -300.0 Fitted V =  -369.547288652 Chi2 =  2.99900217054
Init V =  -400.0 Fitted V =  -369.554018132 Chi2 =  2.99900196972
Init V =  -500.0 Fitted V =  -369.549021208 Chi2 =  2.9990021252
Init V =  -600.0 Fitted V =  -605.435514842 Chi2 =  5.87783272996
Init V =  0.0 Fitted V =  3.5632677338 Chi2 =  5.07605488873
Init V =  -100.0 Fitted V =  -80.7973423779 Chi2 =  5.45510393099
Init V =  -200.0 Fitted V =  -197.476038141 Chi2 =  5.82973255434
Init V =  -300.0 Fitted V =  -280.167348147 Chi2 =  6.18459176127
Init V =  -400.0 Fitted V =  -398.652898481 Chi2 =  4.25484757848
Init V =  -500.0 Fitted V =  -494.325564489 Chi2 =  7.03050508252
Init V =  -600.0 Fitted V =  -606.113789875 Chi2 =  6.80379156715
Init V =  0.0 Fitted V =  16.7266400592 Chi2 =  11.2134740142
Init V =  -100.0 Fitted V =  -87.5496753316 Chi2 =  12.3308530975
Init V =  -200.0 Fitted V =  -201.417974714 Chi2 =  13.1947204209
Init V =  -300.0 Fitted V =  -406.811535471 Chi2 =  8.8213512451
Init V =  -400.0 Fitted V =  -406.813760764 Chi2 =  8.82136350929
Init V =  -500.0 Fitted V =  -406.811137098 Chi2 =  8.82134902667
Init V =  -600.0 Fitted V =  -604.556575505 Chi2 =  15.3832708271
Init V =  0.0 Fitted V =  16.4056147095 Chi2 =  8.77768112617
Init V =  -100.0 Fitted V =  -70.7741732747 Chi2 =  11.0106678355
Init V =  -200.0 Fitted V =  -197.961874505 Chi2 =  10.6785452442
Init V =  -300.0 Fitted V =  -276.250111143 Chi2 =  13.5249478177
Init V =  -400.0 Fitted V =  -420.347935359 Chi2 =  15.0845025671
Init V =  -500.0 Fitted V =  -494.919197636 Chi2 =  17.3432126059
Init V =  -600.0 Fitted V =  -606.144720875 Chi2 =  16.2268732284
Init V =  0.0 Fitted V =  11.6397042597 Chi2 =  13.7373301899
Init V =  -100.0 Fitted V =  -72.9128625553 Chi2 =  17.4117312535
Init V =  -200.0 Fitted V =  -194.983448767 Chi2 =  17.5147193467
Init V =  -300.0 Fitted V =  -274.384290083 Chi2 =  21.1611872589
Init V =  -400.0 Fitted V =  -393.024168992 Chi2 =  17.4892090944
Init V =  -500.0 Fitted V =  -393.028950864 Chi2 =  17.4892004374
Init V =  -600.0 Fitted V =  -600.365385859 Chi2 =  27.6211217748
Init V =  0.0 Fitted V =  9.93461372515 Chi2 =  18.9946985286
Init V =  -100.0 Fitted V =  -93.8015473721 Chi2 =  24.659753658
Init V =  -200.0 Fitted V =  -192.030733174 Chi2 =  23.1204536964
Init V =  -300.0 Fitted V =  -272.518184499 Chi2 =  29.923373173
Init V =  -400.0 Fitted V =  -393.67167877 Chi2 =  30.5772828132
Init V =  -500.0 Fitted V =  -393.674942443 Chi2 =  30.5772877945
Init V =  -600.0 Fitted V =  -601.153499294 Chi2 =  36.9664355569
Init V =  0.0 Fitted V =  12.9788145943 Chi2 =  24.415490234
Init V =  -100.0 Fitted V =  -73.2203663693 Chi2 =  35.47952387
Init V =  -200.0 Fitted V =  -189.9410423 Chi2 =  33.6613348418
Init V =  -300.0 Fitted V =  -270.832499527 Chi2 =  46.8921861869
Init V =  -400.0 Fitted V =  -408.587049595 Chi2 =  57.1627842558
Init V =  -500.0 Fitted V =  -413.116231205 Chi2 =  58.3818207392
Init V =  -600.0 Fitted V =  -601.562852469 Chi2 =  58.1420633477
Init V =  0.0 Fitted V =  10.7793731925 Chi2 =  40.5330232713
Init V =  -100.0 Fitted V =  -72.962927177 Chi2 =  60.4419065837
Init V =  -200.0 Fitted V =  -190.268778319 Chi2 =  58.4699879486
Init V =  -300.0 Fitted V =  -271.328995907 Chi2 =  75.1391484787
Init V =  -400.0 Fitted V =  -271.329590853 Chi2 =  75.1391260303
Init V =  -500.0 Fitted V =  -271.329659714 Chi2 =  75.1391239338
Init V =  -600.0 Fitted V =  -602.286983543 Chi2 =  100.136508309
Init V =  0.0 Fitted V =  12.5728274981 Chi2 =  64.9474872955
Init V =  -100.0 Fitted V =  -69.0672772153 Chi2 =  91.9675401676
Init V =  -200.0 Fitted V =  -187.38714223 Chi2 =  91.5663176504
Init V =  -300.0 Fitted V =  -268.822586912 Chi2 =  114.326707563
Init V =  -400.0 Fitted V =  -419.670953834 Chi2 =  149.011738898
Init V =  -500.0 Fitted V =  -419.667219258 Chi2 =  149.01172626
Init V =  -600.0 Fitted V =  -598.91352356 Chi2 =  153.393323403
Init V =  0.0 Fitted V =  12.0266306637 Chi2 =  89.2262080203
Init V =  -100.0 Fitted V =  -67.6702199754 Chi2 =  147.582444502
Init V =  -200.0 Fitted V =  -184.420537469 Chi2 =  142.719007818
Init V =  -300.0 Fitted V =  -268.197204453 Chi2 =  181.195720353
Init V =  -400.0 Fitted V =  -268.197213421 Chi2 =  181.195719309
Init V =  -500.0 Fitted V =  -268.197256684 Chi2 =  181.195724351
Init V =  -600.0 Fitted V =  -600.006008971 Chi2 =  253.116794194
Init V =  0.0 Fitted V =  12.3445287218 Chi2 =  84.6959793617
Init V =  -100.0 Fitted V =  -68.455531944 Chi2 =  142.799104475
Init V =  -200.0 Fitted V =  -183.333345413 Chi2 =  137.407754236
Init V =  -300.0 Fitted V =  -267.626293367 Chi2 =  176.399229448
Init V =  -400.0 Fitted V =  -267.624609461 Chi2 =  176.411226912
Init V =  -500.0 Fitted V =  -490.007820913 Chi2 =  220.445253127
Init V =  -600.0 Fitted V =  -598.722847073 Chi2 =  247.262156177
Init V =  0.0 Fitted V =  12.4234951108 Chi2 =  70.7675421269
Init V =  -100.0 Fitted V =  -69.7463196104 Chi2 =  118.670743636
Init V =  -200.0 Fitted V =  -183.80659685 Chi2 =  114.404028696
Init V =  -300.0 Fitted V =  -267.52050575 Chi2 =  144.876973624
Init V =  -400.0 Fitted V =  -394.052624473 Chi2 =  207.331211601
Init V =  -500.0 Fitted V =  -489.135120099 Chi2 =  181.701079274
Init V =  -600.0 Fitted V =  -597.905896987 Chi2 =  203.869918001
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Init V =  0.0 Fitted V =  13.1034551164 Chi2 =  16.2220732388
Init V =  -100.0 Fitted V =  -67.0253284234 Chi2 =  23.8039949522
Init V =  -200.0 Fitted V =  -185.519389262 Chi2 =  24.571199592
Init V =  -300.0 Fitted V =  -268.692824753 Chi2 =  30.570836386
Init V =  -400.0 Fitted V =  -448.098759656 Chi2 =  36.2221286728
Init V =  -500.0 Fitted V =  -448.097946052 Chi2 =  36.2221018763
Init V =  -600.0 Fitted V =  -598.080527503 Chi2 =  38.7712235222
Init V =  0.0 Fitted V =  19.5102861935 Chi2 =  2.37489300994
Init V =  -100.0 Fitted V =  -71.2387273884 Chi2 =  2.50682806273
Init V =  -200.0 Fitted V =  -188.914876632 Chi2 =  2.47535287439
Init V =  -300.0 Fitted V =  -269.472506896 Chi2 =  2.63627926731
Init V =  -400.0 Fitted V =  -438.610740102 Chi2 =  1.36964270726
Init V =  -500.0 Fitted V =  -438.610969236 Chi2 =  1.36964268887
Init V =  -600.0 Fitted V =  -605.993828662 Chi2 =  2.65621604616
Init V =  0.0 Fitted V =  27.5090334393 Chi2 =  1.72539019347
Init V =  -100.0 Fitted V =  -57.1830993068 Chi2 =  1.81224547685
Init V =  -200.0 Fitted V =  -203.703358464 Chi2 =  2.01532709747
Init V =  -300.0 Fitted V =  -421.926994306 Chi2 =  1.46359927617
Init V =  -400.0 Fitted V =  -421.933095788 Chi2 =  1.46360436605
Init V =  -500.0 Fitted V =  -421.926741225 Chi2 =  1.46359902716
Init V =  -600.0 Fitted V =  -610.007206148 Chi2 =  2.19140771395
Init V =  0.0 Fitted V =  25.2764405675 Chi2 =  1.5037573585
Init V =  -100.0 Fitted V =  25.2743414591 Chi2 =  1.50375824247
Init V =  -200.0 Fitted V =  -197.868917203 Chi2 =  1.82765901451
Init V =  -300.0 Fitted V =  -446.743299389 Chi2 =  1.53022255843
Init V =  -400.0 Fitted V =  -446.73772964 Chi2 =  1.53022465903
Init V =  -500.0 Fitted V =  -446.743313846 Chi2 =  1.530222552
Init V =  -600.0 Fitted V =  -602.33274879 Chi2 =  2.26786272556
Init V =  0.0 Fitted V =  22.9157473163 Chi2 =  1.85884454396
Init V =  -100.0 Fitted V =  -119.379061073 Chi2 =  2.13976128463
Init V =  -200.0 Fitted V =  -178.345006462 Chi2 =  2.51756272216
Init V =  -300.0 Fitted V =  -445.053436837 Chi2 =  1.35475965038
Init V =  -400.0 Fitted V =  -445.05280446 Chi2 =  1.35475966092
Init V =  -500.0 Fitted V =  -445.056144525 Chi2 =  1.35475965536
Init V =  -600.0 Fitted V =  -603.467331416 Chi2 =  2.46284432419
Init V =  0.0 Fitted V =  27.453997726 Chi2 =  1.56222137255
Init V =  -100.0 Fitted V =  -58.1927144174 Chi2 =  1.63557733721
Init V =  -200.0 Fitted V =  -193.651913469 Chi2 =  1.85663951584
Init V =  -300.0 Fitted V =  -271.329819098 Chi2 =  1.89563220601
Init V =  -400.0 Fitted V =  -436.588608246 Chi2 =  1.3037105499
Init V =  -500.0 Fitted V =  -436.604723491 Chi2 =  1.30372282748
Init V =  -600.0 Fitted V =  -599.247165023 Chi2 =  2.12117587366
Init V =  0.0 Fitted V =  21.0702296411 Chi2 =  1.89491325243
Init V =  -100.0 Fitted V =  -63.9257462893 Chi2 =  1.95131648858
Init V =  -200.0 Fitted V =  -181.15521123 Chi2 =  1.9676741296
Init V =  -300.0 Fitted V =  -437.758613086 Chi2 =  1.19346342587
Init V =  -400.0 Fitted V =  -437.756359341 Chi2 =  1.19346337135
Init V =  -500.0 Fitted V =  -437.758046738 Chi2 =  1.19346337555
Init V =  -600.0 Fitted V =  -608.814732769 Chi2 =  2.30449591594
Init V =  0.0 Fitted V =  250.705878664 Chi2 =  0.718565586752
Init V =  -100.0 Fitted V =  -65.6806548688 Chi2 =  1.90794879558
Init V =  -200.0 Fitted V =  -196.856389185 Chi2 =  1.9024737155
Init V =  -300.0 Fitted V =  -427.613208708 Chi2 =  0.959815339835
Init V =  -400.0 Fitted V =  -427.610940824 Chi2 =  0.959809536643
Init V =  -500.0 Fitted V =  -427.613055899 Chi2 =  0.959814947518
Init V =  -600.0 Fitted V =  -599.522231017 Chi2 =  2.17475136445
Init V =  0.0 Fitted V =  25.2832514157 Chi2 =  1.8644984045
Init V =  -100.0 Fitted V =  -101.063659826 Chi2 =  2.16921181574
Init V =  -200.0 Fitted V =  -188.277863424 Chi2 =  2.18057975646
Init V =  -300.0 Fitted V =  -269.900442216 Chi2 =  2.24486934978
Init V =  -400.0 Fitted V =  -438.800645568 Chi2 =  1.28811328317
Init V =  -500.0 Fitted V =  -438.802804642 Chi2 =  1.28811491076
Init V =  -600.0 Fitted V =  -568.791948745 Chi2 =  2.42061939405
Init V =  0.0 Fitted V =  260.249967185 Chi2 =  1.28058044929
Init V =  -100.0 Fitted V =  -53.9592700317 Chi2 =  1.97153575389
Init V =  -200.0 Fitted V =  -200.475274648 Chi2 =  1.93193295616
Init V =  -300.0 Fitted V =  -273.087771665 Chi2 =  2.01922378683
Init V =  -400.0 Fitted V =  -468.515732712 Chi2 =  1.04280317282
Init V =  -500.0 Fitted V =  -468.521461271 Chi2 =  1.04279968094
Init V =  -600.0 Fitted V =  -598.549767116 Chi2 =  2.20431636729
Init V =  0.0 Fitted V =  32.0416785981 Chi2 =  1.84565868894
Init V =  -100.0 Fitted V =  23.957268267 Chi2 =  1.5866872133
Init V =  -200.0 Fitted V =  24.0239634703 Chi2 =  1.58668622592
Init V =  -300.0 Fitted V =  -280.13796594 Chi2 =  2.08937023331
Init V =  -400.0 Fitted V =  -452.728145285 Chi2 =  1.17107506192
Init V =  -500.0 Fitted V =  -452.733102887 Chi2 =  1.17107491526
Init V =  -600.0 Fitted V =  -610.386520057 Chi2 =  2.22845871491
Init V =  0.0 Fitted V =  22.047707025 Chi2 =  2.37017974004
Init V =  -100.0 Fitted V =  -68.9859591238 Chi2 =  2.77825640368
Init V =  -200.0 Fitted V =  -192.803087282 Chi2 =  2.77638127686
Init V =  -300.0 Fitted V =  -270.87073845 Chi2 =  3.05287296702
Init V =  -400.0 Fitted V =  -452.282317282 Chi2 =  1.86424322546
Init V =  -500.0 Fitted V =  -452.288179775 Chi2 =  1.86424011406
Init V =  -600.0 Fitted V =  -607.879905218 Chi2 =  3.38259275281
Init V =  0.0 Fitted V =  16.0021135713 Chi2 =  3.99939887538
Init V =  -100.0 Fitted V =  -58.516386882 Chi2 =  4.25109498344
Init V =  -200.0 Fitted V =  -199.063718102 Chi2 =  4.48131958125
Init V =  -300.0 Fitted V =  -274.176197148 Chi2 =  4.54940257371
Init V =  -400.0 Fitted V =  -452.528482372 Chi2 =  2.23496666387
Init V =  -500.0 Fitted V =  -452.526900444 Chi2 =  2.23496663797
Init V =  -600.0 Fitted V =  -602.71622954 Chi2 =  5.12762439041
Init V =  0.0 Fitted V =  11.9730794573 Chi2 =  4.16566715433
Init V =  -100.0 Fitted V =  -65.6879159528 Chi2 =  5.18177205571
Init V =  -200.0 Fitted V =  -190.178258721 Chi2 =  5.17552993043
Init V =  -300.0 Fitted V =  -272.144861666 Chi2 =  5.68413272345
Init V =  -400.0 Fitted V =  -446.992387131 Chi2 =  3.83413342597
Init V =  -500.0 Fitted V =  -446.994478701 Chi2 =  3.83413463163
Init V =  -600.0 Fitted V =  -596.365962042 Chi2 =  6.36233149446
Init V =  0.0 Fitted V =  10.1650000587 Chi2 =  5.59563242872
Init V =  -100.0 Fitted V =  -70.664531133 Chi2 =  6.90546502132
Init V =  -200.0 Fitted V =  -188.788108635 Chi2 =  6.95897559769
Init V =  -300.0 Fitted V =  -272.089960439 Chi2 =  7.98137865199
Init V =  -400.0 Fitted V =  -449.247478024 Chi2 =  6.93163169668
Init V =  -500.0 Fitted V =  -449.247602212 Chi2 =  6.93163201066
Init V =  -600.0 Fitted V =  -601.21762332 Chi2 =  9.66898882232
Init V =  0.0 Fitted V =  13.1918002836 Chi2 =  6.66596842211
Init V =  -100.0 Fitted V =  -64.8770437874 Chi2 =  9.804690918
Init V =  -200.0 Fitted V =  -190.055353606 Chi2 =  9.89443115121
Init V =  -300.0 Fitted V =  -270.025831387 Chi2 =  11.567769548
Init V =  -400.0 Fitted V =  -429.735607987 Chi2 =  14.6563281935
Init V =  -500.0 Fitted V =  -429.739708483 Chi2 =  14.6563492223
Init V =  -600.0 Fitted V =  -598.679192361 Chi2 =  15.4630957224
Init V =  0.0 Fitted V =  11.9091701725 Chi2 =  16.6565526803
Init V =  -100.0 Fitted V =  -67.7840047735 Chi2 =  26.4653396324
Init V =  -200.0 Fitted V =  -182.884662454 Chi2 =  26.0937240854
Init V =  -300.0 Fitted V =  -268.235357489 Chi2 =  32.8281576655
Init V =  -400.0 Fitted V =  -439.755923433 Chi2 =  43.7698731959
Init V =  -500.0 Fitted V =  -439.794243261 Chi2 =  43.7698693444
Init V =  -600.0 Fitted V =  -600.206440688 Chi2 =  44.4829891599
Init V =  0.0 Fitted V =  12.3183516383 Chi2 =  65.7126990475
Init V =  -100.0 Fitted V =  -66.9852554131 Chi2 =  106.671781917
Init V =  -200.0 Fitted V =  -181.950706596 Chi2 =  103.003598114
Init V =  -300.0 Fitted V =  -267.959938888 Chi2 =  139.869196031
Init V =  -400.0 Fitted V =  -451.602261007 Chi2 =  185.642790932
Init V =  -500.0 Fitted V =  -450.277068795 Chi2 =  187.877730118
Init V =  -600.0 Fitted V =  -597.975250965 Chi2 =  186.721363815
Init V =  0.0 Fitted V =  12.2109381512 Chi2 =  73.0104147594
Init V =  -100.0 Fitted V =  -66.7636827861 Chi2 =  122.100532181
Init V =  -200.0 Fitted V =  -179.415313667 Chi2 =  206.839277743
Init V =  -300.0 Fitted V =  -268.075854687 Chi2 =  151.541259459
Init V =  -400.0 Fitted V =  -426.900269822 Chi2 =  213.374701292
Init V =  -500.0 Fitted V =  -494.433600723 Chi2 =  188.039057909
Init V =  -600.0 Fitted V =  -599.300479802 Chi2 =  210.827821563
Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

Traceback (most recent call last):
  File "/Users/blaunet/Documents/M31/orcs/orcs/utils.py", line 113, in fit_lines_in_spectrum
    **kwargs)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 2521, in _fit_lines_in_spectrum
    fit = fv.fit(compute_mcmc_error=compute_mcmc_error)
  File "/Users/blaunet/Documents/M31/orb/orb/fit.py", line 430, in fit
    full_output=True)
  File "/usr/local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 701, in curve_fit
    ydata = np.asarray_chkfinite(ydata)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1215, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs

In [35]:
# np.save('../fits/SN3_lines_20_11.npy', out)
out = np.load('../fits/SN3_lines_20_11.npy')
In [36]:
SN3_velocity_map = np.zeros((43,43))
gas_after_nburst_lines = np.zeros_like(SN3_clean)
for x,y in np.ndindex(SN3_velocity_map.shape):
    try:
        SN3_velocity_map[x,y] = out[x,y]['fit_params']['velocity'][0]
        gas_after_nburst_lines[x,y,:] = out[x,y]['line_spectra']
    except TypeError:
        SN3_velocity_map[x,y] = np.nan
        gas_after_nburst_lines[x,y,:] = np.nan * np.ones(840)
In [49]:
f, ax = plt.subplots()
ax.scatter(SN2_velocity_map.flatten(), SN3_velocity_map.flatten(), marker='+', s=1)
ax.plot(np.arange(-800,0), np.arange(-800,0), 'k--')
ax.set_xlabel('V Hbeta')
ax.set_ylabel(' V Halpha')
ax.set_xlim(-800,0)
ax.set_ylim(-800,0)
f.show()
In [288]:
#Interactive plot
map_fig, _ = plot_map(velocity_map, cmap='jet', colorbar=True, vmin=-600, vmax=0)
spec_fig, spec_axis = plt.subplots()
spec_plotter = SpectraPlotter(SN3_axis, SN3_clean, gas_after_nburst_lines, spec_axis,
                              residual=False,
                              title='',
                              xlims=[14750, 15380],
                              label=['Nburst clean', 'Gas Lines fit', 'Residual'])
spec_plotter.connect(map_fig)
map_fig.show()
In [56]:
out[2,3]['fit_params']['flux'][1]
Out[56]:
-3.0395048262191255e-15