Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the currently working code. It includes the requirements file from which one can install all of the dependencies. There are all of the scripts for training and data processing. The process of training a model from root files is as follows.
Create a csv file with names of all of the root files. ExtractDataScript is an example of how the DataExtractor class can be used running the DataExtractor.Interloper() function on the previously created csv will output a set of intermediary csv files with Ecal Energy and TS information. There are pre-processing functions in the CNN_and_Combined_PreProcessing and RNN_Pre_Processing folders. An example of how to run pre-processing is given in CNNEcalPreTrigPar.py running the pre-processing will create a set of individual event files in the output folder. Lastly in an appropriate ANN script the path to data needs to be changed. Afterwards running the training script should create the trained model.