LALPulsar 7.1.2.1-bf6a62b
testDriveHoughMulti Namespace Reference

Variables

string testdir = "."
 
string mfd_cml
 
string dhm_cml
 
 shell
 

Variable Documentation

◆ testdir

string testDriveHoughMulti.testdir = "."

Definition at line 21 of file testDriveHoughMulti.py.

◆ mfd_cml

testDriveHoughMulti.mfd_cml
Initial value:
1= " ".join(
2 [
3 "lalpulsar_Makefakedata_v5",
4 "--outSingleSFT=TRUE",
5 f"--outSFTdir={testdir}",
6 '--outLabel="simulatedsignal"',
7 '--IFOs="H1","L1"',
8 '--sqrtSX="1e-22"',
9 "--startTime=1000000000",
10 f"--duration={10 * 1800}",
11 "--fmin=100",
12 "--Band=1",
13 "--Tsft=1800",
14 ]
15)

Definition at line 23 of file testDriveHoughMulti.py.

◆ dhm_cml

testDriveHoughMulti.dhm_cml
Initial value:
1= " ".join(
2 [
3 "lalpulsar_DriveHoughMulti",
4 "--sunEphemeris",
5 "sun00-40-DE405.dat.gz",
6 "--earthEphemeris",
7 "earth00-40-DE405.dat.gz",
8 "--f0",
9 "100.5",
10 "--freqBand",
11 "0.001",
12 "--skyRegion",
13 '"allsky"',
14 "--dAlpha",
15 "0.5",
16 "--dDelta",
17 "0.5",
18 "--peakThreshold",
19 "1.6",
20 "--weighAM",
21 "--weighNoise",
22 "--sftData",
23 f'"{testdir}/*-10*.sft"',
24 "--numCand",
25 "100",
26 ]
27)

Definition at line 39 of file testDriveHoughMulti.py.

◆ shell

testDriveHoughMulti.shell

Definition at line 68 of file testDriveHoughMulti.py.