Index: trunk/Mars/mreport/MReportFitsRead.cc
===================================================================
--- trunk/Mars/mreport/MReportFitsRead.cc	(revision 12774)
+++ trunk/Mars/mreport/MReportFitsRead.cc	(revision 12775)
@@ -115,4 +115,7 @@
     fMjdRef = fIn->HasKey("MJDREF") ? fIn->GetUInt("MJDREF") : 0;
 
+    if (!fIn->HasKey("MJDREF"))
+        *fLog << warn << "MJDREF header key missing... assuming MJDREF==0" << endl;
+
     return
         fIn->SetRefAddress("QoS",  fBufQos)  &&
@@ -142,4 +145,5 @@
 
     time.SetMjd(fBufTime+fMjdRef);
+    time.SetReadyToSave();
 
     // return -1: This is the special case: out of time limit
@@ -150,4 +154,5 @@
 
     const Int_t rc = fReport->InterpreteFits(*fIn);
+
 
     /*
