IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2007, 2:42:34 PM (18 years ago)
Author:
Paul Price
Message:

Fixing syntax.

File:
1 edited

Legend:

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

    r15688 r15689  
    114114        &my_die("Unable to get name of skycell file", $magic_id, $PS_EXIT_PROG_ERROR);
    115115    &my_die("Unable to find skycell file", $magic_id, $PS_EXIT_SYS_ERROR) unless
    116         $skyfile->exists( $skyfile );
     116        $ipprc->file_exists( $skyfile );
    117117
    118118    my ($header, $status) = Astro::FITS::CFITSIO::fits_read_header( $skyfile );
Note: See TracChangeset for help on using the changeset viewer.