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

Update Spectral Type table docs. Closes #102. #104

Merged
merged 2 commits into from
Jan 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion documentation/SpectralTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ Note that *regime* is a string constrained from a list of enumerated values.
| Column Name | Description | Unit | Data Type | Key Type |
|---|---|---|---|---|
| source | Unique identifier for the source | | String(100) | primary and foreign: Sources.source |
| spectral_type | Spectral type string | | String(10) | |
| 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:
- 0 = M0
- 9 = M9
- 10 = L0
- 20 = T0
- 30 = Y0

Enumerations for regime include:
- gammaray
- xray
Expand Down