Are these dropped values used for judging that the GRX trans is less than the threshold value or not to instruct operators to perform PR3 alignment after the PRFPMI becomes down?
Current script for PR3 alignment check is working as follows:
GRX < 0.1: GRX doesn't seem to be locked correctly. So, PR3 alignment cannot be judged.
0.1<= GRX < 0.27: PR3 alignment is necessary.
0.27 <= GRX: PR3 alignment is not necessary.
I'm not so sure this threshould can avoid unnecessary PR3 alignment procedure but let's see what happens.