Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCD-1246 Stale archive report core code (#928)
Changes * initial checking for the stale utility * use the crds service to get the affected dataset list * update all AffectedDatasets methods to account for the crds service * use crds interface to get default context and ensure reset use * fix up logging * new method archive_state_exposures for pre-existing tables split out from archive_state_instruments so pre-existing tables produce from MAST requests can be used. * fix argument list to archive_state_exposures * Modified retrieval of datasets to use the context history * add the exposures to the StaleByContext attributes * add context to the is_affected result * add remembering the datasets also fixed level2 matching for segmented names * add a further cleaning of dataset ids these collapse various cases of names to a simpler set. * Revert "add a further cleaning of dataset ids" This reverts commit a2934e8. * do not fail on missing context reports * update changelog * Comment out the doctests * Log condition that `astroquery` is not present --------- Co-authored-by: Jonathan Eisenhamer <eisenham@mentant.local.stsci.edu> Co-authored-by: Jonathan Eisenhamer <eisenham@mentant.local>
- Loading branch information