Skip to content
Snippets Groups Projects
Commit 2e4ce261 authored by Grant David Meadors's avatar Grant David Meadors
Browse files

More characterization

parent f268adb9
No related branches found
No related tags found
No related merge requests found
......@@ -219,8 +219,10 @@ def combSpectrum(targetDirectory, flag):
lengthofArray = beforeArray.shape[0]
print [str(timeArray[i]) for i in range(lengthofArray) \
if ((sum(afterArray[i, :]) > 7e-21))]
print [sum(afterArray[i, :]) for i in range(lengthofArray)\
if (timeArray[i] > 931386300 and timeArray[i] < 931389100)]
#print [sum(afterArray[i, :]) for i in range(lengthofArray)\
#if (timeArray[i] > 931386300 and timeArray[i] < 931389100)]
print [str(timeArray[i]) for i in range(lengthofArray) \
if ((sum(afterArray[i, 23:-1]) > 2.8e-21))]
histBins = 1e-24 * np.arange(50., 101.)
plt.figure()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment