zifn / CS289_Coltrims_ML

repo for the final project of berkeley CS289
0 stars 1 forks source link

Need Parsing module #5

Closed zifn closed 3 years ago

zifn commented 4 years ago

This module would include read and write functions for the various data types being used.

Most important would be to read and write csv files containing the data. Potentially this would require reading an additional user defined yaml file containing additional experimental parameters that would be useful for the analysis. Such a yaml file might include the mass of each ion fragment, photon energy, and the path to the momentum data. Such a file should probably live in the ignored "privileged" folder.

testing of these functions could be as simple as writing a known file then reading that file and seeing if the read information is equal to the data that was initially written

sajantanand commented 3 years ago

Columns of data: Ion 1 (3 p's), Ion 2, Neutral, Electron 1, Electron 2

sajantanand commented 3 years ago

To test the parsing module, generate test data in CSV format and ensure that our module produces the expected results.