Index: trunk/psastro/doc/outline.txt
===================================================================
--- trunk/psastro/doc/outline.txt	(revision 26259)
+++ trunk/psastro/doc/outline.txt	(revision 26259)
@@ -0,0 +1,45 @@
+
+psastro outline:
+
+  psastroParseCamera
+  psastroDataLoad
+    psastroConvertReadout (save PSASTRO.RAWSTARS & PSASTRO.RAWSTARS.SUBSET on readout->analysis)
+  psastroAnalysis
+    psastroUseModel
+    psastroAstromGuess (plots PSASTRO.RAWSTARS)
+    psastroLoadRefstars (loads full reference star set)
+    psastroChooseRefstars (save PSASTRO.REFSTARS & PSASTRO.REFSTARS.SUBSET on readout->analysis)
+      psastroRefstarSubset (adjust PSASTRO.REFSTARS.SUBSET on readout->analysis)
+    psastroChooseGlintStars (uses full reference star set)
+    psastroChipAstrom (uses PSASTRO.REFSTARS.SUBSET & PSASTRO.RAWSTARS.SUBSET)
+      psastroOneChipGrid
+      psastroOneChipFit
+    psastroMosaicAstrom
+      psastroFixChips
+      psastroFixChipsTest
+      psastroMosaicFit
+        psastroMosaicSetMatch (uses PSASTRO.REFSTARS.SUBSET & PSASTRO.RAWSTARS.SUBSET)
+        psastroMosaicCommonScale
+        psastroMosaicDistortion
+        psastroMosaicChipAstrom
+    psastroZeroPoint
+    psastroAstromGuessCheck
+    psastroMaskUpdates
+  psastroDataSave
+
+psastroExtract outline:
+  psastroExtractParseCamera
+  psastroExtractDataLoad
+  psastroExtractAnalysis
+    psastroLoadRefstars (loads full reference star set)
+    psastroChooseRefstars (save PSASTRO.REFSTARS & PSASTRO.REFSTARS.SUBSET on readout->analysis)
+      psastroRefstarSubset (adjust PSASTRO.REFSTARS.SUBSET on readout->analysis)
+    psastroExtractGhosts
+    psastroExtractStars
+  psastroDataSave
+
+
+psastroModel outline:
+
+psastroModelFit outline:
+
