Changeset 28428 for trunk/ippScripts/scripts/diffphot.pl
- Timestamp:
- Jun 22, 2010, 10:02:25 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diffphot.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diffphot.pl
r28362 r28428 70 70 # Get input components 71 71 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 72 my ($inputPath, $camera); # Input path and camera 73 my $bothways; # Diff was done both ways? 72 my $inputPath; # Input path 73 my $camera; # Camera name 74 my $bothways; # Diff was done both ways? 75 my $magicked; # Magic status 74 76 { 75 77 my $command = "$diffphottool -input -diff_phot_id $diff_phot_id -skycell_id $skycell_id"; … … 89 91 $camera = $file->{camera}; 90 92 $bothways = $file->{bothways}; 93 $magicked = $file->{magicked}; 91 94 } 92 95 … … 252 255 my $command = "$diffphottool -diff_phot_id $diff_phot_id -skycell_id $skycell_id"; 253 256 $command .= " -done -path_base $outroot"; 257 $command .= " -magicked $magicked" if $magicked; 254 258 $command .= " -quality $quality" if defined $quality; 255 259 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
Note:
See TracChangeset
for help on using the changeset viewer.
