Changeset 624 for BAORadio


Ignore:
Timestamp:
Dec 6, 2011, 4:14:58 PM (13 years ago)
Author:
campagne
Message:

sca decryptor for Drift Scan data (jec)

Location:
BAORadio/AmasNancay/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/sca.sh

    r579 r624  
    1 #!/bin/sh
     1#!/bin/sh -xvf
    22#
    33#Script sh d'extraction de fichier SCA des sequances Diodes a Bruit (DAB)
     
    5151if [ ! -e $fullfile ]
    5252    then
    53     $ECHO "FATAL (${scriptName}): $fullfile not found: FATAL"
     53    $ECHO "FATAL (${scriptName}): <${fullfile}> not found: FATAL"
    5454    exit 1
    5555fi
     
    7373  }
    7474' $fullfile > $OUT1
     75
     76echo "DEBUG START"
     77cat $OUT1
     78echo "DEBUG STOP"
    7579
    7680
Note: See TracChangeset for help on using the changeset viewer.