[Swift-commit] r4583 - SwiftApps/Montage/scripts

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Wed Jun 8 12:49:33 CDT 2011


Author: jonmon
Date: 2011-06-08 12:49:33 -0500 (Wed, 08 Jun 2011)
New Revision: 4583

Modified:
   SwiftApps/Montage/scripts/Swift_Montage_Apps.swift
Log:
Should not need to use the the wrapper scripts anymore.


Modified: SwiftApps/Montage/scripts/Swift_Montage_Apps.swift
===================================================================
--- SwiftApps/Montage/scripts/Swift_Montage_Apps.swift	2011-06-08 17:47:05 UTC (rev 4582)
+++ SwiftApps/Montage/scripts/Swift_Montage_Apps.swift	2011-06-08 17:49:33 UTC (rev 4583)
@@ -24,7 +24,7 @@
 
 app ( Image diff_img ) mDiff( Image proj_img_1, Image area_img_1, Image proj_img_2, Image area_img_2, MosaicData hdr )
 {
-    mDiff_wrap @proj_img_1 @proj_img_2 @diff_img @hdr;
+    mDiff at proj_img_1 @proj_img_2 @diff_img @hdr;
 }
 
 
@@ -36,7 +36,7 @@
 
 app ( Status stat ) mFitplane( Image diff_img )
 {
-    mFitplane_wrap "-s" @stat @diff_img;
+    mFitplane"-s" @stat @diff_img;
 }
 
 




More information about the Swift-commit mailing list