IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 1:12:27 PM (15 years ago)
Author:
watersc1
Message:

Last minute updates and changes to LAP code to get the pantasks module working.

File:
1 edited

Legend:

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

    r31435 r31454  
    182182    $chip_cmd .= " -set_label $exposure->{label} -set_data_group $data_group ";
    183183    $chip_cmd .= " -set_workdir $workdir -set_dist_group $exposure->{dist_group} ";
     184    $chip_cmd .= " -set_reduction LAP_SCIENCE ";
    184185
    185186    my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    489490    }
    490491
    491 
     492    print "STATUS: LAP_ID           $lap_id\n";
    492493    print "STATUS: DEFINED_QSTACK:  $defined_qstack\n";
    493494    print "STATUS: HAVE_QSTACK:     $have_qstack\n";
     
    504505
    505506    print "STATUS: TOTAL_EXPOSURES: $total_exposures\n";
     507    print "\n";
    506508    if ($do_nothing) {
    507509        exit(0);
     
    545547        }
    546548    }
    547    
     549    print "\n";
     550    return(0);
    548551}
    549552
Note: See TracChangeset for help on using the changeset viewer.