On this page

LIGO Analysis Defaults¶

In this cookbook we’ll provide the default settings which are used for the various analyses in LIGO publications. These can either be used directly in your own analysis, or you can adapt the YAML files which provide them to suit your own requirements.

 1kind: configuration
 2pipelines:
 3  bayeswave:
 4    quality:
 5      state vector:
 6        L1: L1:DCS-CALIB_STATE_VECTOR_C01
 7        H1: H1:DCS-CALIB_STATE_VECTOR_C01
 8        V1: V1:DQ_ANALYSIS_STATE_VECTOR
 9    scheduler:
10      accounting group: ligo.dev.o4.cbc.pe.bilby
11      request memory: 1024
12      request post memory: 16384
13    likelihood:
14      iterations: 100000
15      chains: 8
16      threads: 4
© Copyright 2020-2024, Daniel Williams.
Created using Sphinx 7.2.6.