home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / orbs / orbs.doc < prev    next >
Text File  |  1987-08-30  |  30KB  |  598 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                                 O R B S
  21.  
  22.                       Orbital Prediction Program
  23.                                   for
  24.                       Earth  Orbiting Satellites
  25.  
  26.                              Version  2.1
  27.  
  28.                             USER REFERENCE
  29.  
  30.                                 8/30/87
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                            Ron Dunbar, W0PN
  49.  
  50.                                =========
  51.                                 O R B S
  52.                                =========
  53.  
  54.  
  55. INTRODUCTION:
  56.  
  57. ORBS is a menu-driven system which produces printed listings showing
  58. an earth-orbiting satellite's azimuth, elevation, range as well as 
  59. other approprate data at specified intervals of time as seen from an 
  60. observer's location.  Perhaps the easiest way to give you an idea of 
  61. ORB's features is to start with the opening menu:
  62.  
  63.  
  64.  
  65.  
  66. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  67. =                                                                   =
  68. =                             O R B S                               =
  69. =                                                                   =          
  70. =          ORBITAL PREDICTION PROGRAM WITH TIME WINDOWS             =          
  71. =                            8/22/1987                              =          
  72. =                                                  Ron Dunbar W0PN  =          
  73. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =          
  74.                                                                                
  75.                                                                                
  76.                 1.  Generate orbital predictions.                              
  77.                                                                                
  78.                 2.  Update Elements.                                           
  79.                                                                                
  80.                 3.  Modify beacon frequency file.                              
  81.                                                                                
  82.                 4.  Modify station call/location file.                         
  83.                                                                                
  84.                 5.  Exit to operating system.                                  
  85.                                                                                
  86.                                                                                
  87.                        Your choice..                                           
  88.                                                                                
  89.  
  90. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.            Let's investigate the menu items one at a time...
  98.  
  99. 1.  GENERATE ORBITAL PREDICTIONS:
  100.  
  101. If you choose this function, the next screen you'll see will look 
  102. something like this:
  103.  
  104.   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  105.  
  106.      This program prints tracking data for earth-orbiting satellites             
  107.                                                                               
  108.                                                                                
  109.                          SATELLITE SELECTION MENU                               
  110.                                                                                
  111.           1.   oscar-9           ID = 12888   Set 1066    8/17/87              
  112.           2.   oscar-10          ID = 14129   Set 305     8/7/87               
  113.           3.   oscar-11          ID = 14781   Set 245     8/6/87               
  114.           4.   oscar-12          ID = 16909   Set 55      7/28/87              
  115.           5.   rs-5              ID = 12999   Set 426     8/13/87              
  116.           6.   rs-7              ID = 13001   Set 337     8/17/87              
  117.           7.   rs-10/11          ID = 18129   Set 60      8/17/87              
  118.           8.   meteor 2-14       ID = 16735   Set 126     5/31/87              
  119.           9.   meteor 2-15       ID = 17290   Set 87      8/16/87              
  120.           10.  meteor 3-1        ID = 16191   Set 689     8/16/87              
  121.           11.  noaa-9            ID = 15427   Set 186     8/7/87               
  122.           12.  noaa-10           ID = 16969   Set 70      8/14/87              
  123.           13.  mir               ID = 16609   Set 782     8/17/87              
  124.           14.  salyut-7          ID = 13138   Set 732     8/17/87              
  125.           15.  ajisai            ID = 16908   Set 50      8/8/87               
  126.           16.  Cosmos 1870       ID = 18225   Set 38      8/11/87              
  127.                                                                                
  128.                              SELECT SATELLITE?                               
  129.                                                                                
  130.  
  131.   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  132.  
  133. Now choose the satellite you're interested in, answer a few questions, 
  134. and the printed listing is produced in record speed, thanks to Turbo 
  135. BASIC's nimble compiled code and Tom Clark's QUICKSTEP algorithm 
  136. trickery (that's the infamous W3IWI, you know) which speeds up the 
  137. calculations when the satellite is below the horizon.
  138.  
  139. As you answer the questions mentioned above, you'll note that another 
  140. unique feature has been added; TIME WINDOWS.  You have the option of 
  141. ignoring all satellite passes outside a selected timeframe.. after all, 
  142. there's little value in spending time calculating and producing a 
  143. listing covering times when you can't be there to see/hear/work that 
  144. satellite, is there?  
  145.  
  146. TIME WINDOWS will allow you to span 2400 UTC with your window time; 
  147. you can specify a window such as 2200 to 0400, and it will be handled 
  148. properly.  
  149.  
  150. The TIME WINDOW feature is particularly useful for listing the 'good' 
  151. visual passes of MIR and COSMOS 1870, for instance, because you can
  152. only see them during the period between local civil twilight and the 
  153. time when they are enveloped in the earth's shadow.
  154.  
  155. Now let's see what a typical listing looks like.  We'll use Oscar-9:
  156.  
  157.   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  158.  
  159.                             *** O R B S ***
  160.  
  161.                       OSCAR-9 Orbital Predictions                 Page # 1 
  162.  
  163.                   for W0PN at Lat: 46.871  Lon: 92.103
  164.  
  165.                    Element set 1066 is  7.5 days old
  166.            Listing covers the period 237.0000 to 237.5000 or  12.00 hrs.
  167.            This listing run at 00:40:06 on 08-25-1987.
  168.  
  169.  
  170.            PARAMETER           REFERENCE           STARTING
  171.            ---------           ---------           --------
  172.            Catalog number       12888
  173.            Epoch               87229.50723967      87237.00000000
  174.            Inclination          97.6439             [ No change ]
  175.            R. A. A. N.         248.5757            256.2849
  176.            Eccentricity        0.00029260           [ No change ]
  177.            Arg. Perigee         33.8666              7.4516
  178.            Mean Anomaly        326.2793            195.4792
  179.            Mean Motion         15.29943109         15.29988380
  180.            Drag Correction      3.021E-005          [ No change ]
  181.            Orbit number         32611               32726 
  182.            S.M.A.,(km)          6854.0761           6853.9409
  183.            Perigee Ht, km        473.9106            473.7754
  184.            Apogee  Ht, km        477.9216            477.7863
  185.            Freq (MHz)           145.825  (F1)       435.025  (F2)
  186.  
  187.          *************************************************************
  188.            Printing only the window between 0130:00 and 0500:00 UTC.
  189.          *************************************************************
  190.  
  191.  U T C    AZ  EL  145.825  435.025  RANGE HEIGHT   LAT  LONG PHASE  F2 TRACK
  192. hhmm:ss  deg deg  DPLR Hz  DPLR Hz    km    km     deg  deg  <256>   435.025
  193.  
  194.  - - - Orbit # 32728 - - - Day # 87237 - - - Tuesday, 8/25/87 - - -
  195. 0226:00  263   1    +1320    +3938   2417   474   40.6 119.5   24    435.021
  196. 0228:00  285   2     +206     +613   2366   474   48.1 122.0   29    435.024
  197. 0230:00  306  -1     -972    -2901   2606   474   55.6 125.2   35    435.028
  198.  
  199. End of OSCAR-9 listing.
  200.  
  201.   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  202.  
  203. As you can see by the information between the lines of asterisks, we 
  204. specified a 'time window' of 0130 to 0500 UTC, which is late enough for 
  205. most of us here in the Midwest, and prior to that time, we're probably 
  206. eating supper.  You can further see (in the 5th printed line) that we 
  207. specified a 12 hour period, and only one pass was visible (and print-
  208. ed) which occurred in that 12 hour period AND was within our specified 
  209. time window.  You will also note from the ELevation column that it was 
  210. a marginal pass, just barely peeking up over the horizon to the west of 
  211. this QTH.
  212.  
  213. Note that two 'beacon' frequencies were present for Oscar-9 in the 
  214. FREQS.ORB file.. 145.825 and 435.025 MHz.  The doppler associated with 
  215. each frequency is listed in the 4th and 5th columns of the printout... 
  216. the column heading shows the frequency the doppler is computed for.
  217.  
  218. The RANGE, HEIGHT, LAT and LONG all refer to the satellite.  The LAT 
  219. and LONG are the point on the earth over which the satellite is 
  220. currently positioned (the Sub-Satellite Point, or SSP).  The RANGE is 
  221. the distance from the observer in meters, and the HEIGHT is the 
  222. satellite's altitude above the earth in meters.  LAT and LONG are in 
  223. degrees, of course.
  224.  
  225. Note the rightmost column labeled "F2 TRACK".  The numbers in this 
  226. column represent the frequency you must transmit on to 'hit' the F2 
  227. TRACK frequency (435.025) as seen at the spacecraft.. this listed 
  228. frequency takes the doppler into consideration and is a handy feature 
  229. when you need to uplink at a specific frequency.  One of the last 
  230. questions you are asked before the program goes off to compute all 
  231. this stuff is whether you would like to manually enter an alternate 
  232. frequency for F2.  This lets you temporarily override the frequencies 
  233. contained in the FREQS.ORB default file.  (More on that later).
  234.  
  235. Ok, now you've run your listing, and you've just downloaded the AMSAT 
  236. Orbital Data Bulletin and captured this week's latest Kepler elements 
  237. into your STUFF.LOG file.  Use your favorite word processor in the NON-
  238. DOCUMENT MODE (please) to edit STUFF.LOG and get rid of everything 
  239. except the elements.  You can leave in all the carefully constructed 
  240. headers, asterisks, etc., but clean out all the stuff not relating to 
  241. the Bulletins.  
  242.  
  243. Be sure to check the bulletin for typos.. sometimes the ':' following 
  244. the keywords gets lost, or 'e' (as in  "1.687e-04") turns up missing.  
  245. The program will catch the first error, but not the second one.  It 
  246. can show up as subsurface apogee and perigee heights in the parameter 
  247. listing on the first page.. that's why that listing is there!  If you 
  248. come up with anything that looks weird, check and correct the ELEMENTS 
  249. file, then redo the update operation.
  250.  
  251. All bulletins should be combined into one file which MUST be named 
  252. ELEMENTS  (no .EXTension, please).  Now move that file into the same 
  253. directory that ORBS resides in (I call it \ORBS, for want of a better 
  254. name.. I have trouble remembering obscure names, birthdays, etc.).  
  255.  
  256. If you spell ELEMENTS wrong or forget to move it into the \ORBS direc-
  257. tory, you'll get a RUNTIME ERROR 53: which says you spelled ELEMENTS 
  258. wrong or forgot to move it to the \ORBS directory.. don't DO that!  
  259.  
  260. 2.  UPDATE ELEMENTS:
  261.  
  262. Now, we're ready to choose item (2) on the ORBS menu.  
  263.  
  264.  
  265. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  266. =                                                                   =        
  267. =               ORBITAL ELEMENT UPDATE PROGRAM                      =        
  268. =                                                                   =        
  269. =                            8/23/1987                              =        
  270. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  271.                                                                                
  272.                                                                                
  273. Scanning input file... please wait.                                            
  274.                                                                                
  275. Total number of satellites read from the ELEMENTS file = 16                    
  276.                                                                                
  277. Total number of satellites written to the KEPLER.ORB file = 16                 
  278.                                                                                
  279.                                                                                
  280. The frequency data in FREQS.ORB will be inserted into the                      
  281. records contained in KEPLER.ORB.                                               
  282.                                                                                
  283. FREQS.ORB contains 5 records for input.                                        
  284.  5 insertions completed.                                                       
  285.                                                                                
  286.                                                                                
  287. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =          
  288.  
  289. Now, wasn't that a lot easier than typing in 14 numbers for 16 dif-
  290. ferent satellites?  You didn't have to do anything but sit there and 
  291. wonder what the computer was doing (especially when it was messing 
  292. around with your hard disk).  You've just updated all the Keplerian 
  293. elements for all the satellites contained in the bulletin in about 
  294. one minute or less!
  295.  
  296. What actually happened was that (1) the program ORBUPDAT.TBC was called 
  297. by the menu program.  (2) The file ELEMENTS was read in, (3) the beacon 
  298. frequency data from the file FREQS.ORB was merged with the ELEMENTS 
  299. data, and (4) the combined data was written to the KEPLER.ORB file 
  300. which is used by the tracking program ORBP.TBC.  
  301.  
  302. KEPLER.ORB is the source of the data that is displayed as the list of 
  303. satellites from which you choose when you do menu item (1), "Generate 
  304. orbital predictions".
  305.  
  306. Let's suppose that a new satellite has been placed in orbit, and it 
  307. contains a beacon or two which you want to monitor.  You're ready for 
  308. the next menu choice...
  309. 3.  MODIFY BEACON FREQUENCY FILE:
  310.  
  311. When you make this choice from the menu, you'll see this....
  312.  
  313.                                                                                
  314. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =          
  315. =                                                                   =          
  316. =                    Modify FREQS.ORB Entries                       =          
  317. =                                                                   =          
  318. =                            8/23/1987                              =          
  319. =                                                                   =          
  320. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =          
  321.                                                                                
  322. Existing entries will be presented for possible modification, followed         
  323. by blank entry(s) to allow you to add to the list of satellite beacon          
  324. frequencies; the frequency specified can be any you wish to track; it         
  325. doesn't have to be strictly a beacon.  Make certain you enter the             
  326. satellite's CATALOG number accurately.. the record is keyed on it.             
  327.                                                                                
  328. Satellite name:  Oscar-9                                                       
  329. Catalog number:  12888                                                         
  330.    Frequency 1:  145.825                                                       
  331.    Frequency 2:  435.025                                                       
  332.                                                                                
  333. Accept, Delete, Modify this entry (A/d/m):                                     
  334.  
  335.                                                                                
  336. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =          
  337.  
  338.  
  339. Note the prompt line.. the 'A' is in UPPER CASE.  This is the 
  340. convention I use to indicate the DEFAULT you will get if you just hit 
  341. the ENTER key.  You may also type an 'a' if you wish to follow 
  342. directions.  If you Accept this entry, the next satellite contained in 
  343. the FREQS.ORB file will be presented in order, and so on until the 
  344. entries are exhausted.  
  345.  
  346. If you choose to DELETE the entry, it goes away.. simple.  If you 
  347. choose to MODIFY it, BE VERY CAREFUL that you get the "Catalog number" 
  348. right!  You can misspell the name, but the catalog number is the key to 
  349. matching this data up with it's counterpart contained in the ELEMENTS 
  350. file.
  351.  
  352. If you choose MODIFY, the cursor moves to the field following 
  353. "Satellite name:" and waits for your action.  If you merely hit ENTER, 
  354. the data in that field remains unchanged and the cursor moves on to the 
  355. next field.  
  356.  
  357. If you modify a field, any data remaining in the field beyond the cursor 
  358. is erased before the cursor advances to the next field.  When you ENTER 
  359. following the last field (enter '0' if you don't want one of the beacon 
  360. frequencies anymore), you are asked "Is data correct (Y/n):".  If you 
  361. made an error, you can redo it by answering 'n', otherwise, a 'y' or an 
  362. ENTER will accept the modifications.
  363. When you have responded to the last entry and hit the ENTER key to 
  364. accept the data, the following appears:
  365. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =          
  366. =                                                                   =          
  367. =                    Modify FREQS.ORB Entries                       =          
  368. =                                                                   =          
  369. =                            8/23/1987                              =          
  370. =                                                                   =          
  371. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =          
  372.                                                                                
  373. Existing entries will be presented for possible modification, followed         
  374. by blank entry(s) to allow you to add to the list of satellite beacon          
  375. frequencies; the frequency specified can be any you wish to track.  It         
  376. does not have to be strictly a beacon.  Make certain you enter the             
  377. satellite's CATALOG number accurately.. the record is keyed on it.             
  378.                                                                                
  379. Satellite name:                                                                
  380. Catalog number:                                                                
  381.    Frequency 1:                                                                
  382.    Frequency 2:                                                                
  383.                                                                                
  384. Make an entry (y/N):                                                           
  385.                                                                                
  386. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  387.  
  388. You have noticed, of course, that all the fields are empty, and the 
  389. prompt is asking whether you wish to make a new entry.  Remember to get 
  390. that "Catalog number" right!
  391.  
  392. I suppose that you'd like to get your call letters and location stuck 
  393. in here somewhere.. that brings us to the next main menu function..(4):
  394.  
  395. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  396. =                                                                   =        
  397. =                     Modify ORB.CFG Entries                        =        
  398. =                                                                   =        
  399. =                            8/24/1987                              =        
  400. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  401.                                                                                
  402. The ORBS.CFG file contains 'station specific' data used by the prediction      
  403. program.  The existing entry will be displayed for possible modification.      
  404. Latitude is entered as decimal degrees (nn.nnn); South latitudes are           
  405. preceeded by a '-' (-nn.nnn).  Longitude is entered as decimal degrees         
  406. West longitude.  Station Altitude is entered in meters, not feet.              
  407. Minimum elevation is that elevation (in degrees) above which you wish the      
  408. printout to commence (usually 0 or -1).                                        
  409.                                                                                
  410.            Station call:  W0PN                                                 
  411.        Station latitude:  46.871                                               
  412.    Station W. longitude:  92.103                                               
  413.        Station altitude:  435                                                  
  414. Min sat elevation (deg): -1                                                    
  415.                                                                                
  416. Accept or Modify this entry (A/m):                                             
  417. Most of the fields are pretty self-explanatory.  The Station latitude 
  418. and longitude must be in decimal degrees, not degrees, minutes, etc.  
  419. The longitude is specified as WEST longitude.. none of that '-179.999' 
  420. stuff allowed.  The altitude is in METERS, not feet or furlongs.  
  421.  
  422. If you don't want to forever run listings with my call and coordinates 
  423. on them, I suggest you choose to MODIFY this entry.  When you have 
  424. completed your task (operates the same as the previous function), you 
  425. will receive this screen:
  426.  
  427. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  428. =                                                                   =        
  429. =                     Modify ORB.CFG Entries                        =        
  430. =                                                                   =        
  431. =                            8/24/1987                              =        
  432. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  433.                                                                                
  434. The ORBS.CFG file contains 'station specific' data used by the prediction      
  435. program.  The existing entry will be displayed for possible modification.      
  436. Latitude is entered as decimal degrees (nn.nnn); South latitudes are           
  437. preceeded by a '-' (-nn.nnn).  Longitude is entered as decimal degrees         
  438. West longitude.  Station Altitude is entered in meters, not feet.              
  439. Minimum elevation is that elevation (in degrees) above which you wish the      
  440. printout to commence (usually 0 or -1).                                        
  441.                                                                                
  442.            Station call:  W3IWII                                               
  443.        Station latitude:  66.871                                               
  444.    Station W. longitude:  74.103                                               
  445.        Station altitude:  250                                                  
  446. Min sat elevation (deg): -1                                                    
  447.                                                                                
  448. Is data correct (Y/n):                                                       
  449.                                                                                
  450. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =        
  451.  
  452. Again, you have a chance to correct any typos.
  453.  
  454. The only remaining main menu function is (5) Exit to operating system.  
  455. That one ALWAYS works exactly as it's supposed to, even after extensive 
  456. and rigorous testing conditions (read: exiting to fix another bug!).  
  457.  
  458.  
  459. AFTERTHOUGHTS:
  460.  
  461. The only feature remaining to be incorporated into ORBS is the 'mutual 
  462. view' function.  This allows you to have up to 5 stations as observers 
  463. per listing.. (multiple observers).  One of the stations (probably YOU) 
  464. is the MASTER, and whenever the satellite is in view of any of the 
  465. other stations at the same time it is in your view, those stations call 
  466. letters will be printed along with azimuth and elevation data 
  467. pertaining to them.  Version 3.1 (if I ever find time to do it) will 
  468. include that feature.
  469.  
  470.  
  471.  
  472. Please forward your comments, suggestions and abuse to me via AMSAT 
  473. Telemail (RDUNBAR), or you can try to reach me where I now live (but I 
  474. don't expect to be here long.. hi!):
  475.  
  476.  
  477.           Ron Dunbar, W0PN         (Res) 218-728-6544
  478.           920 W. Tischer Road      (Bus) 218-720-2093
  479.           Duluth, MN   55803
  480.  
  481.  
  482.                   ..and I thank you for your support!
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. Supplemental:
  491.  
  492.  
  493. The ARChived file of which this document file is a part, contains 
  494. the following files:
  495.  
  496.                  ELEMENTS          ORBP    .TBC
  497.                  FREQS   .ORB      ORBS    .CFG
  498.                  KEPLER  .ORB      ORBS    .DOC
  499.                  MODCFG  .TBC      ORBS    .EXE
  500.                  MODFREQ .TBC      ORBUPDAT.TBC
  501.  
  502.  
  503. ELEMENTS:  
  504.  
  505. Contains a recent version of the AMSAT Orbital Data Bulletin which 
  506. is prepared weekly for AMSAT NA by Vern Riportella, WA2LQQ or Ralph 
  507. Wallio, W0RPK.  This file is normally captured directly from a bul-
  508. letin board system (BBS).  ORBS allows you to input this unedited data 
  509. file directly, thereby avoiding the formidable task of entering the 
  510. data manually.  You can also download current Bulletins by calling 
  511. W0RPK's BBS at 515-961-3325.  This service is also being provided by 
  512. others; just ask around, or leave a query on Ralph's BBS when you call 
  513. in.
  514.  
  515. A sample of the first few lines of a typical Orbital Data Bulletin:
  516.  
  517. *******************************************************************
  518. *      A M S A T   O R B I T A L   D A T A   B U L L E T I N      *
  519. *                         ORBS227O  15AUG87                       *
  520. *                  Prepared for AMSAT-NA by W0RPK                 *
  521. *******************************************************************
  522. Orbital Elements for OSCARs
  523.  
  524. SAT.   UO-9  AO-10  UO-11  FO-12  RS-5  RS-7  RS-10/11
  525. SET#     62    305    245     55   425   335        52
  526. NEW?      Y      Y      Y      N     N     Y         Y
  527.  
  528. Satellite: oscar-9       
  529. Catalog number: 12888      
  530. Epoch time:      87218.25756376
  531. Element set:     1062  
  532. Inclination:       97.6454 deg
  533. RA of node:       237.0035 deg
  534. Eccentricity:    0.0003676
  535. Arg of perigee:    58.3920 deg
  536. Mean anomaly:     301.7665 deg
  537. Mean motion:   15.29888737 rev/day
  538. Decay rate:      2.007e-05 rev/day^2
  539. Epoch rev:           32439
  540.  
  541. Satellite: oscar-10       
  542. Catalog number: 14129      
  543.  .....etc................. FREQS.ORB:
  544.  
  545. Contains user defined beacon frequencies for selected satellites.  
  546. When you choose "Update Elements." from the ORBS menu, the ORBUPDAT
  547. routine merges the data from the FREQS.ORB file with the data from 
  548. the ELEMENTS file to produce the file KEPLER.ORB, which is used 
  549. directly by the ORBS tracking program, ORBP.TBC.
  550.  
  551. As supplied, FREQS.ORB contains the following data:
  552.  
  553.                "Oscar-9", 12888,145.825,435.025
  554.                "Oscar-10",14129,145.810,145.987
  555.                "Oscar-11",14781,145.826,435.026
  556.                "Oscar-12",16909,435.795,145.850
  557.                "rs-10/11",12999,145.857,145.907
  558.  
  559. Each line (or record) is terminated in a <CR/LF> to indicate the 
  560. end of the record.  You need not worry about constructing this 
  561. file yourself, because ORBS provides you with a menu selection 
  562. which does the hard work for you.  
  563.  
  564.  
  565.  
  566.  
  567. ORBS.CFG:
  568.  
  569. Contains station specific data.  As supplied, ORB.CFG contains the 
  570. following:
  571.  
  572. "W0PN",46.871,92.103,435,-1
  573.  
  574. This entry is followed by a <CR/LF> to indicate the end of the record.
  575.  
  576.  
  577.  
  578.  
  579. LATE NOTES:
  580. ----------
  581.  
  582. Julian search time:
  583.  
  584. When you're running a listing, you will notice a highlighted 6 digit 
  585. number spinning in the upper right corner of your screen.. the 6 digit 
  586. number is followed by a single '0' or '1' which appears to change 
  587. randomly.  The label to the left of the number says "Julian search 
  588. time:".  This is the instantaneous day of the year and fractional part 
  589. of the day that is being used in the determination of the satellite's 
  590. position.  The 0/1 following indicates whether the satellite is below 
  591. or above the observer's horizon.  It's just a 'warm blanket' to let 
  592. you know the computer is actually doing something between printouts.
  593.  
  594. Sidereal Time table:
  595.  
  596. I neglected to mention that the sidereal time tables have been 
  597. eliminated because that figure is now calculated internally by the 
  598. program included in DATESUBS.INC, a portion of ORBP.