IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23255


Ignore:
Timestamp:
Mar 10, 2009, 2:50:08 PM (17 years ago)
Author:
bills
Message:

clean bundles at raw stage don't make sense

File:
1 edited

Legend:

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

    r23250 r23255  
    7474    defined $outroot;
    7575
     76$ipprc->redirect_output($logfile) if $logfile;
     77
    7678if (($stage eq 'raw') and !defined $chip_path_base) {
    7779    pod2usage( -msg => "Required options: --chip_path_base for raw stage", -exitval => 3);
    7880}
    79 
    80 $ipprc->redirect_output($logfile) if $logfile;
    8181
    8282$ipprc->define_camera($camera);
     
    9393    $clean = 0;
    9494}
     95
     96# making a clean bundle of raw images doesn't make sense
     97if (($stage eq "raw") and $clean) {
     98    # well I suppose we could ship the log file....
     99    &my_die("cannot create clean run at raw stage", $dist_id, $component, $PS_EXIT_CONFIG_ERROR);
     100}
     101
    95102
    96103# create the output directories if it is not a nebulous path and it doesn't exist
Note: See TracChangeset for help on using the changeset viewer.