From 828aac06657ef5f8a11e459732cdffc33517c538 Mon Sep 17 00:00:00 2001 From: Valerie Becker Date: Fri, 3 Jan 2025 14:23:52 -0700 Subject: [PATCH] Updated wording in schemas.rst --- doc/user-guide/schemas.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/user-guide/schemas.rst b/doc/user-guide/schemas.rst index 317884ca..e3de744f 100644 --- a/doc/user-guide/schemas.rst +++ b/doc/user-guide/schemas.rst @@ -6,16 +6,17 @@ Types of schemas ================ Summit for observers and Summit systems --------------------------------------- -* Smallest, contains primary key information from HeaderService and additional information from other Summit systems, including experimental and engineering data +Summit schemas are the smallest. They should contain primary key information from HeaderService and additional information from other Summit systems, including experimental and engineering data. USDF for staff and analytical uses ---------------------------------- -* Largest, contains a full replica of the Summit plus additional information from USDF systems including Prompt Processing and Data Release Production, possibly Calibration Products Production, and human annotations from processing campaigns +USDF schemas are the largest. They contain a full replica of the Summit schemas plus additional information from USDF systems. +These other systems include Prompt Processing and Data Release Production, possibly Calibration Products Production, and human annotations from processing campaigns. Release for science users ------------------------- * Near-real-time "prompt" ConsDB replicates a subset of the USDF version -* Data Release ConsDB is a snapshot of a subset of the USDF version with data pertaining to the exposures/visits in the DR +* Data Release (DR) ConsDB is a snapshot of a subset of the USDF version with data pertaining to the exposures/visits in the DR Schema browser ==============