Index: /tags/ipp-20140114/psModules/src/objects/pmSourceIO_CFF.c
===================================================================
--- /tags/ipp-20140114/psModules/src/objects/pmSourceIO_CFF.c	(revision 36599)
+++ /tags/ipp-20140114/psModules/src/objects/pmSourceIO_CFF.c	(revision 36600)
@@ -125,5 +125,7 @@
         pmModel *model = pmModelAlloc (modelType);
         source->modelPSF  = model;
-        source->type = PM_SOURCE_TYPE_STAR; // XXX this should be added to the flags
+//        RoughClass wants source type to be unknown
+//        source->type = PM_SOURCE_TYPE_STAR; // XXX this should be added to the flags
+        source->type = PM_SOURCE_TYPE_UNKNOWN;
 
 	// XXX we can set this in general, but for a specific image, we need to weed out SATSTARS and
