Skip to content

Commit ffd1c41

Browse files
committed
Deploying to main from @ numpy/numpy.org@c566df3 🚀
1 parent 725a4d9 commit ffd1c41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

case-studies/gw-discov/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
detect gravitational waves from some of the most violent and energetic
3535
processes in the Universe, the data LIGO collects may have far-reaching
3636
effects on many areas of physics including gravitation, relativity,
37-
astrophysics, cosmology, particle physics, and nuclear physics.</li><li>Crunch observed data via numerical relativity computations that involves
37+
astrophysics, cosmology, particle physics, and nuclear physics.</li><li>Crunch observed data via numerical relativity computations that involve
3838
complex maths in order to discern signal from noise, filter out relevant
39-
signal and statistically estimate significance of observed data.</li><li>Data visualization so that the binary / numerical results can be
39+
signal and statistically estimate the significance of observed data.</li><li>Data visualization so that the binary / numerical results can be
4040
comprehended.</li></ul><h3 id=the-challenges>The Challenges<a class=headerlink href=#the-challenges title="Link to this heading">#</a></h3><ul><li><p><strong>Computation</strong></p><p>Gravitational Waves are hard to detect as they produce a very small effect
4141
and have tiny interaction with matter. Processing and analyzing all of
42-
LIGO&rsquo;s data requires a vast computing infrastructure.After taking care of
42+
LIGO&rsquo;s data requires a vast computing infrastructure. After taking care of
4343
noise, which is billions of times of the signal, there is still very
4444
complex relativity equations and huge amounts of data which present a
4545
computational challenge:
@@ -76,8 +76,8 @@
7676
providing object based interfaces to utilities, tools, and methods for
7777
studying data from gravitational-wave detectors.</li></ul><figure class=align-default id=id003><img src=/images/content_images/cs/gwpy-numpy-dep-graph.png alt="gwpy-numpy depgraph" class=align-center><figcaption><strong class=caption-title>Dependency graph showing how GwPy package depends on NumPy</strong><a class=headerlink href=#id003 title="Link to this image">#</a><br><p><span class=caption-text></span></figcaption></figure><hr><figure class=align-default id=id004><img src=/images/content_images/cs/PyCBC-numpy-dep-graph.png alt="PyCBC-numpy depgraph" class=align-center><figcaption><strong class=caption-title>Dependency graph showing how PyCBC package depends on NumPy</strong><a class=headerlink href=#id004 title="Link to this image">#</a><br><p><span class=caption-text></span></figcaption></figure><h2 id=summary>Summary<a class=headerlink href=#summary title="Link to this heading">#</a></h2><p>GW detection has enabled researchers to discover entirely unexpected phenomena
7878
while providing new insight into many of the most profound astrophysical
79-
phenomena known. Number crunching and data visualization is a crucial step
80-
that helps scientists gain insights into data gathered from the scientific
79+
phenomena known. Number crunching and data visualization are crucial steps
80+
that help scientists gain insights into data gathered from scientific
8181
observations and understand the results. The computations are complex and
8282
cannot be comprehended by humans unless it is visualized using computer
8383
simulations that are fed with the real observed data and analysis. NumPy

0 commit comments

Comments
 (0)