splitRDI
changeset 14 8c79b38a7086
parent 7 e06925788055
child 18 bb7bb9f83db9
--- a/splitRDI
+++ b/splitRDI
@@ -2,9 +2,9 @@
 #======================================================================
 #                    S P L I T R D I 
 #                    doc: Sat Aug 21 22:20:27 2010
-#                    dlm: Fri Jun 24 11:30:06 2011
+#                    dlm: Thu Feb 13 14:42:02 2014
 #                    (c) 2010 A.M. Thurnherr
-#                    uE-Info: 27 68 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 19 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # split RDI files based on list of ensemble numbers (e.g. from yoyo -t)
@@ -12,19 +12,19 @@
 # HISTORY:
 #	Aug 21, 2010: - created
 #	Jun 24, 2011: - replaced -b, -n by -o
+#   Feb 13, 2014: - updated doc
 
 # NOTES:
-#	- it is assumed that the input file begins with ensemble #1
-#	- input file extension 000 is assumed
-#	- turning-point ensembles are written to preceding profile,
-#	  for compatibility with [yoyo]
+#   - it is assumed that the input file begins with ensemble #1
+#   - turning-point ensembles are written to preceding profile,
+#     for compatibility with [yoyo]
 
 # FILE NAME CONVENTION:
-#	- in order to assign individual yoyo casts numerical station numbers,
-#	  by default, the yoyo cast number is inserted after the station number
+#   - in order to assign individual yoyo casts numerical station numbers,
+#     by default, the yoyo cast number is inserted after the station number
 
-# EXAMPLE:
-#	splitRDI 017DL000.000 `mkProfile 017DL000.000 | yoyo -QFens -ut`
+# EXAMPLES:
+#   splitRDI 017DL000.000 `mkProfile 017DL000.000 | yoyo -QFens -ut`
 
 $0 =~ m{(.*/)[^/]+};
 require "$1RDI_BB_Read.pl";