############################################################################## # Station and Channel mapping file for Parkfield HRSN (BP) SEGY data. # # If a SEGY station and channel entry match the table entry for the # SEGY station and channel (using wildcard matching), use the corresponding # SEED station and channel table entries as the SEED station and channel name. # # 1. A "*" in a SEED field means use the SEGY value. # 2. A "" designates an empty (0 length) field. # # If a SEGY channel maps to an empty SEED station and channel name, # the channel will not be used. # # The SEGY to SEED channel mapping will use the first successful # mapping found for the channel. # # SEGY SEGY SEED SEED Comments # Stat Chan Stat Channel ################################################## EAD z EADB DP1 # SEGY channel z EAD 1 EADB DP2 # SEGY channel 1 EAD 2 EADB DP3 # SEGY channel 2 FRO z FROB DP1 # SEGY channel z FRO 1 FROB DP2 # SEGY channel 1 FRO 2 FROB DP3 # SEGY channel 2 GHI z GHIB DP1 # SEGY channel z GHI 1 GHIB DP2 # SEGY channel 1 GHI 2 GHIB DP3 # SEGY channel 2 JCN z JCNB DP1 # SEGY channel z JCN 1 JCNB DP2 # SEGY channel 1 JCN 2 JCNB DP3 # SEGY channel 2 JCS z JCSB DP1 # SEGY channel z JCS 1 JCSB DP2 # SEGY channel 1 JCS 2 JCSB DP3 # SEGY channel 2 MMN z MMNB DP1 # SEGY channel z MMN 1 MMNB DP2 # SEGY channel 1 MMN 2 MMNB DP3 # SEGY channel 2 RMN z RMNB DP1 # SEGY channel z RMN 1 RMNB DP2 # SEGY channel 1 RMN 2 RMNB DP3 # SEGY channel 2 SMN z SMNB DP1 # SEGY channel z SMN 1 SMNB DP2 # SEGY channel 1 SMN 2 SMNB DP3 # SEGY channel 2 VAR z VARB DP1 # SEGY channel z VAR 1 VARB DP2 # SEGY channel 1 VAR 2 VARB DP3 # SEGY channel 2 VCA z VCAB DP1 # SEGY channel z VCA 1 VCAB DP2 # SEGY channel 1 VCA 2 VCAB DP3 # SEGY channel 2 - * "" "" # Delete channel "-". TC "" EADB ATT # Assign timecode to 1 site. * "" * XXX # Supply default channel name. ################################################## # 2004/09/10 # Change to current HRSN station names. # 2004/07/28 # Changed SEED channel names # from: DPZ,DP1,DP2 # to: DP1,DP2,DP3 # to be compatible with the new HRSN channel convention. ##################################################