IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of DistribTargets


Ignore:
Timestamp:
Apr 9, 2009, 10:30:56 AM (17 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DistribTargets

    v1 v1  
     1== IPP Distribution Targets ==
     2
     3''Destinations'' (remote site) register ''interest'' in subsets of IPP data that are identified by ''targets''.
     4[[BR]]
     5A target is defined by rows in the ipp database table distTarget
     6
     7{{{
     8mysql> select * from distTarget;
     9+-----------+----------+--------+-------+---------+-----------------------------------+
     10| target_id | obs_mode | stage  | clean | state   | comment                           |
     11+-----------+----------+--------+-------+---------+-----------------------------------+
     12|         1 | MD       | chip   |     1 | enabled | Medium Deep Chip processed images |
     13|         2 | MD       | raw    |     0 | enabled | Medium Deep Raw images            |
     14|         3 | MD       | warp   |     1 | enabled | Medium Deep warp images           |
     15|         4 | MD       | camera |     1 | enabled | Medium Deep Cam runs              |
     16|         5 | MD       | fake   |     1 | enabled | Medium Deep fake runs             |
     17|         6 | MD       | chip   |     0 | enabled | MD chip images not cleaned        |
     18|         7 | 3PI      | chip   |     1 | enabled | 3PI cleaned                       |
     19|         8 | MD       | diff   |     1 | enabled | Medium Deep diff runs             |
     20|         9 | MD       | stack  |     0 | enabled | Medium Deep Stacks                |
     21+-----------+----------+--------+-------+---------+-----------------------------------+
     229 rows in set (0.02 sec)
     23
     24}}}
     25
     26== issues ==
     27obs_mode is the value of rawExp.obs_mode. This is set by summit system when the data is collected. We might want to specifiy the data with a field which the ipp controls.[[BR]]
     28We might also want something more fine grained. For example: a destination might be interested in a subset of the MD fields.