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
167c403b
Commit
167c403b
authored
15 years ago
by
Chad Hanna
Browse files
Options
Downloads
Patches
Plain Diff
updated makefile for more injections
parent
b158d35b
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
examples/Makefile.pipeline
+12
-5
12 additions, 5 deletions
examples/Makefile.pipeline
with
12 additions
and
5 deletions
examples/Makefile.pipeline
+
12
−
5
View file @
167c403b
segments
:
segwizard S4 V11 H1
-ADC_OVERFLOW
-INJECTION_BURST
-INJECTION_INSPIRAL
-INJECTION_PULSTART
-INJECTION_STOCHASTIC
-JET
-OUTSIDE_S4
-PRELOCKLOSS_30
-RDS_C04_LX_HFHTDIFF_GT_10_PERCENT
-SEISMIC_0D9_1D1
>
S4H1segments.txt
segwizard S4 V11 H2
-ADC_OVERFLOW
-INJECTION_BURST
-INJECTION_INSPIRAL
-INJECTION_PULSTART
-INJECTION_STOCHASTIC
-JET
-OUTSIDE_S4
-PRELOCKLOSS_30
-RDS_C04_LX_HFHTDIFF_GT_10_PERCENT
-SEISMIC_0D9_1D1
-WIND_OVER_30MPH
>
S4H2segments.txt
segwizard S4 V11 L1
-ADC_OVERFLOW
-INJECTION_BURST
-INJECTION_INSPIRAL
-INJECTION_PULSTART
-INJECTION_STOCHASTIC
-NO_DATA
-NO_RDS
-OUT_OF_LOCK
-OUTSIDE_S4
-PRELOCKLOSS_30
-RDS_C04_LX_HFHTDIFF_GT_10_PERCENT
>
S4L1segments.txt
START
=
871147814
STOP
=
875232014
INJ
=
1 2 3 4 5 6 7 8 9 10
segments
:
ligolw_segment_query
--segment-url
=
ldbd://metaserver.phy.syr.edu:30015
-q
--gps-start-time
$(
START
)
--gps-end-time
$(
STOP
)
--include-segments
=
L1:Science,L1:Injection,H1:Science,H1:Injection,H2:Science,H2:Injection
>
segments.xml
dag
:
mkdir
noninjections
pushd
noninjections
&&
rm
-f
vetoes.xml.gz
;
ligolw_segments
--verbose
--output
vetoes.xml.gz
--name
vetoes
--insert-from-segwizard
={
H1,H2,L1,V1
}=
/dev/null
&&
ligolw_tisi
--verbose
--instrument
L1
=
0:0:0
--instrument
H1
=
-201
.24611797498108:+201.24611797498108:20.124611797498108
--instrument
H2
=
-201
.24611797498108:+201.24611797498108:20.124611797498108 time_slides.xml.gz
&&
gstlal_inspiral_pipe
--verbose
--config-file
../gstlal_inspiral.ini
--log-path
$(
TMPDIR
)
--time-slides
time_slides.xml.gz
--vetoes
vetoes.xml.gz
;
popd
for
n
in
$(
INJ
)
;
do
\
mkdir
injections
$${
n
}
;
\
pushd
injections
$${
n
}
&&
rm
-f
vetoes.xml.gz
;
ligolw_segments
--verbose
--output
vetoes.xml.gz
--name
vetoes
--insert-from-segwizard
={
H1,H2,L1,V1
}=
/dev/null
&&
ligolw_tisi
--verbose
--instrument
L1
=
0:0:0
--instrument
H1
=
-201
.24611797498108:+201.24611797498108:20.124611797498108
--instrument
H2
=
-201
.24611797498108:+201.24611797498108:20.124611797498108 time_slides.xml.gz
&&
gstlal_inspiral_pipe
--verbose
--config-file
../gstlal_inspiral.ini
--log-path
$(
TMPDIR
)
--time-slides
time_slides.xml.gz
--vetoes
vetoes.xml.gz
--injections
;
popd
;
\
done
realclean
:
rm
-Rvf
injections
for
n
in
$(
INJ
)
;
do
\
rm
-Rvf
injections
$${
n
}
;
\
done
rm
-Rvf
noninjections
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