X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=996beeb407911ababb6b72d324a4e826758f5e77;hb=e686cb7870050acedb15d3d6f480aae55546dcaf;hp=3963e4431e0e42c267d91fffe38c0171b0657e88;hpb=3e0bbeaa77f2305ae77c99654c3e46474fe0a0e2;p=matches%2Fhonours.git diff --git a/research/TCS/interface.py b/research/TCS/interface.py index 3963e443..996beeb4 100755 --- a/research/TCS/interface.py +++ b/research/TCS/interface.py @@ -214,7 +214,7 @@ def record_data(ADC_channels, output, pollTime = None, dac_max = None, comment = out.write("\t"+str(dacValue)) for adc in raw_adc: out.write("\t" + str(adc[1]) + "\t" + str(adc[2])) - out.write("\n") + out.write("\n") for out in output: if out != sys.stdout: