IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 6:07:01 PM (19 years ago)
Author:
Paul Price
Message:

Getting scripts to talk to ippTools. warp_overlap.pl and warp_imfile.pl both cooperate (i.e., work with --no-op). Haven't tried diff or stack yet.

File:
1 edited

Legend:

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

    r12021 r12043  
    6565my $files;
    6666{
    67     my $command = "$difftool -inputscfile -diff_id $diff_id";
     67    my $command = "$difftool -inputskyfile -diff_id $diff_id";
    6868    $command .= " -dbname $dbname" if defined $dbname;
    6969    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    7171    unless ($success) {
    7272        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    73         &my_die("Unable to perform difftool -inputscfile: $error_code", $diff_id, $error_code);
     73        &my_die("Unable to perform difftool -inputskyfile: $error_code", $diff_id, $error_code);
    7474    }
    7575
     
    160160    # Add the subtraction result
    161161    {
    162         my $command = "$difftool -adddiffscfile -diff_id $diff_id -uri $outputName -b1_uri $outputRoot";
     162        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -b1_uri $outputRoot";
    163163        $command .= " -bg $bg -bg_stdev $bg_stdev";
    164164        $command .= " -dbname $dbname" if defined $dbname;
     
    168168        unless ($success) {
    169169            $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    170             &my_die("Unable to perform difftool -adddiffscfile: $error_code", $diff_id, $error_code);
     170            &my_die("Unable to perform difftool -adddiffskyfile: $error_code", $diff_id, $error_code);
    171171        }
    172172       
Note: See TracChangeset for help on using the changeset viewer.