# Reference expected output of the pPXF examples.
# PPXF package file ppxf_2017-07-04.zip using IDL 6.4
###############################################################################

IDL> t=systime(1) & PPXF_KINEMATICS_EXAMPLE_SAURON & print, systime(1)-t, " seconds"
 Component         V     sigma        h3        h4        h5        h6
         0      436.      113.     0.033     0.063     0.000     0.000
Jac calls: 5; Func calls: 29; Status: 1
chi2/DOF:       1.0205049
Nonzero Templates: 10 / 144
Formal errors:    dV    dsigma       dh3       dh4
                 2.4       5.3     0.019     0.032
       6.8410001 seconds

###############################################################################

IDL> t=systime(1) & PPXF_KINEMATICS_EXAMPLE_SDSS & print, systime(1)-t, " seconds"
 Component         V     sigma        h3        h4        h5        h6
         0     1212.       97.    -0.033     0.022     0.000     0.000
Jac calls: 6; Func calls: 28; Status: 1
chi2/DOF:      0.96717710
Nonzero Templates: 5 / 144
Formal errors:    dV    dsigma       dh3       dh4
                 1.9       2.9     0.016     0.021
       27.624000 seconds

###############################################################################

IDL> t=systime(1) & PPXF_POPULATION_GAS_EXAMPLE_SDSS & print, systime(1)-t, " seconds"
 Component         V     sigma        h3        h4        h5        h6
         0     1212.       99.    -0.031     0.045     0.000     0.000
         1     1207.       78.     0.000     0.000     0.000     0.000
         2     1197.       68.     0.000     0.000     0.000     0.000
Jac calls: 6; Func calls: 97; Status: 1
chi2/DOF:       1.0252621
Nonzero Templates: 42 / 153
Desired Delta Chi^2:      76.1052
Current Delta Chi^2:       73.158996
++++++++++++++++++++++++++++++
Balmer Gas V=1207 and sigma=78 km/s
Forbidden Gas V=1197 and sigma=68 km/s
Emission lines fluxes:
      Hdelta: 0.114
      Hgamma: 0.239
       Hbeta: 0.43
      Halpha: 1.13
   [SII]6716: 0.243
   [SII]6731: 0.182
 [OIII]5007d: 1.25
   [OI]6300d: 0.0588
  [NII]6583d: 0.402
------------------------------
       122.93100 seconds

###############################################################################

IDL> t=systime(1) & PPXF_TWO_COMPONENTS_EXAMPLE & print, systime(1)-t, " seconds"
+++++++++++++++++++++++++++++++++++++++++++++
 Component         V     sigma        h3        h4        h5        h6
         0      249.      101.     0.004    -0.001     0.000     0.000
         1        1.      200.    -0.001    -0.007     0.000     0.000
Jac calls: 10; Func calls: 96; Status: 1
chi2/DOF:       1.0209570
Nonzero Templates: 3 / 4
Templates weights:
   0.000524      0.999       1.00      0.000
---------------------------------------------
 Component         V     sigma        h3        h4        h5        h6
         0      186.      171.    -0.154     0.108     0.000     0.000
Jac calls: 7; Func calls: 32; Status: 1
chi2/DOF:       3.4925440
Nonzero Templates: 2 / 4
Templates weights:
      0.908      0.963      0.000      0.000
=============================================
       8.5620000 seconds

###############################################################################
