-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
the default extension for exported Sparky peak lists is .list , not .peaks
(at least I've never seen this)
from parsing.py:
elif file_ext == 'peaks' \
and (line.lstrip().startswith("Assignment") and "w1" in line) \
or line.startswith("<sparky save file>"):
fin.close()
return "SPARKY"
and I don't think it can handle the simplest(default) form of
the .list file at the moment with just 3 columns:
Assignment w1 w2
E
Reactions are currently unavailable