Closed DavidT3 closed 1 month ago
This'll be because I'm checking for the presence of 'flaregti' in archive's 'process_success' property, and for some reason past David decided to make that throw an error if there have been no processing steps applied to the archive
Need to do what I did for cif_build:
try:
check_dict = obs_archive.process_success[miss.name]['cif_build']
except (NoProcessingError, KeyError):
check_dict = {}
The initial data check step obviously worked, because the archive's 'observation_summaries' property is populated - maybe something I accidentally introduced when making sure previously processed observations aren't re-run through processing steps in the case of an archive update.