Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Duncan Macleod
gstlal
Commits
3c0c9f97
Commit
3c0c9f97
authored
6 years ago
by
Patrick Godwin
Browse files
Options
Downloads
Patches
Plain Diff
Makefile_offline_tutorial_test: fix issue with missing segments in gstlal_inspiral jobs
parent
936621ac
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-inspiral/tests/Makefile_offline_tutorial_test
+4
-4
4 additions, 4 deletions
gstlal-inspiral/tests/Makefile_offline_tutorial_test
with
4 additions
and
4 deletions
gstlal-inspiral/tests/Makefile_offline_tutorial_test
+
4
−
4
View file @
3c0c9f97
...
...
@@ -13,7 +13,7 @@ APPROXIMANT = 0.0:100.0:TaylorF2
##############################
# The GPS start time to generate data
DATASTART=9999999
98
DATASTART=9999999
66
# The GPS stop time to generate data
DATASTOP=1000002100
...
...
@@ -154,7 +154,7 @@ L1_psd.xml.gz:
gstlal_psd_xml_from_asd_txt --instrument L1 --output $@ ../../gstlal/share/early_aligo_asd.txt
@echo ""
H-H1_FAKE-10000/H-H1_FAKE-1000000
512
-512.gwf: H1_psd.xml.gz injections.xml
H-H1_FAKE-10000/H-H1_FAKE-1000000
000
-512.gwf: H1_psd.xml.gz injections.xml
# Generate 2048s of H1 FAKE data with a single injection included
# gstlal_fake_frames_0001
gstlal_fake_frames \
...
...
@@ -171,7 +171,7 @@ H-H1_FAKE-10000/H-H1_FAKE-1000000512-512.gwf: H1_psd.xml.gz injections.xml
--verbose
@echo ""
L-L1_FAKE-10000/L-L1_FAKE-1000000
512
-512.gwf: L1_psd.xml.gz injections.xml
L-L1_FAKE-10000/L-L1_FAKE-1000000
000
-512.gwf: L1_psd.xml.gz injections.xml
# Generate 2048s of L1 FAKE data with a single injection included
# gstlal_fake_frames_0002
gstlal_fake_frames \
...
...
@@ -188,7 +188,7 @@ L-L1_FAKE-10000/L-L1_FAKE-1000000512-512.gwf: L1_psd.xml.gz injections.xml
--verbose
@echo ""
frames.cache: H-H1_FAKE-10000/H-H1_FAKE-1000000
512
-512.gwf L-L1_FAKE-10000/L-L1_FAKE-1000000
512
-512.gwf
frames.cache: H-H1_FAKE-10000/H-H1_FAKE-1000000
000
-512.gwf L-L1_FAKE-10000/L-L1_FAKE-1000000
000
-512.gwf
# Produce frames cache file
# A file that contains full paths to all frame files
ls H-H1_FAKE-10000/* L-L1_FAKE-10000/* | lalapps_path2cache > frames.cache
...
...
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