Changeset 27129
- Timestamp:
- Mar 1, 2010, 6:18:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r27062 r27129 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_CONFIG_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_CONFIG_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_CONFIG_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_CONFIG_ERROR) unless $file->{camera} eq $camera; 135 135 } else { 136 136 $camera = $file->{camera};
Note:
See TracChangeset
for help on using the changeset viewer.
