IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of ippReleaseManagement


Ignore:
Timestamp:
Sep 20, 2012, 3:43:02 PM (14 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippReleaseManagement

    v5 v6  
    202202}}}
    203203
    204 
    205 
    206 
    207 
    208 
    209 
    210 
     204This table will allow us to easily identify for a given exposure and release the derived data products that were used
     205to construct the results for the exposure. Here are a couple of examples
     206
     207
     208{{{
     209mysql> 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+-------------+-----------+--------+--------+---------+--------+---------+--------+----------+------------+-------+---------+-----------+-----------+---------------------+---------------------+
     2162 rows in set (0.00 sec)
     217
     218}}}
     219
     220
     221
     222
     223
     224
     225