Fri, 05 Jun 2020 14:02:45 +0200
cosmetic changes
GHK_0.9.8e5_Py3.7.py | file | annotate | diff | comparison | revisions |
--- a/GHK_0.9.8e5_Py3.7.py Sat May 30 00:58:15 2020 +0200 +++ b/GHK_0.9.8e5_Py3.7.py Fri Jun 05 14:02:45 2020 +0200 @@ -369,9 +369,9 @@ dY = ['perpendicular', '', 'parallel'] dY2 = ['reflected', '', 'transmitted'] if ((abs(RotL) < 45 and Y == 1) or (abs(RotL) >= 45 and Y == -1)): - dY3 = "Parallel laser polarisation is detected in transmitted channel" + dY3 = "the parallel laser polarisation is detected in the transmitted channel." else: - dY3 = "Parallel laser polarisation is detected in reflected channel" + dY3 = "the parallel laser polarisation is detected in the reflected channel." # --- check input errors if ((Qin ** 2 + Vin ** 2) ** 0.5) > 1: @@ -1045,10 +1045,10 @@ print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( "TCalT,TCalR :", TCalT0, dTCalT, nTCalT, TCalR0, dTCalR, nTCalR)) print() - print("Rotation Error Epsilon For Normal Measurements = ", RotationErrorEpsilonForNormalMeasurements) - print(Type[TypeC], Loc[LocC]) - print("PBS incidence plane is ", dY[int(Y + 1)], "to reference plane and polarisation in reference plane is finally", dY2[int(Y + 1)]) - print(dY3) + print(Type[TypeC],"calibrator is located", Loc[LocC]) + print("Rotation error epsilon is considered also for normal measurements = ", RotationErrorEpsilonForNormalMeasurements) + print("The PBS incidence plane is ", dY[int(Y + 1)], "to the reference plane" ) + print("The laser polarisation in the reference plane is finally", dY2[int(Y + 1)], "=>", dY3) print("RS_RP_depend_on_TS_TP = ", RS_RP_depend_on_TS_TP) # end of print actual system parameters # ******************************************************************************