OpenResearchInstitute / documents

Documentation for Phase 4 Ground
GNU General Public License v3.0
58 stars 22 forks source link

Updated extraction code for Project-NiCd #55

Closed safety-not-guaranteed closed 5 months ago

safety-not-guaranteed commented 5 months ago

Edited and clarified statements in comments, as well as created more efficient dictionary assignment for conditioned data. This file is otherwise the same as rwout.ipynb, utilizing pandas, numpy, itertools and os, with manipulation of the .csv and .uba files and creation of a series of dictionaries to condition the .csv files for further algorithmic comparison. Potential issues may be that the conditioned data is being inaccurately truncated.

Largest changes are here: image

Abraxas3d commented 5 months ago

"This file is otherwise the same as rwout.ipynb" You mentioned possibly removed or replacing rwout.ipynb. That might help simplify things, if it's no longer needed.

safety-not-guaranteed commented 5 months ago

"This file is otherwise the same as rwout.ipynb" You mentioned possibly removed or replacing rwout.ipynb. That might help simplify things, if it's no longer needed.

I will go ahead and do that. This will serve as the main file from now on.