-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Source Identifier handling to the adopted specification
- Loading branch information
chad-iris
committed
Aug 22, 2021
1 parent
6becee5
commit 05b7407
Showing
34 changed files
with
75 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
LD_LIBRARY_PATH=.. \ | ||
DYLD_LIBRARY_PATH=.. \ | ||
./lm_sids XFDSN:XX_TEST__L_H_Z XFDSN:NETWORK_STATION_LOCATION_BAND_SOURCE_POSITION | ||
./lm_sids FDSN:XX_TEST__L_H_Z FDSN:NETWORK_STATION_LOCATION_BAND_SOURCE_POSITION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Original SID: 'XFDSN:NET_STA_LOC_C_H_N' | ||
Original SID: 'FDSN:NET_STA_LOC_C_H_N' | ||
network: 'NET', station: 'STA', location: 'LOC', channel: 'CHN' | ||
SID: 'XFDSN:NET_STA_LOC_C_H_N' | ||
Original SID: 'XFDSN:XX_TEST__L_H_Z' | ||
SID: 'FDSN:NET_STA_LOC_C_H_N' | ||
Original SID: 'FDSN:XX_TEST__L_H_Z' | ||
network: 'XX', station: 'TEST', location: '', channel: 'LHZ' | ||
SID: 'XFDSN:XX_TEST__L_H_Z' | ||
Original SID: 'XFDSN:NETWORK_STATION_LOCATION_BAND_SOURCE_POSITION' | ||
SID: 'FDSN:XX_TEST__L_H_Z' | ||
Original SID: 'FDSN:NETWORK_STATION_LOCATION_BAND_SOURCE_POSITION' | ||
network: 'NETWORK', station: 'STATION', location: 'LOCATION', channel: 'BAND_SOURCE_POSITION' | ||
SID: 'XFDSN:NETWORK_STATION_LOCATION_BAND_SOURCE_POSITION' | ||
SID: 'FDSN:NETWORK_STATION_LOCATION_BAND_SOURCE_POSITION' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
XFDSN:XX_TEST_00_L_H_Z, 1, 128, 16 samples, 1 Hz, 2010,058,06:50:00.069539 | ||
FDSN:XX_TEST_00_L_H_Z, 1, 128, 16 samples, 1 Hz, 2010,058,06:50:00.069539 | ||
-231946 -228438 -223155 -221231 -225429 -230129 | ||
-229728 -228817 -233187 -237367 -237121 -237361 | ||
-235678 -227339 -221762 -224099 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Total records: 7 | ||
SourceID Start sample End sample Gap Hz Samples | ||
XFDSN:XX_TEST_00_L_H_Z 2010-02-27T06:50:00.069539 2010-02-27T07:55:51.069539 == 1 3952 | ||
FDSN:XX_TEST_00_L_H_Z 2010-02-27T06:50:00.069539 2010-02-27T07:55:51.069539 == 1 3952 | ||
Total: 1 trace(s) with 1 segment(s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
XFDSN:IU_COLA_00_L_H_1, 4, 512, 126 samples, 1 Hz, 2010,058,06:55:23.069541 | ||
XFDSN:IU_COLA_00_L_H_1, 4, 512, 156 samples, 1 Hz, 2010,058,06:57:29.069539 | ||
FDSN:IU_COLA_00_L_H_1, 4, 512, 126 samples, 1 Hz, 2010,058,06:55:23.069541 | ||
FDSN:IU_COLA_00_L_H_1, 4, 512, 156 samples, 1 Hz, 2010,058,06:57:29.069539 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Error: XFDSN:IU_COLA_00_L_H_Z: Unknown blockette length for type 0 | ||
XFDSN:IU_COLA_00_L_H_Z: Warning: Number of blockettes in fixed header (2) does not match the number parsed (0) | ||
XFDSN:IU_COLA_00_L_H_Z, 4, 512, 112 samples, 1 Hz, 2010,058,06:50:00.069500 | ||
Error: XFDSN:IU_COLA_00_L_H_Z: Offset to next blockette (40) is within current blockette ending at byte 64 | ||
XFDSN:IU_COLA_00_L_H_Z, 4, 512, 185 samples, 1 Hz, 2010,058,06:51:52.069541 | ||
Error: XFDSN:IU_COLA_00_L_H_Z: Offset to next blockette (1000) from type 1001 is beyond record length | ||
XFDSN:IU_COLA_00_L_H_Z, 4, 512, 112 samples, 1 Hz, 2010,058,06:54:57.069539 | ||
Error: FDSN:IU_COLA_00_L_H_Z: Unknown blockette length for type 0 | ||
FDSN:IU_COLA_00_L_H_Z: Warning: Number of blockettes in fixed header (2) does not match the number parsed (0) | ||
FDSN:IU_COLA_00_L_H_Z, 4, 512, 112 samples, 1 Hz, 2010,058,06:50:00.069500 | ||
Error: FDSN:IU_COLA_00_L_H_Z: Offset to next blockette (40) is within current blockette ending at byte 64 | ||
FDSN:IU_COLA_00_L_H_Z, 4, 512, 185 samples, 1 Hz, 2010,058,06:51:52.069541 | ||
Error: FDSN:IU_COLA_00_L_H_Z: Offset to next blockette (1000) from type 1001 is beyond record length | ||
FDSN:IU_COLA_00_L_H_Z, 4, 512, 112 samples, 1 Hz, 2010,058,06:54:57.069539 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
SourceID Start sample End sample Gap Hz Samples | ||
XFDSN:XX_TEST_00_L_H_Z 2010,058,06:50:00.069539 2010,058,07:55:51.069539 == 1 3952 | ||
FDSN:XX_TEST_00_L_H_Z 2010,058,06:50:00.069539 2010,058,07:55:51.069539 == 1 3952 | ||
Total: 1 trace(s) with 1 segment(s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
TraceID for XFDSN:IU_COLA_00_L_H_1 (4), earliest: 2010,058,06:50:00.069539, latest: 2010,058,06:55:22.069539, segments: 1 | ||
TraceID for FDSN:IU_COLA_00_L_H_1 (4), earliest: 2010,058,06:50:00.069539, latest: 2010,058,06:55:22.069539, segments: 1 | ||
Segment 2010,058,06:50:00.069539 - 2010,058,06:55:22.069539, samples: 323, sample rate: 1, sample type: i | ||
TraceID for XFDSN:IU_COLA_00_L_H_2 (4), earliest: 2010,058,07:19:01.069538, latest: 2010,058,07:30:38.069536, segments: 1 | ||
TraceID for FDSN:IU_COLA_00_L_H_2 (4), earliest: 2010,058,07:19:01.069538, latest: 2010,058,07:30:38.069536, segments: 1 | ||
Segment 2010,058,07:19:01.069538 - 2010,058,07:30:38.069536, samples: 698, sample rate: 1, sample type: i | ||
TraceID for XFDSN:IU_COLA_00_L_H_Z (4), earliest: 2010,058,06:50:00.069539, latest: 2010,058,07:59:59.069538, segments: 1 | ||
TraceID for FDSN:IU_COLA_00_L_H_Z (4), earliest: 2010,058,06:50:00.069539, latest: 2010,058,07:59:59.069538, segments: 1 | ||
Segment 2010,058,06:50:00.069539 - 2010,058,07:59:59.069538, samples: 4200, sample rate: 1, sample type: i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters