IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2011, 3:05:02 PM (15 years ago)
Author:
bills
Message:

"simplifying" code introduced a bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/magic_destreak.pl

    r30318 r30328  
    194194        # if recoveryroot is a nebulous path we ignore the actual path and put the files in the
    195195        # the same "directory" as the input files
    196         $recoveryroot = $dirname;
     196        $recoveryroot = "$dirname/REC_";
     197        $recovery_path_base = $recoveryroot . $basename;
    197198    } else {
    198         # otherwise we put the files in recoveryroot. Regardless, we prefix the basename with 'REC_'
     199        # otherwise we put the files in recoveryroot.
     200        # Regardless, we prefix the basename with 'REC_'
    199201        $ipprc->outroot_prepare($recoveryroot);
    200     }
    201     $recovery_path_base = "$recoveryroot/REC_$basename";
     202        $recovery_path_base = "$recoveryroot/REC_$basename";
     203    }
    202204}
    203205
Note: See TracChangeset for help on using the changeset viewer.