Closed MarcoCast79 closed 7 years ago
Adding the line
object_ID:colName:ID
is indeed the right way to go. Can you report the other error that you're getting? Also, when pasting errors, please put surround them by triple back ticks, to avoid creating spurious references to other issues (see the way I edited your comment above).
I'm getting the following:
> At line 2415 of file /root/src/github.com/jacopo-chevallard/BEAGLE/build/dependencies/astrofortran/src/lib_io.f90
>Fortran runtime error: Bad real number in item 1 of list input
in case the error is in the format of the files, I put here in Dropbox the configuration files and catalog file for you to check.
Thanks for your help
Hi Marco, I had to modify a bit the parameter file, and the fitting seems to run now.
Remember that the only allowed parameters are those indicated in Section 5 of the manual, so, for instance, neither mass_w_age
nor M_star
are adjustable parameters, they are just quantities printed in the output file.
Don't hesitate to ask me or @eclake in the case of questions.
Yes it runs here too, thanks!
I'm trying to fit spectral indices only of one source, with no photometric catalog, but BEAGLE complains about the lack of objects IDs:
where should it find indication of the ID in this case?
I tried adding the information
in the spectral indices configuration file, but it doesn't work (though the error message is different)
also trying passing a filter file with such an information (but no actual filter list and no photometric catalogue) does not work
What can I do? Thanks!