IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16718


Ignore:
Timestamp:
Feb 28, 2008, 12:20:38 PM (18 years ago)
Author:
Paul Price
Message:

Camera must be defined.

File:
1 edited

Legend:

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

    r16563 r16718  
    118118}
    119119
    120 &my_die("Can't find camera", $stack_id, $PS_EXIT_SYS_ERROR) unless $camera;
     120&my_die("Can't find camera", $stack_id, $PS_EXIT_SYS_ERROR) unless defined $camera;
    121121$ipprc->define_camera($camera);
    122122
Note: See TracChangeset for help on using the changeset viewer.