[Swift-commit] r3034 - SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/preprocessingDos
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Aug 3 00:16:14 CDT 2009
Author: andric
Date: 2009-08-03 00:16:14 -0500 (Mon, 03 Aug 2009)
New Revision: 3034
Added:
SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/preprocessingDos/smoothTSprep2.sh
Log:
for prepping surface time series to go into the db
Added: SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/preprocessingDos/smoothTSprep2.sh
===================================================================
--- SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/preprocessingDos/smoothTSprep2.sh (rev 0)
+++ SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/preprocessingDos/smoothTSprep2.sh 2009-08-03 05:16:14 UTC (rev 3034)
@@ -0,0 +1,6 @@
+#!/bin/tcsh
+
+foreach h (lh rh)
+echo "doing $h"; date
+awk '{$1="";$2="";print}' cleanTSsmooth_${h}_PK2.1D.dset | awk '{sub(/^[ \t]+/, ""); print}' > cleanTSsmooth_${h}_PK2justTS.1D
+end
More information about the Swift-commit
mailing list