Update SVD decomposition authored by Leo Tsukada's avatar Leo Tsukada
......@@ -300,7 +300,11 @@ Use different sorting and grouping schemes to figure out the most efficient opti
<tr>
<td>
<div>14 :green_apple:</div></td>
<div>
14 :green_apple:
</div></td>
<td>
<div>
......@@ -657,6 +661,58 @@ For [O4 bank](https://git.ligo.org/gstlal/offline-configuration/-/blob/o4-templa
![o4-bank_mchirp_maxdur_numchi20_histogram](uploads/f4063f7b00967b1b0b8d779f4dd0bd15/o4-bank_mchirp_maxdur_numchi20_histogram.png) ![o4-bank_mchirp_maxdur_numchi20_scatter](uploads/d7e62ae4193612d01789f5518636c4c6/o4-bank_mchirp_maxdur_numchi20_scatter.png)
**RUN 14:**
```yaml
svd:
f-low: 15.0
num-chi-bins: 20
approximant:
- 0:1.73:TaylorF2
- 1.73:1000:SEOBNRv4_ROM
tolerance: 0.9999
max-f-final: 1024.0
num-split-templates: 2000
overlap: 100
num-banks: 1
samples-min: 2048
samples-max-64: 4096
samples-max-256: 4096
samples-max: 4096
sort-by: mu
max-duration: 128
autocorrelation-length:
- 0:15:701
- 15:1e6:351
manifest: H1L1V1-GSTLAL_SVD_MANIFEST_PN_PHASE-0-0.json
```
**RUN 15:**
```yaml
svd:
f-low: 15.0
num-chi-bins: 20
approximant:
- 0:1.73:TaylorF2
- 1.73:1000:SEOBNRv4_ROM
tolerance: 0.9999
max-f-final: 1024.0
num-split-templates: 2000
overlap: 200
num-banks: 1
samples-min: 2048
samples-max-64: 4096
samples-max-256: 4096
samples-max: 4096
sort-by: mu
max-duration: 128
autocorrelation-length:
- 0:15:701
- 15:1e6:351
manifest: H1L1V1-GSTLAL_SVD_MANIFEST_PN_PHASE-0-0.json
```
### Manifold Bank
**RUN 10:**
......
......