Is there an phoebe example of fitting the light curve affected by star spots with mcmc method? #548
Replies: 4 comments 6 replies
-
Unfortunately there is no example for that exact scenario, but you should be able to piece together what you need from a few different examples:
Keep in mind that spots are terribly degenerate, so even if you get decent looking results, I would caution against claiming it as a physical or constrained solution. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am also exploring an observational binary with spots right now and am a bit clueless. What is the 'spot feature'? Could the spots be optimized with NMS by calling 'spot' to the fit_parameters=[] when adding NMS solvers? I randomly tried this and run the optimizer outside (export_compute, remote running using nohup), but when the status is complete, there is no '.py.out' file but the nohup.out file size is large (~200GB) Or, when optimizing the spots, should I call each of the parameter twigs (like "colat@spot01@feature") in the fit_parameter=[] (and by using MCMC, when initializing the MCMC and creating the distribution of each spot parameter)? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'd like to inform you and ask about my previous progress and questions. I tried to
but it takes a long time (more than 12 hours; I'm running PHOEBE at my university computational service server), so I always halt the process before it finishes. I tried the
I vary the max iter number from 1000 to 10000 (which differs at the computing time, around 2 to 4 days). The
the output of all varying num of max iter is:
My first question is: did I assign the parameters and optimization settings wrong? Since it seems like all the optimization attempts failed. Then I tried to use MCMC to sample the spots (like this forum's questions) since dingxu6207 said he/she has solved it. Here's how I prepare the MCMC run:
It takes around 2-3 days and seems to work since it returns *.py.out file. But when I import the solution
My second question is the same as the first question: did I assign the parameters and MCMC sampler settings wrong? I don't understand the error; why is it nothing could be found to plot? I'll attach the solution py.out file here in ZIP. Thank you! |
Beta Was this translation helpful? Give feedback.
-
May I have the example of FF Vul light curve fitting? The previous zip file that you uploaded seems missing the data of LC_FFVul_B.txt. Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
I want to fit a light curve affected by star spots, but I do not know how to do it. Is there an example? Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions