IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2009, 11:57:57 AM (17 years ago)
Author:
Paul Price
Message:

chip_imfile.pl also needs --chip_imfile_id

File:
1 edited

Legend:

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

    r23688 r24235  
    5252    'run-state=s'       => \$run_state, # current state of the run (new, update)
    5353    'magicked'          => \$magicked,  # magicked state of input file
    54     'deburned=s'        => \$deburned,  # does deburned image exist? 
     54    'deburned=s'        => \$deburned,  # does deburned image exist?
    5555    'threads=s'         => \$threads,   # Number of threads to use for ppImage
    5656    'verbose'           => \$verbose,   # Print to stdout
     
    6161
    6262pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    63 pod2usage( -msg => "Required options: --exp_id --chip_id --class_id --uri --camera --outroot --run-state",
     63pod2usage( -msg => "Required options: --exp_id --chip_id --chip_imfile_id --class_id --uri --camera --outroot --run-state",
    6464           -exitval => 3) unless
    6565    defined $exp_id and
     
    142142    my $useDeburnedImage = metadataLookupBool($recipeData, 'USE.DEBURNED.IMAGE');
    143143    if ($useDeburnedImage && $deburned) {
    144         $uri =~ s/fits$/burn.fits/;
    145         &my_die("Couldn't find deburned input file: $uri\n", $exp_id, $chip_id, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($uri);
     144        $uri =~ s/fits$/burn.fits/;
     145        &my_die("Couldn't find deburned input file: $uri\n", $exp_id, $chip_id, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($uri);
    146146    }
    147147
Note: See TracChangeset for help on using the changeset viewer.