Skip to content

Add user peaklist parsing from Sparky #292

@eisoab

Description

@eisoab

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions