Skip to content

Commit 99b251f

Browse files
author
Leanne Guy
committed
Respond to Lynne Jones comments
1 parent ebb3cbd commit 99b251f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Commissioning/rubin_schedule_viewer.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"IVOA ObsLocTAP defines the data model (table schema) for the scheduled observations in the `ivoa.obsplan` table -- <a href=\"https://www.ivoa.net/documents/ObsLocTAP/20210609/PR-ObsLocTAP-1.0-20210609.pdf\">Observation Locator \n",
140140
"Table Access Protocol Version 1.0</a>\n",
141141
"\n",
142-
"The schema is: \n",
142+
"The schema is as follows: \n",
143143
"\n",
144144
"* `t_planning` : Time (MJD) when this observation has been added or modified into the planning log.\n",
145145
"* `target_name` : The name of the astronomical object observed, if any.\n",
@@ -168,7 +168,9 @@
168168
"* `execution_status` : Execution status of the prediction: Scheduled = in the plan, Unscheduled, Performed: executed as stated, Aborted, Not Observed: it was not executed as specified. \n",
169169
"* `tracking_type` : The tracking type, e.g Sidereal\n",
170170
"* `rubin_rot_sky_pos` : ...\n",
171-
"* `rubin_nexp` : ..."
171+
"* `rubin_nexp` : ...\n",
172+
"\n",
173+
"See <a href=\"https://dmtn-263.lsst.io/\">DMTN-263</a> for a description of all fields in the schema. this table will be completed in time in this tutorial."
172174
]
173175
},
174176
{

0 commit comments

Comments
 (0)