Changeset 42342
- Timestamp:
- Jan 30, 2023, 4:03:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ops-20220705/ippScripts/scripts/nightly_science.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/nightly_science.pl merged: 42341
r42317 r42342 1560 1560 $input_sth .= " rawExp LEFT JOIN chipRun USING (exp_id) LEFT JOIN camRun USING (chip_id) LEFT JOIN camProcessedExp USING(cam_id) LEFT JOIN fakeRun USING (cam_id) LEFT JOIN warpRun USING (fake_id) "; 1561 1561 $input_sth .= " WHERE chipRun.label = '$label' AND chipRun.data_group = '$data_group' AND rawExp.filter = '$filter' AND rawExp.object = '$this_object' "; 1562 $input_sth .= " AND camProcessedExp.fwhm_major <= $maxFWHM ";1563 1562 $input_sth .= " AND substr(rawExp.comment, 1, position(' ' in rawExp.comment)) = '$this_chunk' ORDER BY rawExp.comment,dateobs "; 1564 1563 … … 1574 1573 my $this_state = ${ $this_warp }[4]; 1575 1574 my $this_warp_id = ${ $this_warp }[1]; 1576 my $chip_state = ${ $this_warp }[6]; 1575 my $this_fwhm = ${ $this_warp }[6]; 1576 my $chip_state = ${ $this_warp }[7]; 1577 my $cam_state = ${ $this_warp }[8]; 1577 1578 my $cam_state = ${ $this_warp }[7]; 1578 1579 … … 1585 1586 } 1586 1587 1587 if (($this_quality != 0) || ($this_state eq 'drop') ) {1588 print STDERR "diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state \n";1588 if (($this_quality != 0) || ($this_state eq 'drop') || ($this_fwhm > $maxFWHM)) { 1589 print STDERR "diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state or FWHM $this_fwhm\n"; 1589 1590 } 1590 1591 else { … … 1786 1787 my $this_quality = ${ $this_warp }[5]; 1787 1788 my $this_state = ${ $this_warp }[4]; 1788 my $this_fwhm = ${ $this_warp }[7];1789 1789 my $this_warp_id = ${ $this_warp }[1]; 1790 my $chip_state = ${ $this_warp }[8]; 1790 my $this_fwhm = ${ $this_warp }[6]; 1791 my $chip_state = ${ $this_warp }[7]; 1792 my $cam_state = ${ $this_warp }[8]; 1791 1793 my $cam_state = ${ $this_warp }[9]; 1792 1794 … … 2177 2179 my $this_quality = ${ $this_warp }[5]; 2178 2180 my $this_state = ${ $this_warp }[4]; 2179 my $this_fwhm = ${ $this_warp }[7];2180 2181 my $this_warp_id = ${ $this_warp }[1]; 2181 my $chip_state = ${ $this_warp }[8]; 2182 my $this_fwhm = ${ $this_warp }[6]; 2183 my $chip_state = ${ $this_warp }[7]; 2184 my $cam_state = ${ $this_warp }[8]; 2182 2185 my $cam_state = ${ $this_warp }[9]; 2183 2186 - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
