This script will be part of a set of scripts which serve to check if everything is running smoothly. To be used after changes are made to databases or other parts of the code.
Make sure all parameter options are explored.
import uwpyKepler as kep
KID = sys.argv[1]
try:
1. run KID through 1st function in iodb.py
2. run KID through 2nd function in iodb.py
... and so on
except:
print Exception to file
print '# ', KID to file
This script will be part of a set of scripts which serve to check if everything is running smoothly. To be used after changes are made to databases or other parts of the code.
Make sure all parameter options are explored.