wut-web URL, text cleanup

master
ml server 2020-01-23 13:53:27 -07:00
parent da7e34f74e
commit 71ce17de48
1 changed files with 5 additions and 5 deletions

View File

@ -107,15 +107,15 @@
"outputs": [],
"source": [
"waterfallpng=os.path.basename(rfile)\n",
"print(waterfallpng)\n",
"print('Random waterfall:', waterfallpng)\n",
"f=text.EvalFormatter()\n",
"obsid=(f.format(\"{waterfall[slice(10,17)]}\", waterfall=waterfallpng))\n",
"print('https://network.satnogs.org/observations/{}'.format(obsid))\n",
"print('Observation URL: https://network.satnogs.org/observations/{}'.format(obsid))\n",
"if prediction_bool[0] == False:\n",
" rating = 'bad'\n",
" rating = 'BAD'\n",
"else:\n",
" rating = 'good'\n",
"print('Observation: %s' % (rating))"
" rating = 'GOOD'\n",
"print('AI Observation rating: %s' % (rating))"
]
},
{