Replies: 2 comments 1 reply
-
What are you using for pblum_mode and l3 (third light)? If your data are absolutely calibrated, then you might want to consider setting the Are you attempting to fit these (with an optimizer or sampler) or just running the forward model with known inputs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's what the optimizer calculated, we didn't shift any data. Does PHOEBE's input data have to be absolute flux?
…---Original---
From: "Kyle ***@***.***>
Date: Wed, Apr 19, 2023 21:57 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [phoebe-project/phoebe2] The calculation problem of three bandsof BVR. (Discussion #727)
What are you using for pblum_mode and l3 (third light)? If your data are absolutely calibrated, then you might want to consider setting the pblum_mode for the first to component-coupled and the remaining to dataset-coupled so they follow the appropriate scalings relative to each other. Otherwise you'll need to set the appropriate values for each manually to get the scaling correct.
Are you attempting to fit these (with an optimizer or sampler) or just running the forward model with known inputs?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Sir.
I have a problem. When I input the three BVR bands together into PHOEBE2.4, the V band fits very well. But the zero phase in the B and R bands is not very good. We changed the comparison star and the check star and got the same result.
When entering, we described the BVR data:
b = phoebe.default_binary(contact_binary=True)
b.add_dataset('lc', times=T1,fluxes=F1,sigmas=S1,dataset='lcB',passband='Johnson:B',compute_phases=phoebe.linspace(0,1,101))
b.add_dataset('lc', times=T2,fluxes=F2,sigmas=S2,dataset='lcV',passband='Johnson:V',compute_phases=phoebe.linspace(0,1,101))
b.add_dataset('lc', times=T3,fluxes=F3,sigmas=S3,dataset='lcR',passband='Johnson:R',compute_phases=phoebe.linspace(0,1,101))
b.set_value_all('ld_mode@lcB', 'lookup')
b.set_value_all('ld_mode@lcV', 'lookup')
b.set_value_all('ld_mode@lcR', 'lookup')
Do you know what the reason is? Thank you very much.
Here are our results
Beta Was this translation helpful? Give feedback.
All reactions