-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathObjects.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 32 should actually have 1 column, instead of 3 in line 31.
54 lines (53 loc) · 2.49 KB
/
Objects.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
;
; Object database
;
; Special database type codes:
;
; 1 Asteroids
; 2 Comets
; 3 Databases containing Right ascension and declination fields eligible
; both for selection to aim the telescope and for finding objects from
; the telescope. All databases are searched when the user right clicks
; (no keyboard modifiers) on an object.
; 4 Solar system objects
; 5 Databases containing Right ascension and declination fields eligible
; only for selection to aim the telescope (not for finding).
; 6 Databases containing Right ascension and declination fields eligible
; both for selection to aim the telescope and for finding objects from
; the telescope or horizon when the user right clicks with the SHIFT
; key down.
; 7 Databases containing Right ascension and declination fields eligible
; both for selection to aim the telescope and for finding objects from
; the telescope or horizon when the user right clicks with the CONTROL
; key down.
; 8 Databases containing Right ascension and declination fields eligible
; both for selection to aim the telescope and for finding objects from
; the telescope or horizon when the user right clicks with the SHIFT
; and CONTROL keys down.
; 9 Databases containing Right ascension and declination fields eligible
; both for selection to aim the telescope and for finding objects from
; the telescope or horizon when the user right clicks but only if the
; database is currently selected as the Charted user catalogue.
;
Solar system objects,planets.csv,4
Comets: periodic,comets.csv,2
Comets: new,cometnew.csv,2
Constellation names,constel.csv,5
Named stars,starname.csv,3
Navigation stars,navstar.csv,3
Asteroid names,asteroid.csv,1
Asteroids: unnamed,astuname.csv,1
Asteroids 1-4000,astnum1.csv,1
Asteroids 4001-5632,astnum2.csv,1
Asteroids: new,astrnew.csv,1
Messier objects,messier.csv,3
Deep sky objects,deepsky.csv,3
Meteor showers,meteor.csv,5
Spacecraft,spacecrf.csv
3C radio sources,3c.csv,9
Sky Atlas 2000.0,skyatl2k.csv,6
Uranometria 2000.0,u2000.csv,7
Palomar Sky Survey,poss.csv,8
Sky Atlas 2000 bounds,sc2kbnd.csv,5
IAUC Bright Asteroids,iauast.csv,1
IAUC Comets,comhp.csv,2