Skip to content

Commit

Permalink
Enable local (ROI) tomography.
Browse files Browse the repository at this point in the history
Enable local (ROI) tomography. This is an experimental feature, which may be changed in future.
  • Loading branch information
JueHo authored Jun 28, 2024
1 parent 2054e7a commit ae6e1fd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions PreProcessing/ProcessParameterTypes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright © [2015], Empa, Juergen Hofmann
* Copyright © [2015], Empa, Juergen Hofmann
*/

#ifndef _PROCESS_PARAMETER_TYPES_H
Expand Down Expand Up @@ -85,6 +85,15 @@ struct ProcessParameter
//-ju-23-Feb-2018 already dark/flat corrected projections
uint32_t isDarkFlatCorrected;
double maxGreyInStack;
//-ju-24-June-2024 local tomography
uint32_t roiPrecentageExt;
uint32_t extentedProjectionWidth;
uint32_t roiPadSize;
uint32_t totalPadLocTomoSize;
uint32_t useROIPadding;
uint32_t locTomoAVGRange;
float sigmoidSlope;
std::vector<float> localTomoWeights;
};

#endif // _PROCESS_PARAMETER_TYPES_H
#endif // _PROCESS_PARAMETER_TYPES_H

0 comments on commit ae6e1fd

Please sign in to comment.