home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / astrnomy / ephem421.zip / MANIFEST < prev    next >
Text File  |  1990-09-13  |  3KB  |  52 lines

  1. Files shipped as the ephem v4.21 package:
  2.  
  3. Makefile    just say "make"
  4. Man.txt        manual, ready for a very generic printer.
  5. Manifest    this file.
  6. Readme        check here for hints before building.
  7. ephem.cfg    sample configuration file. you'll want to edit this for your
  8.         particular location and interests after reading the manual.
  9. ephem.db    sample database file. ditto.
  10.  
  11. The source files:
  12. aa_hadec.c    convert between alt/az and hour angle/dec.
  13. altmenus.c    draws the three alternate lower screens.
  14. anomaly.c    compute anomaly.
  15. astro.h        unit conversion macros and planet defines.
  16. cal_mjd.c    converters to and from modified julian date.
  17. circum.c    main "astronomy" entry point that finds where anything is.
  18. circum.h    defines Now and Sky structures.
  19. comet.c        compute comet position from elements.
  20. compiler.c    compile and execute general expressions with screen fields.
  21. eq_ecl.c    convert between equitorial and eclipitic coords.
  22. flog.c        logs and retrieves screen locations for logging purposes.
  23. formats.c    basic date, time, prompts, etc formats.
  24. io.c        basic cursor and screen io control.
  25. listing.c    set fields for and manage listings.
  26. main.c        main loop.
  27. mainmenu.c    draws the top screen.
  28. moon.c        compute moon position.
  29. moonnf.c    compute new and full moon dates.
  30. nutation.c    compute nutation correction.
  31. objx.c        set and make use of all the object-x info.
  32. obliq.c        compute obliquity.
  33. parallax.c    functions to compute earth rim parallax correction.
  34. pelement.c    basic planet position polynomial coefficients.
  35. plans.c        use polynomials to find planet location at any certain time.
  36. plot.c        set fields for and manage plots.
  37. popup.c        handle the one-liner "popup" menus at the top of the screen.
  38. precess.c    compute precession correction.
  39. reduce.c    convert elliptical elements from one epoch to another.
  40. refract.c    atmospheric refraction model.
  41. riset.c        find basic rise/set sideral times of a fixed object.
  42. riset_c.c    iteratively solve for local rise/set times of moving objects.
  43. screen.h    define all field locations and codes, extra planet codes.
  44. sel_fld.c    handle cursor movement commands in the various screens.
  45. sex_dec.c    convert between sexagesimal and decimal notation.
  46. srch.c        set and manage the various search functions.
  47. sun.c        compute location of sun at any time.
  48. time.c        manage setting and getting the time from the os.
  49. utc_gst.c    convert between UT1 and Greenwich sidereal time.
  50. version.c    current version notice, and revision history comments.
  51. watch.c        manage the screen during sky and solar system displays.
  52.