Index: trunk/pswarp/src/pswarpParseCamera.c
===================================================================
--- trunk/pswarp/src/pswarpParseCamera.c	(revision 14226)
+++ trunk/pswarp/src/pswarpParseCamera.c	(revision 14768)
@@ -80,4 +80,14 @@
     }
 
+    if (astrom) {
+        pmFPAfile *outSources = pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.SOURCES");
+        if (!outSources) {
+            psError(PSWARP_ERR_CONFIG, false, "Failed to build FPA from PSWARP.OUTPUT.SOURCES");
+            return false;
+        }
+        outSources->save = true;
+    }
+
+
     // Chip selection: turn on only the chips specified
     bool mdok;                          // Status of MD lookup
