@@ -14,8 +14,65 @@ _This page is evolving and new changes need to be added_
fix-dQuadMonA = 0.0
- We may also repeat the same run for a BBH case. This is to make sure that the pipeline works well and gives similar results compared to the PE Prod run.
- The `webdir` paths is expected to have a given format (see the script given below)
- The `webdir` path is expected to have a given format (see the script given below)
- All runs (except for a particular reason) should be using the same installation
- Once the job submission is done and the results are available we need to do the following steps for post-processing:
- Step 1: creating a PE Summary page:
import glob
import os
events = ['SXXXXX']
outdirBase = '/home/YourNAME/public_html/LSC/lalinference/ObervationRUN/SummaryPages/SXXXXX/C01[or any specification]/ks_sym'
paths = ['/home/YourNAME/ObervationRUN/SXXXXX/C01[or any specification]/ks_sym']
print(events)
print(paths)
for (event,path) in zip(events,paths):
f = open(glob.glob(os.path.join(path,'lal*sh'))[0])