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

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Oct 1 00:30:16 CDT 2010


Author: jonmon
Date: 2010-10-01 00:30:16 -0500 (Fri, 01 Oct 2010)
New Revision: 3652

Modified:
   SwiftApps/Montage/scripts/Swift_Montage_Apps.swift
Log:
o SwiftApps/Montage/scripts/Swift_Montage_Apps.swift
  -- Added app invocation for mMakeHdr.



Modified: SwiftApps/Montage/scripts/Swift_Montage_Apps.swift
===================================================================
--- SwiftApps/Montage/scripts/Swift_Montage_Apps.swift	2010-09-30 20:54:24 UTC (rev 3651)
+++ SwiftApps/Montage/scripts/Swift_Montage_Apps.swift	2010-10-01 05:30:16 UTC (rev 3652)
@@ -18,7 +18,8 @@
 
 app ( Table fits_tbl ) mConcatFit( Table status_tbl, Status stats[] )
 {
-    mConcatFit @status_tbl @fits_tbl @dirname( stats[0] );
+//    mConcatFit @status_tbl @fits_tbl @dirname( stats[0] );
+    mConcatFit_wrap @status_tbl @fits_tbl @dirname( stats[0] );
 }
 
 
@@ -42,6 +43,12 @@
 }
 
 
+app ( MosaicData hdr ) mMakeHdr( Table img_tbl )
+{
+    mMakeHdr @img_tbl @hdr;
+}
+
+
 app ( JPEG mos_img_jpg ) mJPEG( Image mos_img )
 {
     mJPEG "-gray" @mos_img "20%" "99.98%" "loglog" "-out" @mos_img_jpg;
@@ -72,6 +79,7 @@
 /*                                Util Scripts                                      */
 /*                                                                                  */
 /*----------------------------------------------------------------------------------*/
+
 app ( Table back_tbl ) Background_list( Table imgs_tbl, Table corrs_tbl )
 {
     Background_list @imgs_tbl @corrs_tbl @back_tbl;




More information about the Swift-commit mailing list