# | ;
|
---|
1 | ; Object database |
2 | ; |
3 | ; Special database type codes: |
4 | ; |
5 | ; 1 Asteroids |
6 | ; 2 Comets |
7 | ; 3 Databases containing Right ascension and declination fields eligible |
8 | ; both for selection to aim the telescope and for finding objects from |
9 | ; the telescope. All databases are searched when the user right clicks |
10 | ; (no keyboard modifiers) on an object. |
11 | ; 4 Solar system objects |
12 | ; 5 Databases containing Right ascension and declination fields eligible |
13 | ; only for selection to aim the telescope (not for finding). |
14 | ; 6 Databases containing Right ascension and declination fields eligible |
15 | ; both for selection to aim the telescope and for finding objects from |
16 | ; the telescope or horizon when the user right clicks with the SHIFT |
17 | ; key down. |
18 | ; 7 Databases containing Right ascension and declination fields eligible |
19 | ; both for selection to aim the telescope and for finding objects from |
20 | ; the telescope or horizon when the user right clicks with the CONTROL |
21 | ; key down. |
22 | ; 8 Databases containing Right ascension and declination fields eligible |
23 | ; both for selection to aim the telescope and for finding objects from |
24 | ; the telescope or horizon when the user right clicks with the SHIFT |
25 | ; and CONTROL keys down. |
26 | ; 9 Databases containing Right ascension and declination fields eligible |
27 | ; both for selection to aim the telescope and for finding objects from |
28 | ; the telescope or horizon when the user right clicks but only if the |
29 | ; database is currently selected as the Charted user catalogue. |
30 | ; |
31 | Solar system objects | planets.csv | 4 |
32 | Comets: periodic | comets.csv | 2 |
33 | Comets: new | cometnew.csv | 2 |
34 | Constellation names | constel.csv | 5 |
35 | Named stars | starname.csv | 3 |
36 | Navigation stars | navstar.csv | 3 |
37 | Asteroid names | asteroid.csv | 1 |
38 | Asteroids: unnamed | astuname.csv | 1 |
39 | Asteroids 1-4000 | astnum1.csv | 1 |
40 | Asteroids 4001-5632 | astnum2.csv | 1 |
41 | Asteroids: new | astrnew.csv | 1 |
42 | Messier objects | messier.csv | 3 |
43 | Deep sky objects | deepsky.csv | 3 |
44 | Meteor showers | meteor.csv | 5 |
45 | Spacecraft | spacecrf.csv |
46 | 3C radio sources | 3c.csv | 9 |
47 | Sky Atlas 2000.0 | skyatl2k.csv | 6 |
48 | Uranometria 2000.0 | u2000.csv | 7 |
49 | Palomar Sky Survey | poss.csv | 8 |
50 | Sky Atlas 2000 bounds | sc2kbnd.csv | 5 |
51 | IAUC Bright Asteroids | iauast.csv | 1 |
52 | IAUC Comets | comhp.csv | 2
|