- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (2 props)
-
ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTools/src
- Property svn:ignore
-
old new 45 45 laptool 46 46 vptool 47 sctool
-
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120405/ippTools/src (added) merged: 33949
- Property svn:ignore
-
branches/meh_branches/ppstack_test/ippTools/src/stacktool.c
r31957 r34041 232 232 PXOPT_COPY_F32(config->args, where, "-select_fwhm_minor_min", "camProcessedExp.fwhm_minor", ">="); 233 233 PXOPT_COPY_F32(config->args, where, "-select_fwhm_minor_max", "camProcessedExp.fwhm_minor", "<="); 234 PXOPT_COPY_F32(config->args, where, "-select_fwhm_iq_major_max", "(camProcessedExp.fwhm_major - camProcessedExp.iq_fwhm_major)", "<="); 235 PXOPT_COPY_F32(config->args, where, "-select_fwhm_iq_major_min", "(camProcessedExp.fwhm_major - camProcessedExp.iq_fwhm_major)", ">="); 236 PXOPT_COPY_F32(config->args, where, "-select_elong_max", "(camProcessedExp.fwhm_major / camProcessedExp.fwhm_minor)", "<="); 237 PXOPT_COPY_F32(config->args, where, "-select_iq_elong_max", "(camProcessedExp.iq_fwhm_major / camProcessedExp.iq_fwhm_minor)", "<="); 234 238 PXOPT_COPY_F32(config->args, where, "-select_iq_m2_max", "camProcessedExp.iq_m2", "<="); 235 239 PXOPT_COPY_F32(config->args, where, "-select_iq_m2_min", "camProcessedExp.iq_m2", ">="); … … 239 243 PXOPT_COPY_F32(config->args, where, "-select_zpt_obs_min", "camProcessedExp.zpt_obs", ">="); 240 244 PXOPT_COPY_F32(config->args, where, "-select_zpt_obs_max", "camProcessedExp.zpt_obs", "<="); 245 PXOPT_COPY_F32(config->args, where, "-select_bg_max", "camProcessedExp.bg", "<="); 246 PXOPT_COPY_F32(config->args, where, "-select_bg_stdev_max", "camProcessedExp.bg_stdev", "<="); 241 247 PXOPT_COPY_F32(config->args, where, "-select_astrom", "sqrt(POWER(camProcessedExp.sigma_ra, 2) + POWER(camProcessedExp.sigma_dec, 2))", "<="); 242 243 248 PXOPT_COPY_STR(config->args, where, "-select_exp_type", "rawExp.exp_type", "=="); 244 249 PXOPT_COPY_F32(config->args, where, "-select_good_frac_min", "warpSkyfile.good_frac", ">=");
Note:
See TracChangeset
for help on using the changeset viewer.
