IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2007, 6:22:29 PM (19 years ago)
Author:
Paul Price
Message:

Making things work.

File:
1 edited

Legend:

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

    r13316 r13460  
    153153my $jpeg1 = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1
    154154my $jpeg2 = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2
    155 my $fpaObjects = $ipprc->filename("PSASTRO.OUTPUT", $outputRoot); # MEF psastro output
     155my $fpaObjects = $outputRoot . '.smp'; # MEF psastro output
    156156
    157157unless ($no_op) {
     
    160160    # XXX note that this is wrong if imfiles are cells
    161161    if (scalar @$files > 1) {
    162         my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro";
     162        my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro " .
     163            "-F PSASTRO.OUTPUT PSASTRO.OUTPUT.MEF";
    163164        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    164165            run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.