Joshua Jones

Results 31 comments of Joshua Jones

I do see that your code renormalizes the filters, i.e., in OrthoFilter: ``` # make sure it is normalized in l2-norm return OrthoFilter{T}(qmf./norm(qmf), name) ``` What I don't understand is...

I agree that the best way to proceed is to require gapless data on GPU. That implies some design issues, though. Let me walk you through where I am with...

This is an unusual situation. I've been working with SAC data since 1997 and yours are the first files I've seen whose string header values use leading whitespace. Every other...

I'm mostly unfamiliar with Seismic Handler, but everything I've found about it suggests that it uses mini-SEED. There's mention of a "Q format" in https://www.seismic-handler.org/chrome/site/sh.pdf, but that particular PDF was...

I'll state here that I don't like the idea of making ASDF a separate package at all. Too much work for too little payoff. For example, if we separate ASDF...

Oh, I understand now. Thank you for clarifying. The issue of the workflow I/O being different is an excellent point, but there's an underlying philosophical question: do we _want_ SeisIO...

I've updated the tutorial to include a detailed section describing how to use ASDF read/write. The changes are live on `dev` and will go to `master` tomorrow. I've changed the...

1. Same tool. My intent is for SeisIO to match `:resp` to the units of the channel's dependent variable -- hence, an extra complex zero in IrisFetch.m. I probably need...

Interesting test error. I'm going to try pushing a simple fix for this today, but the only way I'll know if it worked is if the SeedLink test fails to...