Index: trunk/ppImage/src/ppImageParseCamera.c
===================================================================
--- trunk/ppImage/src/ppImageParseCamera.c	(revision 35081)
+++ trunk/ppImage/src/ppImageParseCamera.c	(revision 35557)
@@ -22,28 +22,4 @@
     ppImageOptions *options = ppImageOptionsParse(config);
 
-    // parse the header to extract out whether this OTA has video cells.
-    // CZW: 2012-05-01 I'm somewhat ashamed of what needs to be done to get to the header. There has to be a simpler way, right?
-/*     pmFPAview *view = pmFPAviewAlloc(0);// View for level of interest */
-/*     pmChip *chip;                       // Chip from FPA */
-/*     while ((chip = pmFPAviewNextChip(view, input->fpa, 1)) != NULL) { */
-/*       if (!chip->process || !chip->file_exists) { */
-/* 	continue; */
-/*       } */
-/* /\*       if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { *\/ */
-/* /\* 	continue; *\/ */
-/* /\*       } *\/ */
-/*       psWarning("VIDEO: %d %d %d\n",(int) options->hasVideo,(int) options->useVideoDark, (int) options->useVideoMask); */
-/*       if (psMetadataLookupStr(NULL,chip->hdu->header,"CELLMODE")) { */
-/* 	psWarning("VIDEO: %d %d %d\n",(int) options->hasVideo,(int) options->useVideoDark, (int) options->useVideoMask); */
-/* 	char *Vptr = strchr(psMetadataLookupStr(NULL,chip->hdu->header,"CELLMODE"),'V'); */
-/* 	if (Vptr) { */
-/* 	  options->hasVideo = true; */
-/* 	  psWarning("VIDEO: %d %d %d\n",(int) options->hasVideo,(int) options->useVideoDark, (int) options->useVideoMask); */
-/* 	} */
-/*       } */
-/*     } */
-/*     pmFPAviewReset(view); */
-/*     psFree(view); */
-    
     // the following are defined from the argument list, if given,
     // otherwise they revert to the config information
