WIP: Add initial elements documentation
Merge request reports
Activity
- Resolved by Cain, Payton David
- Resolved by Cain, Payton David
- Resolved by Cain, Payton David
- Resolved by Cain, Payton David
- Resolved by Jeremy M Fee
- Resolved by Cain, Payton David
Something that arose when writing pipeline updates, which I am also seeing here, is the difference between base miniseed/edge channels as they are used to calculate derived channels. For instance:
Adjusted Algorithm:
Legacy: HEZF -> XYZF
Miniseed: UVWF -> XYWF
XYZAlgorithm:
Legacy: XYZF -> D
Miniseed: XYWF -> D
XYZAlgorithm(adjusted data type):
Legacy: XYZF -> H D
Miniseed: XYWF -> U D
If we want to process pure miniseed, then it would be a good idea to no longer describe outputs as the old SNCL channels. However, there's an opportunity to keep a channel like Z as it may be more descriptive than the raw variation channel. If we don't want to make this step right now, I can revert the changes to process using the edge factory/legacy sncls instead
mentioned in merge request !100 (closed)
mentioned in issue #35 (closed)
mentioned in merge request !101 (merged)
Moved to !101 (merged)