Changeset 41994
- Timestamp:
- Jan 24, 2022, 10:42:15 AM (4 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
nightly_science.pl (modified) (3 diffs)
-
warp_overlap.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/nightly_science.pl
r41893 r41994 1518 1518 my $this_quality = ${ $this_warp }[5]; 1519 1519 my $this_state = ${ $this_warp }[4]; 1520 if (($this_quality != 0) || ($this_state eq ' fail') ) {1520 if (($this_quality != 0) || ($this_state eq 'drop') ) { 1521 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"; 1522 1522 } … … 1708 1708 my $this_quality = ${ $this_warp }[5]; 1709 1709 my $this_state = ${ $this_warp }[4]; 1710 if (($this_quality != 0) || ($this_state eq ' fail') ) {1710 if (($this_quality != 0) || ($this_state eq 'drop') ) { 1711 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"; 1712 1712 } … … 1925 1925 my $this_quality = ${ $this_warp }[5]; 1926 1926 my $this_state = ${ $this_warp }[4]; 1927 if (($this_quality != 0) || ($this_state eq ' fail') ) {1927 if (($this_quality != 0) || ($this_state eq 'drop') ) { 1928 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"; 1929 1929 } -
trunk/ippScripts/scripts/warp_overlap.pl
r41893 r41994 154 154 # we set the warpRun state to 'fail' since no warpSkyCellMap can be generated. 155 155 if (scalar @overlaps == 0) { 156 warn("no overlaps found (bad astrometry); setting warpRun state to ' fail'\n");156 warn("no overlaps found (bad astrometry); setting warpRun state to 'drop'\n"); 157 157 158 158 # Add the processed file to the database
Note:
See TracChangeset
for help on using the changeset viewer.
