/[PAMELA software]/quicklook/QLflightTmtc_Header/TmtcTemperature.cpp
ViewVC logotype

Diff of /quicklook/QLflightTmtc_Header/TmtcTemperature.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by pam-rm2, Sat Jun 17 11:02:09 2006 UTC revision 1.3 by pam-fi, Tue Jun 20 11:10:38 2006 UTC
# Line 1  Line 1 
1    
2    
3  /**  /**
4  * TmtcTemperature  * TmtcTemperature
5  * author Marcelli  * author Marcelli
# Line 729  string titolocc[] ={"IPM1","IPM2","IPM3" Line 731  string titolocc[] ={"IPM1","IPM2","IPM3"
731         graph->SetMaximum(60);         graph->SetMaximum(60);
732         graph->GetXaxis()->SetTitle("OBT");         graph->GetXaxis()->SetTitle("OBT");
733         graph->GetXaxis()->CenterTitle();         graph->GetXaxis()->CenterTitle();
734         graph->GetYaxis()->SetTitle("Temperature value (°C)");         graph->GetYaxis()->SetTitle("Temperature value (C)");
735         graph->GetYaxis()->CenterTitle();         graph->GetYaxis()->CenterTitle();
736         oss.str("");         oss.str("");
737         oss << filename.Data() <<":  " <<titoloth[k] ;         oss << filename.Data() <<":  " <<titoloth[k] ;
# Line 767  string titolocc[] ={"IPM1","IPM2","IPM3" Line 769  string titolocc[] ={"IPM1","IPM2","IPM3"
769         graph->SetMaximum(60);         graph->SetMaximum(60);
770         graph->GetXaxis()->SetTitle("OBT");         graph->GetXaxis()->SetTitle("OBT");
771         graph->GetXaxis()->CenterTitle();         graph->GetXaxis()->CenterTitle();
772         graph->GetYaxis()->SetTitle("Temperature value (°C)");         graph->GetYaxis()->SetTitle("Temperature value (C)");
773         graph->GetYaxis()->CenterTitle();         graph->GetYaxis()->CenterTitle();
774         oss.str("");         oss.str("");
775         oss << filename.Data() <<":  " <<titoloth[k] ;         oss << filename.Data() <<":  " <<titoloth[k] ;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23