Eric Thompson
Eric Thompson
Hi, the way we (including @cbworden) have been calling NGA East GMMs no longer seems to work in 3.15 (the last version that we were using this code and it...
Need to: - [x] Clone repo to gitlab - [x] Remove all c/cython - [x] Remove usernames from documentation - [x] Remove links to azure in readme - [x] Gitlab...
I'm thinking that a simple sqlite database to track the command history and status would be useful. I think that having a table for each of these subcommands: - download...
Give examples and include instructions for finding step options/arguments.
From discussion of #1036: > We might think about restructuring the top-level code to be less argparse centric. We could push argparse-specific code to the command line script and make...
We don't ever use type hints and probably should do so: https://docs.python.org/3/library/typing.html
It is important that the SNR be normalized such that the result is not a function of the difference in duration between the signal and noise windows. Currently, we do...