IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 50


Ignore:
Timestamp:
Feb 14, 2003, 4:30:33 AM (23 years ago)
Author:
eugene
Message:

using flips routines from PATH

Location:
trunk/Ohana/src/perl/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/defringe

    r45 r50  
    9595    close (FILE);
    9696
    97     vsystem ("/data/elixir2/elixir/flips2/imcombred $parfile");
     97    vsystem ("imcombred $parfile");
    9898    if ($?) { &escape ("ERROR: failure running imcombred"); }
    9999}
  • trunk/Ohana/src/perl/src/detflips

    r45 r50  
    4949
    5050system ("cp $inlist $temp2");
    51 system ("/data/elixir2/elixir/flips2/imcombred $temp1");
     51system ("imcombred $temp1");
    5252$stat = $?;
    5353
    54 # unlink ($temp1);
    55 # unlink ($temp2);
     54unlink ($temp1);
     55unlink ($temp2);
    5656
    5757if ($stat) {
  • trunk/Ohana/src/perl/src/flatten.flips

    r45 r50  
    176176close (FILE);
    177177
    178 system ("/data/elixir2/elixir/flips2/imred $temp");
     178system ("imred $temp");
    179179$stat = $?;
    180180
  • trunk/Ohana/src/perl/src/fr.defringe

    r45 r50  
    6262
    6363    if (-e $output[$i]) { unlink $output[$i]; }
    64     vsystem ("/data/elixir2/elixir/flips2/imcombred $parfile");
     64    vsystem ("imcombred $parfile");
    6565    if ($?) { &escape ("ERROR: failure running imcombred"); }
    6666}
  • trunk/Ohana/src/perl/src/getfringe

    r45 r50  
    5252
    5353# run imstat (change to flips2 version)
    54 system ("/data/elixir2/elixir/flips2/imstat_binary $temp2 > /dev/null");
     54system ("imstat $temp2 > /dev/null");
    5555if ($?) { &escape ("failure in imstat"); }
    5656
Note: See TracChangeset for help on using the changeset viewer.