Recent Changes - Search:

radlab home

radlab support

generic HFDR

principles
hardware
software
production
documents
pictures

know-how

projects

CNMI-Guam
CWA
IFREMER
IHMT
ISMER
NAMR
PACIOOS
TORI
UABC
UHHilo
UP-MSI
WHOI

old projects

MEC
OGS
UAF

.

ProcessDtaOld

  #!/bin/csh
  # launch conversion on last dtacq file
  # process_DTA.sh  20123661630_acq164_091.dta

  set sitename='kok'
  cd /home/wera/data/$sitename

  set infile=`/bin/ls 20*dta | tail -1`
  set timetag=`echo $infile | sed -e s/_acq164_0...dta//`
  set logfile=`echo $infile | sed -e s/.dta/.log/`

  echo 'Processing' $infile >>& $logfile

  /home/wera/wera_import/do_process_DTA.sh $infile >>& $logfile
Edit - History - Print - Recent Changes - Search
Page last modified on April 25, 2015, at 01:38 AM