Index: trunk/psModules/src/astrom/pmAstrometryWCS.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryWCS.c	(revision 27461)
+++ trunk/psModules/src/astrom/pmAstrometryWCS.c	(revision 27862)
@@ -972,4 +972,8 @@
     // FPA  -> TPA : identidy
 
+    // NOTE: streaksremove's linearizeTransform function passes pointers to skeleton outFPA and outChip structs
+    // Only outFPA->toSky is valid. No other memebers in these structs should be read. The resulting output transforms
+    // are copied to inFPA and inChip by the caller.
+
     int nSamples = 10;  // 10 samples in each dimension
 
