cwb_draw_sensitivity


Usage

This command reads a psd ascii file and produces a plot of the psd of the detector sensitivity

Syntax

  • cwb_draw_sensitivity file_name [save(0,1)] [range_fix(1,0)]

The cwb_draw_sensitivity accept the following parameters:

file_name : ascii file : each line has format -> freq(Hz) psd

save      : 0/1 -> saved/not-saved to file (default = 0)
            the output plot is produced under the report/dump directory

range_fix : 1/0 : fixed/auto y-axis range  (default = 1)

Examples

* cwb_draw_sensitivity psd.txt

* the file psd.txt of real data can be produced with the cwb_inet2G commands
  (see `How to do an interactive multistages 2G analysis <faq.html#how-to-do-an-interactive-multistages-2g-analysis>`__)

  The following example produces the psd ascii file of L1 under the report/dump directory :

  cwb_inet2G config/user_parameters.C STRAIN 312 '--tool psd --ifo L1 --type strain --save true'