Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use almstars catalogues to improve Almagest sky culture #1647

Merged
merged 26 commits into from
Jun 15, 2021

Commits on Jun 2, 2021

  1. Converted almstars catalogues to csv format.

    1. Toomer/Grasshoff  (cat1.dat)
    Data for this catalog was transcribed from Appendix B of Grasshoff's The
    History of Ptolemy's Star Catalog (Springer-Verlag, 1990). With minor
    variations, this is based on Toomer's translation of the Almagest, first
    edition (Duckworth, 1984). The transcriptions were reconciled with the
    second edition of Toomer (Princeton University Press, 1998), which is
    also the source of the star descriptions.
    
    2. Peters/Knobel  (cat2.dat)
    Transcribed from Peters and Knobel, Ptolemy's Catalogue of Stars
    (Carnegie Institution, 1915).
    
    3. Manitius  (cat3.dat)
    Initially CDS V/61, the electronic catalog by Jaschek, but substantially
    corrected by consulting the source, Manitius's 1913 German translation
    of the Almagest, the (Teubner, 1962) edition with the forward by
    Neugebauer. The star descriptions, not present in V/61, were transcribed
    directly from Manitius.
    
    4. Pickering (catpick.dat)
    
    See http://www.etwright.org/astro/almagest.html#cat
    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    3d059f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f47d77d View commit details
    Browse the repository at this point in the history
  3. Replaced star_name.fab with a generated file.

    $ python3.9 make_star_names.py > star_names.fab
    No HIP number found for HR 888 (29 ups UMa)
    No HIP number found for HR 596 (28 ome Dra)
    No HIP number found for HR 95 (20 gam Her)
    No HIP number found for HR 92 (22 tau Her)
    No HIP number found for HR 0 (NGC 869/884)
    No HIP number found for HR 854 (18 tau Per)
    No HIP number found for HR 95 (37 the Aur)
    No HIP number found for HR 854 (24 alp Ser)
    No HIP number found for HR 928 (11 del Del)
    No HIP number found for HR 888 (48 eps Ari)
    No HIP number found for HR 928 (125 Tau)
    No HIP number found for HR 0 (GC 2632 M44)
    No HIP number found for HR 95 (74 Vir)
    No HIP number found for HR 487 (107 mu Vir)
    No HIP number found for HR 928 (5 rho Sco)
    No HIP number found for HR 596 (20 iot CMa)
    No HIP number found for HR 487 ()
    No HIP number found for HR 0 (NGC 5139)
    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    75e023a View commit details
    Browse the repository at this point in the history
  4. Fix LGTM warnings.

    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    5c6f6eb View commit details
    Browse the repository at this point in the history
  5. Regenerate dso_names.fab.

    $ python3.9 make_names.py
    No HIP number found for HR 8417 (17 xi Cep)
    No HIP number found for HR 5506 (36 eps Boo)
    No HIP number found for HR 5478 (30 zet Boo)
    No HIP number found for HR 7417 (6 bet1 Cyg)
    No HIP number found for HR 7751 (32 Cyg)
    No HIP number found for HR 854 (18 tau Per)
    No HIP number found for HR 6733 (69 tau Oph)
    No HIP number found for HR 8131 (8 alp Equ)
    No HIP number found for HR 888 (48 eps Ari)
    No HIP number found for HR 2891 (66 alp Gem)
    No HIP number found for HR 5978 (xi Sco)
    No HIP number found for HR 7776 (9 bet Cap)
    No HIP number found for HR 8817 (89 Aqr)
    No HIP number found for HR 5605 (pi Lup)
    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a1fe618 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    304cd21 View commit details
    Browse the repository at this point in the history
  7. Add a new line at EOF.

    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    2e7bcd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ce308c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f056de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d62f5fd View commit details
    Browse the repository at this point in the history
  11. Count unique stars.

    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b623e6c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6582c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38a615f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bcaf576 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    059db21 View commit details
    Browse the repository at this point in the history
  16. Fix a typo in README.

    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    23e4545 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d20289 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cc6161b View commit details
    Browse the repository at this point in the history
  19. Don't crash on missing DSO.

    abalkin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    0fff3ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cc7ffc6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b74744c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9474c29 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5d19165 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eeb1d1c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4f2ea23 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    93034de View commit details
    Browse the repository at this point in the history