Closed steveschulze closed 7 years ago
Hi Steve, we made some API changes in ver >= 0.16.x, we're preparing a message to the mailing list explaining them. For now you can use ver <=0.15.x
Hi Jacopo, Thanks for your quick reply. I will stick to version 0.15. Cheers, Steve
Hi,
I recently pulled version 0.16.0. When I attempt to fit an SED with default settings
docker run --rm -it -v $HOME/BEAGLE-general:/BEAGLE_virtual_workdir \
--env-file BEAGLE-general/env.list beagletool/beagle:0.16.0 --parameter-file \
/BEAGLE_virtual_workdir/params/fit_photometry_example.param --fit
BEAGLE stops after rebinning the templates, without an error message. I set verbose to the highest level but the output (below) does not point to an obvious problem.
I use docker version 17.06.0-ce-mac19 (18663) and VirtualBox 5.1.20 on a Mac OS 10.11.6.
Cheers,
Steve
docker run --rm -it -v $HOME/BEAGLE-general:/BEAGLE_virtual_workdir --env-file BEAGLE-general/env.list beagletool/beagle:0.16.0 --parameter-file /BEAGLE_virtual_workdir/params/fit_photometry_example.param --fit
Reading the file containing the templates name -----> /BEAGLE_virtual_workdir/templates/ineb_Jan16_C100/cb2013_n2_mup100_N015_O01_deplO70_C100_Jan16
Ionization parameter values in the model grid: -4.00000000 -3.50000000 -3.00000000 -2.50000000 -2.00000000 -1.50000000 -1.00000000
Metallicities values in the model grid: 9.99999975E-05 1.99999995E-04 5.00000024E-04 1.00000005E-03 2.00000009E-03 4.00000019E-03 6.00000005E-03 8.00000038E-03 9.99999978E-03 1.40000004E-02 1.70000009E-02 1.99999996E-02 2.99999993E-02
Depletion factor values in the model grid: 0.100000001 0.300000012 0.500000000
Carbon-to-Oxygen ratio values in the model grid: 1.00000000
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Skipping 30 header lines
Reading 220 lines
Reducing the wavalength range of the templates to the user chosen range 900.000000 - 60000.0000 angstroms
Current (original) number of wavelength bins: 11742 ( 13391 )
Reducing the wavalength range of the templates to the user chosen range 900.000000 - 60000.0000 angstroms
Current (original) number of wavelength bins: 11742 ( 13391 )
Rebinning the templates to a bin width of 10.0000000 angstrom
Current (original) number of wavelength bins: 2184 ( 11742 )
Rebinning the templates to a bin width of 10.0000000 angstrom
Current (original) number of wavelength bins: 2184 ( 11742 )
---> fixed sfh_type 0 ---> fitted mass 0 ---> fitted redshift 0 ---> dependent nebular_logU 0 ---> fixed nebular_xi 0 ---> dependent nebular_Z 0 ---> fixed attenuation_type 0 ---> fitted tauV_eff 0 ---> fixed mu 0 ---> fitted tau 1 ---> fitted metallicity 1 ---> fitted sfr 1 ---> fitted specific_sfr 1 n_fitted: 7
[WARNING: Parameter redshift not found. ] [FUNCTION: "find_MCMC_parameter" ] [MODULE: "parameters_handling" ]
[WARNING: Parameter tauV_eff not found. ] [FUNCTION: "find_MCMC_parameter" ] [MODULE: "parameters_handling" ]
[WARNING: Parameter tau not found. ] [FUNCTION: "find_MCMC_parameter" ] [MODULE: "parameters_handling" ]
[WARNING: Parameter metallicity not found. ] [FUNCTION: "find_MCMC_parameter" ] [MODULE: "parameters_handling" ]
[WARNING: Parameter sfr not found. ] [FUNCTION: "find_MCMC_parameter" ] [MODULE: "parameters_handling" ]
[WARNING: Parameter specific_sfr not found. ] [FUNCTION: "find_MCMC_parameter" ] [MODULE: "parameters_handling" ]
Total CPU time: 0.00000000 seconds