Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2018-05-24 12:08:17
Size: 490
Editor: EnzoTapia
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 1: Line 1:
 This is just a proposal yet.
Line 2: Line 4:
The data set is stored in /kagra/Dropbox/Subsystems/VIS/AutoMeasurement/. <<BR>>
The directory structure is as following:
Line 3: Line 7:
The data set is stored in /users/VIS/(Suspension_Name)/AutoMeasurement
Example: /users/VIS/SR3/AutoMeasurement
{{attachment:automeasurement_directory.PNG|alt text|width=800}}
Line 6: Line 9:
The main measurement scripts are stored in ./script
The template files are stored in ./templates
The measured data is stored in ./data.
{{{#!wiki caution
'''DO NOT STORE YOUR CUSTOMIZED DATA IN THE AUTO-MEASUREMENT DIRECTORY'''
Line 10: Line 12:
== How to use == The data in this directory should follow the template.
}}}
Line 12: Line 15:
 1. Go to a directory /users/VIS/SR2/AutoMeasurement/script.
 2. run the command for IM TF measurement: ./run_measurement_IM
 3. The measurement will start from IM Longitudinal.

= 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.
  • 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)