- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/stack_skycell.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ippScripts/scripts/stack_skycell.pl
r27062 r27517 107 107 } 108 108 109 &my_die("Stack list contains less than two elements", $stack_id, $PS_EXIT_ SYS_ERROR) unless109 &my_die("Stack list contains less than two elements", $stack_id, $PS_EXIT_DATA_ERROR) unless 110 110 scalar @$files >= 2; 111 111 … … 120 120 if ($file->{ignored}) { next; } 121 121 if (defined $tess_id) { 122 &my_die("Tesselation identifiers don't match", $stack_id, $PS_EXIT_ SYS_ERROR) unless122 &my_die("Tesselation identifiers don't match", $stack_id, $PS_EXIT_DATA_ERROR) unless 123 123 $file->{tess_id} eq $tess_id; 124 124 } else { … … 126 126 } 127 127 if (defined $skycell_id) { 128 &my_die("Skycell identifiers don't match", $stack_id, $PS_EXIT_ SYS_ERROR) unless128 &my_die("Skycell identifiers don't match", $stack_id, $PS_EXIT_DATA_ERROR) unless 129 129 $file->{skycell_id} eq $skycell_id; 130 130 } else { … … 132 132 } 133 133 if (defined $camera) { 134 &my_die("Cameras don't match", $stack_id, $PS_EXIT_ SYS_ERROR) unless $file->{camera} eq $camera;134 &my_die("Cameras don't match", $stack_id, $PS_EXIT_DATA_ERROR) unless $file->{camera} eq $camera; 135 135 } else { 136 136 $camera = $file->{camera}; … … 261 261 if ($do_stats) { 262 262 my $outputStatsReal = $ipprc->file_resolve($outputStats); 263 &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR) unless -f $outputStatsReal;263 &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStatsReal); 264 264 265 265 # measure stats
Note:
See TracChangeset
for help on using the changeset viewer.
