IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2011, 10:28:02 AM (15 years ago)
Author:
bills
Message:

Implement extraction of postage stamps from uncensored images either by using the backup images
or by replacing the censored pixels from destreak recovery images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_checkdependent.pl

    r29624 r30317  
    680680            foreach my $c (@$components) {
    681681                my $command = "$magicdstool -destreakedfile -magic_ds_id $magic_ds_id -component $c";
     682                # XXX: get this from a config file
     683                $command .= " -set_recoveryroot neb://any/gpc1/destreak/recover";
    682684                my $dsfile = runToolAndParseExpectOne($command, $verbose);
    683685                if (!$dsfile) {
Note: See TracChangeset for help on using the changeset viewer.