home *** CD-ROM | disk | FTP | other *** search
- 1 1
- ; UserData
- ;
- ; This file is loaded when Distant Suns is started or precession is
- ; undone. It allows the addition of new objects to Distant Suns.
- ;
- ; The format of this file is text with values separated by
- ; spaces. The first line must be "1 1" to identify the file.
- ; Each subsequent line forms one complete entry. Entries may not
- ; span lines. Any line beginning with ";" is a comment.
- ; The layout of each line is as follows. Only the first two
- ; fields are required, all others are optional.
- ;
- ; ra dec clr name id
- ;
- ; ra = Right Ascension in hh:mm format
- ; dec = Declination in dd:mm format
- ; clr = Magnitude or Class designation; used to select color & shape
- ;
- ; Color Shape (DSO desgination)
- ; ----- ----- -----------------
- ; 1 = lite blue 1 (globular cluster)
- ; 2 = blue 2 (diffuse nebulae)
- ; 3 = green 3 (open cluster)
- ; 4 = red 4 (planetary nebulae)
- ; 5 = gray 5 (irregular galaxy)
- ; 6 = yellow 6 (elliptical galaxy)
- ; 7 = lite purple 7 (spiral galaxy)
- ; (7+) = white see "Print Shapes" for a list
- ;
- ; name = Object's name. Names will be clipped to 7 characters.
- ; By default names are the text "USRxxxx" where xxxx is the
- ; line number. Names may not have imbedded spaces and must
- ; follow the rules for DOS file names.
- ; id = An id number for this object used for point and identify.
- ; Must be a unique number (if id's are not unique, point and
- ; identify may not work correctly). The id number ties the
- ; object to a text file whose name is \TXT\USRxxxx.TXT.
- ; By default, id numbers correspond to line numbers (line 7
- ; will be id number 7, etc).
- ;
- ;
- ;Some sample objects
- ;
- ;ra dec clr name id
- ;---- ------ --- ------- ----
- 12:29 2:05 2 3C273 101
- 05:34 22:02 1 NP0532 102
- 14:45 9:98 2 OQ172 103
- 00:25 64:13 6 3C10 104
- 03:19 41:54 6 NGC1275 105
- 00:00 90:00 3 NPOLE 106
- 00:00 -90:00 3 SPOLE 107
- 00:53 -69:30 7 SN1987A 108
- 19:15 12:01 4 CBNOV25 109
- 19:27 13:11 4 CBNOV27 110
- 19:38 14:16 4 CBNOV29 111
- 19:50 15:33 4 CBDEC1 112
- 20:03 16:47 4 CBDEC3 113
-