Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
gw_inference [2023/06/19 08:09]
theoastro
gw_inference [2023/06/25 15:26] (current)
theoastro
Line 64: Line 64:
      
   with-eos=True    with-eos=True 
-  eos-data=./eos/eos_IST_sorted  +  eos-data=./eos/eos_sorted  
-  Neos=15000 +  Neos=x<provide_number_EOS_files> 
-  eos-weight=./eos/EOS_IST_sorted_weight.dat+  eos-weight=./eos/EOS_sorted_weight.dat
  
  
Line 108: Line 108:
 ==== Inference of injected GW signals ==== ==== Inference of injected GW signals ====
  
 +For synthetic signals, the `config.ini` file needs to be slightly adapted. First of all, some injection specific flags need to be provided which are listed below:
 +
 + ################################################################################
 + ## Injection arguments
 + ################################################################################
 +
 + injection = True
 + n-simulation = 1
 + injection-file = ./injections.json
 + injection_numbers=[0]
 +
 +The ''injection = True'' flag enables parameter estimation with injected signals and ''n-simulation = 1'' initiates inference for one synthetic signal. An ''injection-file'' needs to be provided in order to specify for which system the inference should be run. The creation of injected signals is shown [[https://enlil.gw.physik.uni-potsdam.de/dokuwiki/doku.php?id=injections_nmma|here]]. The ''injection_numbers= [0]'' uses in this case only the first signal in the injection file. 
 +
 +Moreover, other flags which are related to an observed event should be commented out such as trigger time and provided observational data. The rest remains the same as shown above for the case of an observed GW event. 
  
  
Last modified: le 2023/06/19 08:09