IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippScripts/scripts/magic_destreak_revert.pl

    r30812 r31083  
    204204
    205205    # only revert sources if this is a new run, not one being updated
    206     if ($run_state eq 'new') {
     206    if (($run_state eq 'new') or ($run_state eq 'goto_restored')) {
    207207        $sources = $ipprc->filename("PSPHOT.OUTPUT", $path_base, $class_id);
    208208        $bsources = $ipprc->filename("PSPHOT.OUTPUT", $backup_path_base, $class_id);
Note: See TracChangeset for help on using the changeset viewer.