Changeset 36646
- Timestamp:
- Apr 3, 2014, 11:57:21 AM (12 years ago)
- Location:
- tags/ipp-20130712/PS-IPP-PStamp
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
lib/PS/IPP/PStamp/Job.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/PS-IPP-PStamp
- Property svn:mergeinfo changed
/trunk/PS-IPP-PStamp merged: 36168,36645
- Property svn:mergeinfo changed
-
tags/ipp-20130712/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r36140 r36646 468 468 $skycell_id = $component; 469 469 $choose_components = 1; 470 if ($req_type eq 'byskycell' and $skycenter) { 471 # Add a wide coordinate cut to the releasetool command. 472 # This greatly speeds up the query by reducing the number of exposures considered 473 # to those near the region of interest. 474 # The actual radius value that we use is not critical because the skycell cut does the relevant 475 # selection. 476 $command .= " -ra $row->{CENTER_X} -decl $row->{CENTER_Y} -radius 5.0"; 477 } 470 478 } else { 471 479 $command = "$warptool -pstamp_order -dbname $imagedb"; … … 1094 1102 setErrorCodes($rowList, $PSTAMP_NO_IMAGE_MATCH); 1095 1103 } else { 1096 # XXX: We are not applying the fwhm cuts 1104 # XXX: We are not applying the fwhm cuts unless we use releasetool 1097 1105 foreach my $skycell (@$skycells) { 1098 1106 my $these_results = lookup($ipprc, $rowList, $imagedb, "byskycell", $stage, undef,
Note:
See TracChangeset
for help on using the changeset viewer.
