Changeset 34716 for trunk/PS-IPP-PStamp
- Timestamp:
- Nov 27, 2012, 11:52:42 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r34593 r34716 896 896 } else { 897 897 # skip these obsolete tesselations unless they were explicitly asked for 898 # should I do this?899 898 next if $tess_id eq "FIXNS"; 900 899 next if $tess_id eq "ALLSKY"; 900 next if $tess_id eq "RINGS.V0"; 901 901 } 902 902 next if $requested_skycell and ($skycell_id ne $requested_skycell); … … 1289 1289 1290 1290 my $id_name = $stage . "_id"; 1291 $id_name = 'exp_id' if $stage eq 'raw'; 1291 1292 1292 1293 # input list is "order by exp_id, run_id DESC" run_id is one of (chip_id, warp_id, diff_id) … … 1309 1310 my $magicked = $input->{magicked}; # this will be either stageRun.magicked or stage%file.magicked 1310 1311 my $state = $input->{state}; 1312 $state = $input->{data_state} if !defined $state; 1311 1313 1312 1314 # can't process run in these states
Note:
See TracChangeset
for help on using the changeset viewer.
