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
469bf7ac
Commit
469bf7ac
authored
6 years ago
by
Duncan Meacher
Browse files
Options
Downloads
Patches
Plain Diff
Makefile.offline_tutorial_test: Fixed path links
parent
bb98c5fe
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
+6
-6
6 additions, 6 deletions
gstlal-inspiral/tests/Makefile.offline_tutorial_test
with
6 additions
and
6 deletions
gstlal-inspiral/tests/Makefile.offline_tutorial_test
+
6
−
6
View file @
469bf7ac
...
...
@@ -98,8 +98,8 @@ CHANNEL_NAMES:=--channel-name=H1=$(H1_CHANNEL) --channel-name=L1=$(L1_CHANNEL)
# Link to offline analaysis rules in Makefile
# Default is local path toi git repo version for CI.
# Change for other runs.
#
include ../share/Makefile.offline_analysis_rules
include
$(LAL_PATH)/share/gstlal/Makefile.offline_analysis_rules
include
../share/Makefile.offline_analysis_rules
#
include $(LAL_PATH)/share/gstlal/Makefile.offline_analysis_rules
#include $(GSTLAL_PATH)/share/gstlal/Makefile.offline_analysis_rules
# FIXME Is there a way to put this back in offline analysis rules?
...
...
@@ -159,17 +159,17 @@ injections.xml:
H1_psd.xml.gz
:
# Generate H1 PSD used to produce fake data
# gstlal_psd_xml_from_asd_txt_0001
gstlal_psd_xml_from_asd_txt
--instrument
H1
--output
$@
$(
LAL_PATH
)
/share/gstlal/early_aligo_asd.txt
gstlal_psd_xml_from_asd_txt
--instrument
H1
--output
$@
../../gstlal/share/early_aligo_asd.txt
#gstlal_psd_xml_from_asd_txt --instrument H1 --output $@
$(
LAL_PATH
)
/share/gstlal/early_aligo_asd.txt
#gstlal_psd_xml_from_asd_txt --instrument H1 --output $@
$(
GSTLAL_PATH
)
/share/gstlal/early_aligo_asd.txt
#gstlal_psd_xml_from_asd_txt --instrument H1 --output $@ ../../gstlal/share/early_aligo_asd.txt
@
echo
""
L1_psd.xml.gz
:
# Generate L1 PSD used to produce fake data
# gstlal_psd_xml_from_asd_txt_0002
gstlal_psd_xml_from_asd_txt
--instrument
L1
--output
$@
$(
LAL_PATH
)
/share/gstlal/early_aligo_asd.txt
gstlal_psd_xml_from_asd_txt
--instrument
L1
--output
$@
../../gstlal/share/early_aligo_asd.txt
#gstlal_psd_xml_from_asd_txt --instrument L1 --output $@
$(
LAL_PATH
)
/share/gstlal/early_aligo_asd.txt
#gstlal_psd_xml_from_asd_txt --instrument L1 --output $@
$(
GSTLAL_PATH
)
/share/gstlal/early_aligo_asd.txt
#gstlal_psd_xml_from_asd_txt --instrument L1 --output $@ ../../gstlal/share/early_aligo_asd.txt
@
echo
""
H-H1_FAKE-10000/H-H1_FAKE-1000000000-512.gwf
:
H1_psd.xml.gz injections.xml
...
...
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