Changeset 29064
- Timestamp:
- Aug 26, 2010, 3:42:41 PM (16 years ago)
- Location:
- tags/ipp-20100823
- Files:
-
- 3 edited
-
ippScripts/scripts/dist_bundle.pl (modified) (1 diff, 1 prop)
-
ippScripts/scripts/staticsky.pl (modified) (2 diffs, 1 prop)
-
ippTasks/dist.pro (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/ippScripts/scripts/dist_bundle.pl
- Property svn:mergeinfo set to
r28963 r29064 154 154 # 2. magic is not required for this distRun 155 155 # 3. the processing for the component produced no images (warp or diff with bad quality for example) 156 my $nan_masked_pixels = ! ($clean || (($stage eq "camera") || ($stage eq 'fake') || ($stage eq 'stack') ) || $no_magic || $poor_quality);156 my $nan_masked_pixels = ! ($clean || (($stage eq "camera") || ($stage eq 'fake') || ($stage eq 'stack') || ($stage eq 'sky')) || $no_magic || $poor_quality); 157 157 158 158 my ($image, $mask, $variance); -
tags/ipp-20100823/ippScripts/scripts/staticsky.pl
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/20100427/ippScripts/scripts/staticsky.pl merged eligible /branches/czw_branch/20100519/ippScripts/scripts/staticsky.pl merged eligible /branches/pap/ippScripts/scripts/staticsky.pl merged eligible /trunk/ippScripts/scripts/staticsky.pl merged eligible /branches/haf_branches/ipp.20100512/ippScripts/scripts/staticsky.pl 27935-28180
r28962 r29064 71 71 $ipprc->redirect_output($logDest) or my_die( "Unable to redirect output", $sky_id, $PS_EXIT_SYS_ERROR ) if $redirect; 72 72 73 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot); 73 74 # my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_STATICSKY); 74 75 … … 164 165 $command .= " -recipe PSPHOT $recipe_psphot"; 165 166 $command .= " -dumpconfig $configuration"; 166 #$command .= " -tracedest $traceDest -log $logDest";167 $command .= " -tracedest $traceDest -log $logDest"; 167 168 # $command .= " -dbname $dbname" if defined $dbname; 168 169 # $command .= " -image_id $diff_skyfile_id" if defined $diff_skyfile_id; -
Property svn:mergeinfo
set to (toggle deleted branches)
-
tags/ipp-20100823/ippTasks/dist.pro
- Property svn:mergeinfo set to
r28778 r29064 30 30 list DIST_STAGE -add "chip_bg" 31 31 list DIST_STAGE -add "warp_bg" 32 list DIST_STAGE -add "sky" 32 33 33 34 $currentStage = 0
Note:
See TracChangeset
for help on using the changeset viewer.
