[Haoyu Wang, Yuta Michimura] (Measurement done on Aug 14)
We measured the noise spectra of TMSX and TMSY polarization monitors while single Xarm and Yarm are locked.
Measured polarization rotation angle of TRX and TRY are currently ~1e-5 rad/rtHz above 10 Hz, limited by ADC noise.
Method:
- Locked single Xarm (Yarm) with PRM misaligned, at IMC output power of ~1.1 W.
- Measured the spectrum of following channels.'K1:TMS-%s_IR_PDA1_OUT_DQ' % ARM
'K1:TMS-%s_IRSPOL_PDA1_OUT_DQ' % ARM
'K1:TMS-%s_IRPPOL_PDA1_OUT_DQ' % ARM
- Converted into polarization rotation angle using the calibration done for TRX (klog #30113) and TRY (klog #30827) using the following. Note that HWP angle was 20 deg for Xarm (we set it on Aug 13) and 80 deg for Yarm (klog #30827).if ARM=='X':
startTime=1407634590 # 1.1 W at IMC output, whitening off, Xarm
PDs2Rad=1/(4*(297.0-19.7)*np.sin(4*np.deg2rad(20-54.7)))
elif ARM=='Y':
startTime=1407636370 # 1.1 W at IMC output, whitening off, Yarm
PDp2Rad=1/(4*(358.0-24.1)*np.sin(4*np.deg2rad(80-72.5)))
PDs2Rad=1/(4*(352.0-24.2)*np.sin(4*np.deg2rad(80-117.4)))
Results:
- Attachment #1 (for X) and #2 (for Y) are the raw spectra for the channel. K1:TMS-X_IR_PDA1_OUT_DQ seems less noisy, as K1:TMS-X_IR_PDA1_PDA1_GAIN=0.25504554. Note that K1:TMS-Y_IR_PDA1_PDA1_GAIN=1.19592. All the channels are basically limited by ADC noise above ~10 Hz.
- Attachment #3 (for X) and #4 (for Y) are the polarization rotation angle estimated from the acquired data.
Next:
- Change PD gains and whitening gains after locking PRFPMI so that the spectrum will not be limited by ADC noise. Calibrate the PDs again.