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
5ed2e8b0
Commit
5ed2e8b0
authored
Jun 25, 2022
by
Thomas Telkamp
Browse files
add sources
parent
e2bf69fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
camras_objects.ecsv
View file @
5ed2e8b0
...
...
@@ -27,6 +27,8 @@ coord.ra coord.dec name
299.868151909542 40.733915736 "Cygnus A"
266.416816625 -29.007824972 "Sgr A*"
83.6333 22.0133 "Taurus A"
201.36501659049 -43.01930361346001 "Centaurus A"
187.705930759583 12.391123293917 "Virgo A"
83.63333333 22.01333333 M1
10.6847083 41.26875 M31
250.423475 36.4613194 M13
...
...
@@ -34,6 +36,8 @@ coord.ra coord.dec name
187.70593076 12.39112329 M87
187.27791594049 2.05238823055 3C273
212.8352792 52.2026444 3C295
208.07446659024 31.44624649488999 3C293
24.42208192967 33.15974455245 3C48
101.287155333 -16.716115861 Sirius
269.4520769586187 4.69336496657667 "Barnard's star"
217.42894222160578 -62.67949018907555 "Proxima Centauri"
...
...
create_objects_list.py
View file @
5ed2e8b0
...
...
@@ -3,9 +3,9 @@
from
astropy.coordinates
import
SkyCoord
from
astropy.table
import
Table
names
=
[
'Cassiopeia A'
,
'Cygnus A'
,
'Sgr A*'
,
'Taurus A'
,
names
=
[
'Cassiopeia A'
,
'Cygnus A'
,
'Sgr A*'
,
'Taurus A'
,
'Centaurus A'
,
'Virgo A'
,
'M1'
,
'M31'
,
'M13'
,
'M42'
,
'M87'
,
'3C273'
,
'3C295'
,
'3C273'
,
'3C295'
,
'3C293'
,
'3C48'
,
'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