IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 14 and Version 15 of ippReleaseManagement


Ignore:
Timestamp:
Jan 25, 2013, 11:23:59 AM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippReleaseManagement

    v14 v15  
    112112+-------------+--------------+------+-----+---------+-------+
    1131133 rows in set (0.00 sec)
    114 
    115 
    116114}}}
    117115
     
    155153}}}
    156154
     155We may omit obsolete surveys.
     156
    157157=== ippRelease ===
    158158{{{
     
    173173The columns in ippRelease are
    174174 * rel_id - the primary key for the row
    175  * surveyID of the corresponding
     175 * surveyID of the corresponding survey
    176176 * releaseName - a human friendly identifier for the release
    177177 * state - current status of the release. Several values have been identified
     
    184184
    185185Here is an example of how this system might work for the 3pi survey. Assume that we have finished the
    186 current grand reprocessing and are ready to start the next one.
    187 
    188 {{{
    189 mysql> select * from ippRelease where releaseName like '3%' order by priority desc;
     186current 2012 grand reprocessing and are ready to start the next one.
     187
     188{{{
     189mysql> select * from ippRelease where releaseName like '3PI%' order by priority desc;
    190190+--------+----------+-------------+---------------+-------------+----------+
    191191| rel_id | surveyID | releaseName | release_state | dataRelease | priority |
     
    220220data will be returned from a lower priority release.
    221221
     222A typical situation is that of a recent exposure. Since it isn't found in the current release the
     223nightly science version is selected.
     224
    222225Note: This scheme will be used for request where the user has not explicitly listed the release of interest.
    223226All IPP data will be still be available if the user can identify it.
     227
     228Once we are ready to make data from the next release available, the release_state and priorities will
     229be adjusted accordingly.
    224230
    225231== Released Exposure ==
     
    271277
    272278The full results and history of any calibration operations will be stored in files referenced by the relExp's path_base.
    273 
    274 === Life cycle of a relExp ===
    275 
    276 
    277279
    278280== Released Stack ==