| | 34 | * Updated stack processing to save the MJD-OBS value for the run in the database. (average value for input exposures). This is needed to enable image look up for detectability queries from stacks and stack-stack diffs. |
| | 35 | * Wrote programs to examine every avaliable stack FITS header to extract the MJD-OBS value and them into the database. |
| | 36 | * updated the postage stamp parser to look up stacks by MJD-OBS. |
| | 37 | * Spent some time studying the way time is handled by IPP. |
| | 38 | * Changed the postage stamp server to treat MJD-OBS values as TAI. (Previously the values of rawExp.dateobs was used. That value is UTC |
| | 39 | * Lots of wasted time dealing with faulout of ipp020 outage. Built new stacks for the M31 skycells that were lost on ipp020. |
| | 40 | * More work improving the reliability of the postage stamp server in response to errors due to unavailability |
| | 41 | of data. Temporary or permanent. Added fault_count columns to pstampJob and pstampDepenent tables. Stop reverting when count gets to 5. Todo: task to stop jobs in this state. |
| | 42 | * Spent a while working with Niall to determine why he wasn't getting postage stamps from some measurements he found in DVO. It turns out he was using a "Gene Maginer private reserve" catalog made in 2009 which contains data that hasn't been run through magic. This exposed a bug in the hooks we have for allowing IfA to have un-magicked postage stamps. Fixed that. |
| | 43 | * started working on cleanup for chip_bg and warp_bg stages. |