- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r34229 r34735 304 304 $skycell_id = $component; 305 305 $command = "$stacktool -sumskyfile -dbname $imagedb"; 306 # only consider stacks in full state. 307 $command .= " -state full"; 306 308 $id_opt = "-stack_id"; 307 309 $component_args = " -skycell_id $skycell_id" if $skycell_id and $skycell_id ne 'all'; … … 894 896 } else { 895 897 # skip these obsolete tesselations unless they were explicitly asked for 896 # should I do this?897 898 next if $tess_id eq "FIXNS"; 898 899 next if $tess_id eq "ALLSKY"; 900 next if $tess_id eq "RINGS.V0"; 899 901 } 900 902 next if $requested_skycell and ($skycell_id ne $requested_skycell); … … 1287 1289 1288 1290 my $id_name = $stage . "_id"; 1291 $id_name = 'exp_id' if $stage eq 'raw'; 1289 1292 1290 1293 # input list is "order by exp_id, run_id DESC" run_id is one of (chip_id, warp_id, diff_id) … … 1307 1310 my $magicked = $input->{magicked}; # this will be either stageRun.magicked or stage%file.magicked 1308 1311 my $state = $input->{state}; 1312 $state = $input->{data_state} if !defined $state; 1309 1313 1310 1314 # can't process run in these states
Note:
See TracChangeset
for help on using the changeset viewer.
