IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 11:50:50 AM (19 years ago)
Author:
Paul Price
Message:

Chip and camera processing scripts take --recipe argument now to tell them how to process the data. The argument is currently not used, but it will define a 'recipe class' to be used in processing.

File:
1 edited

Legend:

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

    r12213 r12225  
    3636    $class_id,                  # Class identifier
    3737    $input,                     # Input FITS file
     38    $recipe,                    # Recipe to use
    3839    $camera,                    # Camera
    3940    $dbname,                    # Database name
     
    4748           'class_id=s'    => \$class_id,
    4849           'uri|u=s'       => \$input,
     50           'recipe=s'      => \$recipe,
    4951           'camera|c=s'    => \$camera,
    5052           'dbname|d=s'    => \$dbname, # Database name
     
    141143    $command .= " -chip_id $chip_id";
    142144    $command .= " -class_id $class_id";
    143     $command .= " -recip " . RECIPE;
    144145    $command .= " -uri $outputImage";
    145146    $command .= " -path_base $outputRoot";
Note: See TracChangeset for help on using the changeset viewer.