public boolean getReadLogFlag() {
   if (m_cryoPanel == null) return false;
   return m_cryoPanel.getReadLogFlag();
 }