master
cv server 2020-01-02 11:53:15 -07:00
parent b24ad201e7
commit c87db317a1
10 changed files with 14 additions and 11 deletions

5
wut 100755
View File

@ -0,0 +1,5 @@
#!/bin/bash
# wut
./wut-ml.py 2>/dev/null | grep ^Observation

View File

@ -1,5 +1,5 @@
#!/bin/bash
# satnogs-wut-api-test
# wut-api-test
# how does API work?
# https://network.satnogs.org/api

View File

@ -1,5 +1,5 @@
#!/bin/bash
# satnogs-wut-get-staging
# wut-get-staging
# Go get known observations and stage them for later review.
#
# This should use the SatNOGS API...

View File

@ -1,5 +1,5 @@
#!/bin/bash
# satnogs-wut-get-train-bad
# wut-get-train-bad
# Go get known bad observations to use for training.
#
# This should use the SatNOGS API...

View File

@ -1,5 +1,5 @@
#!/bin/bash
# satnogs-wut-get-train-good
# wut-get-train-good
# Go get known good observations to use for training.
#
# This should use the SatNOGS API...

View File

@ -1,5 +1,5 @@
#!/bin/bash
# satnogs-wut-get-validation-bad
# wut-get-validation-bad
# Go get known bad observations to use for validating.
#
# This should use the SatNOGS API...

View File

@ -1,5 +1,5 @@
#!/bin/bash
# satnogs-wut-get-validation-good
# wut-get-validation-good
# Go get known good observations to use for validating.
#
# This should use the SatNOGS API...

View File

@ -1,4 +1,6 @@
#!/usr/bin/python3
# wut-ml.py
import os
import numpy as np
import tensorflow.python.keras

View File

@ -1,5 +1,5 @@
#!/bin/bash
# satnogs-wut-review-staging
# wut-review-staging
# Go through all the images in data/staging and review them.
cd data/staging || exit
for i in *.png

4
wut.sh
View File

@ -1,4 +0,0 @@
#!/bin/bash
./satnogs-wut.py 2>/dev/null | grep ^Observation