IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41593


Ignore:
Timestamp:
May 17, 2021, 1:12:19 PM (5 years ago)
Author:
tdeboer
Message:

changing quotes in warp_overlap.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps1-20210510/ippScripts/scripts/warp_overlap.pl

    r41539 r41593  
    212212
    213213    my $command = "$dvoImageOverlaps -D CATDIR $tess_dir_abs " . $filename;
    214     $command .= ' -accept-astrom' if $accept;
    215     $command .= ' -D OVERLAPS_MAX_CERROR $maxCerror'; # skip poorly calibrated images from warps
     214    $command .= " -accept-astrom" if $accept;
     215    $command .= " -D OVERLAPS_MAX_CERROR $maxCerror"; # skip poorly calibrated images from warps
    216216    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    217217        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.