Moving files for testing

    • The last digit in the ip address to be updated to match the shelf number being tested (Line 84)
      • Slot 2 -> 10.0.1.102
      • Slot 3 -> 10.0.1.103
      • Slot 4 -> 10.0.1.104
      • Slot 5 -> 10.0.1.105
  • The file permissions may need to be changed for the launch script for it to be executed
    • chmod u+x launch.sh
  • Run the the launch script. The -b flag may need to be updated to reflect the correct bay
    • ./launch.sh cavityTakeData.py -Y cavity_yaml/*_project.yaml/000TopLevel.yaml -D cavity_yaml/*_project.yaml/config/defaults_cc.yaml -b0 -n1 -d ./data/
    • **This may need to be done twice to set the registers

    • Once the script completes it will make a folder in the local /data directory in the current working directory.

Copying made files for analysis

  • No labels