AzimuthalIntegrationProfile: Add standard deviation + save pixel count + improve handling of special cases (missing image)
This commit is contained in:
@@ -31,5 +31,5 @@ void AzIntEngineCPU::Run(const ImagePreprocessorBuffer &image, AzimuthalIntegrat
|
||||
}
|
||||
|
||||
profile.Clear(integration);
|
||||
profile.Add(azint_sum, azint_count);
|
||||
profile.Add(azint_sum, azint_sum2, azint_count);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user