IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32546 for trunk/ippScripts


Ignore:
Timestamp:
Oct 13, 2011, 2:52:59 PM (15 years ago)
Author:
bills
Message:

more work on video photometry stage. Add task definitions

File:
1 edited

Legend:

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

    r32507 r32546  
    3232    exit($PS_EXIT_CONFIG_ERROR);
    3333}
    34 my ($vp_id, $exp_tag, $camera, $outroot, $dest_id, $dbname, $verbose, $no_update, $no_op, $redirect);
    35 
    36 my $dbserver = "ipp049";
     34my ($vp_id, $camera, $outroot, $dest_id, $dbname, $verbose, $no_update, $no_op, $redirect);
    3735
    3836GetOptions(
     
    7068
    7169$vptool .= " -dbname $dbname" if $dbname;
    72 $vptool .= " -dbserver $dbserver" if $dbserver;
    7370
    7471# Get list of chips with pending video cells
Note: See TracChangeset for help on using the changeset viewer.