Skip to content
Snippets Groups Projects
Commit 52b6983c authored by Colin Clark's avatar Colin Clark
Browse files

Added J1208 to FGRP discoveries page

parent e1069143
No related branches found
No related tags found
No related merge requests found
......@@ -374,6 +374,50 @@ gamma-ray emission as a function of pulsar rotation phase and resolve the pulse
</tr>
<!-- psr end //-->
<!-- psr start //-->
<tr>
<td>
<table style="text-align: left; width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;">
<table style="text-align: left; width: 202px; height: 41px; font-weight: bold;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; background-color: rgb(204, 204, 204); text-align: center;">Pulsar J1208-6238</td>
</tr>
</tbody>
</table>
<br>
</td>
<td colspan="1" rowspan="2" style="vertical-align: top;" width="460">
<img style="width: 250px;" alt="J1208" src="img/fhist-J1208.png">
<img style="width: 196px; height: 373px;" alt="J1208" src="img/tvsph-J1208.png">
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<b>Volunteers (Country):</b><br>
<a href="http://einstein.phys.uwm.edu/show_user.php?userid=2013">UW-Madison CAE (USA)</a> and <a href="http://einstein.phys.uwm.edu/show_user.php?userid=582278">UH RCC - Maxwell (USA)</a><br><br>
<b>Date:</b><br>
03 Oct 2014<br><br>
<b>Survey:</b><br>
FGRP4<br><br>
<b>Selected pulsar parameters:</b><br>
Right ascension: 12:08:13.96(6)<br>
Declination: -62:38:02.3(4)<br>
Spin frequency: 2.27 Hz<br>
First frequency derivate: -1.68 x 10<sup>-11</sup> Hz/s<br>
Characteristic age: 2,700 yrs<br>
Spin-down power: 1.5 x 10<sup>36</sup> erg/s<br>
</td>
</tr>
</tbody>
</table>
<br><hr>
</td>
</tr>
<!-- psr end //-->
<!-- psr start //-->
<tr>
<td>
<table style="text-align: left; width: 100%;" border="0" cellpadding="0" cellspacing="0">
......
img/fhist-J1208.png

23.4 KiB

img/psrs_vs_time.png

26.3 KiB | W: | H:

img/psrs_vs_time.png

26.3 KiB | W: | H:

img/psrs_vs_time.png
img/psrs_vs_time.png
img/psrs_vs_time.png
img/psrs_vs_time.png
  • 2-up
  • Swipe
  • Onion skin
img/tvsph-J1208.png

463 KiB

......@@ -35,7 +35,8 @@ psr_timeline = np.array([[0,0],
[64,4], # 4 E@H Pulsars, 2013
[84,1], # J1906
[91, 13], # Next bunch of FGRP4 pulsars without J1208
[95, 0]] ) # Now
[100, 1],
[102,0]]) # J1208
FGRP1_idx = 8
FGRP4_idx = 9
AEI_idx = 5
......@@ -61,16 +62,16 @@ ax.xaxis.set_major_formatter(xfmt)
plt.xlim(months[0],months[-1])
# Survey labels
plt.text(months[FGRP1_idx] + 0.8, psrs[FGRP1_idx]/2.0,'E@H\nFGRP1',ha='center')
plt.text(months[FGRP4_idx] + 0.5, psrs[-1]/2.0,'E@H\nFGRP4',ha='center')
plt.text(months[AEI_idx] + 1.0, psrs[AEI_idx]/2.0,'ATLAS Cluster\n AEI Hannover',ha='center')
plt.text(months[FGRP1_idx] + 0.8, 33,'E@H\nFGRP1',ha='center')
plt.text(months[AEI_idx] + 1.0, 29,'ATLAS Cluster\n AEI Hannover',ha='center')
plt.text(months[FGRP4_idx] + 0.75, 35,'E@H\nFGRP4',ha='center')
# Survey shading
ax.fill_between([months[FGRP1_idx],months[FGRP1_idx+1]],[0,0],[psrs[FGRP1_idx],psrs[FGRP1_idx]],color='darkgrey')
ax.fill_between([months[FGRP4_idx],months[FGRP4_idx+1],months[FGRP4_idx+1],months[-1]],
[0,0,0,0],
[psrs[FGRP4_idx],psrs[FGRP4_idx],psrs[FGRP4_idx+1],psrs[-1]],
ax.fill_between([months[FGRP4_idx],months[FGRP4_idx+1],months[FGRP4_idx+1],months[-2],months[-2],months[-1]],
[0,0,0,0,0,0],
[psrs[FGRP4_idx],psrs[FGRP4_idx],psrs[FGRP4_idx+1],psrs[FGRP4_idx+1],psrs[-2],psrs[-1]],
color='grey')
ax.fill_between([months[AEI_idx],months[AEI_idx + 1],months[AEI_idx + 1],months[FGRP1_idx]],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment