Changeset 23778
- Timestamp:
- Apr 9, 2009, 2:45:48 PM (17 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
dist_component.pl (modified) (2 diffs)
-
magic_process.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_component.pl
r23777 r23778 249 249 my $bytes; 250 250 my $md5sum; 251 if (0) { 252 if (($stage eq 'fake') or (($stage eq 'raw') and $clean)) { 253 open DUMMY, ">$tmpdir/fake.$component" or &my_die("Unable to create placeholder for fake component", 254 $dist_id, $component, $PS_EXIT_CONFIG_ERROR); 255 print DUMMY "This file is a placeholder\n"; 256 close DUMMY; 257 } 258 } 251 259 252 if ($num_files) { 260 253 # create the tarfile … … 386 379 } elsif ($stage eq "camera") { 387 380 $config_file_rule = "PSASTRO.CONFIG"; 388 $component = "";389 381 } elsif ($stage eq 'fake') { 390 382 # XXX: fake is a no op now return an emtpy list -
trunk/ippScripts/scripts/magic_process.pl
r23688 r23778 66 66 # to form valid file names. 67 67 # So forbid nebulous path in outroot. We could relax this by change DetectStreaks to take all 68 # of the file names as arguments or by teaching it a oubt Nebulous68 # of the file names as arguments or by teaching it about Nebulous 69 69 if ($outroot =~ 'neb:/') { 70 70 &my_die("DetectStreaks does not support nebulous paths in outroot", $magic_id, $node, $PS_EXIT_CONFIG_ERROR); … … 139 139 140 140 # set threshold to 4 sigma 141 $command .= ' -t 4 -S'; 141 $command .= ' -t 4'; 142 # add -S except not for MD images 143 # $command .= ' -S'; 142 144 143 145 # create the list of inputs used at this stage. At higher levels the
Note:
See TracChangeset
for help on using the changeset viewer.
