Index: /trunk/Ohana/doc/dvotools.txt
===================================================================
--- /trunk/Ohana/doc/dvotools.txt	(revision 7689)
+++ /trunk/Ohana/doc/dvotools.txt	(revision 7689)
@@ -0,0 +1,33 @@
+
+The number of DVO support programs probably needs to expand.  I am
+specifically considering the types of functions I need to perform the
+photometric and astrometric calibrations needed by Pan-STARRS, ie the
+AP Survey.
+
+addstar : need a few additional new variations on the addstar concept
+
+  - load2mass : the raw 2MASS format is so broken, I needed to create
+  a special stand-alone program to load the 2MASS catalog data to a
+  given DVO database.
+
+  - sedstar : this program uses an existing DVO database, and fits the
+    (calibrated) stellar photometry to a set of stellar photometry
+    models.  One goal is to predict magnitudes in other filters from
+    the observed data.  Another goal is to determine the fundamental
+    stellar parameters (eg, Temp, Av, logg, distance).  Another goal
+    is to determine the stellar locus coordinates for use in other
+    fitting functions.
+
+    output magnitudes should be in photcodes of DEP type? or SED type?
+
+    
+relastro : the basic concept of this program is fairly clear, but we
+  need to work out the details a bit.  The program should determine
+  the image astrometry terms, the average stellar coordinates, and
+  things like proper-motion and parallax.  It needs to include both
+  the raw astrometry from the images as well as (high-quality)
+  external reference sources.  Dave Monet thinks the initial
+  conditions (errors and systematics in the external catalogs) drive
+  the solutions too strongly.  He is exploring doing direct
+  (non-iterative) solutions using the psSparse tools.  I'm not totally
+  convinced yet...
