ImagePreprocessor: Separate azint from preprocessing (later put azint on GPU!)
This commit is contained in:
@@ -689,6 +689,8 @@ namespace {
|
||||
message.processing_time_s = GetCBORFloat(value);
|
||||
else if (key == "preprocessing_time")
|
||||
message.preprocessing_time_s = GetCBORFloat(value);
|
||||
else if (key == "azint_time")
|
||||
message.azint_time_s = GetCBORFloat(value);
|
||||
else if (key == "profile_radius")
|
||||
message.profile_radius = GetCBORFloat(value);
|
||||
else if (key == "mosaicity")
|
||||
|
||||
Reference in New Issue
Block a user