| | 9 | |
| | 10 | When dealing with destreaked images performing 'updates' becomes somewhat complicated. This note discusses these issues and describes the approach that we propose to implement. |
| | 11 | |
| | 12 | === Overview === |
| | 13 | |
| | 14 | When a Run (chipRun, warpRun, or diffRun) is cleaned it's state in the database is set to 'cleaned'. The run is queued for update by changing it's state to 'update'. After the run has been updated it's state is set to 'full'. |
| | 15 | |
| | 16 | When a run has dependencies for example a warpRun needs the dependent chipRun's to be in full state. The 'pending' queries for the various ippTools enforce this. |
| | 17 | |
| | 18 | We assume that the update is being performed because some user wants to see the pixels. For example the postage stamp server will need to queue update processing when stamps are requested from cleaned images. This means that the resulting images must have been destreaked, i.e. detected satellite streaks must be masked. |
| | 19 | |
| | 20 | There are two ways that the |
| | 21 | |