This is my code, trying to convert the second field of the line from exponential into float.
outputrrd = processrrd.communicate() (output, error) = outputrrd
Simply by casting string into float:
new_val = float('9.81E7')