ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Update repository structure #1

Closed gwm17 closed 1 year ago

gwm17 commented 1 year ago

Change the structure of the repository to allow for organization of the source code and resources. Remove unnecessary files from the repo. Slight changes to the source code to reduce use of global variables.

gwm17 commented 1 year ago

Btw, before pushing this, might want to test to make sure it actually runs all the way? I did a quick test and it at least seems like the interpreter doesn't really complain, but not sure if the data comes out the other side looking right.

gwm17 commented 1 year ago

I fixed some relative import bugs I found yesterday in this latest commit , should be (relatively) good now.