| | 54 | * Processing speed: Removed useless ccd_temp query from chip stage processing, decreasing the average load on the database server from 20 to 3. This helps eliminate database overhead as a source of slowdowns. |
| | 55 | * Diskspace : continued running disk targetting code for OTAs. Merged new ipphosts rules into working tag to ensure that new data from the summit are placed on the hosts we want them to be on. |
| | 56 | * LAP: finished coding and testing new LAP scripts. Improvements: |
| | 57 | * Enforce that each exposure only has a single chip+ processing during a LAP sequence. This prevents redoing the same work multiple times, and eliminates confusion at the DVO stage. |
| | 58 | * Allow cleaned data to be updated instead of recreated from scratch. This allows the single processing rule to work even if we process adjacent projection cells at different times. |
| | 59 | * Save exposures that need a warp-stack diff until all necessary stacks have been constructed before making the diff. This yields a single full exposure magic mask that can be used to destreak. |
| | 60 | * Supplying the cleanup phase of LAP processing with a list of future runs to do allows the cleanup phase to also queue replacement jobs. This removes the requirement for a human operator to add new runs and cleanup the old, and allows the LAP processing to run largely unattended. |
| | 61 | * Stare night: helped organize processing and nebulous to download and register the stare data without filling disks that we are trying to free space on. Made untested changes to summit copy and registration to prevent the need to completely stop processing next time we have a full night of stare observations. |