Update Code Review 2023 authored by Jean-Rene Cudell's avatar Jean-Rene Cudell
...@@ -74,7 +74,8 @@ Can be found [here](https://git.ligo.org/srashti.goyal/lensid/-/wikis/Code-revie ...@@ -74,7 +74,8 @@ Can be found [here](https://git.ligo.org/srashti.goyal/lensid/-/wikis/Code-revie
## Other scripts ## Other scripts
| Scripts | Short description | Status | git hash | Comment | final sign-off | | Scripts | Short description | Status | git hash | Comment | final sign-off |
|---------|-------------------|--------|----------|---------|----------------| |---------|-------------------|--------|----------|---------|----------------|
| [condor_data_gen_train_test_config.py](https://git.ligo.org/srashti.goyal/lensid/-/blob/master/train_test_workflow/condor_data_gen_train_test_config.py) | Generate Qtransforms, Dataframes, Bayestar skymaps for training and testing given the injection parameters using condor dag jobs submission. Note: change `exec_file_loc` in the script according to your installation and `base_out_dir` as desired. Eg: [config_o4_datagen.yaml](https://git.ligo.org/srashti.goyal/lensid/-/blob/master/package/examples/config_o4_datagen.yaml) `python condor_data_gen_train_test_config.py -config ../package/examples/config_o4_datagen.yaml` | | 1a3fc5d0ce285cec52576ccd7de645f79e772879 | very minor change, just added `request_disk` option [diff](https://git.ligo.org/srashti.goyal/lensid/-/blob/master/review/diff_condor_data_gen.diff) | ---------------- | | [condor_data_gen_train_test_config.py](https://git.ligo.org/srashti.goyal/lensid/-/blob/master/train_test_workflow/condor_data_gen_train_test_config.py) | Generate Qtransforms, Dataframes, Bayestar skymaps for training and testing given the injection parameters using condor dag jobs submission. Note: change `exec_file_loc` in the script according to your installation and `base_out_dir` as desired. Eg: [config_o4_datagen.yaml](https://git.ligo.org/srashti.goyal/lensid/-/blob/master/package/examples/config_o4_datagen.yaml) `python condor_data_gen_train_test_config.py -config ../package/examples/config_o4_datagen.yaml` | OK
| 1a3fc5d0ce285cec52576ccd7de645f79e772879 | very minor change, just added `request_disk` option [diff](https://git.ligo.org/srashti.goyal/lensid/-/blob/master/review/diff_condor_data_gen.diff) | :heavy_check_mark: |
... ...
......