Changeset 34731 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Nov 29, 2012, 1:43:13 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r34586 r34731 1006 1006 PXOPT_LOOKUP_STR(ver_streaks, config->args, "-ver_streaks", false, false); 1007 1007 1008 PXOPT_LOOKUP_S16(background_model, config->args, "-background_model", false, false); 1009 1008 1010 psTrace("czw.test",1,"Received versions: pslib %s psmodules %s psphot %s ppstats %s ppstack %s streaks %s\n", 1009 1011 ver_pslib,ver_psmodules,ver_psphot,ver_ppstats,ver_ppstack,ver_streaks); … … 1067 1069 fault, 1068 1070 software_ver, 1071 background_model, 1069 1072 quality 1070 1073 )) { … … 1121 1124 PXOPT_COPY_F64(config->args, where, "-mjd_obs_begin", "stackSumSkyfile.mjd_obs", ">="); 1122 1125 PXOPT_COPY_F64(config->args, where, "-mjd_obs_end", "stackSumSkyfile.mjd_obs", "<="); 1123 1126 PXOPT_COPY_S16(config->args, where, "-background_model","stackSumSkyfile.background_model", "=="); 1124 1127 1125 1128 // The following three selectors are incompatible with the sql so omit them
Note:
See TracChangeset
for help on using the changeset viewer.
