Changeset 24659
- Timestamp:
- Jul 3, 2009, 10:25:01 AM (17 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 3 edited
-
share/stacktool_definebyquery_part1.sql (modified) (1 diff)
-
src/stacktool.c (modified) (1 diff)
-
src/stacktoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_definebyquery_part1.sql
r23688 r24659 20 20 JOIN fakeRun USING(fake_id) 21 21 JOIN camRun USING(cam_id) 22 JOIN camProcessedExp USING(cam_id) 22 23 JOIN chipRun USING(chip_id) 23 24 JOIN rawExp USING(exp_id) -
trunk/ippTools/src/stacktool.c
r24186 r24659 135 135 PXOPT_COPY_F32(config->args, where, "-select_solang_min", "rawExp.solang", ">="); 136 136 PXOPT_COPY_F32(config->args, where, "-select_solang_max", "rawExp.solang", "<="); 137 PXOPT_COPY_STR(config->args, where, "-select_exp_type", "rawExp.exp_type", "=="); 137 PXOPT_COPY_F32(config->args, where, "-select_fwhm_major_min", "camProcessedExp.fwhm_major", ">="); 138 PXOPT_COPY_F32(config->args, where, "-select_fwhm_major_max", "camProcessedExp.fwhm_major", "<="); 139 PXOPT_COPY_F32(config->args, where, "-select_fwhm_minor_min", "camProcessedExp.fwhm_minor", ">="); 140 PXOPT_COPY_F32(config->args, where, "-select_fwhm_minor_max", "camProcessedExp.fwhm_minor", "<="); 141 PXOPT_COPY_STR(config->args, where, "-select_exp_type", "camProcessedExp.exp_type", "=="); 138 142 PXOPT_COPY_F32(config->args, where, "-select_good_frac_min", "warpSkyfile.good_frac", ">="); 139 143 PXOPT_COPY_STR(config->args, where, "-select_skycell_id", "warpSkyfile.skycell_id", "=="); -
trunk/ippTools/src/stacktoolConfig.c
r23921 r24659 73 73 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_solang_min", 0, "define min solar angle", NAN); 74 74 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_solang_max", 0, "define max solar angle", NAN); 75 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_fwhm_major_min", 0, "define min fwhm (major axis)", NAN); 76 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_fwhm_major_max", 0, "define max fwhm (major axis)", NAN); 77 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_fwhm_minor_min", 0, "define min fwhm (minor axis)", NAN); 78 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_fwhm_minor_max", 0, "define max fwhm (minor axis)", NAN); 75 79 psMetadataAddS32(definebyqueryArgs, PS_LIST_TAIL, "-random", 0, "use this number of random elements", 0); 76 80 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false);
Note:
See TracChangeset
for help on using the changeset viewer.
