This script will be a very important check on how well the pipeline performs on the whole set of Kepler data. Mostly designed to find bugs in the code.
1. get a list of KIDs
2. Loop through all KIDs
3.
try:
Run the entire pipeline on a list of KIDs
except:
print KID and Exception to a log file
a form of this script has been added to test_pipeline_listKIDs.py under test_scripts. A couple of new issues have cropped up due to this; will address separately.
test_pipeline_allKIDs.py
This script will be a very important check on how well the pipeline performs on the whole set of Kepler data. Mostly designed to find bugs in the code.