Index: trunk/ppSub/src/ppSubReadout.c
===================================================================
--- trunk/ppSub/src/ppSubReadout.c	(revision 19704)
+++ trunk/ppSub/src/ppSubReadout.c	(revision 19962)
@@ -512,7 +512,11 @@
         psFree(psf);
 
+        if (psMetadataLookupBool(&mdok, recipe, "PSPHOT.VISUAL")) {
+            psphotSetVisual(true);
+        }
+
         // Need to ensure aperture residual is not calculated
-        psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PSPHOT_RECIPE); // Recipe
-        psMetadataItem *item = psMetadataLookup(recipe, "MEASURE.APTREND"); // Item determining aptrend
+        psMetadata *psphotRecipe = psMetadataLookupMetadata(NULL, config->recipes, PSPHOT_RECIPE); // Recipe
+        psMetadataItem *item = psMetadataLookup(psphotRecipe, "MEASURE.APTREND"); // Item determining aptrend
         if (!item) {
             psWarning("Unable to find MEASURE.APTREND in psphot recipe");
