- Jun 14, 2023
-
-
Wernle, Alexandra Nicole authored
Remove trimming of base_directory in spreadsheet factories See merge request !237
-
Wernle, Alexandra Nicole authored
-
- Jun 13, 2023
-
-
Wernle, Alexandra Nicole authored
-
- Jun 09, 2023
-
-
Wernle, Alexandra Nicole authored
Additional Spreadsheet Factory Changes See merge request !236
-
Wernle, Alexandra Nicole authored
-
- May 26, 2023
-
-
Wernle, Alexandra Nicole authored
Empty set upload fix for copy-absolutes See merge request !235
-
Wernle, Alexandra Nicole authored
-
- May 25, 2023
-
-
Erin (Josh) Rigler authored
Updating the version to v1.7.1 See merge request !234
-
Erin (Josh) Rigler authored
-
Sachuk, Lina authored
Add "Test" to CMT's name See merge request !233
-
Erin (Josh) Rigler authored
This allows the front-end to filter out test observatories when building the dashboard. Also, removed "(ObsRIO)" from some of the other test systems, since this label was no longer indicative of anything special.
-
- May 23, 2023
-
-
Erin (Josh) Rigler authored
fix login bug Closes #94 See merge request !231
-
- May 22, 2023
-
-
Eddie J Hunter authored
-
- May 18, 2023
-
-
Wernle, Alexandra Nicole authored
Changes to copy_absolutes.py and new copy_observatory.py See merge request !227
-
Wernle, Alexandra Nicole authored
Removed List module. Renamed observatories to observatory_metadata. Passed created_by_label to created_by flag.
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Added factory to created_by flag in order to track the source in the future. Changed status flag back to previous definition.
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
New copy_observatory script that functions very similar to copy_absolutes except with less arguments.
-
Wernle, Alexandra Nicole authored
Slight change to default url to upload directly to metadata webservice and changed alternate status to legacy instead of new.
-
- May 17, 2023
-
-
Erin (Josh) Rigler authored
updated the python dependencies for uvicorn and fastapi See merge request !230
-
Wilbur, Spencer Franklin authored
-
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
-