[Swift-commit] r3043 - SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Aug 5 16:03:09 CDT 2009


Author: andric
Date: 2009-08-05 16:03:09 -0500 (Wed, 05 Aug 2009)
New Revision: 3043

Modified:
   SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turningRH.swift
Log:
modified to do the 'move_vs_still' comparison

Modified: SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turningRH.swift
===================================================================
--- SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turningRH.swift	2009-08-05 21:01:59 UTC (rev 3042)
+++ SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turningRH.swift	2009-08-05 21:03:09 UTC (rev 3043)
@@ -11,8 +11,8 @@
 
 ## this process sets parameters and calls Mediator:
 loop_query(int vert, string user, string db, string host, string query_outline, Rscript code, file config, string subject, string h, int beginTS, int endTS, file Annot){
-    string outPrefix = @strcat("pa_vs_noise_vert",vert,h);
-    string tarPrefix = @strcat("turning_out",h,"/vert",vert,"_",h);
+    string outPrefix = @strcat("move_vs_still_vert",vert,h);
+    string tarPrefix = @strcat("turning2_out",h,"/vert",vert,"_",h);
     file tarOut<single_file_mapper; file=@strcat(tarPrefix,".tgz")>;
     string med_args = @strcat("--user ","andric"," --conf ", @filename(config)," --db ", db," --host ", host,
         " --vox ", vert," --subject ", subject," --subquery tsTSVAR"," --begin_ts ",beginTS," --end_ts ",endTS,




More information about the Swift-commit mailing list