Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
IQ Recorder
Commits
8356a3cf
Commit
8356a3cf
authored
Jun 09, 2022
by
Thomas Telkamp
Browse files
add quasar sources
parent
cf3b5097
Changes
2
Hide whitespace changes
Inline
Side-by-side
camras_objects.ecsv
View file @
8356a3cf
...
...
@@ -26,11 +26,14 @@ coord.ra coord.dec name
350.85 58.815 "Cassiopeia A"
299.868151909542 40.733915736 "Cygnus A"
266.416816625 -29.007824972 "Sgr A*"
83.6333 22.0133 "Taurus A"
83.63333333 22.01333333 M1
10.6847083 41.26875 M31
250.423475 36.4613194 M13
83.82208 -5.39111 M42
187.70593076 12.39112329 M87
187.27791594049 2.05238823055 3C273
212.8352792 52.2026444 3C295
101.287155333 -16.716115861 Sirius
269.4520769586187 4.69336496657667 "Barnard's star"
217.42894222160578 -62.67949018907555 "Proxima Centauri"
...
...
create_objects_list.py
View file @
8356a3cf
...
...
@@ -3,8 +3,9 @@
from
astropy.coordinates
import
SkyCoord
from
astropy.table
import
Table
names
=
[
'Cassiopeia A'
,
'Cygnus A'
,
'Sgr A*'
,
'M1'
,
'M31'
,
'M13'
,
'M42'
,
'M87'
,
names
=
[
'Cassiopeia A'
,
'Cygnus A'
,
'Sgr A*'
,
'Taurus A'
,
'M1'
,
'M31'
,
'M13'
,
'M42'
,
'M87'
,
'3C273'
,
'3C295'
,
'Sirius'
,
"Barnard's star"
,
'Proxima Centauri'
,
'Crab Pulsar'
,
'Vela Pulsar'
,
'PSR B2217+47'
,
'PSR B0329+54'
,
'PSR B0531+21'
,
'PSR B1933+16'
,
'PSR B0450+55'
,
'PSR B0809+74'
,
'PSR B1508+55'
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment