Commit c4827e53 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace output.py

parent 7c57f22e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ def outputSetRes(conf, res):
    ave = np.empty(parms,dtype=np.float64)
    std = np.empty(parms,dtype=np.float64)
    cor = np.empty([parms,parms],dtype=np.float64)
    print("About to do some of the analysis calculation calls to numpy")
    for i in range(0,parms):
        ave[i] = np.average(vals[i])
        std[i] = np.std(vals[i])
@@ -239,6 +240,7 @@ def outputSetRes(conf, res):
            fig = plt.figure()
            grph = fig.add_subplot(1,1,1)
            grph.set_autoscale_on(True)
            grph.set_xticklabels(rotation=90)
            grph.set_title(str(names[i])+" vs. "+r"$\chi^2$")
            grph.set_ylabel(str(names[i]))
            grph.set_xlabel(r"$\chi^2$")