Kexin Rong

Results 10 comments of Kexin Rong

@dgryski In fact ASAP does return points that are evenly spaced. It dynamically selects a window size for the moving average filter and applies it to the original time series,...

If you downgrade your scipy to an earlier version, the code should still work for Python3. Please feel free to submit a pull request for the fix. In the meantime,...

Thanks for your interest! Please beware that this is research code put together by a group of people overtime. The way the code is structured right now is pretty much...

Thanks for reporting this! I just pushed a fix for this problem (i was from a previous commit error). Let me know whether the fix works for you.

It seems that the imresize function was [removed](https://docs.scipy.org/doc/scipy-1.0.0/reference/generated/scipy.misc.imresize.html) in scipy 1.3.0. You might want to downgrade scipy to an earlier version, or use the new function instead. For reference, I...

Hi, Thanks for reaching out. You are right that we do not provide an automatic script for generating json files. Within the JSON file, you probably won't need to customize...

Hi Spencer, Thanks for reaching out. This sounds like a config error, maybe due to relative path. Are your sac files under `FAST/data/waveforms02/`? The wrapper script (run_fp) basically cds in...

It's a bit hard for me to debug with only the provided information, but here is what I was suggesting: `~/FAST$ cd fingerprint/` `~/FAST/fingerprint$ python gen_fp.py ../parameters/fingerprint/fp_input_*.json` Of course, you...

Paris - Thanks for the information! Hi Martin: Thanks for reaching out. Please refer to Pari's comments on the overall project structure and preprocessing. A few additions/clarifications: For Table 1:...

One additional note: with the new updated datasets, it should be easier to get an example run. For example, if you compile the RunAdaptive as the main executable, you can...