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
7456f56e
Commit
7456f56e
authored
1 year ago
by
Cort Posnansky
Committed by
Divya Singh
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Makefile.offline_inspiral_full_template: update injection generation
parent
718747cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!612
Combined online-offline ranks
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-inspiral/python/workflows/templates/Makefile.offline_inspiral_full_template
+20
-7
20 additions, 7 deletions
...rkflows/templates/Makefile.offline_inspiral_full_template
with
20 additions
and
7 deletions
gstlal-inspiral/python/workflows/templates/Makefile.offline_inspiral_full_template
+
20
−
7
View file @
7456f56e
...
...
@@ -207,22 +207,35 @@ injection-filter_inspiral_dag.dag : vetoes.xml.gz segments.xml.gz inj_tisi.xml {
--gps-start-time
{{
config.start + params.time.shift
}}
\
--gps-end-time
{{
config.stop
}}
\
--snr-calculation
INJ_PARAMS
\
--max-redshift
{{
params.max_redshift
}}
\
--redshift-power
{{
params.redshift_power
}}
\
{
%
if
params.max_ns_redshift %
}
-
-max-ns-redshift
{{
params.max_ns_redshift
}}
\
--ns-redshift-power
{{
params.ns_redshift_power
}}
\
{
% endif %
}
-
-mass-distribution
{{
params.mass_distribution
}}
\
--spin-distribution
ALIGNED_ALIGNED
\
--max-redshift
{{
params.max_redshift
}}
\
{
%
for
param
in
[
'mass1'
,
'mass2'
,
'mass'
,
'spin1'
,
'spin2'
,
'spin'
]
%
}
{
%
if
params[param] %
}
{
%
for
stat
, val
in
params[param].items
()
%
}
-
-
{{
stat
}}
-
{{
param
}}
{{
val
}}
\
--min-mass
{{
params.min_mass
}}
\
{
%
for
param
in
[
'mass'
,
'mtotal'
,
'massratio'
,
'spin1'
,
'spin2'
]
%
}
-
-max-
{{
param
}}
{{
params[
'max_'
+ param]
}}
\
{
% endfor %
}
{
%
if
params.min_mass1 %
}
-
-min-mass1
{{
params.min_mass1
}}
\
{
% endif %
}
{
%
if
params.max_spin %
}
-
-max-spin
{{
params.max_spin
}}
\
{
% endif %
}
{
%
if
params.max_ns_mass or params.max_ns_spin %
}
-
-max-ns-mass
{{
params.max_ns_mass
}}
\
--max-ns-spin
{{
params.max_ns_spin
}}
\
{
% endif %
}
{
% endfor %
}
-
-max-mtotal
{{
params.max_mtotal
}}
\
-
-waveform
{{
params.waveform
}}
\
--approximant
{{
params.approximant
}}
\
--time-step
{{
params.time.step
}}
\
--time-interval
{{
params.time.interval
}}
\
--random-seed
{{
params.random_seed
}}
\
--snr-threshold
{{
params.snr_threshold
}}
\
--min-frequency
{{
params.min_frequency
}}
\
--h1-reference-spectrum-file
{{
config.injections.h1_reference_spectrum_file
}}
\
--l1-reference-spectrum-file
{{
config.injections.l1_reference_spectrum_file
}}
\
--v1-reference-spectrum-file
{{
config.injections.v1_reference_spectrum_file
}}
\
...
...
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