[Swift-commit] r4335 - in SwiftApps/Montage: . exec
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Mon Apr 11 14:44:53 CDT 2011
Author: jonmon
Date: 2011-04-11 14:44:52 -0500 (Mon, 11 Apr 2011)
New Revision: 4335
Added:
SwiftApps/Montage/TODO
Modified:
SwiftApps/Montage/exec/montage.sh
Log:
o SwiftApps/Montage/exec/montage.sh
-- Minor change
o SwiftApps/Montage/TODO
-- Added TODO file
Added: SwiftApps/Montage/TODO
===================================================================
--- SwiftApps/Montage/TODO (rev 0)
+++ SwiftApps/Montage/TODO 2011-04-11 19:44:52 UTC (rev 4335)
@@ -0,0 +1,14 @@
+o exec/montage.sh
+ -- Fix how to calculate the run directory
+ -- Figure out how to specify what site location that are going to be run on and do gensites on the templates
+ -- Make sure all environment variables are set that are needed to run the execution script
+
+o templates
+ -- Add more templates for other machines. For sure needs localhost
+
+o scripts/Swift_Montage_Batch.swift
+ -- Need to fix mProjectBatch. Currently calls mProject blindly. Need to figure out how to choose between mProject and mProjectPP
+
+o test runs
+ -- Need to do some test runs from some of the files from the big test. Need to verify that Montage works correctly if some files are not created.
+ -- Need to test to make sure calling mOverlaps on the raw-directory is the correct thing to do. The tutorial shows that mOverlaps is supposed to be called on proj_dir not raw_dir. Maybe this is a situational decision in which case this is an easy fix.
Modified: SwiftApps/Montage/exec/montage.sh
===================================================================
--- SwiftApps/Montage/exec/montage.sh 2011-04-11 18:16:23 UTC (rev 4334)
+++ SwiftApps/Montage/exec/montage.sh 2011-04-11 19:44:52 UTC (rev 4335)
@@ -31,6 +31,6 @@
mv tc.data ${WORK_DIRECTORY}
cp $2 ${WORK_DIRECTORY}
cd ${WORK_DIRECTORY}
-#swift -tc.file tc.data -sites.file sites.xml -config ${SWIFT_MONTAGE}/etcswift_montage.properties
+#swift -tc.file tc.data -sites.file sites.xml -config ${SWIFT_MONTAGE}/etc swift_montage.properties
#clear ; swiftrun -sites localhost pads -input raw_dir header.hdr -script m101_montage.swift
More information about the Swift-commit
mailing list