Changeset 35350 for branches/eam_branches/ipp-20130307/PS-IPP-PStamp
- Timestamp:
- Apr 2, 2013, 3:01:21 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307
- Property svn:mergeinfo changed
/trunk (added) merged: 35269-35270,35277,35294-35295,35297-35302,35304-35308,35311,35315,35317-35318,35325,35328-35332,35334-35335,35337
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r34716 r35350 223 223 my $choose_components = 0; 224 224 if ($stage eq "raw") { 225 $command = "$regtool -processedimfile -dbname $imagedb"; 225 if ($component or $use_imfile_id or !$skycenter) { 226 $command = "$regtool -processedimfile -dbname $imagedb"; 227 if ($component and $component ne 'all') { 228 $class_id = $component; 229 $component_args = " -class_id $class_id"; 230 } 231 } else { 232 $command = "$regtool -processedexp -dbname $imagedb"; 233 $choose_components = 1; 234 } 226 235 # XXX: for now restrict lookups to type object 227 236 # are stamps of detrend exposures interesting?
Note:
See TracChangeset
for help on using the changeset viewer.
