Dylan Mikesell

Results 14 comments of Dylan Mikesell

I think the mass_downloader call is fine. However, in utils/downloader.py there is the makeStationList() function. It looks to me like someone was trying to code in a channel filter given...

Okay. No problem. It would be nice to state that in the tutorial/documentation somewhere so the user knows it is happening.

I agree with the approach proposed by @wrightaprilm. I think it would also be worthwhile to move this line `Tip: print and type are built-in functions in Python. Later in...

Update: Here is the error related to this. syn_disp = SynthObs.return_swddata(depth_int, vs_mean, vpvs=vpvs, x=syn_per) File "/Users/dmikesell/anaconda3/envs/tomo/lib/python3.7/site-packages/BayHunter/SynthObs.py", line 52, in return_swddata h=h, vp=vp, vs=vs, rho=rho) File "/Users/dmikesell/anaconda3/envs/tomo/lib/python3.7/site-packages/BayHunter/surf96_modsw.py", line 99, in run_model...

You can you do whatever you like to the function :). I would just like to be able to get disp or vel when I want it. Either during the...

Okay. I am working on the Julia version now. Will probably be late tomorrow or Tuesday before I have something worth sharing. Working through his Cleveland Volcano example has brought...

I am back to translating this MATLAB code. Any opinions on interpolation packages? Interpolations.jl Dierckx.jl GridInterpolations.jl ApproXD.jl I need to do a 1D nearest neighbor interpolation (to follow Matt's code)....

Any thoughts on which library? Interpolations.jl seemed pretty good to me after looking through the documentation. Last commit was 15 days ago so it looks like they are still maintaining...

I have a working version of the interpolation I need using Interpolations.jl. It is actually very slick in my opinion. I am going to keep using this package unless I...

No worries. I got the basics finished today. See image that compares new Julia code to Matt's MATLAB output. This is an example that compares colocated broadband and short period...