You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto dims = file_utils::get_size_h5(filenames.at("phantom")[0], "mask");
107
-
if(dims.size() != 3)
105
+
if(param->n_fieldmaps > 0)
108
106
{
109
-
BOOST_LOG_TRIVIAL(error) << cf_name << ") " << "mask must be 3D but is " << dims.size() << "D filename:"<< filenames.at("phantom")[0] << ". Aborting...!";
auto dims = file_utils::get_size_h5(filenames.at("phantom")[0], "mask");
109
+
if(dims.size() != 3)
110
+
{
111
+
BOOST_LOG_TRIVIAL(error) << cf_name << ") " << "mask must be 3D but is " << dims.size() << "D filename:"<< filenames.at("phantom")[0] << ". Aborting...!";
0 commit comments