-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Current version (0.6.2) of speview does support only a single binary data format, which is, unsurprisingly, called "SPE". It would be really great to add support for a wide range of data formats for the application, so it could be possible to display spectra obtained from other instruments.
Proposal
The simplest, smartest and the most effective way to do it would be to use some already available software to extract data from various file formats. One of the possibilities is to use hyperSpec for reading of files, extraction of data and representation of them in a standard way.
Subtasks
This seems to be quite a challenge, which is not simple and straightforward to implement. What we are going to do:
- Check how
hyperSpecimports data - Get sample datafiles in a variety of different formats (do they come with
hyperSpec?) - Check how one can pass data from
RtoPython - Write some quick and dirty script that adds support for other file formats. It should work somehow and prove the principle!
- Think about standard data representation – some kind of data container that provides values in a specific way to
speview. Implement it, write a good documentation for it. - If necessary, refactor
speview - Double-check that everything works, that the dependencies are solved correctly and that the package get installed in the right way.
Reactions are currently unavailable