Merge changes to code base since Feb/March #15
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.
Changes:
-additional kwargs added to RunInfo allowing the number of computed waveforms to be specified as well as certain peak finding parameters i.e. "width" (should be completely backwards compatible)
-adds the option to plot pre-breakdown pedestal alongside finger plot in ProcessWaveforms (with_fit = True)
-cosmetic changes to plots generated by ProcessWaveforms
-ProcessWaveforms prints warning message when the sigma of a fitted peak is less than the sigma of the noise pedestal
-ProcessWaveforms allows the user to generate a gaussian fit plot even when lmfit fails to determine the fit error; prints a warning message instead of crashing
-when generating plots, ProcessWaveforms checks that none of the values == None which prevents a TypeError
-Add files with code base to perform photon analysis using CSVs of SPE, Alpha, CA data
-deleted everything that is not the base code