Skip to content

parsers are redundant with WrightTools #4

@ddkohler

Description

@ddkohler

The /core/parsers module mostly deals with converting data files into WrightTools.Data objects. The WrightTools package maintains importers for this purpose.

Looking at the code there is a high degree of redundancy; the methods here should be merged into/replaced by WrightTools.
If WrightTools does not have the importer, there is a good motivation to put the importer into WrightTools itself.

  • fromAndorNeo -> wrapper of WrightTools.data.from_Solis
  • fromSP130 -> wrapper of WrightTools.data.from_spcm
  • fromLabramHR -> wrapper of WrightTools.data.from_LabRAM
  • migrate fromBruker (xrd) to WrightTools
  • migrate fromGwiddeon (afm) to WrightTools

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions