- Timestamp:
- Apr 2, 2013, 3:01:21 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/diff_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307
- Property svn:mergeinfo changed
/trunk (added) merged: 35269-35270,35277,35294-35295,35297-35302,35304-35308,35311,35315,35317-35318,35325,35328-35332,35334-35335,35337
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/ippScripts/scripts/diff_skycell.pl
r35133 r35350 113 113 my ($inputMagic, $templateMagic); # Are the inputs been magicked? 114 114 my ($saveInConv, $saveRefConv); # Save the input or reference convolved images? 115 # Prescan to decide if this is or is not a stack stack diff. The check above confirms we only have two entries. 116 if ((${ $files }[0]->{warp_id} == 0)&& 117 (${ $files }[1]->{warp_id} == 0)) { 118 # Both are zero, so stack stack diff; 119 unless ($use_convolved) { 120 $use_convolved = 0; 121 } 122 } 123 else { 124 # We're in some sort of warp stack or warp warp (don't care about the last one.) 125 $use_convolved = 1; 126 } 115 # CZW 2013-03-21: We only want to use unconvolved inputs. Ever, if I understand correctly. 116 unless ($use_convolved) { 117 $use_convolved = 0; 118 } 119 120 # # Prescan to decide if this is or is not a stack stack diff. The check above confirms we only have two entries. 121 # if ((${ $files }[0]->{warp_id} != 0)&& 122 # (${ $files }[1]->{warp_id} != 0)) { 123 # # Both are zero, so stack stack diff; 124 # } 125 # else { 126 127 # # We're in some sort of warp stack or warp warp (don't care about the last one.) 128 # $use_convolved = 1; ## This is a hack to do a test for mops, and should not be committed. 129 # } 127 130 128 131 # ppSub does (input) - (template) after PSF-match convolution.
Note:
See TracChangeset
for help on using the changeset viewer.
