Closed alex-delavega closed 8 years ago
It looks like this is due to the line
PARAMETER = name:redshift type:from_file
in your parameter file.
Can you try to set the redshift of the sources in a different way, i.e. removing the above line from the parameter file, and change your filters_3dhst.dat
into
# It contains the filters to be used when calculating only photmetric models
redshift:colName:z
#uncomment the above if you want to fit with a fixed redshift, also change param file to make redshift parameter 'fixed', rather than 'fitted'
units:Jy
object_ID:colName:ID
redshift:colName:z
index:208 flux:colName:flux_B fluxerr:colName:fluxerr_B label:WFC_F435W
index:209 flux:colName:flux_V fluxerr:colName:fluxerr_V label:WFC_F606W
index:210 flux:colName:flux_i fluxerr:colName:fluxerr_i label:WFC_F775W
index:212 flux:colName:flux_z fluxerr:colName:fluxerr_z label:WFC_F850W
index:215 flux:colName:flux_j1 fluxerr:colName:fluxerr_j1 label:WFC3_F125W
index:216 flux:colName:flux_j2 fluxerr:colName:fluxerr_j2 label:WFC3_F140W
index:217 flux:colName:flux_H fluxerr:colName:fluxerr_H label:WFC3_F160W
Let me know if it solves the crash
@jacopo-chevallard, thank you! No crashes!
I did have another issue. I would like to include Ha and Hb in the fits (for now just Ha) and have attempted to do so in the additional files in the new attached
.zip. When running fit_3dhst_spec.param
I acquire the same error as before:
docker run --rm -it -v /Users/vega/Desktop/BEAGLE/BEAGLE-general-master:/opt/BEAGLE --env-file env.list beagletool/beagle:0.7.2 --parameter-file /opt/BEAGLE/params/fit_3dhst_spec.param --fit
All the templates read.
Reading Filter File: /opt/BEAGLE/build/FILTERBIN.RES
271 filters defined, out of 500 maximum ...done
---> fixed sfh_type 0
---> fixed attenuation_type 0
---> fitted tauV_eff 0
---> fixed mu 0
---> fitted tau 1
---> fitted metallicity 1
---> fitted mass 1
---> fitted sfr 1
n_fitted: 5
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7FD87EEF4E08
#1 0x7FD87EEF3F90
#2 0x7FD87E62649F
#3 0x494061 in __spectral_indices_MOD_load_observation_indices at spectral_indices.f90:449
#4 0x407143 in MAIN__ at BEAGLE.f90:386
Quantities are in default units. Thanks! 3dhst_fit.zip
Hi Alex, can you, please, move this other issue into a new issue? just to keep some order here! :)
My apologies! Moved to #32.
Perfect!
I have two galaxies from 3DHST for which I'm trying to fit the photometry from the 3DHST catalogue. I can run
cat_fit_photomtry.param
andfit_spectrum_example.param
fine, and earlier this week I was able to fit the photometry for my targets without a problem. When I try again today I keep seeing this error occur just for my .param file and I'm not sure what's going on:Attached are my files, including the data. 3dhst_fit.zip