-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify the schema with a new Regimes table (#471)
* add Regimes to Reference Tables * made Regimes table by hand * Spectra table now tied to Regimes * SpectralTypes table: regime now foreign key * Gravities: regime now foreign key to Regimes table * docs updates --------- Co-authored-by: Will Cooper <[email protected]>
- Loading branch information
1 parent
6c46a09
commit bef48f0
Showing
16 changed files
with
749 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"regime": "nir", | ||
"description": "Near-infrared 1-5 microns" | ||
}, | ||
{ | ||
"regime": "optical", | ||
"description": "Optical 3000-10000 Angstroms" | ||
}, | ||
{ | ||
"regime": "mir", | ||
"description": "Mid-infrared 5-30 microns" | ||
}, | ||
{ | ||
"regime": "unknown", | ||
"description": "Used in Spectral Types table. Delete in #309" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.