Index: trunk/psModules/src/objects/pmPSF.c
===================================================================
--- trunk/psModules/src/objects/pmPSF.c	(revision 31153)
+++ trunk/psModules/src/objects/pmPSF.c	(revision 31451)
@@ -73,7 +73,5 @@
 
     options->type          = 0;
-
     options->stats         = NULL;
-    options->fitOptions    = NULL; // XXX this has to be set before calling pmPSF fit functions
 
     options->psfTrendMode  = PM_TREND_NONE;
@@ -90,5 +88,8 @@
 
     options->chiFluxTrend = true;
-
+    options->fitOptions    = NULL; // XXX this has to be set before calling pmPSF fit functions
+
+    options->fitRadius = NAN;
+    options->apRadius = NAN;
     return options;
 }
@@ -141,4 +142,5 @@
 
     psf->type     = options->type;
+
     psf->chisq    = 0.0;
     psf->ApResid  = 0.0;
