Changeset 29063
- Timestamp:
- Aug 26, 2010, 3:39:22 PM (16 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
dist_bundle.pl (modified) (1 diff)
-
staticsky.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r28963 r29063 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); -
trunk/ippScripts/scripts/staticsky.pl
r28962 r29063 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;
Note:
See TracChangeset
for help on using the changeset viewer.
