IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20971


Ignore:
Timestamp:
Dec 12, 2008, 2:26:43 PM (17 years ago)
Author:
Paul Price
Message:

tess_id is required.

File:
1 edited

Legend:

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

    r18158 r20971  
    4040
    4141pod2usage(
    42           -msg => "Required options: --camera --telescope --workdir --path --dbname",
     42          -msg => "Required options: --camera --telescope --workdir --path --dbname --tess_id",
    4343          -exitval => 3,
    4444          ) unless defined $camera
     
    4646    and defined $workdir
    4747    and defined $path
    48     and defined $dbname;
     48    and defined $dbname
     49    and defined $tess_id;
    4950
    5051my $ipprc = PS::IPP::Config->new(); # IPP configuration
Note: See TracChangeset for help on using the changeset viewer.