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/camera_exp.pl

    r13460 r13643  
    153153my $jpeg1 = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1
    154154my $jpeg2 = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2
    155 my $fpaObjects = $outputRoot . '.smp'; # MEF psastro output
     155my $fpaObjects = $ipprc->filename("PSASTRO.OUTPUT.MEF", $outputRoot); # MEF psastro output
    156156
    157157unless ($no_op) {
Note: See TracChangeset for help on using the changeset viewer.