IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2008, 10:02:01 AM (18 years ago)
Author:
eugene
Message:

put tempfiles in /tmp

File:
1 edited

Legend:

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

    r18723 r19261  
    154154
    155155### not needed to have such an extensive temp file name.
    156 my ($list1File, $list1Name) = tempfile( "$exp_tag.cm.$cam_id.b1.list.XXXX", UNLINK => !$save_temps ); # For binning 1
    157 my ($list2File, $list2Name) = tempfile( "$exp_tag.cm.$cam_id.b2.list.XXXX", UNLINK => !$save_temps ); # For binning 2
    158 my ($list3File, $list3Name) = tempfile( "$exp_tag.cm.$cam_id.b3.list.XXXX", UNLINK => !$save_temps ); # For astrometry
     156my ($list1File, $list1Name) = tempfile( "/tmp/$exp_tag.cm.$cam_id.b1.list.XXXX", UNLINK => !$save_temps ); # For binning 1
     157my ($list2File, $list2Name) = tempfile( "/tmp/$exp_tag.cm.$cam_id.b2.list.XXXX", UNLINK => !$save_temps ); # For binning 2
     158my ($list3File, $list3Name) = tempfile( "/tmp/$exp_tag.cm.$cam_id.b3.list.XXXX", UNLINK => !$save_temps ); # For astrometry
    159159
    160160# XXX we perform astrometry iff photometry output exists
     
    277277            my $camdir = $ipprc->dvo_cameradir(); # Camera directory for addstar
    278278            my $command;
    279             $command  = "$addstar -D CAMERA $camdir -update";
     279            $command  = "$addstar -image -D CAMERA $camdir -update";
    280280            $command .= " -D CATDIR $dvodbReal";
    281281
Note: See TracChangeset for help on using the changeset viewer.