Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
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
lscsoft
bilby
Commits
f0b49520
Commit
f0b49520
authored
6 years ago
by
Francisco Javier Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
changed lambda1 to lambda_1 and lambda2 to lambda_2
parent
b2f7cf93
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!187
Resolve "add neutron star merger to examples"
Pipeline
#30332
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/injection_examples/binary_neutron_star_example.py
+1
-1
1 addition, 1 deletion
examples/injection_examples/binary_neutron_star_example.py
with
1 addition
and
1 deletion
examples/injection_examples/binary_neutron_star_example.py
+
1
−
1
View file @
f0b49520
...
...
@@ -29,7 +29,7 @@ np.random.seed(88170235)
injection_parameters
=
dict
(
mass_1
=
1.5
,
mass_2
=
1.3
,
a_1
=
0.0
,
a_2
=
0.0
,
luminosity_distance
=
50.
,
iota
=
0.4
,
psi
=
2.659
,
phase
=
1.3
,
geocent_time
=
1126259642.413
,
ra
=
1.375
,
dec
=-
1.2108
,
lambda1
=
400
,
lambda2
=
450
)
ra
=
1.375
,
dec
=-
1.2108
,
lambda
_
1
=
400
,
lambda
_
2
=
450
)
# Set the duration and sampling frequency of the data segment that we're going
# to inject the signal into. For the
...
...
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