IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23588


Ignore:
Timestamp:
Mar 29, 2009, 1:49:39 PM (17 years ago)
Author:
eugene
Message:

oops: was using burn.tbl not burn.fits for input images

File:
1 edited

Legend:

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

    r23548 r23588  
    142142    my $useDeburnedImage = metadataLookupBool($recipeData, 'USE.DEBURNED.IMAGE');
    143143    if ($useDeburnedImage && $deburned) {
    144         $uri =~ s/fits$/burn.tbl/;
     144        $uri =~ s/fits$/burn.fits/;
    145145        &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    }
Note: See TracChangeset for help on using the changeset viewer.