Index: trunk/Mars/fact/analysis/gain/fit_spectra.C
===================================================================
--- trunk/Mars/fact/analysis/gain/fit_spectra.C	(revision 17165)
+++ trunk/Mars/fact/analysis/gain/fit_spectra.C	(revision 17194)
@@ -435,5 +435,5 @@
 
         // For individual spectra, the average fit yields 1 anyway
-        func.SetParameter(6, 0); // Expo
+        //func.SetParameter(6, 0); // Expo
 
         // ----------- Fit Pixels spectrum ---------------
@@ -516,6 +516,6 @@
         usePixel[pixel] = ok;
 
-        // Plot pixel 0 and all faulty fits
-        if (pixel==0 || !ok)
+        // Plot pixel 0 and 5 (TM) and all faulty fits
+        if (pixel==0 || pixel==5 || !ok)
         {
             TCanvas &c = d->AddTab(Form("Pix%d", pixel));
