Changeset 34716
- Timestamp:
- Nov 27, 2012, 11:52:42 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (3 diffs)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (1 diff)
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 -
trunk/pstamp/scripts/pstamp_checkdependent.pl
r34595 r34716 343 343 } 344 344 } 345 346 my $tess_id = $metadata->{tess_id}; 347 if ($tess_id eq 'RINGS.V0') { 348 # we have stopped updating data from RINGS.V0 349 return $PSTAMP_GONE 350 } 345 351 if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop') or 346 352 ($data_state =~ /error/) or ($data_state =~ /purged/) or ($data_state =~ /scrubbed/) or ($data_state eq 'drop')) {
Note:
See TracChangeset
for help on using the changeset viewer.
