Changeset 36645
- Timestamp:
- Apr 3, 2014, 11:51:17 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r36168 r36645 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.
