- Timestamp:
- Nov 4, 2021, 1:14:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/ippScripts/scripts/nightly_science.pl
r41463 r41882 1517 1517 my $this_exp_id = ${ $this_warp }[0]; 1518 1518 my $this_quality = ${ $this_warp }[5]; 1519 if ($this_quality != 0) { 1520 print STDERR "diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality\n"; 1519 my $this_state = ${ $this_warp }[4]; 1520 if (($this_quality != 0) || ($this_state eq 'fail') ) { 1521 print STDERR "diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n"; 1521 1522 } 1522 1523 else { … … 1706 1707 my $this_exp_id = ${ $this_warp }[0]; 1707 1708 my $this_quality = ${ $this_warp }[5]; 1708 if ($this_quality != 0) { 1709 print STDERR "desp_diff_singles: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality\n"; 1709 my $this_state = ${ $this_warp }[4]; 1710 if (($this_quality != 0) || ($this_state eq 'fail') ) { 1711 print STDERR "desp_diff_singles: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n"; 1710 1712 } 1711 1713 else { … … 1922 1924 my $this_exp_id = ${ $this_warp }[0]; 1923 1925 my $this_quality = ${ $this_warp }[5]; 1924 if ($this_quality != 0) { 1925 print STDERR "desp_diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality\n"; 1926 my $this_state = ${ $this_warp }[4]; 1927 if (($this_quality != 0) || ($this_state eq 'fail') ) { 1928 print STDERR "desp_diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n"; 1926 1929 } 1927 1930 else {
Note:
See TracChangeset
for help on using the changeset viewer.
