Differences between revisions 5 and 6
Revision 5 as of 2019-07-19 16:16:58
Size: 984
Editor: AyakaShoda
Comment:
Revision 6 as of 2019-08-08 10:12:18
Size: 1471
Editor: AyakaShoda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 2. run the command (Example: ./run_measurement_IM)  2. run the command with an option as the target optic (Example: ./run_measurement_IM PR3)
Line 21: Line 21:

== CAUTION ==
 * Do not run more than two auto-measurement in parallel in the same computer. The files would be mixed.


= For the developers =
 * The summary plot is made by the matlab script Plot_AM.m, which is in /kagra/Dropbox/Subsystems/VIS/Automeasurement/.
 * Please feel free to use the script independently by the auto-measurement system. If you add the input argument copy=0, it does not make the copy to the "latest" directory.
  • This is just a proposal yet.

AutoMeasurement data set

The data set is stored in /kagra/Dropbox/Subsystems/VIS/AutoMeasurement/.
The directory structure is as following:

alt text

DO NOT STORE YOUR CUSTOMIZED DATA IN THE AUTO-MEASUREMENT DIRECTORY

The data in this directory should follow the template.

How to use

  1. Go to a directory /kagra/Dropbox/Subsystems/VIS/AutoMeasurement/(Type)/scripts/(TF or Spectra)/
  2. run the command with an option as the target optic (Example: ./run_measurement_IM PR3)
  3. The xml data is stored in the directory /kagra/Dropbox/Subsystems/VIS/AutoMeasurement/(Type)/(OPTIC)/(TF or Spectra)/Measurements/(YYYYMMDD)/ together with the summary plot.
  4. The xml data and summary plot are also copied in the directory /kagra/Dropbox/Subsystems/VIS/AutoMeasurement/(Type)/(OPTIC)/(TF or Spectra)/Measurements/latest/ and the older data in the latest folder is deleted.

CAUTION

  • Do not run more than two auto-measurement in parallel in the same computer. The files would be mixed.

For the developers

  • The summary plot is made by the matlab script Plot_AM.m, which is in /kagra/Dropbox/Subsystems/VIS/Automeasurement/.
  • Please feel free to use the script independently by the auto-measurement system. If you add the input argument copy=0, it does not make the copy to the "latest" directory.

KAGRA/Subgroups/VIS/OpsManual/AutoMeasurement (last edited 2019-08-08 10:12:18 by AyakaShoda)