LALApps 10.1.0.1-eeff03c
exc_resp.c File Reference

Prototypes

int main (int argc, char *argv[])
 

Go to the source code of this file.

Macros

#define L1_DC_RESP   0.39 /* +/- 0.02 (nm/ct) */
 
#define L1_PEND_F0   0.76 /* Hz */
 
#define L1_LENGTH   4000 /* m */
 
#define H2_DC_RESP   1.05 /* nm/count */
 
#define H2_PEND_F0   0.74 /* Hz */
 
#define H2_LENGTH   2000 /* m */
 
#define H1_DC_RESP   0.93 /* nm/count */
 
#define H1_PEND_F0   0.74 /* Hz */
 
#define H1_LENGTH   4000 /* m */
 
#define usgfmt
 
#define usage(program)   fprintf( stderr, usgfmt, program )
 

Variables

int vrbflg
 

Macro Definition Documentation

◆ L1_DC_RESP

#define L1_DC_RESP   0.39 /* +/- 0.02 (nm/ct) */

Definition at line 34 of file exc_resp.c.

◆ L1_PEND_F0

#define L1_PEND_F0   0.76 /* Hz */

Definition at line 35 of file exc_resp.c.

◆ L1_LENGTH

#define L1_LENGTH   4000 /* m */

Definition at line 36 of file exc_resp.c.

◆ H2_DC_RESP

#define H2_DC_RESP   1.05 /* nm/count */

Definition at line 42 of file exc_resp.c.

◆ H2_PEND_F0

#define H2_PEND_F0   0.74 /* Hz */

Definition at line 43 of file exc_resp.c.

◆ H2_LENGTH

#define H2_LENGTH   2000 /* m */

Definition at line 44 of file exc_resp.c.

◆ H1_DC_RESP

#define H1_DC_RESP   0.93 /* nm/count */

Definition at line 48 of file exc_resp.c.

◆ H1_PEND_F0

#define H1_PEND_F0   0.74 /* Hz */

Definition at line 49 of file exc_resp.c.

◆ H1_LENGTH

#define H1_LENGTH   4000 /* m */

Definition at line 50 of file exc_resp.c.

◆ usgfmt

#define usgfmt
Value:
"Usage: %s [options]\n"\
"Options [default in brackets]:\n"\
" -h print this message\n"\
" -V print version info\n"\
" -v verbose\n"\
" -L flow low frequency cutoff for response function [25.0]\n"\
" -H fhigh high frequency cutoff for response function [3000.0]\n"\
" -n numpoints number of points in response function [8192]\n"

Definition at line 52 of file exc_resp.c.

◆ usage

#define usage (   program)    fprintf( stderr, usgfmt, program )

Definition at line 62 of file exc_resp.c.

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 66 of file exc_resp.c.

Variable Documentation

◆ vrbflg

int vrbflg
extern