diff --git a/docs/schema/target.md b/docs/schema/target.md index fad9d35..4ac97e4 100644 --- a/docs/schema/target.md +++ b/docs/schema/target.md @@ -62,6 +62,7 @@ Here are the columns in the `target` table: | filter_j | str | Photometric band used to measure the PSF flux in _j_-band | | (\*) | | | priority | float | Priority of the target for observation. | | | 1.0 | | effective_exptime | float | Effective exposure time required to complete the target | s | \* | | +| single_exptime | float | Individual exposure time | s | | 900 | | is_medium_resolution | bool | `True` if the target is observed with the medium-resolution mode | | | False | | qa_relative_throughput | float | Quality assurance metric for relative throughput. | | | 1.0 | | qa_relative_noise | float | Quality assurance metric for relative noise. | | | 1.0 | diff --git a/docs/tbls/README.md b/docs/tbls/README.md index 0ae8b5d..7553571 100644 --- a/docs/tbls/README.md +++ b/docs/tbls/README.md @@ -11,7 +11,7 @@ | [public.proposal](public.proposal.md) | 13 | | BASE TABLE | | [public.sky](public.sky.md) | 14 | | BASE TABLE | | [public.fluxstd](public.fluxstd.md) | 61 | | BASE TABLE | -| [public.target](public.target.md) | 59 | | BASE TABLE | +| [public.target](public.target.md) | 60 | | BASE TABLE | | [public.cluster](public.cluster.md) | 10 | | BASE TABLE | ## Stored procedures and functions @@ -257,6 +257,7 @@ erDiagram varchar filter_j FK double_precision priority double_precision effective_exptime + double_precision single_exptime boolean is_medium_resolution double_precision qa_relative_throughput double_precision qa_relative_noise diff --git a/docs/tbls/public.cluster.md b/docs/tbls/public.cluster.md index 127fb98..7a37314 100644 --- a/docs/tbls/public.cluster.md +++ b/docs/tbls/public.cluster.md @@ -104,6 +104,7 @@ erDiagram varchar filter_j FK double_precision priority double_precision effective_exptime + double_precision single_exptime boolean is_medium_resolution double_precision qa_relative_throughput double_precision qa_relative_noise diff --git a/docs/tbls/public.filter_name.md b/docs/tbls/public.filter_name.md index 66838e5..ebdb9f4 100644 --- a/docs/tbls/public.filter_name.md +++ b/docs/tbls/public.filter_name.md @@ -163,6 +163,7 @@ erDiagram varchar filter_j FK double_precision priority double_precision effective_exptime + double_precision single_exptime boolean is_medium_resolution double_precision qa_relative_throughput double_precision qa_relative_noise diff --git a/docs/tbls/public.fluxstd.md b/docs/tbls/public.fluxstd.md index c1b6a36..5d28f00 100644 --- a/docs/tbls/public.fluxstd.md +++ b/docs/tbls/public.fluxstd.md @@ -89,8 +89,8 @@ | ---- | ---------- | | fluxstd_pkey | CREATE UNIQUE INDEX fluxstd_pkey ON public.fluxstd USING btree (fluxstd_id) | | uq_obj_id_input_catalog_id_version | CREATE UNIQUE INDEX uq_obj_id_input_catalog_id_version ON public.fluxstd USING btree (obj_id, input_catalog_id, version) | -| fluxstd_q3c_ang2ipix_idx | CREATE INDEX fluxstd_q3c_ang2ipix_idx ON public.fluxstd USING btree (q3c_ang2ipix(ra, "dec")) | | ix_fluxstd_version | CREATE INDEX ix_fluxstd_version ON public.fluxstd USING btree (version) | +| fluxstd_q3c_ang2ipix_idx | CREATE INDEX fluxstd_q3c_ang2ipix_idx ON public.fluxstd USING btree (q3c_ang2ipix(ra, "dec")) | ## Relations diff --git a/docs/tbls/public.input_catalog.md b/docs/tbls/public.input_catalog.md index 2f13a93..bba9236 100644 --- a/docs/tbls/public.input_catalog.md +++ b/docs/tbls/public.input_catalog.md @@ -177,6 +177,7 @@ erDiagram varchar filter_j FK double_precision priority double_precision effective_exptime + double_precision single_exptime boolean is_medium_resolution double_precision qa_relative_throughput double_precision qa_relative_noise diff --git a/docs/tbls/public.proposal.md b/docs/tbls/public.proposal.md index d608073..8151a9e 100644 --- a/docs/tbls/public.proposal.md +++ b/docs/tbls/public.proposal.md @@ -109,6 +109,7 @@ erDiagram varchar filter_j FK double_precision priority double_precision effective_exptime + double_precision single_exptime boolean is_medium_resolution double_precision qa_relative_throughput double_precision qa_relative_noise diff --git a/docs/tbls/public.target.md b/docs/tbls/public.target.md index 190e7b0..210bca0 100644 --- a/docs/tbls/public.target.md +++ b/docs/tbls/public.target.md @@ -58,6 +58,7 @@ | filter_j | varchar | | true | | [public.filter_name](public.filter_name.md) | j-band filter (j_mko, etc.) | | priority | double precision | | true | | | Priority of the target specified by the observer within the proposal | | effective_exptime | double precision | | false | | | Requested effective exposure time (s) | +| single_exptime | double precision | | false | | | Individual exposure time (s) | | is_medium_resolution | boolean | | true | | | True if the medium resolution mode is requested | | qa_relative_throughput | double precision | | true | | | Relative throughput to the reference value requested by the observer (default: 1.0) | | qa_relative_noise | double precision | | true | | | Relative noise to the reference value requested by the observer (default: 1.0) | @@ -161,6 +162,7 @@ erDiagram varchar filter_j FK double_precision priority double_precision effective_exptime + double_precision single_exptime boolean is_medium_resolution double_precision qa_relative_throughput double_precision qa_relative_noise diff --git a/docs/tbls/public.target_type.md b/docs/tbls/public.target_type.md index ec5de1f..fd279b1 100644 --- a/docs/tbls/public.target_type.md +++ b/docs/tbls/public.target_type.md @@ -172,6 +172,7 @@ erDiagram varchar filter_j FK double_precision priority double_precision effective_exptime + double_precision single_exptime boolean is_medium_resolution double_precision qa_relative_throughput double_precision qa_relative_noise