[Swift-commit] r4615 - SwiftApps/Montage/docs

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Tue Jun 14 14:38:09 CDT 2011


Author: jonmon
Date: 2011-06-14 14:38:09 -0500 (Tue, 14 Jun 2011)
New Revision: 4615

Modified:
   SwiftApps/Montage/docs/API.html
   SwiftApps/Montage/docs/API.txt
Log:
update to the Swift Montage docs to reflect to the interface for mFitBatch


Modified: SwiftApps/Montage/docs/API.html
===================================================================
--- SwiftApps/Montage/docs/API.html	2011-06-14 19:31:00 UTC (rev 4614)
+++ SwiftApps/Montage/docs/API.html	2011-06-14 19:38:09 UTC (rev 4615)
@@ -1077,9 +1077,10 @@
 <div class="listingblock">
 <div class="title">mFitBatch</div>
 <div class="content">
-<pre><tt>( Table fits_tbl ) mFitBatch( Image diff_imgs[], Table diff_tbl )</tt></pre>
+<pre><tt>( Table fits_tbl ) mFitBatch( string stat_dir, Image diff_imgs[], Table diff_tbl )</tt></pre>
 </div></div>
-<div class="paragraph"><p>This batch script takes in as input the list of difference images that has
+<div class="paragraph"><p>This batch script takes in as input a directory for which the status files
+will be put in, the list of difference images that has
 been generated and the table that contains which images overlap with each
 other. The script then generates a table containing describing how to fit the
 two overalpping images together.</p></div>
@@ -1117,7 +1118,7 @@
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2011-06-13 15:05:50 CDT
+Last updated 2011-06-14 14:35:29 CDT
 </div>
 </div>
 </body>

Modified: SwiftApps/Montage/docs/API.txt
===================================================================
--- SwiftApps/Montage/docs/API.txt	2011-06-14 19:31:00 UTC (rev 4614)
+++ SwiftApps/Montage/docs/API.txt	2011-06-14 19:38:09 UTC (rev 4615)
@@ -305,9 +305,10 @@
 
 .mFitBatch
 ----
-( Table fits_tbl ) mFitBatch( Image diff_imgs[], Table diff_tbl )
+( Table fits_tbl ) mFitBatch( string stat_dir, Image diff_imgs[], Table diff_tbl )
 ----
-This batch script takes in as input the list of difference images that has
+This batch script takes in as input a directory for which the status files
+will be put in, the list of difference images that has
 been generated and the table that contains which images overlap with each
 other. The script then generates a table containing describing how to fit the
 two overalpping images together.




More information about the Swift-commit mailing list