Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
GstLAL
Commits
57da3fb5
Commit
57da3fb5
authored
7 years ago
by
Chad Hanna
Browse files
Options
Downloads
Patches
Plain Diff
treebank: update makefile
parent
2d25bb5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-ugly/share/Makefile.treebank
+30
-24
30 additions, 24 deletions
gstlal-ugly/share/Makefile.treebank
with
30 additions
and
24 deletions
gstlal-ugly/share/Makefile.treebank
+
30
−
24
View file @
57da3fb5
# SMALL TEST CASE
#M1bi=1.02
M1bi
=
1.4
M1bf
=
2.1
M2bi
=
1.4
M2bf
=
2.1
#SMALL TEST CASE
M1bi
=
1.75
M1bf
=
3.5
M2bi
=
1.75
M2bf
=
3.5
S1bi
=
0
S1bf
=
0
S2bi
=
0
...
...
@@ -13,17 +12,19 @@ FLOW = 30
MM
=
0.97
SBMM
=
0.97
M1i
=
1.6
M1f
=
1.9
M2i
=
1.6
M2f
=
1.9
M1i
=
2.0
M1f
=
2.75
M2i
=
2.0
M2f
=
2.75
#S1i = 0
#S1f = .85
S1i
=
0
S1f
=
0
#all : banksim_match_vs_injm1.png
# Number of templates (tiles): 392711
# real 28m40.822s
# user 54m0.220s
# sys 0m10.480s
all
:
BNS_treebank.xml.gz NSBH1_treebank.xml.gz NSBH2_treebank.xml.gz BBH1_treebank.xml.gz BBH2_treebank.xml.gz
ligolw_add
--output
spin_treebank.xml.gz
$^
--verbose
...
...
@@ -51,6 +52,9 @@ BBH2_treebank.xml.gz:
BNS_treebank.xml.gz
:
gstlal_inspiral_treebank
--verbose
--approximant
TaylorF2
--max-mass1
2.00
--max-mass2
2.00
--min-mass2
1.00
--min-mass1
1.00
--min-match
$(
MM
)
--flow
$(
FLOW
)
--psd-file
psd_for_treebank.xml.gz
--min-spin1z
-0
.0
--max-spin1z
0.0
--min-spin2z
-0
.0
--max-spin2z
0.0
--output-name
$@
--max-mtotal
100
--max-q
20
BNS_treebank.h5
:
BNS_treebank.xml.gz HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
lalapps_cbc_sbank_sim
--template-bank
$<
--injection-file
HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
--injection-approx
IMRPhenomD
--verbose
--flow
$(
FLOW
)
--template-approx
IMRPhenomD
--cache-waveforms
--reference-psd
psd.xml.gz
--instrument
=
H1
--user-tag
treebank
BNS_sbank.xml.gz
:
lalapps_cbc_sbank
--verbose
--approximant
IMRPhenomD
--mass1-min
1
--mass1-max
2
--mass2-min
1
--mass2-max
2
--flow
$(
FLOW
)
--reference-psd
psd_for_treebank.xml.gz
--instrument
H1
--spin1-min
0
--spin1-max
0
--checkpoint
50
--iterative-match-df-max
2.0
--coarse-match-df
2.0
--aligned-spin
--output-filename
$@
--match-min
$(
SBMM
)
--fhigh-max
1024
--spin2-max
0
--spin2-min
0
...
...
@@ -75,15 +79,17 @@ NSBH2_treebank.xml.gz:
### NONSPIN FULL REGION
###
#Number of leaf nodes: 72495
#Number of templates (tiles): 72395
#Expected number 45549.9045249
#
#real 6m38.043s
#user 6m36.020s
#sys 0m1.308s
#Writing output document
#Number of leaf nodes: 37807
#Number of templates (tiles): 37735
#Expected number 23465.4884539
#real 6m7.837s
#user 5m36.844s
#sys 0m1.176s
nonspin_treebank.xml.gz
:
gstlal_inspiral_treebank
--verbose
--approximant
IMRPhenomD
--max-mass1
99.0
--max-mass2
99.0
--min-mass2
1.0
--min-mass1
1.0
--min-match
$(
MM
)
--flow
$(
FLOW
)
--psd-file
psd_for_treebank.xml.gz
--min-spin1z
-0
.0
--max-spin1z
0.0
--min-spin2z
-0
.0
--max-spin2z
0.0
--output-name
$@
--max-mtotal
100
--max-q
20
gstlal_inspiral_treebank
--verbose
--approximant
IMRPhenomD
--max-mass1
99.0
--max-mass2
99.0
--min-mass2
1.0
--min-mass1
1.0
--min-match
$(
MM
)
--flow
$(
FLOW
)
--psd-file
psd_for_treebank.xml.gz
--min-spin1z
-0
.0
--max-spin1z
0.0
--min-spin2z
-0
.0
--max-spin2z
0.0
--output-name
$@
--max-mtotal
100
--max-q
20
# > 80 minutes
...
...
@@ -98,17 +104,17 @@ nonspin_sbank.xml.gz:
###
test_treebank.xml.gz
:
gstlal_inspiral_treebank
--verbose
--approximant
IMRPhenomD
--max-mass1
$(
M1bf
)
--max-mass2
$(
M2bf
)
--min-mass2
$(
M2bi
)
--min-mass1
$(
M1bi
)
--min-match
$(
MM
)
--flow
$(
FLOW
)
--psd-file
psd_for_treebank.xml.gz
--min-spin1z
$(
S1bi
)
--max-spin1z
$(
S1bf
)
--min-spin2z
$(
S2bi
)
--max-spin2z
$(
S2bf
)
--output-name
$@
gstlal_inspiral_treebank
--verbose
--approximant
TaylorF2
--max-mass1
$(
M1bf
)
--max-mass2
$(
M2bf
)
--min-mass2
$(
M2bi
)
--min-mass1
$(
M1bi
)
--min-match
$(
MM
)
--flow
$(
FLOW
)
--psd-file
psd_for_treebank.xml.gz
--min-spin1z
$(
S1bi
)
--max-spin1z
$(
S1bf
)
--min-spin2z
$(
S2bi
)
--max-spin2z
$(
S2bf
)
--output-name
$@
H1-SBANK_SMALL-0-999999999
.xml.gz
:
test_sbank
.xml.gz
:
# This produces 1269 templates
lalapps_cbc_sbank
--verbose
--approximant
IMRPhenomD
--mass1-min
$(
M1bi
)
--mass1-max
$(
M1bf
)
--mass2-min
$(
M2bi
)
--mass2-max
$(
M2bf
)
--flow
$(
FLOW
)
--reference-psd
psd_for_treebank.xml.gz
--instrument
H1
--spin1-min
$(
S1bi
)
--spin1-max
$(
S1bf
)
--checkpoint
50
--iterative-match-df-max
2.0
--coarse-match-df
2.0
--aligned-spin
--output-filename
$@
--match-min
$(
SBMM
)
--fhigh-max
1024
--spin2-max
$(
S2bf
)
--spin2-min
$(
S2bi
)
HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
:
lalapps_inspinj
--aligned
--max-mass1
$(
M1f
)
--max-mass2
$(
M2f
)
--min-mass2
$(
M2i
)
--min-mass1
$(
M1i
)
--m-distr
componentMass
--max-spin1
$(
S1f
)
--max-spin2
0.0
--time-step
10
--taper-injection
startend
--gps-end-time
1000010000
--min-distance
10000
--max-distance
1000000
--waveform
IMRPhenomD
--polarization
uniform
--gps-start-time
1000000000
--l-distr
random
--d-distr
volume
--i-distr
uniform
--max-inc
179.99
--min-spin2
0.0
--min-spin1
$(
S1i
)
--enable-spin
--f-lower
$(
FLOW
)
--seed
1234
--output
HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
lalapps_inspinj
--aligned
--max-mass1
$(
M1f
)
--max-mass2
$(
M2f
)
--min-mass2
$(
M2i
)
--min-mass1
$(
M1i
)
--m-distr
componentMass
--max-spin1
$(
S1f
)
--max-spin2
0.0
--time-step
10
--taper-injection
startend
--gps-end-time
1000010000
--min-distance
10000
--max-distance
1000000
--waveform
TaylorF2
--polarization
uniform
--gps-start-time
1000000000
--l-distr
random
--d-distr
volume
--i-distr
uniform
--max-inc
179.99
--min-spin2
0.0
--min-spin1
$(
S1i
)
--enable-spin
--f-lower
$(
FLOW
)
--seed
1234
--output
HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
treebank.h5
:
test_treebank.xml.gz HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
lalapps_cbc_sbank_sim
--template-bank
$<
--injection-file
HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
--injection-approx
IMRPhenomD
--verbose
--flow
$(
FLOW
)
--template-approx
IMRPhenomD
--cache-waveforms
--reference-psd
psd.xml.gz
--instrument
=
H1
--user-tag
treebank
lalapps_cbc_sbank_sim
--template-bank
$<
--injection-file
HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
--injection-approx
TaylorF2
--verbose
--flow
$(
FLOW
)
--template-approx
TaylorF2
--cache-waveforms
--reference-psd
psd.xml.gz
--instrument
=
H1
--user-tag
treebank
sbank.h5
:
H1-SBANK_SMALL-0-999999999.xml.gz HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
lalapps_cbc_sbank_sim
--template-bank
$<
--injection-file
HL-INJECTIONS_1234_IMRPD-1000000000-10000.xml
--injection-approx
IMRPhenomD
--verbose
--flow
$(
FLOW
)
--template-approx
IMRPhenomD
--cache-waveforms
--reference-psd
psd.xml.gz
--instrument
=
H1
--user-tag
sbank
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment