Open sriramsrao opened 4 years ago
I just encountered this problem as well. lsf.computeAmplitudeAndPhaseWithUnc
is nowhere to be found.
I am not sure if lsf
ever existed here. git log --all -- misc/lsf.py
with latest master
clone gives empty result.
@mustaric , is this the one you mentioned: https://github.com/exoplanetvetting/DAVE/blob/test_DAVE/misc/lsf.py ?
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.
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?