azimuthal_phase_conversion has a recursion error bug with ImageExtractor2D if any of these evaluate to True:
string_in_variable(variable, ['ETHETA'])
string_in_variable(variable, ['J-THETA'])
string_in_variable(variable, ['J-TH(MAG)'])
Seems to mostly just get caught by the return profile for now - so the code temporarily does only that.
azimuthal_phase_conversionhas a recursion error bug withImageExtractor2Dif any of these evaluate toTrue:string_in_variable(variable, ['ETHETA'])string_in_variable(variable, ['J-THETA'])string_in_variable(variable, ['J-TH(MAG)'])Seems to mostly just get caught by the
return profilefor now - so the code temporarily does only that.