Skip to content

Commit

Permalink
Moved links down
Browse files Browse the repository at this point in the history
  • Loading branch information
Vebop committed Dec 7, 2024
1 parent fb2131c commit 6729113
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions notebooks_tsqr/NightLog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,35 +266,6 @@
"cell_type": "markdown",
"id": "16",
"metadata": {},
"source": [
"## Links to related resources <font style=\"background-color:green; color:white; font-size:20px\">BETA</font>\n",
"These tools were created outside of the TSSW Logging and Reporting group. For more information about any of these, please see the respective tool owner."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "17",
"metadata": {},
"outputs": [],
"source": [
"DDV = (\n",
" f\"{server}/rubintv-dev/ddv/index.html\"\n",
" if \"summit\" in server\n",
" else f\"{server}/rubintv/ddv/index.html\"\n",
")\n",
"md(\n",
" f\"\"\"\n",
"- Access DDV part of RubinTV: {DDV}\n",
"- [Chronograph]({server}/chronograf)\n",
"\"\"\"\n",
")"
]
},
{
"cell_type": "markdown",
"id": "18",
"metadata": {},
"source": [
"## Time Accounting <font style=\"background-color:green; color:white; font-size:20px\">BETA</font>\n",
"TODO:\n",
Expand All @@ -310,7 +281,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "19",
"id": "17",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -322,7 +293,7 @@
},
{
"cell_type": "markdown",
"id": "20",
"id": "18",
"metadata": {},
"source": [
"- (1) *Expected* slew time as per Schedular\n",
Expand All @@ -331,7 +302,7 @@
},
{
"cell_type": "markdown",
"id": "21",
"id": "19",
"metadata": {},
"source": [
"## Jira Tickets <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> \n",
Expand All @@ -343,7 +314,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "22",
"id": "20",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -357,7 +328,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "23",
"id": "21",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -378,7 +349,7 @@
},
{
"cell_type": "markdown",
"id": "24",
"id": "22",
"metadata": {},
"source": [
"## BLOCKS Observed <font style=\"background-color:yellow; color:black; font-size:20px\">DRAFT</font>\n",
Expand All @@ -387,7 +358,7 @@
},
{
"cell_type": "markdown",
"id": "25",
"id": "23",
"metadata": {},
"source": [
"## Data Log <font style=\"background-color:green; color:white; font-size:20px\">BETA</font>\n",
Expand All @@ -397,7 +368,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "26",
"id": "24",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -414,7 +385,7 @@
},
{
"cell_type": "markdown",
"id": "27",
"id": "25",
"metadata": {},
"source": [
"## Narrative Log <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> \n",
Expand All @@ -427,7 +398,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "28",
"id": "26",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -437,7 +408,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "29",
"id": "27",
"metadata": {
"editable": true,
"slideshow": {
Expand All @@ -454,7 +425,7 @@
},
{
"cell_type": "markdown",
"id": "30",
"id": "28",
"metadata": {},
"source": [
"## Consolidated Database <font style=\"background-color:yellow; color:black; font-size:20px\">DRAFT</font>\n",
Expand All @@ -467,13 +438,42 @@
{
"cell_type": "code",
"execution_count": null,
"id": "31",
"id": "29",
"metadata": {},
"outputs": [],
"source": [
"allsrc.cdb_src.get_exposures(instrument=\"lsstcomcam\")"
]
},
{
"cell_type": "markdown",
"id": "30",
"metadata": {},
"source": [
"## Links to related resources <font style=\"background-color:green; color:white; font-size:20px\">BETA</font>\n",
"These tools were created outside of the TSSW Logging and Reporting group. For more information about any of these, please see the respective tool owner."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "31",
"metadata": {},
"outputs": [],
"source": [
"DDV = (\n",
" f\"{server}/rubintv-dev/ddv/index.html\"\n",
" if \"summit\" in server\n",
" else f\"{server}/rubintv/ddv/index.html\"\n",
")\n",
"md(\n",
" f\"\"\"\n",
"- Access DDV part of RubinTV: {DDV}\n",
"- [Chronograph]({server}/chronograf)\n",
"\"\"\"\n",
")"
]
},
{
"cell_type": "markdown",
"id": "32",
Expand Down Expand Up @@ -701,7 +701,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.10"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 6729113

Please sign in to comment.