Changeset 35189
- Timestamp:
- Feb 20, 2013, 3:51:00 PM (13 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 4 edited
-
share/bgtool_chip.sql (modified) (2 diffs)
-
share/bgtool_warp.sql (modified) (1 diff)
-
src/bgtool.c (modified) (1 diff)
-
src/bgtoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/bgtool_chip.sql
r35100 r35189 5 5 chipBackgroundRun.label, 6 6 chipBackgroundRun.data_group, 7 chipBackgroundRun.chip_id, 8 chipBackgroundRun.cam_id, 7 9 rawExp.exp_id, 8 10 rawExp.exp_name, … … 12 14 rawExp.ra, 13 15 rawExp.decl, 14 rawExp.exp_time, 15 chipRun.chip_id 16 rawExp.exp_time 16 17 FROM chipBackgroundRun 17 18 JOIN chipBackgroundImfile USING(chip_bg_id) -
trunk/ippTools/share/bgtool_warp.sql
r35154 r35189 2 2 warpBackgroundSkyfile.*, 3 3 warpBackgroundRun.state, 4 warpBackgroundRun.warp_id, 5 camRun.cam_id, 6 warpBackgroundRun.chip_bg_id, 4 7 warpBackgroundRun.workdir, 5 8 warpBackgroundRun.label, 9 warpRun.label as warp_label, 6 10 rawExp.exp_id, 7 11 rawExp.exp_name, -
trunk/ippTools/src/bgtool.c
r35154 r35189 1653 1653 1654 1654 psMetadata *where = psMetadataAlloc(); 1655 PXOPT_COPY_S64(config->args, where, "-warp_bg_id", "warpBackgroundRun.warp_bg_id", "=="); 1656 PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpBackgroundSkyfile.skycell_id", "=="); 1657 pxAddLabelSearchArgs(config, where, "-label", "warpBackgroundRun.label", "LIKE"); 1655 PXOPT_COPY_S64(config->args, where, "-warp_bg_id", "warpBackgroundRun.warp_bg_id", "=="); 1656 PXOPT_COPY_S64(config->args, where, "-warp_id", "warpBackgroundRun.warp_id", "=="); 1657 PXOPT_COPY_S64(config->args, where, "-chip_bg_id", "warpBackgroundRun.chip_bg_id", "=="); 1658 PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpBackgroundSkyfile.skycell_id", "=="); 1659 pxAddLabelSearchArgs(config, where, "-label", "warpBackgroundRun.label", "LIKE"); 1658 1660 pxAddLabelSearchArgs(config, where, "-data_group", "warpBackgroundRun.data_group", "LIKE"); 1659 1661 pxAddLabelSearchArgs(config, where, "-dist_group", "warpBackgroundRun.data_group", "LIKE"); -
trunk/ippTools/src/bgtoolConfig.c
r35154 r35189 355 355 psMetadata *warpArgs = psMetadataAlloc(); 356 356 psMetadataAddS64(warpArgs, PS_LIST_TAIL, "-warp_bg_id", 0, "search by warp_bg_id", 0); 357 psMetadataAddS64(warpArgs, PS_LIST_TAIL, "-warp_id", 0, "search by warp_id", 0); 358 psMetadataAddS64(warpArgs, PS_LIST_TAIL, "-chip_bg_id", 0, "search by chip_bg_id", 0); 357 359 psMetadataAddStr(warpArgs, PS_LIST_TAIL, "-skycell_id", 0, "search by skycell_id", NULL); 358 360 psMetadataAddS16(warpArgs, PS_LIST_TAIL, "-fault", 0, "search by fault code", 0);
Note:
See TracChangeset
for help on using the changeset viewer.
