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
Copy file name to clipboardExpand all lines: Source/EbsdLib/Utilities/InversePoleFigureUtilities.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ class EbsdLib_EXPORT InversePoleFigureUtilities
107
107
* @return DoubleArrayType intensity image (imageWidth * imageHeight). Pixels outside SST have value -1.0.
108
108
*/
109
109
static ebsdlib::DoubleArrayType::Pointer computeIPFIntensity(const LaueOps& ops, ebsdlib::FloatArrayType* ipfDirections, int imageWidth, int imageHeight, int lambertDim, bool normalizeMRD,
110
-
bool useStereographicSST = false);
110
+
bool useStereographicSST = false);
111
111
112
112
/**
113
113
* @brief Converts an intensity image to RGBA with SST masking. Pixels inside the SST
0 commit comments