std::cerr<<"You can only use setAxes if using manual_axes or onepass_manual_axes measure mode"<<std::endl;
exit(1);
}
}
// roles of getTau and getTauComponents switched so that getTauComponents first sets _current_tau_components, then getTau returns only the specific tau value -- TJW 1/16
// new function to return all TauComponents that user would want -- TJW 1/15