Replies: 1 comment
-
LC estimators are principally designed for detached binaries. They may work on semi-detached but are unlikely to do a good job for contact binaries. Existing LC estimators can certainly be generalized, or a dedicated contact-binary estimator could be implemented, but that's not on our immediate radar. PRs are always welcome, though! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently attempting extract various parameters of observed eclipsing systems by following the LC Estimators documentation. I have been able to run all three models with an EA system, but am having issues with both EB and EW systems. For each star, their phases, magnitudes (which are converted into fluxes within the program), and errors are given to the program (data can be found here: EA System, EB System, EW System). The code can be found below, while images to each system can be found here: EA System, EB System, EW System
The EA system can run each model (MLP, KNN, and LC_GEOM) successfully using the default_binary bundle (see image here), however when using the default_contact_binary bundle (and only the KNN model) for the EW system (since using the default_binary bundle causes the periastron to overflow), I receive the following error:
![image](https://private-user-images.githubusercontent.com/130495218/339530345-4290f908-6854-4ff5-ab31-461f618e2a0e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDE5ODgsIm5iZiI6MTczOTIwMTY4OCwicGF0aCI6Ii8xMzA0OTUyMTgvMzM5NTMwMzQ1LTQyOTBmOTA4LTY4NTQtNGZmNS1hYjMxLTQ2MWY2MThlMmEwZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNTM0NDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ZjVhNzA1YmFlOTBhODliM2I3MTE2ZmFkY2QyNjQzZmQ3NTg4MDhjYjA2NDUwZmJhMDRmY2ZhNDcxNmI2YTA4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.yqal7vRQuPcHmmYrmqdiWz8B3BMXXGiFAtbxvZVfWFI)
If instead I attempt to use the EB system, I get this error instead:
![image](https://private-user-images.githubusercontent.com/130495218/339530922-e48257db-8ae0-47b6-a248-4546277f654e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDE5ODgsIm5iZiI6MTczOTIwMTY4OCwicGF0aCI6Ii8xMzA0OTUyMTgvMzM5NTMwOTIyLWU0ODI1N2RiLThhZTAtNDdiNi1hMjQ4LTQ1NDYyNzdmNjU0ZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNTM0NDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NWZkMjgxODljMTE2NjUxOTBiZTVjZTk2NWUyYWE3MmQ3M2IwM2NlZmZjNWNkZDE5ODI4NTMwMzdkN2ViMzNjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Tpa3ZMQia1V1J3gttLTRLmKCTH3jT4L5jkumB76AKfs)
I have attempted to use the default_contact_binary bundle on simulated data, however the results for the KNN model did not agree with the data. I have the code for the simulated contact system and its plot below.
Is there any way to correct for either error with the observed EW and EB data? Thank you in advance and sorry for the inconvenience.
Beta Was this translation helpful? Give feedback.
All reactions