IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32546


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

more work on video photometry stage. Add task definitions

Location:
trunk
Files:
1 added
3 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
  • trunk/ippTasks/Makefile.am

    r31454 r32546  
    4242        background.pro \
    4343        diffphot.pro \
    44         lap.pro
     44        lap.pro \
     45        vp.pro
    4546
    4647other_files = \
  • trunk/ippTools/share/vptool_pendingrun.sql

    r32510 r32546  
    55       vpRun.workdir,
    66       vpRun.dest_id,
    7        rcDestination.name,
    8        rcDestination.dbname,
    9        rcDestination.dbhost,
     7       rcDestination.name AS dest_name,
     8       rcDestination.dbname AS ds_dbname,
     9       rcDestination.dbhost AS ds_dbhost,
    1010       IFNULL(Label.priority, 10000) as priority
    1111FROM vpRun
Note: See TracChangeset for help on using the changeset viewer.