/** @return true if the report has no data */
 public boolean isEmpty() {
   return recalibrationTables.isEmpty();
 }