Bug when exporting picking/location parameters #40
Labels
No Label
analysis
bug
documentation
enhancement
feature
incompatibility
management
Priority:0
Priority:1
Priority:2
Priority:3
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: marcel/pylot#40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug when saving/exporting picking and location parameters using the button "Save event pick data, source origin and magnitude" with the following error message:
Traceback (most recent call last):
File "/home/ludger/gitea/pylot/pylot/core/io/data.py", line 406, in exportEvent
velest.export(picks_copy, fnout + fnext, eventinfo=self.get_evt_data())
File "/home/ludger/gitea/pylot/pylot/core/loc/velest.py", line 28, in export
writephases(picks, 'VELEST', fnout, parameter, eventinfo)
File "/home/ludger/gitea/pylot/pylot/core/io/phases.py", line 771, in writephases
if usedarrivals[key]['P']['weight'] < 4:
KeyError: 'weight'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ludger/gitea/pylot/PyLoT.py", line 1603, in saveData
self.get_data().exportEvent(fbasename, outformat, fcheck=fcheck,
File "/home/ludger/gitea/pylot/pylot/core/io/data.py", line 408, in exportEvent
raise KeyError('''{0} export format
KeyError: "CNV export format\n not implemented: 'weight'"