ebachelet / pyLIMA

GNU General Public License v3.0
30 stars 8 forks source link

Example 1 input data #55

Closed eddiemorris135 closed 1 year ago

eddiemorris135 commented 1 year ago

thanks for placing this tool in the public domain.

As a hobbyist I am using it to learn more about microlensing. However, I am struggling to find suitable data would replace 'Survey_1.dat' for example.

I attempted to use the following database: https://exoplanetarchive.ipac.caltech.edu/cgi-bin/TblSearch/nph-tblSearchInit?app=ExoTbls&config=keplerstellar with kepler ID 11904151

but the resulting PDCSAP_FLUX_ERR array is not of the same length as the PDCSAP_FLUX array.

Perhaps there are more convenient database sources? Thanks Ed

ytsapras commented 1 year ago

Hi Ed, We're pleased to hear that you want to learn more about microlensing. Even though it is the third most successful method in finding exoplanets, it is a rather tricky one to explain when compared to transits or radial velocity. The effort does pay off though, once you start being able to visualize the geometry of the system in your head!

To answer your question, the easiest option is to download light curves directly from the surveys. e.g. if you want data from the OGLE 2018 survey, go to their website and click on the name of any event. This will take you to the event page, where you can find a link to the actual photometry data file right at the bottom.

Most new microlensing publications these days also include the actual light curve data as attachments to the electronic version of the article, so that's another option to keep in mind.

ebachelet commented 1 year ago

Hi Ed

Thanks for your interest in pyLIMA and microlensing in general. In addition to Yiannis, I will add that the Microlensing Source (https://www.microlensing-source.org/) is also a good source of information. Of course, we are also happy to reply to your questions here (time permitted!).

eddiemorris135 commented 1 year ago

Thanks guys for the tips!