Ryan May

Results 784 comments of Ryan May

Another point: a pure C implementation only needs a C compiler, not a C++. This might be a consideration for simplifying the build environment library clients. I’m thinking specifically about...

We're officially on the clock here, as NumPy 2.0 will release [16 June 2024](https://github.com/numpy/numpy/issues/24300#issuecomment-2125643448). It would be good to get some kind of release out the door since currently importing...

IANAL, but my understanding is that none of this statement matters to actually assert/hold copyright: the authors of a work have the copyright unless it is explicitly (via document) transferred/relinquished....

Yeah, that kind of failure is something where I double check the uploaded test image, and then just set the threshold to something slightly above the failure RMS, which should...

The crux of the problem is that they're finding the most recent version [using `max` on a collection of version strings](https://github.com/dependabot/dependabot-core/pull/11848#discussion_r2098550242). Unfortunately, `'3.10'` < `'3.9'` in this way. More aggravating...

I feel like dropping ALL tilts that don't match the lowest Nyquist is going to be pretty hit or miss and affect vertical extent. For instance, this is for KFCX...

I'm curious to look at the sweeps and see just what's going on there...

Ok, so it looks like the SZ-2 phase coding for the range ambiguity resolution on the velocity cuts results in some kind of power bias. I'm rusty on my phase...

Thanks for finding the issue I couldn't find the other day for some reason--I knew it was around somewhere.

Automation not done yet.