- May 18, 2022
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
This is a bandaid to allow the `--input-url` option to be used to read in single files. It adds zero functionality beyond what already existed when the `--input-file` option was used.
-
- Aug 26, 2021
-
-
Jeremy M Fee authored
-
- Aug 25, 2021
-
-
Cain, Payton David authored
-
- Aug 18, 2021
-
-
- Aug 16, 2021
-
-
Jeremy M Fee authored
-
- Mar 22, 2021
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
- Mar 19, 2021
-
-
Cain, Payton David authored
-
- Mar 15, 2021
-
-
Cain, Payton David authored
-
- Feb 02, 2021
-
-
Cain, Payton David authored
-
- Jan 20, 2021
-
-
Jeremy M Fee authored
-
- Dec 17, 2020
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
-
Cain, Payton David authored
-
- Nov 24, 2020
-
-
Erin (Josh) Rigler authored
Also, fixed controller's get_output_factory to initialize the MiniSeedFactory class when --ouput is miniseed
-
- Oct 27, 2020
-
-
Cain, Payton David authored
-
- Oct 26, 2020
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
- May 26, 2020
-
-
Cain, Payton David authored
-
- May 22, 2020
-
-
Cain, Payton David authored
-
- Mar 03, 2020
-
-
Jeremy M Fee authored
-
- Feb 19, 2020
-
-
Erin (Josh) Rigler authored
Updated command line argument for output factory
-
- Feb 14, 2020
-
-
Jeremy M Fee authored
Remove conversion factor arguments, add tests, fix how metadata is accessed and make convert method "public"
-
- Feb 13, 2020
-
-
Jeremy M Fee authored
-
- Jan 30, 2020
-
-
Cain, Payton David authored
Moves convert_voltbin method to MiniseedFactory with corresponding test file rewrites. Adds conversion arguments to controller.
-
- Dec 16, 2019
-
-
Jeremy M Fee authored
-
- Dec 05, 2019
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Nov 09, 2018
-
-
Update controller to use algorithm next_start_time to pre-process data, move where args.realtime is processed for testing
-
-
-
-
- Oct 12, 2018
-
-
The `--realtime` option for the Controller/CLI was previously only a boolean flag that specified a fixed start/end interval depending on the interval (minute or second). It still does this, but the user now has the option to pass an integer argument (e.g., `--realtime 300`) that allows the user to specify the number of seconds before NOW to consider "realtime". For a clear explanation of how this works, see: https://stackoverflow.com/a/34652207.
-