Changeset 34394
- Timestamp:
- Sep 5, 2012, 3:48:04 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120805
- Files:
-
- 11 edited
-
ippTasks/survey.pro (modified) (4 diffs)
-
ippTools/share/camtool_find_pendingimfile.sql (modified) (1 prop)
-
ippTools/share/chiptool_setimfiletoupdate.sql (modified) (1 prop)
-
ippTools/share/pxadmin_create_tables.sql (modified) (1 prop)
-
ippTools/share/warptool_towarped.sql (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/magictool.c (modified) (1 prop)
-
ippTools/src/stacktool.c (modified) (1 diff)
-
ippTools/src/stacktoolConfig.c (modified) (1 diff)
-
ppStack/src/ppStackConvolve.c (modified) (1 diff)
-
psvideophot (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/ippTasks/survey.pro
r34265 r34394 144 144 # user functions to manipulate warp/stack diff labels 145 145 macro survey.add.WSdiff 146 if ($0 != 5)147 echo "USAGE: survey.add.WSdiff (warp label) (stack label) (dist_group) (workdir base) "146 if ($0 != 6) 147 echo "USAGE: survey.add.WSdiff (warp label) (stack label) (dist_group) (workdir base) (target label)" 148 148 break 149 149 end … … 152 152 book setword SURVEY_DIFF_WARPSTACK $1 DIST_GROUP $3 153 153 book setword SURVEY_DIFF_WARPSTACK $1 WORKDIR $4 154 book setword SURVEY_DIFF_WARPSTACK $1 TARGET_LABEL $5 154 155 book setword SURVEY_DIFF_WARPSTACK $1 STATE PENDING 155 156 end … … 583 584 book getword SURVEY_DIFF_WARPSTACK $label WORKDIR -var workdir 584 585 book getword SURVEY_DIFF_WARPSTACK $label DIST_GROUP -var dist_group 586 book getword SURVEY_DIFF_WARPSTACK $label TARGET_LABEL -var target_label 585 587 586 588 $year = `date +%Y` … … 593 595 $run = $run -stack_label $stack_label 594 596 $run = $run -set_dist_group $dist_group 595 $run = $run -set_label $ label596 $run = $run -set_workdir $workdir/$ label/$year/$month/$day597 $run = $run -set_label $target_label 598 $run = $run -set_workdir $workdir/$target_label/$year/$month/$day 597 599 $run = $run -set_reduction WARPSTACK 598 600 $run = $run -available -
branches/eam_branches/ipp-20120805/ippTools/share/camtool_find_pendingimfile.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120805/ippTools/share/chiptool_setimfiletoupdate.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120805/ippTools/share/pxadmin_create_tables.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120805/ippTools/share/warptool_towarped.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120805/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src (added) merged: 34296
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120805/ippTools/src/magictool.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120805/ippTools/src/stacktool.c
r34081 r34394 1109 1109 PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "=="); 1110 1110 PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE"); 1111 PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "==");1112 PXOPT_COPY_STR(config->args, where, "-data_group", "stackRun.data_group", "LIKE");1111 pxAddLabelSearchArgs(config, where, "-label", "stackRun.label", "LIKE"); 1112 pxAddLabelSearchArgs(config, where, "-data_group", "stackRun.data_group", "LIKE"); 1113 1113 PXOPT_COPY_S16(config->args, where, "-fault", "stackSumSkyfile.fault", "=="); 1114 1114 PXOPT_COPY_F64(config->args, where, "-mjd_obs_begin", "stackSumSkyfile.mjd_obs", ">="); -
branches/eam_branches/ipp-20120805/ippTools/src/stacktoolConfig.c
r33821 r34394 200 200 psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-exp_name", 0, "search by exposure name", NULL); 201 201 #endif 202 psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-label", 0, "search by stackRun.label", NULL);203 psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-data_group", 0, "search by stackRun.data_group (LIKE comparison)", NULL);202 psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by stackRun.label", NULL); 203 psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-data_group", PS_META_DUPLICATE_OK, "search by stackRun.data_group (LIKE comparison)", NULL); 204 204 psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-filter", 0, "search by filter (LIKE comparison)", NULL); 205 205 psMetadataAddF64(sumskyfileArgs, PS_LIST_TAIL, "-mjd_obs_begin", 0, "search by mjd_obs (average mjd_obs of inputs <=)", NAN); -
branches/eam_branches/ipp-20120805/ppStack/src/ppStackConvolve.c
r34089 r34394 403 403 continue; 404 404 } 405 if ( options->matchChi2->data.F32[i] > thresh) {405 if ((options->matchChi2->data.F32[i] > thresh) || ! isfinite(options->matchChi2->data.F32[i])) { 406 406 numRej++; 407 407 options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i] |= PPSTACK_MASK_CHI2; -
branches/eam_branches/ipp-20120805/psvideophot
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
