Dylan Mikesell

Results 23 issues of Dylan Mikesell

Below are examples of the miniseed files that are downloaded using EQTransformer. Note channels names are HH1 and HH2. GS.ID06.00.HH1__20170915T000000Z__20170916T000000Z.mseed GS.ID06.00.HH2__20170917T000000Z__20170918T000000Z.mseed GS.ID06.00.HH1__20170916T000000Z__20170917T000000Z.mseed GS.ID06.00.HH2__20170918T000000Z__20170919T000000Z.mseed GS.ID06.00.HH1__20170917T000000Z__20170918T000000Z.mseed GS.ID06.00.HHZ__20170915T000000Z__20170916T000000Z.mseed GS.ID06.00.HH1__20170918T000000Z__20170919T000000Z.mseed GS.ID06.00.HHZ__20170916T000000Z__20170917T000000Z.mseed GS.ID06.00.HH2__20170915T000000Z__20170916T000000Z.mseed GS.ID06.00.HHZ__20170917T000000Z__20170918T000000Z.mseed GS.ID06.00.HH2__20170916T000000Z__20170917T000000Z.mseed...

I am running a download using a channel filter (I think anyways). I use the following. `channel_list=["HH[ZNE12]"]` However, I returned in the json file in json/ is the complete list...

I would suggest renaming _decimalDegrees2DMS to _decimalDegrees2DM. You are not actually computing seconds, instead you have minutes with decimals. Therefore, the function name is misleading and when I was trying...

First off, thank you for making this code public! I have a question about the goal of this code though. Is there a reason that this code has been written...

FYI, the call to imresize() in feature_extractor.py is not working when I am running this on a mac with Python 3. This function is deprecated, [see this page](https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imresize.html). I found...

Hi FAST developers, @sf-wilbur and I have question about the fingerprint json files (e.g. fp_input_CI_CDY_EHZ.json). Is there an automatic routine to set these files up? We could not find one,...

This corrects errors related to saving a synthetic dispersion curve when the user provides an output filename structure.

We have been using BayHunter for a near-surface study ( 0: # check if targets exist TypeError: object of type 'numpy.float64' has no len() ``` You can see in the...

First off, thank you for this code. It is great! We are using it for two projects right now and pulling out some very useful subsurface information. We noticed that...

I was trying to save synthetic dispersion curves to a given file name. I got the following error. SynthObs.save_data(syn_disp, outfile=disp_file) File "/Users/dmikesell/anaconda3/envs/tomo/lib/python3.7/site-packages/BayHunter/SynthObs.py", line 108, in save_data name, ext = os.path.splitext(outfile)...