Index: trunk/ppStack/src/ppStackArguments.c
===================================================================
--- trunk/ppStack/src/ppStackArguments.c	(revision 13515)
+++ trunk/ppStack/src/ppStackArguments.c	(revision 13517)
@@ -122,17 +122,4 @@
     VALUE_ARG_RECIPE_INT("-mask-blank",     "MASK.BLANK",   U8, 0);
 
-    const char *seeingName = psMetadataLookupStr(NULL, arguments, "-seeing"); // Name of seeing file
-    if (seeingName && strlen(seeingName) > 0) {
-        psArray *seeing = psVectorsReadFromFile(seeingName, "%f"); // Array with seeing vector only
-        if (!seeing || seeing->n != 1) {
-            psError(PS_ERR_UNKNOWN, false, "Unable to read file with seeing FWHMs.");
-            psFree(seeing);
-            goto ERROR;
-        }
-        psMetadataAddVector(config->arguments, PS_LIST_TAIL, "SEEING", 0, "Seeing in each image",
-                            seeing->data[0]);
-        psFree(seeing);
-    }
-
     psTrace("ppStack", 1, "Done reading command-line arguments\n");
     psFree(arguments);
