IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2014, 11:34:18 AM (12 years ago)
Author:
heather
Message:

small changes and tweaks to do full force addstar and to remove hard coded ippdb01 in ipptopsps

File:
1 edited

Legend:

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

    r37723 r37739  
    9797#    $reduction = 'ADDSTAR';
    9898#}
     99#if ($stage =~/fullforce/) {
     100#    $reduction = 'ADDSTAR';
     101#}
     102
    99103if ($stage =~/fullforce/) {
    100     $reduction = 'ADDSTAR';
    101 }
     104    $reduction='DEFAULT';
     105    #hardwired because why not
     106}
    102107
    103108my $recipe_addstar = $ipprc->reduction($reduction, 'ADDSTAR');
Note: See TracChangeset for help on using the changeset viewer.