| | 1 | == IPP Distribution Targets == |
| | 2 | |
| | 3 | ''Destinations'' (remote site) register ''interest'' in subsets of IPP data that are identified by ''targets''. |
| | 4 | [[BR]] |
| | 5 | A target is defined by rows in the ipp database table distTarget |
| | 6 | |
| | 7 | {{{ |
| | 8 | mysql> 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 | +-----------+----------+--------+-------+---------+-----------------------------------+ |
| | 22 | 9 rows in set (0.02 sec) |
| | 23 | |
| | 24 | }}} |
| | 25 | |
| | 26 | == issues == |
| | 27 | obs_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]] |
| | 28 | We might also want something more fine grained. For example: a destination might be interested in a subset of the MD fields. |