| 204 | | |
| 205 | | |
| 206 | | |
| 207 | | |
| 208 | | |
| 209 | | |
| 210 | | |
| | 204 | This table will allow us to easily identify for a given exposure and release the derived data products that were used |
| | 205 | to construct the results for the exposure. Here are a couple of examples |
| | 206 | |
| | 207 | |
| | 208 | {{{ |
| | 209 | mysql> mysql> select ippRelease.releaseName, relExp.* from ippRelease join relExp using(rel_id) where exp_id = 356773; |
| | 210 | +-------------+-----------+--------+--------+---------+--------+---------+--------+----------+------------+-------+---------+-----------+-----------+---------------------+---------------------+ |
| | 211 | | releaseName | relexp_id | rel_id | exp_id | chip_id | cam_id | warp_id | add_id | state | data_state | flags | zpt_obs | zpt_stdev | path_base | registered | time_stamp | |
| | 212 | +-------------+-----------+--------+--------+---------+--------+---------+--------+----------+------------+-------+---------+-----------+-----------+---------------------+---------------------+ |
| | 213 | | SAS.V8 | 1 | 4 | 356773 | 496671 | 473031 | 453844 | 883989 | archive | inpsps | 0 | 24.4298 | 0.042454 | NULL | 2012-09-19 15:16:36 | 2012-09-19 15:16:36 | |
| | 214 | | SAS.V9 | 621 | 5 | 356773 | 496671 | 473031 | 453844 | 888750 | released | inpsps | 0 | 24.4298 | 0.042454 | NULL | 2012-09-19 15:18:51 | 2012-09-19 15:18:51 | |
| | 215 | +-------------+-----------+--------+--------+---------+--------+---------+--------+----------+------------+-------+---------+-----------+-----------+---------------------+---------------------+ |
| | 216 | 2 rows in set (0.00 sec) |
| | 217 | |
| | 218 | }}} |
| | 219 | |
| | 220 | |
| | 221 | |
| | 222 | |
| | 223 | |
| | 224 | |
| | 225 | |