IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19099


Ignore:
Timestamp:
Aug 17, 2008, 2:38:57 PM (18 years ago)
Author:
eugene
Message:

test for valid astrometry file

File:
1 edited

Legend:

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

    r18562 r19099  
    116116    my $camRoot = $imfile->{cam_path_base};
    117117    my $astromFile = $ipprc->filename($astromSource, $camRoot); # Astrometry file
     118    if (!$astromFile) {
     119        &my_die("Unable to determine the astrometry source", $warp_id, $PS_EXIT_DATA_ERROR);
     120    }
    118121
    119122    my @matchlist = get_overlaps($astromFile, $tess_dir_abs, $astromAccept); # List of overlaps
Note: See TracChangeset for help on using the changeset viewer.