home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug139.arc / READ.ME < prev    next >
Text File  |  1979-12-31  |  11KB  |  326 lines

  1. This document created with VDM.COM.
  2.  
  3.         To extract files from the library *.LBR files, type
  4.         in,for example, :-
  5.  
  6.             A>LT SIEVE A:*.*  <cr>
  7.  
  8.         NOTE: You must include the drive (even if A:) and
  9.               the *.*.    
  10.  
  11.  
  12. FILES ON THIS DISK:
  13.  
  14. QUIX-2.COM     Graphics demos - trivial, perhaps, but I find them
  15.         fascinating, even on a green screen. Premium only.
  16.  
  17.  
  18. SIEVE.PAS
  19. SIEVE2.PAS
  20. SIEVE.COM
  21. SIEVE2.COM    Two versions of the Sieve of Eratosthenes. The source is
  22.         there for those who don't have a compiler.
  23.         SIEVE2 is my preference.
  24.  
  25.  
  26. GRAFUNCL.COM
  27. GRAFUNCL.000    A program to plot certain types of graphs. You can alter
  28.         the variables to see how they affect the result. Can also
  29.         be used as a quick way of calculating the X Y coordinates
  30.         for plotting yourself.
  31.         This is a limited demo version.
  32.  
  33.  
  34. COPI.DOC
  35. COPI.COM    Calculates the exact length of a file in bytes. Does this
  36.         as it copies the file. Don Thornton died some 6 months ago.
  37.  
  38.  
  39. VDE.COM
  40. VDM.COM
  41. VINST.COM
  42. VDE24USE.DQC
  43. VDE24QRF.DQC
  44. VDEINSTL.DQC    A wordprocessor. File size is limited to available memory
  45.         which is about 40K on a Premium. I have loaded a 56K file
  46.         into VDE. VDE uses Wordstar-like commands and is quite
  47.         powerful. I find the WINDOW feature very useful as I use 
  48.         VDE when programming in BASIC-E. Installation is not really
  49.         difficult. Its real usefulness is the speed with which you
  50.         can move about the file - Wordstar is s-l-o-w by comparison.
  51.  
  52.         Another very useful feature is the ability to define up to
  53.         9 macros, either a defaults, or redefined for one off use.
  54.  
  55.  
  56. ERUN.COM    Run time interpreter for BASIC-E, a public domain BASIC
  57.         intermediate code compiler. Used to run .INT files
  58.         eg ERUN ALTAZI.
  59.  
  60.  
  61. ALTAZI.INT    Calculates the altitude and azimuth of stellar objects for
  62.         use with binoculars, Dobsonian and Altazimuth telescopes.
  63.         You must know the right ascension and declination of the
  64.         object and your latitude and longitude.
  65.  
  66.         Azimuth bearings are calculated as EAST of North, unlike
  67.         STARFIX.BAS from SIG/M 283, which does the same job but
  68.         expresses azimuth as WEST of North.
  69.  
  70.         To permanently alter the location constants in the program
  71.         use DISKPCH2.COM on this disk. The areas to change are:
  72.         - Place        03E0 - 03EF }
  73.         - Longitude    0402 - 040C } initial screen only
  74.         - Latitude    0418 - 0421 }
  75.         - Place        0908 - 0925 >
  76.         - Longitude    08E5 - 08EA > 
  77.         - Latitude    08F0 - 08F5 > used for calculation       
  78.         - Time Zone    08FB - 0900>
  79.  
  80.  
  81. JUPITER.INT    The planet Jupiter has 4 moons visible in small telescopes.
  82.         JUPITER will plot their relative positions on screen for a
  83.         given starting date and period. You can print the results.
  84.         As BASIC-E has no LPRINT instruction, you must turn the
  85.         printer on or off by inputing P^P when asked.
  86.  
  87.         Sometimes a strange date is shown at the end of a month if
  88.         the plot interval is less than 24hrs. However, the plot of 
  89.         the moons is correct.
  90.  
  91.  
  92. STARISE.INT    Calculates the time and direction of rising and setting of 
  93.         stellar objects of known right ascension and declination.
  94.         You must input your latitude and longitude.
  95.  
  96.         To permanently alter the location constants in the program
  97.         use DISKPCH2.COM on this disk. The areas to change are:
  98.         - Place        03F1 - 0400 }
  99.         - Longitude    0413 - 040D } initial screen only
  100.         - Latitude    0429 - 0432 }
  101.         - Longitude    08E8 - 08ED > 
  102.         - Latitude    08F3 - 08F7 > used for calculation       
  103.         - Time Zone    08FD - 08FE >
  104.  
  105.  
  106. ECLIPSEL.INT
  107. ECLIPSEG.INT    Calculate the times of lunar and solar eclipses for a 
  108.         particular location for a particular date range. You must
  109.         know your latitude and longitude.
  110.  
  111.         Two versions are provided. ECLIPSEL calculates local times,
  112.         in this instance Eastern Australian Standard Time (EAST),
  113.         and ECLIPSEG, which shows Universal Time (UT).
  114.  
  115.         Lunar eclipse times have checked out to within 5 - 6 
  116.         minutes of times shown in ephemerides.
  117.  
  118.         As I can find little information about detailed times of 
  119.         solar eclipses at particular locations, I have not been 
  120.         able to check solar eclipse results as thoroughly.
  121.         
  122.         ECLIPSE does not check that the sun or moon is actually
  123.         visible at the time of eclipse. You will need to check
  124.         visibility with other programs.
  125.  
  126.         To permanently alter the location constants in the program
  127.         use DISKPCH2.COM on this disk. The areas to change are:
  128.  
  129.         ECLIPSEG:
  130.         - Place        12BE - 12CD }
  131.         - Longitude    12E0 - 12EA } initial screen only
  132.         - Latitude    12F6 - 12FF }
  133.         - Longitude    17DD - 17E3 > used for calculation
  134.         - Latitude    17E8 - 17EC >       
  135.  
  136.         ECLIPSEL:
  137.         - Place        135A - 1369 }
  138.         - Longitude    137B - 1386 } initial screen only
  139.         - Latitude    1392 - 139B }
  140.         - Longitude    1884 - 1889 >
  141.         - Latitude    188F - 1893 > used for calculation
  142.         - Time Zone    1899 - 189A >        
  143.  
  144.  
  145. SOLEPHEM.INT    Creates a Solar Ephemeris as found in an Astronomical
  146.         ephemeris.
  147.  
  148.         To permanently alter the location constants in the program
  149.         use DISKPCH2.COM on this disk. The areas to change are:
  150.         - Place        070A - 07A9 }
  151.         - Longitude    070C - 07C6 } initial screen only
  152.         - Latitude    07D2 - 07DB }
  153.  
  154.         As SOLEPHEM uses UT (GMT) there is no need to use 
  155.         variable lat, long, etc.
  156.  
  157.  
  158. SUNTIMES.INT    Calculates times of sunrise and sunset together with
  159.         the corresponding azimuths. Times are accurate to within
  160.         about one minute, azimuths about the same.
  161.  
  162.         To permanently alter the location constants in the program
  163.         use DISKPCH2.COM on this disk. The areas to change are:
  164.         - Place        00817- 0826 }
  165.         - Longitude    0839 - 0843 } initial screen only
  166.         - Latitude    084F - 0858 }
  167.         - Longitude    0CDA - 0CE0 > 
  168.         - Latitude    0CE6 - 0CEA > used for calculation       
  169.         - Time Zone    0CF0 - 0CF2 >
  170.         - Place        0CF8 - 0D05 >
  171.  
  172.  
  173. SUNPOSN.INT    Calculates the true and apparent geocentric ecliptic 
  174.         longitude of the Sun and corresponding right ascension
  175.         and declination coordinates, or to put it more simply,
  176.         it just tells you where the sun is at a particular date
  177.         and time. 
  178.  
  179.         Given the weather in April 1990, this might be a VERY
  180.         useful program indeed.
  181.  
  182.         To permanently alter the location constants in the program
  183.         use DISKPCH2.COM on this disk. The areas to change are:
  184.         - Place        0794 - 07A3 }
  185.         - Longitude    07B6 - 07C0 } initial screen only
  186.         - Latitude    07CC - 07D5 }
  187.         - Longitude    0CAD - 0CB3 > 
  188.         - Latitude    0CB9 - 0CBD > used for calculation       
  189.         - Time Zone    0CCB - 0CD8 >
  190.         - Place        09A6 - 09B3 >
  191.  
  192.  
  193. MOONPHAZ.INT    Calculates date and time of new and full moons closest
  194.         to a nominated date. Accuracy is to within two minutes
  195.         or so. 
  196.  
  197.         To permanently alter the location constants in the program
  198.         use DISKPCH2.COM on this disk. The areas to change are:
  199.         - Place        05B9 - 05C8 }
  200.         - Longitude    05DB - 05E5 } initial screen only
  201.         - Latitude    05F1 - 05FA }
  202.         - Longitude    ---- - ---- > 
  203.         - Latitude    ---- - ---- > used for calculation       
  204.         - Time Zone    099E - 09A0 >
  205.         - Place        09A6 - 09B3 >
  206.  
  207.  
  208.  
  209. MOONTIMZ.INT    Calculates the times of rising and setting of the Moon
  210.         and the corresponding azimuths. The times are accurate
  211.         to within about 5 minutes of those in the Astronomical
  212.         Society of NSW ephemeris.
  213.  
  214.         This should be adequate for most purposes.
  215.  
  216.         To permanently alter the location constants in the program
  217.         use DISKPCH2.COM on this disk. The areas to change are:
  218.         - Place        0D65 - 0D74 }
  219.         - Longitude    0D87 - 0D91 } initial screen only
  220.         - Latitude    0D9D - 0DA6 }
  221.         - Longitude    127D - 1283 > 
  222.         - Latitude    1289 - 128E > used for calculation       
  223.         - Time Zone    1294 - 1296 >
  224.         - Place        129C - 12A9 >
  225.  
  226.  
  227. MOONPOS.INT    Calculates the apparent geocentric position of the
  228.         Moon for a given date and time. Accuracy is very high,
  229.         to within a few arcseconds. However, the calculations
  230.         are complicated, and a little slow compared to the other
  231.         programs.
  232.  
  233.         To permanently alter the location constants in the program
  234.         use DISKPCH2.COM on this disk. The areas to change are:
  235.         - Place        0FB4 - 0FC3 }
  236.         - Longitude    0FD6 - 0FE0 } initial screen only
  237.         - Latitude    0FEC - 0FF5 }
  238.         - Longitude    1499 - 149F > 
  239.         - Latitude    14A5 - 14AA > used for calculation       
  240.         - Time Zone    14B0 - 14B5 >
  241.         - Place        14C3 - 14D0 >
  242.  
  243.  
  244. PLANETS2.INT    Gives the geocentric positions of any of the eight
  245.         major planets. PLANETS2 is most accurate closest to
  246.         1.1.1984, but the progressive errors are so small as
  247.         to be insignificant for most purposes.
  248.  
  249.         To permanently alter the location constants in the program
  250.         use DISKPCH2.COM on this disk. The areas to change are:
  251.         - Place        16F2 - 1701 }
  252.         - Longitude    1714 - 171E } initial screen only
  253.         - Latitude    172A - 1733 }
  254.         - Longitude    1B7B - 1B81 > 
  255.         - Latitude    1B87 - 1B8B > used for calculation       
  256.         - Time Zone    1B91 - 1B93 >
  257.         - Place        1B99 - 1BA6 >
  258.  
  259.  
  260. TIMES.INC    Converts between solar and siderial times, and for a
  261.         given date, shows local and Grenwich solar and siderial
  262.         times. Accuracy is to within a few seconds.
  263.  
  264.         To permanently alter the location constants in the program
  265.         use DISKPCH2.COM on this disk. The areas to change are:
  266.         - Place        03E5 - 03F4 }
  267.         - Longitude    0407 - 0411 } initial screen only
  268.         - Latitude    041D - 0426 }
  269.         - Longitude    084D - 0853 > 
  270.         - Latitude    0859 - 085D > used for calculation       
  271.         - Time Zone    0863 - 0865 >
  272.         - Place - sorry, you'll have to work it out, its just
  273.               after the time zone.
  274.  
  275.  
  276. DISKPCH2.COM    On my 256TC, DISKPCH2 doesn't reboot the SHELL so I load
  277.         it from CCP.
  278.  
  279.         The program is very easy to use. For those who are not
  280.         sure, I suggest you get an experienced friend to show
  281.         you how to use it.
  282.  
  283.         If you want instructions, here they are:
  284.  
  285.         - COPY DISKPCH2 AND THE PROGRAM ONTO ANOTHER DISK, AND
  286.           WORK ON THAT DISK.
  287.  
  288.         - select F for file
  289.         - enter filename
  290.         - enter S for search
  291.             " for alpha string
  292.             PEMB for a string to search for
  293.         - enter E to edit
  294.             ^A to go to the alpha side of the display
  295.         - use the cursor keys to goto the address you want
  296.           and type the new information over the old
  297.         - enter ^Q when you have made all the alterations 
  298.           needed on the current screen
  299.         - enter W or A to write the current record or to abort
  300.         - you can then use + or - to scroll through the file
  301.           or search for the next string to change
  302.         - when finished Q takes you to the main menu
  303.         - enter Q at main menu to quit.
  304.  
  305.         The instructions may be a bit terse, but they will get
  306.         you started. Just experiment, DISKPCH2, as I call it, 
  307.         is fairly foolproof, and easy to use. 
  308.  
  309.  
  310. I am working on more astronomy programs, some of which may be of use to
  311. those of us who are not expert astronomers, and which may obviate the
  312. need to buy an Astronomical Ephemeris. I will pass them on when I think
  313. they are bug free.
  314.  
  315. If anyone finds any problems with the programs above, please contact me
  316. at RMB PEMBROOKE RD, PEMBROOKE, NSW 2446 (065) 859 264 (ah). I would be
  317. interested to hear from anyone who has any good CP/M astronomy programs
  318. they might like to pass on, or who can tell me where to find them.
  319.  
  320.  
  321. Terry Hill,
  322. Hastings Valley MUG
  323. RMB Pembrooke Rd
  324. PEMBROOKE  NSW  2446
  325. 2.4.1990
  326.