Skip to content

Commit 99e6e3f

Browse files
committed
Fixed numpy#82 - image of eht piipeline process is now center aligned
1 parent 4992528 commit 99e6e3f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

content/en/case-studies/blackhole-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The [Event Horizon telescope (EHT)](https://eventhorizontelescope.org), is an ar
3636

3737
The sequence of correlation and engineering releases represents a year-long effort of identifying and mitigating data issues, and developing new software and procedures that could reliably choose the most likely image based on actual measurements.
3838

39-
{{< figure src="/images/content_images/cs/dataprocessbh.png" class="fig-center" caption="**EHT Data Processing Pipeline**" alt="data pipeline" align="middle" attr="(Diagram Credits: The Astrophysical Journal, Event Horizon Telescope Collaboration)" attrlink="https://iopscience.iop.org/article/10.3847/2041-8213/ab0c57" >}}
39+
{{< figure src="/images/content_images/cs/dataprocessbh.png" class="csfigcaption" caption="**EHT Data Processing Pipeline**" alt="data pipeline" align="middle" attr="(Diagram Credits: The Astrophysical Journal, Event Horizon Telescope Collaboration)" attrlink="https://iopscience.iop.org/article/10.3847/2041-8213/ab0c57" >}}
4040

4141
## NumPy’s Role in Black Hole Imaging
4242

static/css/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ figcaption {
254254
text-align: center;
255255
}
256256

257+
.csfigcaption {
258+
text-align: center;
259+
}
260+
257261
.fig-center {
258262
display: block;
259263
margin-left: auto;
Loading

0 commit comments

Comments
 (0)