Skip to content
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
2 changes: 2 additions & 0 deletions docs/schema/fluxstd.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Here are the columns in the `fluxstd` table:
| teff_gspphot_lower | float | Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra | K | \* | |
| teff_gspphot_upper | float | Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra | K | \* | |
| is_fstar_gaia | bool | `True` if teff_gspphot is between 6000K and 7500K | | \* | |
| is_gc_neighbor | bool | Flag for globular cluster neighbor | | | False |
| is_dense_region | bool | Flag for dense stellar region | | | False |
| version | str | The version of the F-star candidate catalog | | \* | |
| created_at | datetime | The date and time in UTC when the record was created. | | | |
| updated_at | datetime | The date and time in UTC when the record was last updated. | | | |
Expand Down
Loading