[Swift-commit] r4868 - SwiftApps/SwiftMontage/docs
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Fri Jul 29 11:06:59 CDT 2011
Author: jonmon
Date: 2011-07-29 11:06:59 -0500 (Fri, 29 Jul 2011)
New Revision: 4868
Modified:
SwiftApps/SwiftMontage/docs/SwiftMontageAPI.adoc
Log:
o minor asciidoc edits for SwiftMontage documentation.
Modified: SwiftApps/SwiftMontage/docs/SwiftMontageAPI.adoc
===================================================================
--- SwiftApps/SwiftMontage/docs/SwiftMontageAPI.adoc 2011-07-29 15:33:39 UTC (rev 4867)
+++ SwiftApps/SwiftMontage/docs/SwiftMontageAPI.adoc 2011-07-29 16:06:59 UTC (rev 4868)
@@ -28,10 +28,10 @@
user, which in turn decreases the runtime of large-scale problems.
[NOTE]
-========================================================================
+======
Both the Montage binaries as well as the Swift binaries must be included
in your PATH environment variable for the wrappers to function properly.
-========================================================================
+======
== SwiftMontage API
@@ -108,10 +108,10 @@
These are all the app procedures for SwiftMontage. They are located in the
file SwiftMontage_Apps.swift
[NOTE]
-===========================================================================
+======
Currently the options to the Montage functions are hard coded and the
user cannot choose which options to run.
-===========================================================================
+======
==== mAdd
------
@@ -234,10 +234,10 @@
file that for the mosaic. The output is the projected image.
[NOTE]
-=============================================================================
+======
The mProject app procedure is for general projection. There are some cases in
which the faster mProjectPP procedure should be used.
-=============================================================================
+======
==== mProjectPP
------
@@ -249,12 +249,12 @@
file that for the mosaic. The output is the projected image.
[NOTE]
-=============================================================================
+======
The mProjectPP app procedure is a "special case" version of mProject
and can be used only where the input and output images have tangent-plane
projections (e.g. TAN, SIN) or where they can be approximated with acceptable
error.
-=============================================================================
+======
==== mShrink
------
More information about the Swift-commit
mailing list