- May 17, 2023
-
-
Wilbur, Spencer Franklin authored
Allow `None` value for --[in|out]put-port See merge request !229
-
Erin (Josh) Rigler authored
This is probably a band-aid covering up for earlier poor design choices, but `--input-port=None` and `--output-port=None` are now allowed in calls to the `get_*_factory()` functions in factory.py. If `None`, a default value is used in subsequent calls to initialize the respective factories. This fixes broken geomag-filter processing that arose when a `None` value was used to initialize factories after the `--input-port` and `--output-port` options were added in the previous merge request.
-
- May 16, 2023
-
-
Wilbur, Spencer Franklin authored
changed the port from 2061 to 22061 for data.py, MiniseedFactory.py and MiniseedInputCllient.py See merge request !225
-
- May 15, 2023
-
-
Erin (Josh) Rigler authored
Fixes some residual calculations Closes #93 and #89 See merge request !228
-
- May 12, 2023
-
-
Erin (Josh) Rigler authored
The scale_value used to check residual observations should always be in radians. It is a ratio, not an angle, so converting it to degrees never made sense. Also, the SpreadsheetAbsolutesFactory needed to NOT change the scale_value read from spreadsheets into degrees. Finally, both the SpreadsheetAbsolutesFactory and the SpreadsheetSummaryFactory were modified to look for spreadsheet files more aggressively in their respective base_directories... this was done in this commit in order to get the residual_test.py unit tests to all pass. The only changes made to the latter were to remove a couple of forgotten print() statements.
-
- May 11, 2023
-
-
Erin (Josh) Rigler authored
- fix math used to calculate ordinates from baselines and absolutes - modify json files that hold the expected values for related unit tests - fix a typo in the adjusted_test.py unit test module
-
- May 10, 2023
-
-
Wilbur, Spencer Franklin authored
changed the argument keyword port to input_port when calling the get_*_factory functions in filters.py
-
Wernle, Alexandra Nicole authored
Spreadsheet Factory Metadata Changes See merge request !222
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Changed get_summary_flags to return False values if no matching summary spreadsheet is found and defined reviewed metadata.
-
Wilbur, Spencer Franklin authored
Added port options --input_port and --output_port to the factory.py files as arguments in the get_miniseed_factory and get_edge_factory functions. Also added these options to all *_command definitions, and passed them to all appropiate get_*_factory() calls.
-
- May 08, 2023
-
-
Wilbur, Spencer Franklin authored
changed the ports from 22061 back to 2061 except for the defined port in MiniSeedFactory.py which is set to 7974 on line 28
-
Wernle, Alexandra Nicole authored
Modify TimeseriesUtility.py's split_trace() See merge request !226
-
Erin (Josh) Rigler authored
The split_trace() function always dropped the last sample. This was seemingly part of a flawed logic designed to prevent traces being written to Edge by the MiniSeedInputClient that spanned midnight. This worked, but only if the original trace actually spanned midnight. For the majority of data that do not span midnight, this dropped a sample every time. The updated logic does what I believe was the original intent (that is, it breaks traces into more manageable chunks) without duplicating or losing any data. This is consistent with obspy's concept of data slices, where a starttime and endtime are always inclusive, but it deviates somewhat from MiniSeed logic, which assumes a starttime, plus a delta, plus a number of samples. It was necessary to update a couple unit tests for the MiniSeedFactory to work with this new logic, but I am certain that the original test logic was not based on anything but what the TimeseriesUtility.py function(s) returned when they were originally written.
-
- May 04, 2023
-
-
Wilbur, Spencer Franklin authored
-
- Apr 27, 2023
-
-
Wilbur, Spencer Franklin authored
-
- Apr 25, 2023
-
-
Erin (Josh) Rigler authored
changed the host in multiple scripts from cwbpub.cr to edgecwb See merge request !224
-
Wilbur, Spencer Franklin authored
-
- Apr 24, 2023
-
-
Wilbur, Spencer Franklin authored
-
- Apr 14, 2023
-
-
Sachuk, Lina authored
Issue 76: added a list of diagnostics to the reading See merge request !221
-
Sachuk, Lina authored
-
- Apr 13, 2023
-
-
Sachuk, Lina authored
-
Sachuk, Lina authored
-
Sachuk, Lina authored
-
Sachuk, Lina authored
-
- Apr 11, 2023
-
-
Sachuk, Lina authored
-
Wernle, Alexandra Nicole authored
Updating to version 1.7.0 See merge request !220
-
Geels, Brendan Ryan authored
-
- Apr 10, 2023
-
-
Wernle, Alexandra Nicole authored
Removed valid requirements, added valid as attribute to Absolutes, added features to handle spreadsheets that do not have 4 sets" See merge request !213
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Added get_summary_flags function to pull valid flags from SpreadsheetSummaryFactory and match absolutes based on time. Modified many functions to pass arguments down to get_summary_flags.
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Added parse_relative_time function to avoid circular referencing and added formatting into function, added convert_baseline function in case value is None, and made sets_len variable toadd a dynamic range to _parse_readings function.
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Changed adjusted_test.py to assert arrays are equal to 168 instead of 146 because no readings are rejected.
-
Wernle, Alexandra Nicole authored
Changed test_CMO_summaries function to assert 28 readings instead of 26 now that no readings are rejected
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Fix metadata for hot, gut, sjt, and tuc. See merge request !219
-