Changeset 27596 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Apr 5, 2010, 10:16:10 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/diff_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/pap_delete merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ippScripts/scripts/diff_skycell.pl
r27215 r27596 102 102 my $camera; # Camera 103 103 my ($inputMagic, $templateMagic); # Are the inputs been magicked? 104 my ($saveInConv, $saveRefConv); # Save the input or reference convolved images? 104 105 # Prescan to decide if this is or is not a stack stack diff. The check above confirms we only have two entries. 105 106 if ((${ $files }[0]->{warp_id} == 0)&& … … 140 141 $templateSources = "PSWARP.OUTPUT.SOURCES"; 141 142 $templateMagic = $file->{magicked}; 143 $saveRefConv = 1; 142 144 } 143 145 } else { … … 162 164 $inputVariance = "PSWARP.OUTPUT.VARIANCE"; 163 165 $inputSources = "PSWARP.OUTPUT.SOURCES"; 166 $saveInConv = 1; 164 167 } 165 168 } … … 284 287 $command .= " -ipprc $configurationReal"; 285 288 } 289 $command .= " -save-inconv" if defined $saveInConv; 290 $command .= " -save-refconv" if defined $saveRefConv; 286 291 $command .= " -recipe PPSUB $recipe_ppSub"; 287 292 $command .= " -recipe PSPHOT $recipe_psphot";
Note:
See TracChangeset
for help on using the changeset viewer.
