IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2008, 9:21:51 AM (18 years ago)
Author:
eugene
Message:

update arguments to relphot to match working version

File:
1 edited

Legend:

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

    r20100 r20194  
    8080my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
    8181
    82 my $outgrid = "$workdir/grid.$corr_id.fits";
     82my $outgrid = "$workdir/grid.$corr_id";
    8383my $outcorr = "$workdir/corr.$corr_id";
    8484
     
    106106{
    107107    my $command = "echo $relphot $filter";
     108    $command .= " -D CAMERA $camera";
    108109    $command .= " -D CATDIR $dvodb";
    109110    $command .= " -region $RAs $RAe $DECs $DECe";
    110     $command .= " -grid $outgrid";
    111     $command .= " -imfreeze";
     111    $command .= " -outroot $outgrid";
     112    $command .= " -imfreeze -reset -grid -mosaic";
     113    # XXX the -mosaic option should be recipe-selected (only valid for multichip cameras)
     114    # XXX update the catdir after the analysis is done?
    112115
    113116    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    230233
    231234    my $command = "echo $dvoMakeCorr $outcorr";
    232     $command .= " -file $outgrid";
     235    $command .= " -file $outgrid.fits";
    233236    $command .= " -ref $reffile";
    234237
Note: See TracChangeset for help on using the changeset viewer.