... | ... | @@ -7,11 +7,16 @@ Please follow the below steps to submit runs: |
|
|
- Check the [google sheet](https://docs.google.com/spreadsheets/d/1-7Yb6Q2w-4J5atHZt23D_AmDexPO1J_IoeNhZCrlp1s/edit?usp=sharing) to see which event you should handle
|
|
|
- Open the summary page and notedown the **Prod tag** for the latest Bilby run. Please make sure that the job is not canceled.
|
|
|
- Check if the old superevent name matches with he name in the google sheet
|
|
|
- Make a directory `/home/${USER}/LIV/O3b/**SUPEREVENT**`, (replace **SUPEREVENT** with the name from google sheet) nad enter the directory.
|
|
|
- On CIT: Source igwn-py37 env by running `source /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/bin/activate igwn-py37-20210107`
|
|
|
- Make a directory `/home/${USER}/LIV/O3b/`**SUPEREVENT**, (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`
|
|
|
- Run `cp /home/haris.k/LIV/O3b/template ./`
|
|
|
- Run `make_config_ini.py` as the example 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.
|
|
|
- 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.
|
|
|
|
|
|
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.
|
... | ... | |