IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/ipp-20100621/pstamp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/pstamp

    • Property svn:ignore
      •  

        old new  
        1616ltmain.sh
        1717libtool
         18ppstamp.pc
  • branches/eam_branches/ipp-20100621/pstamp/scripts/pstampparse.pl

    r28228 r28794  
    500500    }
    501501
     502if (0) {
    502503    # add astrometry file for raw and chip images if one is available
    503504    if (($stage eq "chip") || ($stage eq "raw")) {
    504505        $args .= " -astrom $image->{astrom}" if $image->{astrom};
    505506    }
     507}
    506508
    507509    $image->{job_args} = $args;
     
    812814        ($stage ne 'chip' and $state eq 'full')) {
    813815        my_die("$stage $stage_id is in unexpected state $state", $PS_EXIT_PROG_ERROR);
     816    }
     817
     818    if (($stage eq 'diff') and ($stage_id <= 22778)) {
     819        print STDERR "diff_id $stage_id cannot be updated\n";
     820        $$r_dep_id = 0;
     821        $$r_fault = $PSTAMP_GONE;
     822        $$r_jobState = 'stop';
     823        return;
    814824    }
    815825
     
    877887            $$r_newState = 'stop';
    878888            $$r_fault = $PSTAMP_GONE;
    879         } elsif (($data_state ne 'full') or ($need_magic and ($image->{magicked} < 0))) {
     889        } elsif (($data_state ne 'full') or ($need_magic and ($image->{magicked} < 0)) or ($run_state eq 'goto_cleaned')) {
    880890   
    881891            if ($stage eq 'stack') {
Note: See TracChangeset for help on using the changeset viewer.