1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122

/*!
Extra documentation for sacio

   Field   | get | set
  -------  |-----|-----
  delta    | delta | -
  depmin   | min_amp   | extrema_amp / calc_min_amp
  depmax   | max_amp   | extrama_amp / calc_max_amp
  scale    | direct   | direct
  odelta   | direct   | direct
  b        | b   | set_b
  e        | e   | automatically computed
  o        | o   | set_o
  a        | direct   | direct
  fmt      | direct   | direct
  t0       | direct   | direct
  t1       | direct   | direct
  t2       | direct   | direct
  t3       | direct   | direct
  t4       | direct   | direct
  t5       | direct   | direct
  t6       | direct   | direct
  t7       | direct   | direct
  t8       | direct   | direct
  t9       | direct   | direct
  f        | direct   | direct
  resp0    | direct   | direct
  resp1    | direct   | direct
  resp2    | direct   | direct
  resp3    | direct   | direct
  resp4    | direct   | direct
  resp5    | direct   | direct
  resp6    | direct   | direct
  resp7    | direct   | direct
  resp8    | direct   | direct
  resp9    | direct   | direct
  stla     | station_lat       | set_station_location
  stlo     | station_lon       | set_station_location
  stel     | station_elevation | set_station_location
  stdp     | direct            | unavailable
  evla     | event_lat         | set_event_location
  evlo     | event_lon         | set_event_location
  evel     | direct            | unavailable
  evdp     | event_depth       | set_event_location
  mag      | direct   | direct
  user0    | direct   | direct
  user1    | direct   | direct
  user2    | direct   | direct
  user3    | direct   | direct
  user4    | direct   | direct
  user5    | direct   | direct
  user6    | direct   | direct
  user7    | direct   | direct
  user8    | direct   | direct
  user9    | direct   | direct
  dist     | dist_km   | compute_dist_az (evlo,evla,stlo,stla)
  az       | az   | compute_dist_az (evlo,evla,stlo,stla)
  baz      | baz   | compute_dist_az (evlo,evla,stlo,stla)
  gcarc    | dist_deg   | compute_dist_az (evlo,evla,stlo,stla)
  sb       | -   | -
  sdelta   | -   | -
  depmen   | mean_amp   | extrema_amp / calc_mean_amp
  cmpaz    | cmpaz   | set_cmpaz
  cmpinc   | cmpinc  | set_cmpinc
  xminimum | -   | -
  xmaximum | -   | -
  yminimum | -   | -
  ymaximum | -   | -
  nzyear   | time   | set_time
  nzjday   | time   | set_time
  nzhour   | time   | set_time
  nzmin    | time   | set_time
  nzsec    | time   | set_time
  nsmsec   | time   | set_time
  nvhdr    | header_version   | -
  norid    | int   | set_int
  nevid    | int   | set_int
  npts     | npts   | -
  nsnpts   | -   | -
  nwfid    | int   | set_int
  nxsize   | -   | -
  nysize   | -   | -
  iftype   | file_type   | set_file_type
  idep     | amp_type  | set_amp_type
  iztype   | zero_time_type   | set_zero_time_type
  iinst    | instrument_type  | set_intrument_type
  istreg   | station_region   | update_regions
  ievreg   | event_region   | update_regions
  ievtyp   | event_type   | set_event_type
  iqual    | data_quality   | set_data_quality
  isynth   | synthetic   | set_synthetic
  imagtyp  | magnitude_type   | set_magnitude_type
  imagsrc  | magnitude_source   | set_magnitude_source
  leven    | evenly_spaced   | -
  lpspol   | station_polarity   | set_station_polarity
  lovrok   | mutability   | set_mutability
  lcalda   | calc_dist_az   | set_calc_dist_az
  kstnm    | string | set_string
  kevnm    |  string | set_string
  khole    |  string | set_string
  ko       |  string | set_string
  ka       |  string | set_string
  kt0      | string | set_string
  kt1      | string | set_string
  kt2      | string | set_string
  kt3      | string | set_string
  kt4      | string | set_string
  kt5      | string | set_string
  kt6      | string | set_string
  kt7      | string | set_string
  kt8      | string | set_string
  kt9      | string | set_string
  kuser0   | string | set_string
  kuser1   | string | set_string
  kcmpnm   | string | set_string
  knetwk   | string | set_string
  kdatrd   | string | set_string
  kinst    |  string | set_string


*/