Changeset 15178
- Timestamp:
- 03/29/13 12:50:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/makeplots.cc
r14883 r15178 145 145 146 146 const double jd = floor(time.Mjd())+2400001; 147 const double mjd = floor(time.Mjd())+49718+0.5; 147 const double mjd = floor(time.Mjd())+49718+0.5; // root time 148 148 149 149 cout << "Time: " << time << endl; … … 178 178 // ------------- Create canvases and frames --------------------- 179 179 180 // It is important to use an offset which is larger than 181 // 1970-01-01 00:00:00. This one will not work if your 182 // local time zone is positive! 180 183 TH1S hframe("", "", 1, (mjd+jd0)*24*3600, (mjd+jd1)*24*3600); 181 184 hframe.SetStats(kFALSE);
Note:
See TracChangeset
for help on using the changeset viewer.