IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2009, 10:25:01 AM (17 years ago)
Author:
bills
Message:

pass magicked status of rawImfile to script
set magicked status for the chipProcessedImfile when it's created

File:
1 edited

Legend:

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

    r23295 r23395  
    3737# Parse the command-line arguments
    3838my ( $exp_id, $chip_id, $class_id, $chip_imfile_id, $uri, $camera, $outroot, $dbname, $run_state, $reduction, $threads, $verbose,
    39      $no_update, $no_op, $redirect );
     39     $no_update, $no_op, $redirect, $magicked );
    4040GetOptions(
    4141    'exp_id=s'          => \$exp_id,    # Exposure identifier
     
    4949    'reduction=s'       => \$reduction, # Reduction class
    5050    'run-state=s'       => \$run_state, # current state of the run (new, update)
     51    'magicked'          => \$magicked,  # magicked state of intput file
    5152    'threads=s'         => \$threads,   # Number of threads to use for ppImage
    5253    'verbose'           => \$verbose,   # Print to stdout
     
    215216    $command .= " -uri $outputImage";
    216217    $command .= " -path_base $outroot";
     218    $command .= " -magicked" if $magicked;
    217219    $command .= " -hostname $host" if defined $host;
    218220    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.