Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.24 KB

SpectralTypes.md

File metadata and controls

36 lines (31 loc) · 1.24 KB

SpectralTypes

The SpectralTypes table contains spectral type measurements for sources listed in the Sources table. The combination of source, regime, and reference is expected to be unique. Note that regime is a string constrained from a list of enumerated values. Columns marked with an asterisk (*) may not be empty.

Column Name Description Unit Data Type Key Type
*source Unique identifier for the source String(100) primary and foreign: Sources.source
spectral_type_string Spectral type string String(10)
spectral_type_code Numeric code corresponding to spectral type Float
spectral_type_error Uncertainty of spectral type Float
*regime Regime for spectral type value Enumeration primary
adopted Flag indicating if this is the adopted measurement Boolean
comments Free form comments String(1000)
*reference Reference String(30) primary and foreign: Publications.name

Spectral Type Codes:

  • 60 = M0
  • 69 = M9
  • 70 = L0
  • 80 = T0
  • 90 = Y0

Enumerations for regime include:

  • gammaray
  • xray
  • ultraviolet
  • optical
  • nir
  • infrared
  • millimeter
  • radio
  • unknown