Reports 1-1 of 1 Clear search Modify search
MIF (General)
hirotaka.yuzurihara - 16:23 Monday 12 December 2022 (23211) Print this report
Comment to Updated medm screen for record oplev and added useful shortcut button (22445)

[Ushiba, Yuzu]

I updated the script `/users/Commissioning/scripts/record_good_oplev.py` to add the option for PRFPMI and FPMI. About the FPMI, you can launch the script from ALL_OPLEVS medm screen.

Today, we tested this script and confirmed that it works well for FPMI and for PRFPMI (tested only for PRM mirror). For usage, see the help.

----

controls@k1ctr7:/users/Commissioning/scripts$ python3 ./record_good_oplev.py --help
usage: record_good_oplev.py [-h] -i {PRFPMI,FPMI} -o OPTIC [OPTIC ...]

record good oplev values when taking initial alignment.

optional arguments:
  -h, --help            show this help message and exit
  -i {PRFPMI,FPMI}, --configuration {PRFPMI,FPMI}
                        name of interferometer configuration
  -o OPTIC [OPTIC ...], --optic OPTIC [OPTIC ...]
                        name of mirror name to record good oplev
-----

  • Concrete usage
  • To reset ASC for Green X and FPMI
    • /users/Commissioning/scripts/record_good_oplev.py -i FPMI -o PR3 ITMX ETMY
    • the user can speficy multiple optics at once, such as `-o PR3 ITMX ETMX` (separated by the space).
    • the user usually use the script from medm screen. so you don't need to remember this.
  • The channels name which store good oplev values were changed from previous. see klog#23191.
    • Channel for FPMI is `K1:VIS-(SUS NAME)_FPMI_GOOD_OPLEV_{PIT,YAW}.`
    • Channel for PRFPMI is `K1:VIS-(SUS NAME)_PRFPMI_GOOD_OPLEV_{PIT,YAW}.`
Search Help
×

Warning

×