Skip to content

Commit

Permalink
Constrain to only input survey
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfang committed Nov 20, 2024
1 parent a027b73 commit 462166a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prompt-processing/groups.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -654,13 +654,13 @@
"source": [
"phrases = {\n",
" \"unpckMsg\": f'Unpacked message as \" |~ \"{survey}',\n",
" \"prepBtlr\": \"Preparing Butler for visit\",\n",
" \"waitSnap\": \"Waiting for snaps\",\n",
" \"runPipe1\": \"Running pipeline\",\n",
" \"pipeSucc\": \"Main pipeline successfully run\",\n",
" \"prepBtlr\": f'Preparing Butler for visit \" |~ \"{survey}',\n",
" \"waitSnap\": f'Waiting for snaps\" |~ \"{survey}',\n",
" \"runPipe1\": f'Running pipeline\" |~ \"{survey}',\n",
" \"pipeSucc\": f'Main pipeline successfully run\" |~ \"{survey}',\n",
" # There can be more than 1 of this log line per exposure when retry...\n",
" \"outputSa\": \"Pipeline products saved to collection\",\n",
" \"timeout1\": \"Timed out waiting for image after receiving exposures \",\n",
" \"outputSa\": f'Pipeline products saved to collection\" |~ \"{survey}',\n",
" \"timeout1\": f'Timed out waiting for image after receiving exposures',\n",
" \"dbConErr\": f'SSL connection has been closed unexpectedly\" |~ \"Traceback',\n",
" \"brokrErr\" : \"Failed to get metadata: Local: Broker transport failure\",\n",
"}"
Expand Down

0 comments on commit 462166a

Please sign in to comment.