Skip to content

Commit

Permalink
V1138 Ara
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenSpheres committed Jun 6, 2024
1 parent 81ccc94 commit 49ec3da
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions atnf_pulsars.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
import csv
names = {
'J0146+6145' : '4U 0142+61',
'B0531+21' : 'Crab Pulsar:CM Tau:SN 1054',
'J0633+1746' : 'Geminga:SN 437',
'B0656+14' : 'Monogem Pulsar',
'B0833-45' : 'Vela Pulsar:HU Vel',
'J1023+0038' : 'AY Sex',
'B1257+12' : 'Lich',
'J1412+7922' : 'Calvera',
'B1509-58' : 'Circinus Pulsar',
'J1808-2024' : 'SGR 1806-20',
'J1809-1943' : 'V5634 Sgr', # http://vizier.u-strasbg.fr/viz-bin/VizieR-S?V*%20V5634%20Sgr
'J1856-3754' : 'RX J1856.5-3754',
'B1913+16' : 'Hulse-Taylor Pulsar',
'B1957+20' : 'Black Widow:QX Sge',
'J2051-0827' : 'LY Aqr',
'B2224+65' : 'Guitar Pulsar', # https://arxiv.org/abs/0910.4453
'J0146+6145' : '4U 0142+61',
'B0531+21' : 'Crab Pulsar:CM Tau:SN 1054',
'J0633+1746' : 'Geminga:SN 437',
'B0656+14' : 'Monogem Pulsar',
'B0833-45' : 'Vela Pulsar:HU Vel',
'J1023+0038' : 'AY Sex',
'B1257+12' : 'Lich',
'J1412+7922' : 'Calvera',
'B1509-58' : 'Circinus Pulsar',
'J1740-5340B' : 'V1138 Ara',
'J1808-2024' : 'SGR 1806-20',
'J1809-1943' : 'V5634 Sgr', # http://vizier.u-strasbg.fr/viz-bin/VizieR-S?V*%20V5634%20Sgr
'J1856-3754' : 'RX J1856.5-3754',
'B1913+16' : 'Hulse-Taylor Pulsar',
'B1957+20' : 'Black Widow:QX Sge',
'J2051-0827' : 'LY Aqr',
'B2224+65' : 'Guitar Pulsar', # https://arxiv.org/abs/0910.4453
}
distances = {
'J1412+7922' : [2, 'Bogdanov et al., 2019ApJ...877...69B'],
Expand Down

0 comments on commit 49ec3da

Please sign in to comment.