Update O3B runs authored by Haris K's avatar Haris K
......@@ -11,15 +11,15 @@ Please follow the below steps to submit runs:
- Make a directory `/home/${USER}/LIV/O3b/`**SUPEREVENT**/`set1`, (replace **SUPEREVENT** with the name from google sheet) and enter the directory.
- On CIT: Source igwn-py37 env by running:
`source /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/bin/activate igwn-py37-20210107`
`source /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/bin/activate igwn-py37-20210107`
- Run `cp /home/haris.k/LIV/O3b/template ./`
- Run `make_config_ini.py` as below:
`python make_config_ini.py -event_name` **SUPEREVENT** `-run_tag` **Prod tag** `-set_num 1`.
Replace **SUPEREVENT** with the name from google sheet and **Prod tag** with the Production tag of the run. **set_num** denoted the trials.
Replace **SUPEREVENT** with the name from google sheet and **Prod tag** with the Production tag of the run. **set_num** denoted the trials.
**Eg**: `python make_config_ini.py -event_name S200316bj -run_tag Prod6 -set_num 1`
**Eg**: `python make_config_ini.py -event_name S200316bj -run_tag Prod6 -set_num 1`
- This will generate two files in the directory: `config_template.ini` and `gps_time.txt`. Please open these files and make sure that the entries match with the production run used.
- Run `sh submit.sh`
......
......