IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 9:45:29 AM (19 years ago)
Author:
Paul Price
Message:

Making the output file rule for camera_exp and input file rule for warp_overlap consistent --- they now both use PSASTRO.OUTPUT.MEF, regardless of whether the FITS images are a single file or multiple files.

File:
1 edited

Legend:

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

    r13641 r13643  
    102102        my $imfile = $imfiles->[0];
    103103        my $camRoot = $imfile->{cam_path_base};
    104         my $psastroFile = $ipprc->filename("PSASTRO.OUTPUT", $camRoot); # MEF psastro output
     104        my $psastroFile = $ipprc->filename("PSASTRO.OUTPUT.MEF", $camRoot); # MEF psastro output
    105105       
    106106        my @dirlist = File::Spec->splitdir( $psastroFile );
Note: See TracChangeset for help on using the changeset viewer.