Changeset 41442
- Timestamp:
- Nov 25, 2020, 6:13:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20170121/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Property svn:mergeinfo changed
/trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm merged: 41438-41439
r40422 r41442 175 175 } 176 176 } 177 178 177 my $results = lookup($ipprc, $rowList, $imagedb, $req_type, $stage, $id, $tess_id, $component, 179 178 $need_magic, $dateobs_begin, $dateobs_end, $filter, $data_group, $option_mask, $mjd_min, $mjd_max, … … 1675 1674 ## -- need to adjust RA for DEC and check 0/360, 90 boundary (dont assume coord to image lookup will do it) 1676 1675 if ( ($row->{OPTION_MASK} & $PSTAMP_MULTI_OVERLAP_IMAGE) && !($row->{COORD_MASK} & $PSTAMP_RANGE_IN_PIXELS) ){ 1677 foreach my $f (-1. 0, 1.0, -1.5, 1.5, -2.0, 2.0, -2.5, 2.5) {1676 foreach my $f (-1.1, 1.1, -1.5, 1.5, -2.0, 2.0, -2.5, 2.5) { 1678 1677 ## +/-ra +/-dec corner 1679 1678 #printf $pointsList "$npoints %f %f\n", $row->{CENTER_X}+$row->{WIDTH}/2.0/3600.0, $row->{CENTER_Y}+$row->{HEIGHT}/2.0/3600.0; - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
