IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 3:58:12 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/tools/ipp_apply_burntool.pl

    r25022 r25398  
    140140    my $tempfile = new File::Temp ( TEMPLATE => "$basename.XXXX",
    141141                                    DIR => '/tmp',
    142                                     UNLINK => !$save_temps);
     142                                    UNLINK => !$save_temps,
     143                                    SUFFIX => '.fits');
    143144    my $tmpImfileReal = $tempfile->filename;
    144145    # print "tmpImfile: $tmpImfile -> $tmpImfileReal\n";
     
    172173
    173174        if ($RAWTABLES) {
    174             $status = vsystem ("$burntool $tmpImfileReal out=$artImfileReal $prevFileOpt", $REALRUN);
     175            $status = vsystem ("$burntool $tmpImfileReal out=$artImfileReal $prevFileOpt persist=t", $REALRUN);
    175176        } else {
    176             $status = vsystem ("$burntool $tmpImfileReal $prevFileOpt", $REALRUN);
     177            $status = vsystem ("$burntool $tmpImfileReal $prevFileOpt persist=t", $REALRUN);
    177178        }
    178179        if ($status) {
Note: See TracChangeset for help on using the changeset viewer.