[Swift-commit] r3041 - 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:00:54 CDT 2009


Author: andric
Date: 2009-08-05 16:00:53 -0500 (Wed, 05 Aug 2009)
New Revision: 3041

Modified:
   SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turning.swift
Log:
modified for the 'move_vs_still' comparison

Modified: SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turning.swift
===================================================================
--- SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turning.swift	2009-08-05 20:59:17 UTC (rev 3040)
+++ SwiftApps/SIDGrid/swift/projects/andric/peakfit_pilots/PK2/turnpointAnalysis/turning.swift	2009-08-05 21:00:53 UTC (rev 3041)
@@ -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