You will also need an **appropriate** PSD for the data you intend to analyze. Here is an example file, but it is important you use an appropriate one::
You will also need an **appropriate** PSD for the data you intend to analyze.
Here is an example file, but it is important you use an appropriate one::
**NOTE you will need to modify the content for your code installation and desired parameter space - this is simply an example file. You can see lalapps_cbc_sbank --help for more information**
**NOTE you will need to modify the content for your code installation and
desired parameter space - this is simply an example file. You can see
lalapps_cbc_sbank --help for more information**
Next generate the condor dag by running lalapps_cbc_sbank_pipe::
Next generate the condor dag by running lalapps_cbc_sbank_pipe::
...
@@ -74,24 +78,31 @@ You can monitor the progress by doing::
...
@@ -74,24 +78,31 @@ You can monitor the progress by doing::
tail -f GSTLAL_BNS.dag.dagman.out
tail -f GSTLAL_BNS.dag.dagman.out
You need to wait for this to finish before moving on to the SVD decompositions step.
You need to wait for the BNS bank to finish before moving on to the SVD
decomposition step for the BNS bank, however the other banks (NSBH, BBH, IMBH)
can be generated simultaneously.
Making the NSBH, BBH, and IMBH banks
Making the NSBH, BBH, and IMBH banks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can repeat the above procedure for generating the NSBH, BBH and IMBH banks. You will need to change the sbank configuration file (.ini). Examples can be found here:
You can repeat the above procedure for generating the NSBH, BBH and IMBH banks.
You will need to change the sbank configuration file (.ini). Examples can be
**NOTE this file is provided as an example. You will in general have to suit it to the spcifics of your environment and the search you plan to conduct**
**NOTE this file is provided as an example. You will in general have to suit it
to the spcifics of your environment and the search you plan to conduct**
Then run make to generate an SVD dag::
Then run make to generate an SVD dag::
...
@@ -129,17 +141,51 @@ Decomposing the NSBH, BBH and IMBH banks
...
@@ -129,17 +141,51 @@ Decomposing the NSBH, BBH and IMBH banks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can repeat the above procedure for the NSBH, BBH and IMBH banks. You should modify these example files to suit your needs, but here are example make files.
You can repeat the above procedure for the NSBH, BBH and IMBH banks. You
should modify these example files to suit your needs, but here are example make