kkappler
kkappler
TODO: Consider adding this logic to calibration as per this pseudocode: ``` if decimation filters are in the removal list: remove all non decimation filters sort the decimation filters from...
Karl is pulling miniseed data from ROVER with some commands from Tim. These commands yield local mseed files but there are a couple of issues: 1. In my specific case...
@kujaku11 had the question about: "How do the miniseeds arrive when a request spans more than one epoch?" Jared has tested receiving data into MTH5 via miniseed, but his only...
The fundamental method to access data_availability and to simultaneously build queries for a run can use this form: wget "https://service.iris.edu/fdsnws/availability/1/query?format=text&net=BK&sta=PKD&cha=BQ2&starttime=2004-09-25T00:00:00&endtime=2004-09-30T00:00:00&orderby=nslc_time_quality_samplerate&includerestricted=false&merge=samplerate,quality&nodata=404" --output-document rover.txt Note that the url can be made by:...
Digging into this a bit more, the issue is with the "Setup Conda" part of the tests YAML file. Conda is setup with ``` steps: - uses: actions/checkout@v4 - name:...
To allow this functionality with the legacy TransferFunctionCollection output I forked a branch of aurora [fix_mtpy_issue_67](https://github.com/simpeg/aurora/tree/fix_mtpy_issue_67) where the changes are pushed. There is an example tutorial [here](https://github.com/simpeg/aurora/blob/fix_mtpy_issue_67/docs/tutorials/synthetic_data_processing_3_inputs_2_outputs.ipynb) to see what...
Waiting for feedback from testing on more examples (Anna)
Here is a sample error that occurred after the refactoring, when trying to read a file that was created with a previous version (and thus the embedded metadata in the...
However, we can access the old and new metadata and hopefully could make a mapping between them, and then overwrite the old, or update its version. Here are the simple...
Fix seems to be working ok. Moving forward, how to detect this issue? We could add (at least to FCDecimation) information about the software version that created the metadata. That...