File: tMSMetaData.run

package info (click to toggle)
casacore 3.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,912 kB
  • sloc: cpp: 471,569; fortran: 16,372; ansic: 7,416; yacc: 4,714; lex: 2,346; sh: 1,865; python: 629; perl: 531; sed: 499; csh: 201; makefile: 32
file content (7 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/bin/sh

dir=`echo $CASAPATH | awk '{print $1'}`
name="${dir}/data/regression/unittest/MSMetaData/MSMetaData.ms"
# Exit with skipped status if the MS cannot be found.
test -e "$name"  ||  exit 3
./tMSMetaData "$name"