IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of update_versus_magic


Ignore:
Timestamp:
Jan 7, 2010, 12:20:15 PM (16 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • update_versus_magic

    v2 v3  
    77The static sky images and catalogs will be retained but most of the processed images
    88will be deleted sometime after they are processed and perhaps released. The deletion process is known as ''cleanup''. During cleanup enough information is retained so that the pixels can be regenerated. The process of recreating the images is known as ''update''.
     9
     10When 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
     14When 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
     16When 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
     18We 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
     20There are two ways that the
     21