IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 106


Ignore:
Timestamp:
Oct 7, 2003, 11:53:51 PM (23 years ago)
Author:
eugene
Message:

cleaned coding for an error message

File:
1 edited

Legend:

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

    r61 r106  
    2424$scale = 256;
    2525$modefits = `detsearch $close -quiet -image $first $ccds[0] split -type modes`; chop ($modefits);
    26 if ($?) {
    27     print "can't get mode image\n";
    28     exit 1;
    29 }
     26if ($?) { die "can't get mode image\n"; }
     27
    3028@words = split ("/", $modefits);
    3129$basename = $words[-1];
Note: See TracChangeset for help on using the changeset viewer.