Skip to content

Save Networks correctly and display full info

Lan Dam requested to merge i47-netcode-not-stored into master

#47 (closed) (closed)

  • Consider that netcode shouldn't affect how the program process, this MR removes all codes use to process network to reduce complication which is hard to maintenance.
  • Use new variable, nets_by_sta, to provide info to fill in File Information box.
  • Change variables/attributes name 'stats' which is for station ids to 'sta_ids' because obspy has attribute 'stats' which is for trace header information.
Edited by Lan Dam

Merge request reports