{"id":17257952,"url":"https://github.com/cuda-chen/ms2rms","last_synced_at":"2025-03-26T08:43:00.477Z","repository":{"id":129581447,"uuid":"240406754","full_name":"Cuda-Chen/ms2rms","owner":"Cuda-Chen","description":"Calculate standard deviation given a time interval of each trace.","archived":false,"fork":false,"pushed_at":"2021-04-15T06:17:45.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T10:14:47.345Z","etag":null,"topics":["libmseed","miniseed","seismology","standard-deviation"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cuda-Chen.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-14T01:50:23.000Z","updated_at":"2024-12-27T18:05:40.000Z","dependencies_parsed_at":"2023-06-12T06:45:13.813Z","dependency_job_id":null,"html_url":"https://github.com/Cuda-Chen/ms2rms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuda-Chen%2Fms2rms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuda-Chen%2Fms2rms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuda-Chen%2Fms2rms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuda-Chen%2Fms2rms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cuda-Chen","download_url":"https://codeload.github.com/Cuda-Chen/ms2rms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245622870,"owners_count":20645677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libmseed","miniseed","seismology","standard-deviation"],"created_at":"2024-10-15T07:19:09.436Z","updated_at":"2025-03-26T08:43:00.433Z","avatar_url":"https://github.com/Cuda-Chen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ms2rms\nCalculate standard deviation given a time interval of each trace.\n\n# How to Compile\n1. Clone this repo by THIS COMMAND: `git clone https://github.com/Cuda-Chen/ms2rms.git`\n2. Type `make` to compile.\n\n## Dependencies\n- [libmseed](https://github.com/iris-edu/libmseed)\n\n# Usage\n```\n$ ./ms2rms [mseedfile] [time window size] [window overlap] [a|r|j]\n```\nWhere:\n- `time window size`: measured in seconds. It should always bigger than `0`.\n- `window overlap`: measured in percentage. It should always smaller than `100`.\n- `a|r|j`: indicate output file format.\n    - r: rms only\n    - j: json only\n    - a: rms and json\n\n# Output Format\n## .rms\n```\n\u003ctime stamp of the first window\u003e,\u003cstation\u003e,\u003cnetwork\u003e,\u003cchannel\u003e,\u003clocation\u003e,\u003cCR\u003e\u003cLF\u003e\n\u003ctime difference between this window to the first window\u003e,\u003cmean\u003e,\u003cSD\u003e,\u003cmin\u003e,\u003cmax\u003e,\u003cminDemean\u003e,\u003cmaxDemean\u003e,\u003cCR\u003e\u003cLF\u003e\n\u003ctime difference between this window to the first window\u003e,\u003cmean\u003e,\u003cSD\u003e,\u003cmin\u003e,\u003cmax\u003e,\u003cminDemean\u003e,\u003cmaxDemean\u003e,\u003cCR\u003e\u003cLF\u003e\n...\n```\n\n# Note\n- This program can ONLY accept single channel record.\nMultiple channels result in incorrect output.\n- The `rms` and `mean` value are rounded to hundrendth place.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuda-chen%2Fms2rms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuda-chen%2Fms2rms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuda-chen%2Fms2rms/lists"}