argiopetech / base

Bayesian Analysis for Stellar Evolution
http://webfac.db.erau.edu/~vonhippt/base9/
11 stars 4 forks source link

Gaia filters in simCluster #72

Closed olivares-j closed 4 years ago

olivares-j commented 5 years ago

Hello, First of all thanks for the grate code you have created.

So I just installed BASE-9 from the repository and run test with the default parameters from the base9.yml file and it worked well. Then I tried to do the same but using PARSEC model but when I run simCluster it only generates ugrizJHK photometry but it did not generate the G, G_BP and G_RP filters. How can I get them? Thanks in advance.

tedvh commented 5 years ago

Hi Javier -

I just tried this and agree. I got the same result. I took a quick look at the code and cannot find where we are ignoring the Gaia photometry columns. I'm looping Elliot Robinson, the group's software engineer, in on this. If it is a quick fix he may be able to help on a short timescale.

-Ted

On 4/11/19 9:36 AM, Javier Olivares Romero wrote:

Hello, First of all thanks for the grate code you have created.

So I just installed BASE-9 from the repository and run test with the default parameters from the base9.yml file and it worked well. Then I tried to do the same but using PARSEC model but when I run simCluster it only generates ugrizJHK photometry but it did not generate the G, G_BP and G_RP filters. How can I get them? Thanks in advance.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/argiopetech/base/issues/72, or mute the thread https://github.com/notifications/unsubscribe-auth/AEOeMofvR-oV5o3lzvC9Da-QD6aAwQtcks5vfzpfgaJpZM4cpoP0.

KevinBeeson commented 4 years ago

Hi,

Thanks also for the code you have created. I just ran the code and encountered the same error. I was wondering if this is still an issue you are working on/found a fix?

Many thanks,

Kevin

argiopetech commented 4 years ago

It would appear this is an expected result of the white dwarf atmosphere models (Bergeron ~2013) not containing the filters you're looking for.

You can fix this either by running without white dwarfs (--noWDs flag), which will ignore the missing white dwarf filters and give you all available MS filters, or ensure you're on the newest code from the master branch and have the newest models so you can use the Bergeron 2019 atmospheres, which contain these filters.

Apologies for my long delay here. This issue somehow fell off my radar till Ted brought it back up to me last week.