IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41596


Ignore:
Timestamp:
May 18, 2021, 12:41:45 PM (5 years ago)
Author:
tdeboer
Message:

fix for warp_overlap

File:
1 edited

Legend:

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

    r41593 r41596  
    125125    }
    126126
    127     my @matchlist = get_overlaps($astromFile, $tess_dir_abs, $astromAccept); # List of overlaps
     127    my @matchlist = get_overlaps($astromFile, $tess_dir_abs, $astromAccept,$maxCerror); # List of overlaps
    128128    if (! @matchlist) {
    129129        &my_die("Unable to perform dvoImageOverlaps: missing astrometry", $warp_id, $PS_EXIT_DATA_ERROR);
Note: See TracChangeset for help on using the changeset viewer.