pytomoatt.src_rec.SrcRec.rec_points¶
- property SrcRec.rec_points¶
Return a DataFrame of all receivers
- Returns:
All receivers
- Return type:
pandas.DataFrame
Receivers contain 9 ~ 11 columns:
Common fields¶
Column
Description
src_index
Index of source recorded by the receiver
rec_index
Index of receivers that recorded the same source
staname
Name of the receiver
stla
Latitude of the receiver
stlo
Longitude of the receiver
stel
Elevation of the receiver
phase
Phase name
tt
Travel time of the source receiver pair
weight
Weight of the receiver applied on objective function
Optional fields¶
Column
Description
netname
Name of the network (when
name_net_and_sta=True
inSrcRec.read
)dist_deg
Epicentral distance in deg (when
dist_in_data=True
inSrcRec.read
)