Skip to content

Instantly share code, notes, and snippets.

@MarcvdSluys
Created February 11, 2022 13:40
Show Gist options
  • Save MarcvdSluys/1e395d3a69a8a9b551916097ca870aec to your computer and use it in GitHub Desktop.
Save MarcvdSluys/1e395d3a69a8a9b551916097ca870aec to your computer and use it in GitHub Desktop.
##--------------------------------
# general options
start: 1187000000
stop: 1187001000
instruments: H1L1
min-instruments: 1
##--------------------------------
# data product options
data:
template-bank: gstlal_bank_small.xml.gz
##--------------------------------
# data source options
source:
data-source: frames
data-find-server: datafind.ligo.org:443
# data-find-server: ldr.ldas.cit:80
frame-type:
H1: H1_GWOSC_O2_16KHZ_R1
L1: L1_GWOSC_O2_16KHZ_R1
channel-name:
H1: GWOSC-16KHZ_R1_STRAIN
L1: GWOSC-16KHZ_R1_STRAIN
sample-rate: 4096
frame-segments-file: segments.xml.gz
frame-segments-name: datasegments
x509-proxy: x509_proxy
##--------------------------------
# segment options
segments:
backend: gwosc
vetoes:
category: CAT1
##--------------------------------
# psd options
psd:
fft-length: 8
sample-rate: 4096
##--------------------------------
## svd bank options
svd:
f-low: 20.0
num-chi-bins: 1
approximant:
- 0:1.73:TaylorF2
- 1.73:1000:SEOBNRv4_ROM
tolerance: 0.9999
max-f-final: 1024.0
num-split-templates: 200
overlap: 30
num-banks: 5
samples-min: 2048
samples-max-64: 2048
samples-max-256: 2048
samples-max: 4096
autocorrelation-length: 701
manifest: svd_manifest.json
##--------------------------------
## filtering options
filter:
fir-stride: 1
min-instruments: 1
coincidence-threshold: 0.01
ht-gate-threshold: 0.8:15.0-45.0:100.0
veto-segments-file: vetoes.xml.gz
time-slide-file: tisi.xml
injection-time-slide-file: inj_tisi.xml
time-slides:
H1: 0:0:0
L1: 0.62831:0.62831:0.62831
injections:
bns:
file: bns_injections.xml
range: 0.01:1000.0
##--------------------------------
## injection options
injections:
sets:
bns:
f-low: 14.0
seed: 72338
time:
step: 32
interval: 1
shift: 0
waveform: SpinTaylorT4threePointFivePN
mass-distr: componentMass
mass1:
min: 1.1
max: 2.8
mass2:
min: 1.1
max: 2.8
spin1:
min: 0
max: 0.05
spin2:
min: 0
max: 0.05
distance:
min: 10000
max: 80000
file: bns_injections.xml
##--------------------------------
## prior options
prior:
mass-model: mass_model_small.h5
##--------------------------------
## ranking options
rank:
ranking-stat-samples: 4194304
##--------------------------------
## summary options
summary:
webdir: ~/public_html/run-06
##--------------------------------
## condor options
condor:
# profile: osg
# profile: ldas
profile: nikhef
accounting-group-user: marc.vandersluys
accounting-group: ligo.dev.o3.cbc.uber.gstlaloffline
singularity-image: /cvmfs/singularity.opensciencegrid.org/lscsoft/gstlal:master
# directives:
# environment: '"LAL_DATA_PATH=/home/cbc/ROM_data SINGULARITY_BIND=/home/cbc/ROM_data"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment