Changes between Version 14 and Version 15 of ippReleaseManagement
- Timestamp:
- Jan 25, 2013, 11:23:59 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippReleaseManagement
v14 v15 112 112 +-------------+--------------+------+-----+---------+-------+ 113 113 3 rows in set (0.00 sec) 114 115 116 114 }}} 117 115 … … 155 153 }}} 156 154 155 We may omit obsolete surveys. 156 157 157 === ippRelease === 158 158 {{{ … … 173 173 The columns in ippRelease are 174 174 * rel_id - the primary key for the row 175 * surveyID of the corresponding 175 * surveyID of the corresponding survey 176 176 * releaseName - a human friendly identifier for the release 177 177 * state - current status of the release. Several values have been identified … … 184 184 185 185 Here 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;186 current 2012 grand reprocessing and are ready to start the next one. 187 188 {{{ 189 mysql> select * from ippRelease where releaseName like '3PI%' order by priority desc; 190 190 +--------+----------+-------------+---------------+-------------+----------+ 191 191 | rel_id | surveyID | releaseName | release_state | dataRelease | priority | … … 220 220 data will be returned from a lower priority release. 221 221 222 A typical situation is that of a recent exposure. Since it isn't found in the current release the 223 nightly science version is selected. 224 222 225 Note: This scheme will be used for request where the user has not explicitly listed the release of interest. 223 226 All IPP data will be still be available if the user can identify it. 227 228 Once we are ready to make data from the next release available, the release_state and priorities will 229 be adjusted accordingly. 224 230 225 231 == Released Exposure == … … 271 277 272 278 The 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 277 279 278 280 == Released Stack ==
