/AstroObjectSchema

A suggestion for a common database schema for stellar data.

Primary LanguagePython

AstroObjectSchema

This is a suggestion of a database schema that can be used to store and share data on stars and other astronomical objects. It was initiated on the CoolStars19 HackDay in Uppsala, Sweden, on June 11 2016. You will find more details in the wiki.

Purpose

Table Descriptions

screenshot

  • Objects.

    • This is the primary table.
    • One row per object including decimal right ascension and declination and object name.
  • Measurements + MeasurementTypes

    • One row per measurement value and uncertainty.
    • For example, photometry, spectral types, abundances measurements.
  • Observations + Instruments

    • One row per observation including observation date, telescope, instrument, etc.
  • ObjectReferences

    • Citation history of objects.
  • References

    • Reference lookup table. For example, ADS info and bibtex.

How to use

Use wwwsqldesigner to make schema.xml into schema.sql which in turn is used to make the empty schema.sqlite data.