exoplanetvetting / DAVE

Discovery and Vetting of Exoplanets
MIT License
9 stars 2 forks source link

sweet.py refers to a missing import #6

Open sriramsrao opened 4 years ago

sriramsrao commented 4 years ago

import dave.misc.lsf as lsf

Can you please check this in?

I am trying to use DAVE for one of my projects and I am running import related issues. Can you please help?

pllim commented 4 years ago

I just encountered this problem as well. lsf.computeAmplitudeAndPhaseWithUnc is nowhere to be found.

pllim commented 4 years ago

I am not sure if lsf ever existed here. git log --all -- misc/lsf.py with latest master clone gives empty result.

pllim commented 4 years ago

@mustaric , is this the one you mentioned: https://github.com/exoplanetvetting/DAVE/blob/test_DAVE/misc/lsf.py ?

mustaric commented 4 years ago

Here is a link to the lsf code I was thinking of.. I'm not sure I want to try to fix the dependency on exoplanetvetting/DAVE, but here is where to find the code. https://github.com/barentsen/dave/blob/prf-fits/misc/lsf.py I'm not sure what the test_DAVE one is..?? They are probably the same.