diff --git a/docs/tbls/README.md b/docs/tbls/README.md index 3bd761b..64ebae8 100644 --- a/docs/tbls/README.md +++ b/docs/tbls/README.md @@ -7,7 +7,7 @@ | [public.alembic_version](public.alembic_version.md) | 1 | | BASE TABLE | | [public.cluster](public.cluster.md) | 10 | | BASE TABLE | | [public.filter_name](public.filter_name.md) | 4 | | BASE TABLE | -| [public.fluxstd](public.fluxstd.md) | 61 | | BASE TABLE | +| [public.fluxstd](public.fluxstd.md) | 63 | | BASE TABLE | | [public.input_catalog](public.input_catalog.md) | 9 | | BASE TABLE | | [public.pfs_arm](public.pfs_arm.md) | 4 | | BASE TABLE | | [public.proposal](public.proposal.md) | 15 | | BASE TABLE | @@ -183,6 +183,8 @@ erDiagram double_precision teff_gspphot_lower double_precision teff_gspphot_upper boolean is_fstar_gaia + boolean is_gc_neighbor + boolean is_dense_region } "public.input_catalog" { varchar input_catalog_name diff --git a/docs/tbls/public.filter_name.md b/docs/tbls/public.filter_name.md index f26662e..00c7f08 100644 --- a/docs/tbls/public.filter_name.md +++ b/docs/tbls/public.filter_name.md @@ -109,6 +109,8 @@ erDiagram double_precision teff_gspphot_lower double_precision teff_gspphot_upper boolean is_fstar_gaia + boolean is_gc_neighbor + boolean is_dense_region } "public.target" { bigint target_id diff --git a/docs/tbls/public.fluxstd.md b/docs/tbls/public.fluxstd.md index d25043f..e6671fb 100644 --- a/docs/tbls/public.fluxstd.md +++ b/docs/tbls/public.fluxstd.md @@ -7,7 +7,7 @@ | Name | Type | Default | Nullable | Children | Parents | Comment | | ---- | ---- | ------- | -------- | -------- | ------- | ------- | | fluxstd_id | bigint | nextval('fluxstd_fluxstd_id_seq'::regclass) | false | | | Unique identifier for each flux standard star | -| obj_id | bigint | | false | | | Gaia EDR3 sourceid | +| obj_id | bigint | | false | | | source_id (e.g., Gaia EDR3, DR3, etc.) | | ra | double precision | | false | | | RA (ICRS, degree) | | dec | double precision | | false | | | Dec (ICRS, degree) | | epoch | varchar | | true | | | Epoch (e.g., J2000.0, J2015.5, etc.) | @@ -67,6 +67,8 @@ | teff_gspphot_lower | double precision | | true | | | Lower confidence level (16%) of effective temperature inferred by GSP-phot Aeneas [K] | | teff_gspphot_upper | double precision | | true | | | Upper confidence level (84%) of effective temperature inferred by GSP-phot Aeneas [K] | | is_fstar_gaia | boolean | | true | | | Flag for F-star from Gaia (Teff=6000-7500K if True) | +| is_gc_neighbor | boolean | | true | | | Flag for globular cluster neighbor | +| is_dense_region | boolean | | true | | | Flag for dense stellar region | ## Constraints @@ -170,6 +172,8 @@ erDiagram double_precision teff_gspphot_lower double_precision teff_gspphot_upper boolean is_fstar_gaia + boolean is_gc_neighbor + boolean is_dense_region } "public.target_type" { integer target_type_id diff --git a/docs/tbls/public.input_catalog.md b/docs/tbls/public.input_catalog.md index 7ef3393..839fc3e 100644 --- a/docs/tbls/public.input_catalog.md +++ b/docs/tbls/public.input_catalog.md @@ -124,6 +124,8 @@ erDiagram double_precision teff_gspphot_lower double_precision teff_gspphot_upper boolean is_fstar_gaia + boolean is_gc_neighbor + boolean is_dense_region } "public.sky" { bigint sky_id diff --git a/docs/tbls/public.target_type.md b/docs/tbls/public.target_type.md index 7bbace6..3a5e94a 100644 --- a/docs/tbls/public.target_type.md +++ b/docs/tbls/public.target_type.md @@ -102,6 +102,8 @@ erDiagram double_precision teff_gspphot_lower double_precision teff_gspphot_upper boolean is_fstar_gaia + boolean is_gc_neighbor + boolean is_dense_region } "public.sky" { bigint sky_id