Skip to content
Snippets Groups Projects
Select Git revision
  • Modify-GUT-HOT
  • bgeels-master-patch-39336
  • bgeels-master-patch-68484
  • master default protected
  • pcain-iris
  • production protected
  • utilpy-windows-issue-hotfix
  • 1.14.0 protected
  • 1.13.5 protected
  • 1.13.4 protected
  • 1.13.3 protected
  • 1.13.2 protected
  • 1.13.1 protected
  • 1.13.0 protected
  • 1.12.2 protected
  • 1.12.1 protected
  • 1.12.0 protected
  • 1.11.0 protected
  • 1.10.0 protected
  • 1.9.6 protected
  • 1.9.5 protected
  • 1.9.4 protected
  • 1.9.3 protected
  • 1.9.2 protected
  • 1.9.1 protected
  • v1.9.0 protected
  • 1.8.10 protected
27 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.022Oct211527Sep2624232220191816131210111026Aug2116987230Jul292319331May3029281614763229Apr272524232217111043229Mar27261376128Feb262526252015141312919Jan165328Dec262221203Nov30Oct27262524231029Sep272120131211105131Aug3028242221181610830Jun2928271413926May252322181716151211108427Apr2524181413121110629Mar2422212017823Feb16151397225Jan138Dec729Nov2221181615141094224Oct2111Make fcntl package optional in Util.pyUpgraded FastAPI and do not seem to be experiencing all the same bugs that were present last time we upgraded fastapi. This also upgraded Starlette to version 0.40.0 which was necessary to build docker image.Added a warning message for FDSNFactory in the case a user is requesting data from the command line and assigns innaporopriate arguments.Updated the controller.py file to incoorporate the FDSNFactory for command line arguments.Merge branch 'Update_Release_Tag' into 'master'Upgraded the pyproject.toml and code.json file to latest release tag.Merge branch 'Network_Additions_to_Metadata' into 'master'1.11.01.11.0Added a network paramter to all list of Observatories and Variometers. I made this a non optional paramter within Observatory.py.Merge branch 'fix-FDSN-postprocess' into 'master'Fix _post_process() in FDSNFactoryMerge branch 'Updates_to_VariometerMetadata' into 'master'Updated data_test.py to not retrieve FilterApiQuery from DataApiQuery. Honestly not sure how these are just now causing issues when all my previous commits have contained this code.I removed an unecessary call to FilterApiQuery from within Data.py. I also added validation to the FilterApiQuery.py. Rather than using super I opted to add the validation to this file beacuse sampling_period was ignored from the base class i.e. DataApiQuery and this is why the REQUEST_LIMIT was being ignored.Adding a few changes to FDSNFActory regarding the FDSNNoDataException. I also created a private function to contain the logic that removes sensitivity/response info for traces. I added all avaiable stations that transmit geomgagnetic data for networks, IU, N4, and US to the VariometerMetadata.py module.Merge branch 'Except_204_Error_FDSN' into 'master'Removed an unnecessary _set_metadata call.Added an exception to deal with the 204 error so that a stream of empty values would be returned.Merge branch 'fix-FilterAlgorithm-get_nearest_time' into 'master'Fix unit test for FilterAlgorithm.get_nearest_time()Function get_nearest_time() behaves as expected nowMerge branch 'FDSN_Response_Changes' into 'master'Added a raise value error flag incase the user provided an incorrect flag for remove_sensitivityAdded previous changes Josh made regarding the removal of the instruments response/sensitivity. I also added some default innit function incase the user wants to override this logic as requested in the original issue.Updated poetry. Added logic to determine when to use the remove_sensitivity or remove_response function on trace objects. I alsoadded a remove_sensitivity flag to the __init__ function so that a user can override the default value of None fo instances where they want to use a specifc function and ignore the default logic.Merge branch 'FDSN_3D_Rotation' into 'master'Ran lintRebased with master branch and pulled Josh's changes to the respone for traces.Remove sensitivity/response; fixes issue #117.Missed a print statementResolved Josh's comments.Added necessary check within FDSNSNCL.py to assign the sncl.channel as LF1,LF2,LFZ when X,Y,Z are requested by the user.REsolved comments made by Josh. The rotation function is now sampling frequency agnostic, while also relying on the original stream created under get_timeseries.Removed previous lines of code that checked metadata for Azimuth and Dip and replaced it with a new function that rotates the Stream object if channels X, Y, or Z, are requested and returns the appropriate channel after rotation.Merge branch 'fix-FilterAlgorithm-align_trace' into 'master'Fix FilterAlgorithm.align_trace() method and unit testsMerge branch 'master' into fix-FilterAlgorithm-align_traceMerge branch 'adjusted_algo_fix_June2024' into 'master'Update dependency "cryptography" in pyproject.tomlRemove left-over debugging print statement
Loading