Skip to content

Commit

Permalink
Use vetoed times followup in example (gwastro#4597)
Browse files Browse the repository at this point in the history
* Use vetoed times followup in example

* Fix statistic files double-definition
  • Loading branch information
GarethCabournDavies authored Jan 11, 2024
1 parent feb8dfa commit fb8991d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions examples/search/plotting.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ section-header = loudest_noncoinc_time
[workflow-sngl_minifollowups-all]
section-header = all

[workflow-sngl_minifollowups-vetoed]
section-header = loudest_within_vetoes

[workflow-injection_minifollowups]
num-events=1
subsection-suffix=with_ifar_lt_1_year
Expand All @@ -24,21 +27,27 @@ analysis-category = background_exc
sort-variable = stat

[singles_minifollowup]
ranking-statistic = single_ranking_only
sngl-ranking = newsnr_sgveto_psdvar

[singles_minifollowup-noncoinc]
non-coinc-time-only =

[singles_minifollowup-all]

[singles_minifollowup-vetoed]
vetoed-time-only =
ranking-statistic = ${sngls|ranking-statistic}
statistic-files = ${sngls|statistic-files}

[injection_minifollowup]
ifar-threshold = 1

[page_snglinfo]
ranking-statistic = single_ranking_only
sngl-ranking = newsnr_sgveto_psdvar

[page_snglinfo-vetoed]
ranking-statistic = ${sngls|ranking-statistic}

[single_template_plot]

[single_template_plot-p1]
Expand Down

0 comments on commit fb8991d

Please sign in to comment.